/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;   
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	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:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	background-color: White; 
	color:	Navy;
	}	
		
A:visited	{	
	text-decoration:	none;
	background-color: White; 
	color:	Navy;
	}	
		
A:active	{	
	text-decoration:	none;
	background-color: White; 
	color:	Navy;
	}	
		
A:hover	{	
	text-decoration:	underline;
	background-color: White; 
	color:	Maroon;
	}
	
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;
	}
.lbl
{
	font-size: 8pt;
	font-family: Tahoma;
	text-align: right;
}

.lblError
{
	font-size: 8pt;
	font-family: Tahoma;
	text-align: left;
	color: Red;
}

.lblCenter
{
	font-size: 8pt;
	font-family: Tahoma;
	text-align: center;	
}

.lblBottom
{
	font-size: 8pt;
	font-family: Tahoma;
	text-align: center;
	vertical-align: sub;
}

.ScreenList
	{
		font-size:xx-small;
}

.txt
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	
}

.Disabledtxt
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-family: Tahoma;
	background-color: lightgrey;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-size: 8pt;

}
.ReadOnlytxt
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	background-color: Gainsboro;
	
}
.Calctxt
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	background-color: lemonchiffon;
}

.txtRight
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	text-align: right;
	
}

.Racelbl
{
	font-size: 8pt;
	font-family: Tahoma;
}
.lblLeft
{
	font-size: 8pt;
	font-family: Tahoma;
	text-align: left;
}
.lblTitle
{
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	font-family: Tahoma;
	text-align: left;
}
.SubMenuPanel
{
	margin-left: 25px;
	height: 100px;
	width: 160px;
	font-family: Tahoma,Verdana,Arial;
	font-size: x-small;
}
.LeftButton
{
	text-align: left;
	cursor: hand;
	height: 22px;
	width: 190px;
	border-style: none;
	background-color: White;
	color: Navy;
	font-weight: bold;
	font-size: small;
}
.dgHead
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma;
	background-color: silver;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;

}
.dgFoot
{
	font-size: 8pt;
	font-family: Tahoma;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.dg
{
	font-size: 8pt;
	font-family: Tahoma;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

A.menulink:link	{	
	text-decoration: none;
	background-color: Navy; 
	color:	White;
	width: 150px;
	margin: 1px;
	padding: 2px; 
	
	}	
		
A.menulink:visited
{
	text-decoration: none;
	background-color: Navy; 
	color:	White;
	width: 150px;
	margin: 1px;
	padding: 2px; 
}
		
A.menulink:active
{
	text-decoration: none;
	background-color: Maroon;
	color: White;
	width: 150px;
	margin: 1px;
	padding: 2px;
}
		
A.menulink:hover
{
	text-decoration: none;
	background-color: #0400A8;
	color: White;
	width: 150px;
	margin: 1px;
	padding: 2px;
}

A.menulinkActive:link
{	
	text-decoration: none;
	background-color: Maroon;
	color: White;
	width: 150px;
	margin: 1px;
	padding: 2px;
}	
		
A.menulinkActive:visited
{
	text-decoration: none;
	background-color: Maroon;
	color: White;
	width: 150px;
	margin: 1px;
	padding: 2px;
}
		
A.menulinkActive:active
{
	text-decoration: none;
	background-color: Maroon;
	color: White;
	width: 150px;
	margin: 1px;
	padding: 2px;
}
		
A.menulinkActive:hover	{	
	text-decoration: none;
	background-color: Maroon; 
	color: White;
	width: 150px;
	margin: 1px;
	padding:2px; 
	}

.lst
{
	font-size: 8pt;
	font-family: Tahoma;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}



TD
{
	font-size: 8pt;
	vertical-align: baseline;
	font-family: Tahoma;
	text-align: left;
}


.HiddenControl
{
	width: 0px;
	height: 0px;
}

.cbo
{
	font-size: 8pt;
	font-family: Tahoma;
}

.radio
{
	font-size: 8pt;
	font-family: Tahoma;
}