body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {color: #244a9f;}

.PagerLink td
{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	text-align: center;
}

.PagerLink a
{
	font-size: 20px;
	font-weight: bold;
	color: #244a9f;
	text-align: center;
}

a.ResultLink 
{
	color: #333333;
}

.ResultLink {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

a.More {
	color: #244a9f;
	cursor: hand;
	text-decoration: underline;
}

.ResultSpacing {
	padding-bottom: 20px;
	padding-right: 20px;
}

.HomeSearchBox {
	background-color: #244a9f;
	padding: 25px 70px 20px 70px;
}

.ResultsSearchBox {
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#3d66c0',EndColorStr='#244a9f');*/
	background-color: #244a9f;
	padding: 10px 10px 10px 10px;
	width: 750px;
}

.SearchBox {
	width:  240px;
	height: 17px;
	color: #666666;
}

.ZipBox {
	width:  125px;
	height: 17px;
	color: #666666;
	margin-left: 3px;
}

.DropDown {
	color: #666666;
	height: 18px;
	font-size: 10px;
}

input.SearchButton
{
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   width:42px;
   height:23px;
   background-color:#3d66c0;
   /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#3d66c0',EndColorStr='#244a9f');*/
   border-style:solid;
   border-color:#FFFFFF;
   border-width:1px;
   margin-left: 3px;
}

.notRelevant {
	width: 35px;
	height: 7px;
	background-color: #93b0f2;
	margin: 4px 10px 0px 0px;
}
.Relevant {
	height: 7px;
	background-color: #244a9f;
}

.Percent {
	text-align: center;
	color: #666666;
}

.MissedRequired 
{
	background-image: url(btn_alertRequired.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	font-weight: bold;
	color: #cc0000;
	display: block;
	position: absolute;
	height: 30px;
	width: 400px;
}
.AlertMessage
{
	background-image: url(btn_alertMessage.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	color: #244a9f;
	display: block;
	position: absolute;
	height: 30px;
	width: 400px;
}
