﻿body
{
	background-color: #fff;
}
#container
{
	width: 100%;
	margin: 0 0 0 0;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
}
#content
{
	margin: 0 0 0 0;
	background-color: AliceBlue;
	font-size: .75em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	min-height: 450px;
 
}


#content h2
{
	margin: 0 0 0 0;
}
#menu
{
	padding: .5em;
	background-color: #232F4B;
	border-bottom: 1px solid gray;
	color: #FFFFFF;
	font-size: .75em;
	font-weight:bold;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 0 0;
}
#submenu
{
	padding: .5em;
	background-color: #8DB3B4;
	border-bottom: 1px solid gray;
	color: #000000;
}

#top
{
	padding: .5em;
	background-color: #EDF6F7;
	border-bottom: 1px solid gray;
}

#top h1
{
	padding: 0;
	margin: 0;
}

#leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}



#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #E6EEEF;
	border-top: 1px solid gray;
}

/* Footer

---------------------------------------------------------------------------------------- */

#footer td
{
	padding: .5em 0px 0px .5em;
	display: inline;
}

#footer .FooterWrapper
{
	border-top: 1px solid #999;
	padding-top: 10px;
}

#footer p
{
	color: #666;
	font-size: .8em;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 8px 0;
}

#footer a:link, #footer a:visited
{
	font-weight: normal;
	color: #666;
}

#footer a:hover
{
	text-decoration: underline;
	color: #900;
}



a.active, #localnav .menuitem a.active, #localnav .menuitem2 a.active, #sidebar .menuitem a.active, #sidebar .menuitem2 a.active
{
	text-decoration: underline;
	color: #900;
}

#footer a.active, #globalnav a.active
{
	text-decoration: underline;
}
.specialnotice
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
}


#leftnav p
{
	margin: 0 0 0 0;
}

/*### GridView ###*/
.GridView {margin-bottom:15px;}
.GridView td, .GridView th {padding:3px 5px 3px 5px;}
.GridView tr.Header {border:1px solid #ccc;}
.GridView .Header th
{
	text-align: left;
	background-color: #232F4B;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: white;
}
.GridView .Header2 th {background-color:silver;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.GridView .Row td {border-bottom:1px solid #e1e1e1;}
.GridView .AltRow td {border-bottom:1px solid #ccc;background-color:#E6EEEF;}
.GridView .Row:hover td, .GridView .AltRow:hover td {background-color:silver;}
.GridView td.Center {text-align:center;}
.GridView tr.Pager {font-weight:bold;}


  TR             { text-align:left; padding: 0em; }

