a:link {
	text-decoration: none;
	color: #C80000;
}
a:visited {
	text-decoration: none;
	color: #C80000;
}
a:hover {
	text-decoration: underline;
}
.FormInput {
	margin: 0px;
	padding: 4px;
	border: 1px solid #CFD0E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	font-weight: bold;
}
.LogonUser {
	height: 20px;
	width: 150px;
	margin: 0px;
	padding: 2px 0px 0px;
	border: 1px solid #000CA0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 10px;*/
}
.LogonUserBox {
	width: 150px;
	margin: 0px;
	padding: 2px 0px 0px;
	border: 1px solid #000CA0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
}
.txtValidationError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	margin: 0px;
	padding: 2px 0px 0px;
	color: #FF0000;
}

a:link.ControlLinkButtonRed, a:visited.ControlLinkButtonRed {
	background-color: #E0BDBD;
	padding: 3px 10px 3px 10px;
	border: 1px solid #B19292;
	color: #897777;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover.ControlLinkButtonRed {
	background-color: #C80000;
	padding: 3px 10px 3px 10px;
	border: 1px solid #7E0000;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link.ControlLinkButtonGreen, a:visited.ControlLinkButtonGreen {
	background-color: #C3D7B4;
	padding: 3px 10px 3px 10px;
	border: 1px solid #97A990;
	color: #74876E;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover.ControlLinkButtonGreen {
	background-color: #418F41;
	padding: 3px 10px 3px 10px;
	border: 1px solid #3C683C;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.LogonSubmitButton {
	margin: 3px 0px 0px;
	padding: 0px;
}
.LogonTextWelcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin: 0px;
	padding: 4px 0px 0px;
	color: #333333;
}
.LogonTextWelcome a:link, .LogonTextWelcome a:visited, .LogonTextWelcome a:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #C80000;
}
.ControlPanelText a:visited {
	text-decoration: none;
	color: #C80000;
}
.ControlPanelText a:hover {
	text-decoration: underline;
}

/* Standard paragraph, header 1, and header 2 formatting */
p, ol, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px none;
	color: #333333;
	font-weight: normal;
}
p {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	color: #c80000;
	border: none;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	margin: 0px;
	color: #333333;
	border: 0px none;
	font-weight: bold;
	padding: 0px;
}

#indexpage p {
	color: #000000;
	line-height: 1.5em;
	padding-top: 3px;
}
#indexpage h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	border: none;
	font-weight: bold;
}
#indexpage h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
}
#indexpage a {
	line-height: 1.5em
}

p.bottomlinks {
	font-size: 10px;
	padding: 0px 0px 5px 8px;	
}


.faq_q {
	color: #990000;
}
.faq_a {
	color: #0066CC;
}


.boxredx {
	margin: 2px 5px 0px 0px;
	padding: 0px;
}

/* contentDynamicBox -- blue box on the right */
div#contentDynamicBox {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A0A0C8;
	border-right-color: #A0A0C8;
	border-bottom-color: #A0A0C8;
	border-left-color: #A0A0C8;
	background-image: url(../images/box_topright.gif);
	background-position: right top;
	width: 99%;
	padding: 5px;
	margin-bottom: 8px;
}
div#contentDynamicBox h1, div#contentDynamicBox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
	font-weight: bold;
	color: #000CA0;
	margin: 0px;
	padding: 0px;
	border: none;
}
div#contentDynamicBox h2 {
	color: #333333;
}
div#contentDynamicBox p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #333333;
}

div#contentIndex {
	border: 0px;
	background-image: url(/assets/images/indexpage_solidbg.gif);
	width: 550px;
	margin-bottom: 10px;
	padding: 0px;
}
div#contentMain, div#contentUserInfo {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 99%;
	padding: 5px 5px 5px 6px;
	margin-bottom: 10px;
}
div#contentUserInfo {
	background-image: url(../images/registration_bg.jpg);
	background-position: center;
}
div#contentUserInfo td {
	padding: 5px;
}
.adRightSide {
	width: 120px;
	margin: 0px 0px 10px;
	padding: 0px;
	background-image: url(../images/box_topright.gif);
	background-position: right top;
	z-index: 1;
	border: 1px solid #AA8A8A;
}
div#menu {
	background-image: url(../menu/menu.gif);
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 643px;
}

#dgrdUserInfo td, #dgrdModules td {
	border: none;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	background-color: #F1F1FF;
}
#dgrdUserInfo, #dgrdModules {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 125%;
	width: 100%;
}

.citycalendar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


table#linkbox td a:link.linkboxhide, a:visited.linkboxhide {
	background-color: #E0BDBD;
	padding: 2px 4px 2px 4px;
	border: 1px solid #B19292;
	color: #897777;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}
table#linkbox td a:hover.linkboxhide {
	background-color: #C80000;
	padding: 2px 4px 2px 4px;
	border: 1px solid #7E0000;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}
table#linkbox td a:link.linkboxshow, a:visited.linkboxshow {
	background-color: #C3D7B4;
	padding: 2px;
	border: 1px solid #97A990;
	color: #74876E;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}
table#linkbox td a:hover.linkboxshow {
	background-color: #418F41;
	padding: 2px;
	border: 1px solid #3C683C;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}

a:link.minibuttonred, a:visited.minibuttonred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E0BDBD;
	padding: 1px 3px 1px 3px;
	border: 1px solid #B19292;
	color: #897777;
	text-decoration: none;
	font-weight: bold;
	font-size: 8px;
}
a:hover.minibuttonred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C80000;
	padding: 1px 3px 1px 3px;
	border: 1px solid #7E0000;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8px;
}
a:link.minibuttongreen, a:visited.minibuttongreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C3D7B4;
	padding: 1px 3px 1px 3px;
	border: 1px solid #97A990;
	color: #74876E;
	text-decoration: none;
	font-weight: bold;
	font-size: 8px;
}
a:hover.minibuttongreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #418F41;
	padding: 1px 3px 1px 3px;
	border: 1px solid #3C683C;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8px;
}
p.subRegisterText {
	font-size: 9px;
	color: #666666;
	line-height: normal;
}
