body {
	background-color: #ECE9D8;
	margin:0px;
}


fieldset {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px groove #0000FF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	border-left-width: 1px;
	text-align:left;
	font-style: italic;
	font-weight: bold;
}
.TableHeader td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.TableFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	background-color: #AACCCC;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.LineHighlight {
	background-color: #DDEEEE;
}
.LineHighlightFAQ {
	background-color: #DDEEEE;
}
.LineHighlightLocations {
	background-color: #FFFFFF;
	border-left-color: #AACCCC;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #AACCCC;
	border-right-style: solid;
	border-right-width: 2px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align:center;
}
.LineHighlightLocationsBottom {
	background-color: #FFFFFF;
	color: #000000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #AACCCC;
	border-left-color: #AACCCC;
	border-bottom-color: #AACCCC;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	white-space: nowrap;
	text-align:center;
}
.LineHighlightLocationsTitle {
	background-color: #AACCCC;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
}
.MainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.ClientBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	padding:10px;
}
.MainTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.InvisibleDefaultButton {
	border: none;
	height: 0px;
	width: 0px;
}


.Buttons:hover {
	background-color:#99CCFF;
}
.Buttons {
	background-color: #BBBBBB;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border-bottom-color: #003B65;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #8CB4D1;
	border-left-style: solid;
	border-left-width: 3px;
	border-right-color: #003B65;
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: #8CB4D1;
	border-top-style: solid;
	border-top-width: 3px;
}
.ButtonsDisabled {
	background-color: #BBBBBB;
	color: #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border: 3px solid #BBBBBB;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
.TextField {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	padding-right: 1px;
	padding-left: 1px;
/*	background-color: #FFFFFF;*/
}
.TextFieldMandatory {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	padding-right: 1px;
	padding-left: 1px;
	background-color: #EEAAEE;
}
.TextFieldMandatoryError {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFCC00;
}
.ErrorMandatoryrText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	background-color: #FFFF99;
	font-weight: bold;
	border: thin solid #0033CC;
}
.PageFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000066;
	text-align: center;
	background-color: #ECE9D8;
}
.PageFooter #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000066;
}

/************ navigationButtonsLeft styles **************/

#navigationButtonsLeft{
	width: 200px;
	height: auto;
/*	margin-top: 5px;*/
	margin-right: 8px;
	margin-left: 8px;
}
.TableButton {
	background-color: #00599b;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	position: static;
	text-align: center;
	text-decoration: none;
	top: auto;
	vertical-align: middle;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color: #FFFFFF;
	cursor: pointer;
}
.TableButton:hover {
	background-color: #44AADD;
}
.TableButtonSelected {
	background-color: #2288BB;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	position: static;
	text-align: center;
	text-decoration: none;
	top: auto;
	vertical-align: middle;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color: #FFFFFF;
	cursor: pointer;
}
.googleMap {
	height: 540px;
	width: 800px;
	border-top: 2px solid #DDDDDD;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #DDDDDD;
}
.InlineError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FF0000;
	background-color: #FFFF99;
}


a.info{
	position:relative;
	background-color:#FFFFFF;
	color:#0033CC;
	font-size: 10px;
	font-weight: bold;
}

a.info:hover {
	text-decoration: underline;
}
.ruler{
	height: 4px;
	width: 100%;
	background-color:#0000FF;
}
.outerTable {
	background-color: #FFFFFF;
	background-image: url(../images/WebTraf/background.gif);
	background-repeat: no-repeat;
}
/*table {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	border-width:0px;
}
*/
.ButtonsSmall:hover {
	background-color:#99CCFF;
}
.ButtonsSmall {
	background-color: #BBBBBB;
	border-left-width: 2px;
	border-top-color: #DDDDDD;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #DDDDDD;
}
.privPlanHighlight {
	background-color: #DDEEFF;
}
.privPlan {
	background-color: #EEFFFF;
}
.paygGroup {
	background-color: #AFF;
}
.link:link {
	color:#00F;
	text-decoration:underline;
}
.link:visited {
	color:#00F;
	text-decoration:underline;
}


/* styles for login status display */
#loginstatus {
	height:100px;
	width:391px;
	position:absolute;
	top:60px;
	left:40%;
	visibility:hidden;
	z-index:-10100;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	background-color: #00599b;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:solid medium #DDD;
	font-style: italic;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#statustext {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
/*	line-height:15px;*/
	margin-left:-20px;
	margin-top:-10px;
	width:330px;
}
#statustextdiv {
	position:relative;
	top:20px;
	left:50px;
}
#closebutton table {
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

