@CHARSET "UTF-8";

body {
	background: #fff;
	font-family: sans-serif;
	font-size: small;
	margin: 0px;
	padding:0px;
	cursor:default;
}

#wrap {
	max-width: 768px;
	min-width: 768px;
	position: relative;
}

#content {
	float: left;
	width: 100%;
}

h1 {
	font-size: 150%;
}

mainpagelink {
	color: white;
	text-decoration: none;
}

contact {
	float: right;
}

#footer {
	clear: both;
	background: #72b72c;
	text-align: center;
	margin-top: 10px;
	padding-top:2px;
	padding-bottom:2px;
	width: 100%;
	color: white;
}

#nav-global {
	position:absolute;
	margin:0;
	bottom:0;
	right:0;
	font-family:"Trebuchet MS",sans-serif;
	white-space:nowrap;
}

#nav-global li {
	display:block;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav-global a {
	display:block;
	float:left;
	padding:5em 16px 10px 16px;
	background:#092e20;
}

#nav-global a:hover {
	color:white;
	background:#234f32;
}

#homepage #nav-homepage a,
#overview #nav-overview a,
#download #nav-download a,
#documentation #nav-documentation a,
#weblog #nav-weblog a,
#community #nav-community a,
#blogroll #nav-blogroll a,
#code #nav-code a {
	color:white;
	background:#092e20 bottom repeat-x; 
}

#radar {
	float: left;
	text-align: center;
	position: relative;
	z-index: 0;
}

.radarheader {
	color: black;
}

#sidebar {
	float: right;
	width: 250px;
}

.gutter {
	padding: 10px;
}

.captcha {
}

.form
{
	background: #72b72c;
	border: 1pt solid gray;
	text-align: left;
	display: table;
	color: white;
	float: none;
	width: 100%;
}

.login
{
	font-size: xx-small;
	font-weight: bold;
	background: #72b72c;
	text-align: left;
	display: table;
	position : absolute;
	top: 7px;
	right: 7px;
	color: white;
}

.bannertextoverlay
{
	position : absolute;
	top: 20px;
	left: 20px;
	height: 30px;
	color: white;
}

.blurb
{
	background: #72b72c;
	display: table;
	color: white;
	text-align: justify;
}

.blurbtext {
	padding: 5px;
}

.login a {
	text-decoration: none;
	color: white;
}

.login a:hover {
	color: yellow;
}

.formHeader
{
	background-color: #91cce6;
	text-align: center;
	font-size: larger;
	font-weight: bold;
	padding: 5px; 
}
	
.formRow
{
	padding: 5px;
	display: block;
}
	
.formElement
{
	display: inline;
	height: 30px;
	align: right;
}

.error {
	color: darkred;
	font-weight: bold;
}

.navigationSection
{
	width:100%;
	background-color: lightblue;
}

#rainrunnerbanner
{
	width: 768px;
	height: 155px;
	background-image: url('Banner.png');
	background-repeat: no-repeat;
	text-align: left;
	color: white;
	border: none;
	position:relative;
}

#userheader {
	float: right;
	padding: 4px;
}

#welcome {
	float: left;
	padding: 8px 14px;
}

#lastLogin {
	clear: both;
	text-align: center;
}

#logout {
	float: right;
	padding: 8px 14px;
}

.overLay {
	position: absolute;
	z-index: 1;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#dwdImage {
	top: 0px;
	left: 0px;
}

#timestamp {
	bottom: 5px;
	right: 5px;
	background: #303030;
	color: white;
	font-size: larger;
	padding: 5px;
}

div#lhs_box{
	float:left;
	width:180px;
	padding:0px;
	margin:0 0 0 0;
}

div#lhs_box div.padding {
	margin:0px 0px 0px 11px;
}

div#box_center{
	float:left;
	width:570px;
	margin:0 0px 0px 0px;
}

div#box_center div.padding {
	margin:0px 0px 0px 24px;
}

div#foot {
	clear:both;
	width:978px;
	height:69px;
	margin:0px;
	padding:50px 0px 15px 0px;
	text-align:right;
}

div#foot div.padding {
	margin:50px 0px 15px 0px;
}

#navigation {
	width: 250px;
}

#navigation ul {
	margin:0 0 10px 0;
	padding:0;
}

#navigation ul li {
	margin:3px 0px 3px 0px;
	line-height:16px;
	padding:0;
	list-style-type:none;
	display: inline;
}

#navigation ul li:hover {
	margin:3px 0px 3px 0px;
	padding:0;
	list-style-type:none;
}

#navigation ul li a {
	font: bold 12px/16px verdana; 
	color:#00597B;
	text-decoration:none;
	margin:0px;
	padding:0px 0px 0px 20px;
}

#navigation ul li a:hover {
	font: bold 12px/16px verdana; 
	color:#01A6DC;
	text-decoration:none;
	margin:0px;
	padding:0px 0px 0px 20px;
}

.onlineHelp {
	z-index: 99;
}
