
body
{
	font-family : verdana;
	font-size : 9pt;
}

h1 {
	color : #003377;
	font-size : large;
}

h1.pageTitle 
{
	color : #003377;
	font-size : large;
}

h2 {
	color : #003377;
	font-size : larger;
}

h3 {
	color : #003377;
	font-size : medium;
}

h4 {
	color : #FF7D00;
	font-size : small;
	margin-bottom : 0px;
	margin-top : 6px;
	font-weight : bold;
}

hr 
{
	color : #003377;
}	

.labelTitle
{
	color: #0093D6; 
	font-weight:bold; 
	font-size: 15pt;
}
.label
{
	color: #0D476F;
	font-weight:bold;
	font-size: 9pt;
}

.loginFormBg
{
	background: transparent url(media/formBg1.png);
}

.itemRow
{
	border-bottom: dotted 1px silver;
}

.contentPanel
{
	border-collapse: collapse;
}

.contentPanelHeader
{
	background: url(media/panel_banner_bg.png);
	height: 24px;
	width: 100%;
	border-collapse: collapse;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	
}

.contentPanelBody
{
	border: solid 1px silver;
	padding: 0px 0px 0px 0px;
	background: white;
	vertical-align: top;
}

.gridFullWidth
{
	width: 100%;
	padding: 2px;
	border-collapse: collapse;
}
.gridHeaderRow
{
	background: #cf7536;
	color: White;
	font-weight: bold;
	font-size: 9pt;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: 2px 2px 2px 2px;
}
.gridHeaderRow2
{
	background: #B3D7D7;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
}

.gridItemRow
{
	background: white;
	border: solid 1px white;
	font-weight: normal;
	border-bottom: solid 1px silver;
	border-right: dotted 1px silver;
}
.gridItemRow2
{
	background: #C3D6EF;
	border: solid 1px white;
	font-weight: normal;
	border-bottom: solid 1px silver;
	border-right: dotted 1px silver;
}

.validationError
{
	color: Red;
}

.greenLink
{
 font-weight : bold;
 color :#0F8220;
 text-decoration: none;
}

.EvolveValidationSummary
{
}

a:link, a:visited 
{
	text-decoration: none; 
	color: #002a6c;
}

a:hover 
{
	text-decoration: underline; 
	color: #ff6e00;
}