﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: white;
    
}
H1	{	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size: 6pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size: 8pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	}	

TABLE	
{
    background-color: white;
	font-size:	8pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	}	
.HeaderTable
{
	color: navy;
}	
	
.RegEx
{
	border: none;
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color:Navy;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left
}	
.Reports
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	border-left: navy 1px solid;
	color: navy;
	border-bottom: navy 1px solid;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	border-collapse: separate;
	background-color: white;
}		
.HideBorders
{	
	border: none;
	}

.KeepLeft
{
	text-align: left;
	}
	
#tblHeaderList
{
	border: none;
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color:Navy;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left
}	

#tblRegex
{
	border: none;
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color:Navy;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left
}	

TD	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana,Arial, Helvetica, sans-serif;

	}	
TD.TDReports
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	text-align: left;
}		
	
TD.TDAlignLeft
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	text-align: left;
}		
TD.TDAlignLeftYellow
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	text-align: left;
	background-color: #CCFFCC
}	
TD.TDAlignLeftGreen
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	text-align: left;
	background-color: #FFFFCC
}	
TD.TDAlignCenter
{	
	text-align: center;
	}		
TD.TDAlignRight
{	
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	text-align: right;
	}		
TD.TDHideBorders
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}	
TD.HeaderList
{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color:Navy;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left
}	

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: #000066;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background: white;
	}
dd
{
    font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
 .TabArea
        {
                    background-color: White;
                    font-size: x-small;
                    border-left: 1px solid black;
                    border-bottom: 1px solid black;
                    border-right: 1px solid black;
                    border-top:1px solid black;
                    position:absolute;
                    top:42px;
                    height:400px;
                    z-index:-25;
        }

