﻿body {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
}
.gridcontent
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.gridcontent2
{
	margin-left:40px;
	margin-right:auto;
	width:100%;
}
#menu 
{
	background-color: Black;
	width: 100%;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}
#menu ul {
	color: #fffef1;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
	list-style: none;
}
	
#menu li {
	padding-top: 11px;
	margin: 0 20px 0 0;			
	display: inline;
}
	
#menu li a {
	text-decoration: none;
	color: white;
}

#menu li a:hover 
{
	color: Yellow;
}

#header
{
	background-color: White;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	height: 70px;
	height: auto !important;
	min-height: 70px;
	width: 100%;
	text-align: center;
}
#content {
	padding: 20px 30px 20px 30px;
	background: white;
	height: auto !important;
	min-height: 400px;
}
#footer
{
	background-color: black;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position:center top;	
	width: 100%;
	padding-top: 20px;
	height: auto !important;
	min-height: 300px;
}
#footer h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #30d1ff;
	letter-spacing: 0;
}
#footer dl {
	padding-bottom: 1px;
	background: url(../images/footer_hr.png) bottom left no-repeat;
}

#footer dd {
	color: #999;
	margin-bottom: 20px;
}

#footer a {
	text-decoration: none;
	color: #ACF;
}

#footer a:hover {
	text-decoration: underline;
}

dl.follow dt {
	font: 15px/20px Georgia, Garamond, "Times New Roman", serif;
	font-weight: bold;
	color: #aaa;
}
.textbox
{
	background-image: url(../images/text.jpg);
	background-repeat: repeat-x;
	border: solid 1px #00ffff;
}
#login a, #login input, #login label
{
	color: #222222;
	font-size: 10pt;
}
#login h1
{
	font-size: 16pt;
	line-height: 16pt;
	margin-bottom: 10px;
	color: #1090aa;
}
#filters
{
	width: 100%;
	border: solid 1px black;
	background-color: Silver;
	height: auto !important;
	min-height: 120px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.scrollChecklist
{
	width: 100%;
	min-height: 110px;
	max-height: 110px;
	height: 110px;
	border-left: solid 1px buttonshadow;
	border-top: solid 1px buttonshadow;
	border-bottom: solid 1px buttonhighlight;
	border-right: solid 1px buttonhighlight;
	overflow:auto;
}
.TableHeader
{
	background-color: silver;
	color: Black;
	font-size: 10pt;
	font-weight: bold;
}
.TableContent
{
	color: Black;
	font-size: 10pt;
	font-weight:normal;
}
tr.pager
{
	background-color: Silver;
	text-align: center;
	height: 40px;
	vertical-align: middle;
}
tr.pager a, tr.pager span
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	border: solid 2px Gray;
	Padding: 5px 10px 5px 10px;
}
tr.pager span
{
	background-color:Scrollbar #AAAAAA;
	color: gray;
}
#splash
{
    width: 100%;
    background-image: url(../images/splash.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 420px;
	height: auto !important;
	min-height: 420px;
	text-align: right;
}
#splash a 
{
    font-weight: bold;
    font-size: 20pt;
    font-style:italic;
    color:Maroon;
}
