﻿body { background-color: #CCCCCC; padding: 0; margin: 0; width: 100%; font-family: OpenSans,Verdana; font-size: small;min-width:800px; }
#header { background: #FFF; border-bottom: solid 10px #069; padding: 5px;padding-bottom:0; }
.content-box { background-color: #FFF; margin: 1% 10% 2% 10%; border: solid 1px #069; }
.content-header { background-color: #069; padding: 5px; color: #FFF; }
.form-textbox { width: 90%; }
.form-label { width: 20%; text-align: right; }
.content-box table { width: 100%; }
td { padding: 2px; }
#disclaimer { font-size: .75em; }
#powered-by { font-size: .75em; text-align: center; clear:both;}
#powered-by a { color: #000; text-decoration: none; }
#powered-by img { border: 0; }
input, select, textarea { font-family: verdana; }
.form-textbox:focus,.form-tetbox.hover { border: solid 2px #069; }
a:link { color: #069; }
a:visited { color: #069; }
a:hover { color: #F60; }
.alt { background: #EFEFEF; }

th {
	font-weight: normal;
	color: #333;
	padding: .5em;
	background: #ccc;
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: solid 1px #333;
}

td {
	border:none;
}
tr:hover td {
	background:#ccc;
}