﻿
/* the Previous need to remain together in this order */
.FormTable 
{
	width:50%;
	
}
.FormQuestion 
{
	background-color: #00a651;
	color: #ffffff;
	font-weight:bold;
	width: 150px;
	padding:7px;
    font-family:Trebuchet MS;
	font-size: 13px;
	vertical-align:top;
}
.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* Search Results Page */
.SearchResultsTitle
{font-family:"Trebuchet MS", Tahoma, Arial;
font-size:18px;
color:#009651;
font-weight:bold;
text-decoration:none;
}

.SearchResultsDescription
{font-family:"Trebuchet MS", Tahoma, Arial;
font-size:20px;
color:#585956;
font-weight:normal;
padding-top:3px;
padding-bottom:3px;}

.SearchResultsURL 
{font-family:"Trebuchet MS", Tahoma, Arial;
font-size:10px;
color:#008b99;
font-weight:normal;
text-decoration:none;
padding-bottom:20px;}

/* End Search Results Page */

hr 
{
	border: 1px solid #0083a6;
	color:#0083a6;
	background-color:#0083a6;
	height:1px;
}
.white:link {
	color: #ffffff;
	font-family: font-family:Arial;
	font-size:11px;
	text-decoration: none;
}
.white:visited {
	color: #ffffff;
	font-family: font-family:Arial;
	font-size:11px;
	text-decoration: none;
}
.white:hover {
	color: #ffffff;
	font-family: font-family:Arial;
	font-size:11px;
	 text-decoration: underline;
}
h1 
{
	font-family: font-family:Arial;
	font-size: 16px;
	color: #0083a6;
	line-height: normal;
}

h2 
{
	font-family: font-family:Arial;
	font-size: 14px;
	color: #0083a6;
}
h3 
{
	font-family: font-family:Arial;
	font-size: 12px;
	color: #0083a6;
}

h4 
{
	font-family: font-family:Arial;
	font-size: 10px;
	color: #0083a6;
}