/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1	{	
	font-family: 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: 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: 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: 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: 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: 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;
	}	
		
TH	{	
	font-size:	10pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TD	{	
	font-size:	x-small;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

.gridItem {
	color: #003651;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.gridHotItem {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.gridAlternatingItem {
	color: #003651;
	background-color: #eeffee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.gridSelectedItem {
    background-color:#E2DED6;
}

.gridHeader
{
	font-weight: bold;
	font-size: x-small;
	color: #003651;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #98C187;
	text-align:center;
}

.gridChildItem {
	color: #003651;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFFCC;
}

.gridChildAlternatingItem {
	color: #003651;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFF99;
}

A.menuInactive
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	text-decoration: none;
}

A.menuInactive:hover
{
    color: Blue;
}

A.menuActive
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #003651;
	text-decoration: none;
}

A.menuActive:hover
{
    color: #98C187;
    background-color: #003651;
}

A.menuBottom
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #003651;
	text-decoration: none;
}

A.menuBottom:hover
{
    color: #98C187;
    background-color: #003651;
}
