@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #CCC url(../images/background.jpg) repeat-x; 
	padding: 0;
	text-align: center; 
	color: #000000;
	margin-top: 10px;
}
.oneColFixCtrHdr #pageContainer {
	width: 974px;
	background: #FFFFFF url(none);
	margin: 0 auto;
	text-align: left; 
/*	height: 120px;*/
}
#header {
	padding: 0;
	margin: 0px;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
}

#mainContent h1 .notification {
	font-size: 0.8em;
	padding-left: 1.5em;
	font-style: italic;
}

#header #navbar   {
	margin: 0px;
	padding: 0px;
}
#header #banner {
	height: 100px;
	width: 974px;
}


#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EEE;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #171E59;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #171E59;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #171E59;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2em;
	color: #171C59;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 2em;
	color: #171C59;
	font-weight: bold;
	margin: 2em 0px 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.3em;
	list-style: disc outside;
	margin-bottom: -1px;
	font-size: 0.8em;
}
.mainbodywhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.2em;
	list-style: disc outside;
	margin-bottom: -1px;
}
.WADAResultsContainer {
	float: left;
	clear: left;
}
.WADAResultsNavTop {
	float: left;
	clear: left;
}
.WADAResultsTable {
	float: left;
	clear: left;
	margin: 0 auto;
}
.WADAResultsNavigation {
	float: left;
	clear: left;
	margin: 0 auto;
}
.tunit_free {
	color:#C00;
}.csvDownload {
	display: inline;
	float: right;
	margin: 0px;
	padding: 0px 0px 10px;
}
/* mj additions */
.sidenavbar {
	padding: 10px;
	margin: 10px 0px 10px 20px;
	border: 1px solid #ABCDEB;
}
.sidenavbar h2 {
	font-size: 0.9em;
	padding: .5em 0px 0.5em;
	margin: 0px;
}
.sidenavbar h3 {
	font-size: 0.85em;
	padding: 1em 0px 0px;
	margin: 0px;
}
.sidenavbar ul {
	padding-left: 0px;
	font-size: 0.85em;
	padding-top: 0px;
	margin: 0.5em 0px 0px 0.5em;
}
.sidenavbar ul li{
	padding: 0px 0px 0.2em;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}
.WAATK p {
	font-size: 0.8em;	
}
/* override lengths of divs */

#container  {
	height: auto; 
}
.WAATKDataTable td textarea{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#maincontent  {
	height: auto; 
}
#maincontent  h1 {
	font-size: 1em;
	line-height: 2em;
	color: #171C59;
	font-weight: bold;
	padding: 0 0 1em 0;
	margin: 0;
}
#mainContent h1 .notification {
	font-size: 0.8em;
	padding-left: 1.5em;
	font-style: italic;
}

input.WAATKTextField,
td.WADADataTableCell input {
	float: left;
	padding: 0;
}
td span#usernamebox img,
td span#pwcheckbox img {
	float: left;
	padding: 4 5px 4 3px;
	margin: 0;
}

td span#usernamebox,
td span#pwcheckbox {
	font-size: 11px;
}
table.nopadding {
	margin: 0;
	padding: 0;
}
table.nopadding td {
	margin: 0;
	padding: 0;
}
div.instruction {
/*	color: #C00;*/
	font-size: 1.0em;
}
div.instruction p {
/*	color: #C00;*/
	padding-bottom: 0;
	font-size: 0.8em;
}
div.instruction ul {
/*	color: #C00;*/
	margin-top: 0.5em;
	padding-top: 0;
	font-size: 0.8em;
}
/* styles for news scroller */
#newsScroller {
	float: left;
	width: 200px;
	height: 400px;
	border: 1px solid #ddd;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
}
#newsScroller div {
	padding: 12px;
	color: #333;
	text-align: left;
}
#newsScroller div img {
	float: left;
	margin: 5px 5px 5px 0;
	padding: 0;
	background: #fff;
	width: 65px;
	height: auto;
}
#newsScroller div img.icon {
	float: left;
	margin: 0px;
	padding: 5px 5px 5px 0;
	background: #fff;
	width: 16px;
	height: auto;
}
#newsScroller div p.news-text,
#newsScroller div p { 
	font-weight: normal; 
	margin: 0; 
	padding: 0 0 5px 0; 
}
#newsScroller div p.news-title{ 
	font-size: 14px; 
	font-weight: bold; 
	margin: 0; 
	padding: 0 0 8px 0; 
}
#newsScroller div p.news-src{ 
	font-size: 10px; 
	color: #666; 
	font-weight: normal; 
	margin: 0; 
	padding: 5px 0 0 0; 
}

.errormsg {
	color: #C00;
	padding: 20px;
}