body {
	font-family: verdana,arial,helvetica,clean,sans-serif;
}

h1,h2,h3,h4,h5 {
	margin: .5em 0pt;
}

h2 {
	font-weight: normal;
	font-size: 138.5%;
	color: #333;
}

h3,h4,h5,h6 {
	color: #444;
}

a {
	color: #069;
}

#header {
	background: #555 url(/images/title-bar-fade-blue.jpg) repeat-x scroll 0%;
	height: 75px;
}

#header-text {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFF;
	font-size: 231%;
	position: relative;
	left: 1.5em;
	top: .7em;
	width: 85%;
}

#header-text a {
	color: #FFF;
	text-decoration: none;
}

#what-is-it{
	color: #FFF;
	font-size: 93%;
	position: relative;
	left: 5em;
	top: 17px;
	width: 85%;
}

#header-image {
	margin: 5px 5px 0 0;
	float: right;
}

.pinstripe {
	background-color: #369;
	border-top: 1px solid #246;
	border-bottom: 1px solid #246;
	height: 20px;
	clear: both;
}

.pinstripe p {
	margin: 2px 0 0 40px;
	padding: 0;
	color: #FFF;
	font-size: 14px;
}

.pinstripe p a {
	color: #FFF;
}

#news-updates {
	float: right;
	width: 515px;
}

#resources {
	float: left;
	width: 175px;
	margin-bottom: 10px;
}

#page-content {
	padding: 2px 15px;
}

.news-date-wrap {
	float: left;
	margin-top: 5px;
}

.news-message {
	margin-left: 50px;
	color: #444;
}

.news-date-wrap p {
	text-align: center;
	width: 50px;
	margin: 0;
}

.news-date {
	font-size: 131%;
}

#resources ul {
	margin: 0;
	padding: 0;
}

#resources ul li {
	list-style-type: none;
}

#older-news {
	float: right;
	clear: both;
}

#older-news p {
	margin: 0 0 3px 0;
}

td,th {
	border: 0px;
}

table.sortable thead td,table.sortable thead th {
	cursor: pointer;
	text-align: left;
}

table.results {
	border: 1px solid #666;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

table.results td {
	padding: 2px 6px 2px 6px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #CCC;
}

table.results thead td {
	color: #FFF;
	font-weight: bold;
}

table.results thead {
	background: #4c5762 url(/images/table-bar-fade-blue.jpg) repeat-x scroll 0%;
}

table.results tfoot td {
	border-top: 1px solid #CCC;
	font-weight: bold;
}

table.results tfoot {
	background-color: #4c5762;
}

table caption {
	font-weight: bold;
}

#about-us p {
	margin-top: 1em;
}

abbr {
	border-bottom-style: dashed;
}

.fileList {
	width: 100%;
}

.fileList th {
	text-align: left;
}

tr.stripeRow {
	background-color: #DDD;
}

table.slick {
	border: 1px solid #666;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

table.slick td {
	padding: 2px 6px 2px 6px;
	border-bottom: 1px solid #CCC;
}

table.slick thead td,table.slick thead th {
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 2px;
}

table.slick thead {
	background: #2e393f url(/images/table-bar-fade-blue.jpg) repeat-x scroll 0%;
}

table.slick tfoot td {
	border-top: 1px solid #CCC;
	font-weight: bold;
	background-color: #2e393f;
	color: #FFF;
}

table.smallTable {
	width: 300px;
	float: left;
	margin: 10px;
}

table.mediumTable {
	width: 750px;
}

.goodCell {
	background-color: #CFC;
}

.badCell {
	background-color: #FCC;
}

.warnCell {
	background-color: #FFC;
}

.pendingCell {
	background-color: #FFF;
}

tr.stripeRow td.badCell {
	background-color: #FBB;
}

tr.stripeRow td.goodCell {
	background-color: #BFB;
}

tr.stripeRow td.warnCell {
	background-color: #FFA;
}

