/* Default CSS Stylesheet for a new Web Application project */

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;
	}

.MenuItem
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: White;
	cursor: pointer;
	background-color:Red;
}

.MenuItemMouseOver
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color:Green;
	background-color:White;	
	cursor: pointer;
	border-color:Black;
	border-style:solid;
	border-width:thin;
}

.spacer 
{ 
	color: Lime;
	height: 2px;
	width: 100px;	
}

.lblXSmBold
{
	color:Black;
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
}

.lblSmBold
{
	color:Black;
	font-family:Arial;
	font-size:small;
	font-weight:bold;
}

.lblSmBoldWt
{
	color:White;
	font-family:Arial;
	font-size:small;
	font-weight:bold;
}
.lblLgForGr
{
	font-family:Arial;
	font-size:large;
	background-color:#238E23;
	color:White;
}

.lblGreet
{
	font-family:Arial;
	font-size:x-large;
	background-color:#faebd7;
	color:Green;
}
	
.lblSmForGr
{
	font-family:Arial;
	font-size:small;
	background-color:#238E23;
	color:White;
}

.lblXSmForGr
{
	font-family:Arial;
	font-size:x-small;
	background-color:#238E23;
	color:Black;
}

.lblWtGr
{
	font-family:Arial;
	font-size:small;
	background-color:#faebd7;
	color:White;
}


.lblSmGr
{
	font-family:Arial;
	font-size:small;
	color:Green;
}

.lblErr
{
	background-color:Yellow;
	font-family:Arial;
	font-size:small;
	color:Red;
}

.lblXSmRed
{
	font-family:Arial;
	font-size:x-small;
	color:Red;
}

.lblHdr
{
	font-family:Arial;
	font-size:small;
	color:#faebd7;
}

.tdForGrSm
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: small; 
	COLOR: white; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #2F4F2F
}

.button
{
	background-color:#A67D3D;
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
	color:White;
}

.txtSm
{
	color:Black;
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
}

.txtGainSm
{
	color:Black;
	background-color:#DCDCDC;
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
}

.ChkBoxGr
{
	color:Black;
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
	background-color: #32cd32; 
}

.GridHdr
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: x-small; 
	COLOR: white; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #2F4F2F
}

.GridAltRow
{
	background-color: #f0fff0;
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.GridRow
{
	background-color: White;
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.GridPg
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: small; 
	COLOR: white; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #2F4F2F	
}

.PgHdr
{
	FONT-WEIGHT: bold; 
	FONT-SIZE:xx-large; 
	COLOR: #32cd32; 
	FONT-FAMILY: Arial; 
}
	


