/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3a4048;
	text-decoration: none;
}



A:link	{	
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6675c8;
	text-decoration: none;
	}	
		
A:visited	{	
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6675c8;
	text-decoration: none;
	}	
		
A:active	{	
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6675c8;
	text-decoration: none;
	}	
		
A:hover	{	
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0e325a;
	text-decoration: none;
	}
	
.SectionHeader
{
	font-weight: bold;
	font-size: small;
	color: #ffffff;
	font-family: Verdana;
}	
.ItemLabel
{
	font-weight: bold;
	font-size: x-small;
	color: #ffffff;
	font-family: Verdana;
}
.ValidationLabel
{
	font-weight: bold;
	font-size: x-small;
	color: red;
	font-family: Verdana;
}	
.CmdButton
{
	font-size: x-small;
	font-family: Verdana;
}
.RadioButton
{
	font-size: x-small;
	color: #ffffff;
	font-family: Verdana;
}
.CheckBox
{
	font-size: x-small;
	color: #ffffff;
	font-family: Verdana;
}
.ItemTextBox
{
	font-size: x-small;
	color: black;
	font-family: Verdana;
}
.ItemDropDownBox
{
	font-size: x-small;
	color: black;
	font-family: Verdana;
}
.DatePicker
{
	font-size: x-small;
	color: black
	font-family: Verdana;
}