/*
 * #B3C8E3 - Light blue (Deselect text)
 * #859FCC - Mid Light Blue (Selected Tab)
 * #6675B3 - Mid blue
 * #5659A3 - Mid dark blue (Deslected tab)
 * #4B3E8C - Dark blue (border)
 */
body {
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: Helvetica,Arial,sans-serif;
	/*font-family: Palatino,Georgia,"Times New Roman", serif;(*/
	font-size: 62.5%;	/* Gives initial font size as 10px */
	line-height: 150%;
}

body a {
	text-decoration: none;
}

.clear {
	clear: both;
}

#wholebody {
	background-color: #FFFFFF;
	
}

#bannerandsitenav {
	height: 120px;
}

#bannerandsitenav .logo_float {
	float: left;
	margin: 5px 0px 5px 5px;
	padding: 0px;
	border: 0px;
}

#bannerandsitenav .logo_float img {
	border: 0;
}

#bannertext {
	position: relative;
	top: 60px;
	left: -3px;
	margin: 0;
	padding: 0;
	font-size: 4em;
}

ul#sitenav {
	position: relative;
	top: 88px;
	left: 5px;
	display: block;
	margin: 0px 0px 0px 5px;
	font-size: 1.6em;
}

#sitenav li {
	display: inline;
	margin: 0 1px 0 1px;
	padding: 3px 5px 0px 5px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#sitenav li.sitetabselect {
	color: white;
	background-color: #859FCC;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
}

#sitenav li.sitetabdeselect {
	background-color: #5659A3;
}

.sitetabselect a.navtab:link, .sitetabselect a.navtab:visited, .sitetabselect a.navtab:hover, .sitetabselect a.navtab:active {
	color: #FFFFFF;
}

.sitetabdeselect a.navtab:link, .sitetabdeselect a.navtab:visited, .sitetabdeselect a.navtab:hover, .sitetabdeselect a.navtab:active {
	color: #B3C8E3;
}

.sitetabdeselect a.navtab:hover {
	color: #FFFFFF;
}

#localcontent {
	background-color: #859FCC;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	padding-bottom: 2.6em;
}

#localnav {
	font-size: 1.4em;
}

#localnav ul {
	color: white;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	margin-bottom: 5px;
}

#localnav li {
	display: inline;
	margin: 0;
	padding: 0 1em 0 1em;
	border-right: 1px solid #4B3E8C;
}

#localnav li#localnavlast {
	border-right: 0px;
}

#localnav a:link, #localnav a:visited, #localnav a:hover, #localnav a:active {
	color: #4B3E8C;
}

#contents {
	display: block;
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #4B3E8C;
	padding: 15px;
	font-size: 1em;
}

#contents a:link, #contents a:visited, #contents a:hover, #localnav a:active {
	color: #4B3E8C;
}

#contents h2, #contents h3, #contents h4 {
	margin: 0 0 0.5em 0;
}

#registertext {
	/*font-size: 1.2em;*/
	line-height: 120%;
}

#profilesummary {
	font-size: 1.1em;
	line-height: 120%;
}

#contents #loginerror {
	float: left;
	margin: 5px 10px 5px 10px;
}

dl#errorbox {
	width: 20em; 
	color: black; 
	border: 1px solid red;
}

dl#errorbox dt {
	background-color: red; 
	color: white; 
	padding-left: 3px;
}

dl#errorbox dd {
	margin-left: 0px; 
	padding-left: 1em; 
	padding-right: 1em;
}

#contents #meslistsection {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents #meslistsection table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1.2em;
	border: 1px solid #4B3E8C;
}

table.msgthreads th {
	font-weight: bold;
	padding: 2px;
	border: 0px;
}

table.msgthreads tr.oddrow {
	background-color: #B3C8E3;
}

table.msgthreads tr.evenrow {
	background-color: #FFFFFF;
}

table.msgthreads tr td {
	text-align: center;
	border: 0px;
}

table.msgthreads tr th.msgthreadtitlehead, table.msgthreads tr td.msgthreadtitle {
	text-align: left;
	padding-left: 5px;
}

#wholethread {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid #4B3E8C;
	color: #000000;
	font-size: 1.2em;
}

#wholethread .oddrow {
	background-color: #B3C8E3;
}

#wholethread .evenrow {
	background-color: #FFFFFF;
}

#wholethread dl {
	margin: 0px;
	padding: 0px;
}

#wholethread dt {
	background-color: #5659A3;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	margin: 0px;
	border: 0px;
	position: relative;
}

#wholethread dd {
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

#wholethread dd .smalldatetime {
	font-size: 0.8em;
	color: #A2A2A2;
}

#wholethread dd.msgheadertime {
	float: left;
	width: 9em;
	padding-left: 0.5em;
	font-size: 0.9em;
	height: 100%;
} 


#wholethread dd.msgtext, #wholethread dd.msgdelete {
	margin-left: 10em;
	padding: 3px 0px 3px 20px;
	border-left: 1px dotted #CCCCCC;
}

#wholethread dd.msgdelete {
	margin-right: 1em;
	text-align: right;
	font-size: 1em;
	color: #6675B3;
}

#wholethread .oddrow dd.msgtext, #wholethread .oddrow dd.msgdelete {
	border-left: 1px dotted #AAAAAA;
}

/*
 * Forms
 */

form {
	margin: 0;
	padding: 0;
}
 
fieldset {
	float: left;
	margin: 0 0 0.2em 0;
	padding: 0;
}

legend {
	margin: 0 0 0 1em;
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
}

fieldset ul {
	margin: 0px 0px 0px 0px;
	float: left;
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding: 0 0 1em 0;
	margin: 0px;
}

fieldset.formsubmit {
	float: right;
	margin: 0 1.3em 15px auto;
	border: 0;
}

label {
	display: block;
	float: left;
	width: 5em;
	margin-right: 1em;
}

#contents .commonform { 
	float: left;
	margin: 0px auto 0px auto;
	/*margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;*/
	background-color: #6675B3;
	border-top: 1px solid #B3C8E3;
	border-left: 1px solid #B3C8E3;
	border-bottom: 1px solid #859FCC;
	border-right: 1px solid #5659A3;
}

fieldset.commonformfieldset {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 1.2em;
	/*border-top: 1.2em solid #5659A3;*/
}

fieldset.commonformfieldset legend {
	padding-left: 1em;
	padding-right: 1em;
	background-color: #5659A3;
	border: 0px;
	margin: 0px;
}

fieldset#newmesfields li {
	clear: left;
}

form#loginform {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: auto;
	width: 27em;
}

form#registerform {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: 5px;
	width: 32em;
}

form#registerform label {
	width: 10em;
}

#contents p.footnote {
	margin: 0px 0px 5px 5px;
	clear: left;
}
/*
form#newmes, form#addmes  {
	margin-left: auto;
	margin-right: auto;
}
*/
#newmesformsection, #addmesformsection {
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 54em;
}

form#newmes {
	width: 100%;
}

form#newmes input#newmestitle {
	width: 30em;
}

form#newmes textarea#mestext {
	width: 30em;
}

#profileformsection {
	width: 55em;
}

form#profileform fieldset#prouserfieldset, form#profileform fieldset#probusfieldset {
	background-color: #B3C8E3;
	border: 1px solid #4B3E8C;
	font-size: 1.1em;
}

form#profileform legend {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #4B3E8C;
}

form#profileform label {
	width: 10em;
}

form#profileform fieldset#prouserfieldset input, form#profileform fieldset#probusfieldset input, form#profileform fieldset#probusfieldset textarea  {
	float: right;
	width: 30em;
}

form#profileform fieldset.formsubmit {
	padding-right: 3em;
}

#iesettings {
	width: 70%;
	font-size: 1.2em;
	line-height: 150%;
}

.ieimg {
	margin: 10px;
}

.ieimg p {
	margin: 0.2em;
	font-size: 0.9em;
	font-weight: bold;
}

#ie6privacyimg, #ie7privacyimg {
	float: left;
}

.asAButton {
	background-color: #E9E9E9;
	border-top: 2px solid #717171;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #717171;
	padding: 1px 25px 1px 25px;
	margin: 0.5em 0.2em 0.5em 0.2em;
}

#basetext {
	font-size: 1.2em;
}

#footer {
	font-size: 0.9em;
}

#footer p { 
	text-align: center;
}