/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: snow;
}

.MenuOn
{
    font-weight: bold;
    font-size: x-small;
    width: 80px;
    color: black;
    font-family: Arial;
    height: 22px;
    background-color: #86ae86;
    cursor: hand;
}
.MenuOff
{
	font-size: x-small;
	width: 80px;
	color:  darkgreen;
	font-family: Arial;
	height: 22px;
	background-color: #86ae86;
}
.FooterFont
{
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
}
.MenuFont
{
	font-size: x-small;
	color: #000000;
	font-family: Arial;
}
.GoldFontLarge
{
	font-size: x-large;
	color: #ceb200;
	font-family: Arial;
}.GoldFont
{
	font-size: medium;
	color: #ceb200;
	font-family: Arial;
}
.GoldFontSmall
{
	font-size: small;
	color: #ceb200;
	font-family: Arial;
}
.DescFont
{
	font-size: x-small;
	color: #000000;
	font-family: Arial;
}

.DialogTitle
{
	font-size: medium;
	color: #ceb200;
	font-family: Arial;
}
.combo 
{
	color:#000000;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	background-color: #FFFFFF;
	text-transform :capitalize ;
}

.textbox
{
	font-family: Verdana, Sans-Serif;
	font-size: xx-small;
	background-color: #FFFFFF;
}
.Grid
{
	border-right: #70a98f double;
	border-top: #70a98f double;
	border-left: #70a98f double;
	border-bottom: #70a98f double;
	background-color: #f0f6f4;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
		
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;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
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;
	}	

