/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    MARGIN: 0px
		
}

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;
	}	
		

.tdhead
{
	background-color:#34477e;
	font-size: 10pt;
}
.tdmenu
{
background-color:#EFF1F3;
font-size: 10pt;
}

.tdbody { BACKGROUND-COLOR: #7793C6;
	      font-size: 10pt;
	}
	
.tdfnt 
{ FONT-WEIGHT: bold;
	  color:White; font-size: 
	 10pt; }
	 
	 .tdtext 
{ 
	font-family:Times New Roman
	  color:Black; font-size: 
	 10pt; }

.SideMenuLink
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
	font-family: Verdana;
	text-decoration: none;
}


.SideMenuLink:Hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #F49322;
	font-family: Verdana;
	text-decoration: none;
}
 .GridHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #34477e;
	font-family: Verdana;
	background-color: #EFF1F3;
}

.DataGridLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #003300;
	font-family: Verdana;
}
.DataGridLink:Hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #009900;
	font-family: Verdana;
}
.HeaderPanel
{
	background-color: #0066cc;
}

.HeaderLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: none;
}
.HeaderLink:Hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #ccffff;
	font-family: Verdana;
	text-decoration: none;
}

.HeaderBack
{
	font-weight: bold;
	font-size: 20pt;
	font-family: Verdana;
	background-color: #99ccff;
	text-decoration: none;
}
.tdbtn
{
	background-color:#EFF1F3;
	color:#34477e;
}