/*
Main Stylesheet.css
*/

body {
	margin:3em;
	padding:0;
	height:auto;
	color:#151719;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
a:link {
	text-decoration: none;
	color: #3EB4FF;
}
a:visited {
	text-decoration: none;
	color: #3EB4FF;

}
a:hover {
	text-decoration: none;
	color: #3EB4FF;

}
a:active {
	text-decoration: none;
	color: #3EB4FF;

}
blockquote {
margin:1em;
padding:.5em;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}
blockquote p {
margin:.2em;
}
#centerColumn {
	margin:0 auto;
	padding:1em;
	width:50em;
	text-align:left;
	vertical-align: middle;
	background-color:#25282C;
	border:1px solid;
	opacity: .8;
	border-color: #CCCCCC;
}
#centerColumn h2 {
margin:0 0 -.5em 0;
padding:.75em 0 0 0;
font-size:1em;
letter-spacing:.1em;
}
#header {
	margin:-1em -1em 0 -1em;
	padding:0 0 0 0;
	height:5em;
	background-color: #151719;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	border-bottom-width: medium;
	background-image: url(images/blueheader.png);
	background-position: right;
	background-repeat: no-repeat;
}
#header h1 {
margin:0 0 -.6em 0;
padding:.5em 0 0 1em;
font-size:1.5em;
letter-spacing:.1em;
}
#header h2 {
margin:0 0 0 0;
padding:1em 0 0 1.75em;
font-size:.9em;
font-weight:300;
letter-spacing:.1em;
}
#footer {
	position:relative;
	bottom:auto;
	margin:5em 0 0 0;
	padding:0;
	height:1.5em;
	line-height:1.5em;
	text-align:center;
	font-size:0.7em;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #3F454B;
	opacity: .5;
}
#navcontainer { /* none needed */ }

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}
ul#navlist li
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	opacity: .5;
}
#navlist a, #navlist a:link
{
	margin: 0;
	padding: 5px 9px 4px 9px;
	color: #454545;
	border-right: 1px dashed #999999;
	text-decoration: none;
}
ul#navlist li#active
{
	color: #FFFFFF;
	background-color: #EDEEEF;
	opacity: .7;
}
#navlist a:hover
{
	background-color: #EDEEEF;
}
table#styled {
	width: 35em; /* enough left padding for the row headings */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5em;
}
table#styled * { margin: 0; padding: 0; }
table#styled caption {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}
table#styled thead th {display: none; }
table#styled thead th+th { display: block; text-align: left; }

table#styled tbody tr {
	display: block;
	width: 100%;
	margin-bottom: 2px;
	position: relative;
	background-color: #363C41;
}
table#styled tbody th { display: block; position: absolute; right: 100%; width: 5em; }
table#styled tbody td {
	display: block;
	text-align: right;
	margin-right: 0.2em;
	background-color: #3EB4FF;
}

