﻿/* HTML Selectors */
body, p, li, table, tbody, tr, td, input, textarea, select, label
{
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: #333;
}

body
{
	padding: 15px;
	margin: 0px;
}

form
{
	padding: 0px;
	margin: 0px;
}

p
{
	padding: 4px 0px 4px 0px;
	margin: 0px;
}

a, a:link, a:active, a:focus, a:visited
{
	color: #479ad9;
}

a:hover
{
	color: #0162a5;
}

/* ID Selectors */
#outer
{
	margin: 0px auto 0px auto;
	width: 965px;
}

#logo
{
	float: left;
	width: 175px;
	height: 60px;
}

#navblock
{
	float: right;
	width: 790px;
	height: 70px;
	margin-bottom: 10px;
}

#utilnav
{
	height: 35px;
	text-align: right;
	font-size: 10px;
}

#content
{
	clear: both;
}

#footer
{
	clear: both;
	height: 50px;
	background: #fff url('/images/footer.jpg') repeat-x;
	padding-bottom: 20px;
	margin: 0px auto 0px auto;
	width: 965px;
}

#footer, #footer a
{
	font-size: 10px;
}

#footer-l
{
	height: 50px;
	width: 6px;
	background: #fff url('/images/footer_left.jpg');
	float: left;
}

#footer-r
{
	height: 50px;
	width: 6px;
	background: #fff url('/images/footer_right.jpg');
	float: right;
}

#footer-links
{
	padding: 20px 50px 0px 0px;
	text-align: right;
	float: right;
}

#content-left
{
	float: left;
	width: 180px;
	background: #fff url('/Images/bg_left_bar.jpg') repeat-y;
	margin-bottom: 10px;
	clear: right;
}

#content-left h3, #content-right h3
{
	margin: 12px;
	padding: 0px 0px 4px 0px;
	border-bottom: solid 1px #003468;
	color: #003468;
	font-size: 14px;
}

#content-left ul
{
	list-style-image: url('/Images/li_chvrn.gif');
	padding: 0px 0px 20px 30px;
	margin: 0px;
}

#content-left li
{
	line-height: 150%;
}

#content-left p
{
	padding: 0px 10px 20px 10px;
	margin: 0px;
}

#content-left a, #content-right a
{
	font-size: 11px;
}

#content-center
{
	float: left;
	width: 550px;
}

#content-center input, #content-wide input, #content-center select, #content-wide select
{
	padding: 3px;
	margin: 1px;
	border: solid 1px #cccccc;
}

#content-wide
{
	float: left;
	width: 770px;
}

#content-center h1,
#content-wide h1
{
	padding: 0px;
	margin: 0px;
	color: #003468;
	font-size: 20px;
}

#content-center h2,
#content-wide h2
{
	background: #fff url('/Images/bg_h2.jpg') repeat-x;
	color: #003468;
	padding: 2px 4px;
	margin: 10px 0px;
}

#content-center h3,
#content-wide h3
{
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 4px 0px;
	border-bottom: solid 1px #666;
	color: #003468;
}

#content-right
{
	float: right;
	width: 220px;
	background: #ecedee;
	margin-bottom: 10px;
}

#content-right ul
{
	list-style-image: url('/images/li_sq_gn.gif');
	padding-left: 30px;
	margin: 4px 0px 20px 0px;
}

#content-right li
{
	line-height: 150%;
}

#login
{
	background: #e7e7e7 url('/images/bg_login.jpg') repeat-x;
	margin: 20px 0px 20px 0px;
	padding: 20px;
	border: solid 1px #969696;
}

#login table
{
	margin: 0px auto 0px auto;
}

.pnlLogin
{
	background: #e7e7e7 url('/images/bg_login.jpg') repeat-x;
	margin: 20px 0px 20px 0px;
	padding: 20px;
	border: solid 1px #969696;
}

.pnlLogin table
{
	margin: 0px auto 0px auto;
}

/* Class Selectors */
.h /* set min height for content area, no hacks, just simple div */
{
	width: 0px;
	height: 450px;
	float: left;
}

.b
{
	padding-top: 20px;
	clear: both;
}

.clear
{
	clear: both;
}

.half-left, .half-right
{
	padding-top: 20px;
	width: 48%;
}

.half-left
{
	float: left;
}

.half-right
{
	float: right;
}

label
{
	padding: 3px;
}

label.required
{
	display: block;
	color: #000;
}

label.required
{
	border-right: solid 4px #FF8000;
}

span.required
{
	display: block;
	padding: 3px;
}

input.text-ro
{
	color: #002B5E;
	background: #eeeeee;
}

input.button
{
	background: #DADDE4;
	border: solid 1px #999999;
	color: #002B5E;
}

.alert
{
	padding: 5px 0px 5px 0px;
}

.alert, .alert li
{
	color: #cc0033;
	font-style: italic;
}

.label-em
{
	font-size: 9px;
	font-style: italic;
}

a.login-button
{
	display: block;
	float: right;
	padding: 0px;
	width: 59px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 4px 0px 5px 0px;
	font-weight: bold;
	background: url('/images/btn_login.gif') no-repeat scroll 0px -22px;
}

a.login-button:hover
{
	background: url('/images/btn_login.gif') no-repeat scroll 0px 0px;
}

input.login-text
{
	border: solid 1px #969696;
	padding: 4px 6px;
}

.third-column
{
	float: left;
	width: 30%;
	height: auto;
	min-height: 500px;
	overflow: hidden;
}

hr.hr
{
	margin:10px 0px;
	height:1px;
	border:none;
	border-bottom:dashed 1px #333 !important;
}
