/* Default CSS Stylesheet for a new Web Application project */

BODY  
{	
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	background-color:#CED7D6;
	background-image:url(/Biodiesel/include/gradient.jpg);
	background-repeat:repeat-x;	
}

TABLE
{
	font-size: 11px;
}

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;
	}
	
.Login TD
{
	color: #336633;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;	
}	

INPUT, TEXTAREA, OPTION, SELECT
{
	color: #333333;
	font-size: 11px;
}

.Notification
{
	color: #009900;
	vertical-align: middle;
}

.UserProfile TD 
{
	text-align: right;
}	

.SectionHeader
{
	color:#336633;
	font-size:1.2em;
	font-weight:600;
	text-decoration:underline;
}