﻿body 
{
	font-family:Verdana;
	font-size:12px;
	
}

A:link 
{
	font-family:Verdana; 
	color: blue; 
	text-decoration: none; 
}
 	
A:visited 
{
	font-family:Verdana; 
	color: blue; 
	text-decoration: none;
}

A:active 
{
	font-family:Verdana; 
	color: blue; 
	text-decoration:none;
}

A:hover 
{
	font-family:Verdana; 
	color:#990000; 
	text-decoration:none;
}

.clsMailtoLinks
{
	font-family:Verdana; 
	color: blue; 
	text-decoration:none; 
	font-size:11px;
}

.clsTableMain 
{
	border-color:#0a5251;
	border-width:thin;
	background-color:#9fbebe;
	width:602;
	height:auto;
	border-style:solid;
}

/*styles for accordion control*/
.clsAccordion
{
	overflow:hidden !important; 		
}
.clsAccordionContent
{
	background-color:White;
}
.clsAccordionPaneTable
{
	height:150px;
	width:602px;
}

/*Hr for the master page*/
.clsHr
{
	color:#0a5251;
	width:602;
}
.clsEdHeader
{
	font-family:Arial, Helvetica, sans-serif;
	color: #006766;
	font-weight:bold;
	font-size: 1em;
}
/* Style for ASP Repeater */
.clsHeader
{
	background-color:#0A5251;
	border-width:0;
	color:White;
}
.clsHeaderRed
{
	font-family:Verdana, Arial, Helvetica, san-serif;
	font-size:16px;
	color:#990000;
	font-weight:bold;
}

.clsItem
{
	background-color:White;
	border-width:0;
	width:600px;
	text-align:left;
}

.clsAlternatingItem
{
	background-color:#D0DFDF;
	border-width:0;
	width:600px;
	text-align:left;
}
.clsRepeaterTable
{
	border-width:0;
	width:602px;
}
.clsDetailsText
{
	font-family:Verdana;
	font-size:11px;
	
}

.clsLabel
{
	font-weight:bold;
}

.clsPagerControl
{
	background-color:#0A5251;
	width:600px;
	color:White;
}

.clsResults
{
	font-weight:bolder;
	font-size:medium;
}


.clsHelpBody
{
	text-align:justify;	
}

.clsHelpHeaders
{
	text-align:left;
	font-size:medium;
	font-weight:bold;
}
.clsTextFireBrick{
	font-family:Verdana, Arial, Helvetica, san-serif;
	font-size:11px;
	color:FireBrick;
	font-weight:normal;
}
.clsResultsHighlightText 
{ 
	font-family:Verdana; 
	font-size:12px; 
	color: black; 
	background-color:#ffffcc;
}

.clsNoResultsHighlightText 
{ 
	font-family:Verdana; 
	font-size:12px; 
	color: white; 
	background-color:FireBrick;
}

.clsPositionAbs
{
	background-color:White;
	width: 300px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -50px;
	z-index: 99;	
}
