﻿TD {vertical-align:top}
body
{
	background-color: white;
background-color: #4F4F4F;
	
	font-family: tahoma, verdana;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.container 
{
	background-color: white;
	width: 780px;
	/*border-left: 1px solid #aaa;
	border-right: 1px solid #888;
*/
	border-top: 1px solid #888;
	border-bottom: 1px solid #aaa;
	position: relative;
	margin: 0 auto;
}
.header
{
	height: 158px;
	width: 780px;
	border-bottom: 1px solid #aaa;
}
.headertext
{
	position: absolute;
	right: 10px;
	top: 170px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	color: red;
}
.headertextsub
{
	position: absolute;
	right: 10px;
	top: 190px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	color: red;
}
.headermenu
{
	padding-top: 2px;
	background-color: #4F4F4F;
	border-bottom: 1px solid white;
}
.headermenu .linkcontainer
{
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
}
#container
{
	width: 100%;
}

.gridheader
{
	padding: 0px; margin: 0px;
	background: #2B357A url(../../images/grid_background.png) repeat;
	text-align: left;
}
.gridrow
{
	background-color: white;
}
.gridrowalt
{
	background-color: #D5D7E3;
}
img
{
	border: none 0px;
}
.floatleft  {float:left}
.floatright {float:right}

#content
{
	width: 590px;
}

.TextContent
{
	font-family: Verdana;
	font-size: 10px;	
}
.TextContent h1
{
	font-weight: bold;
	font-size: 12px;
}
.TextContent h2
{
	font-weight: bold;
	font-size: 10px;
}
.TextContent h3
{
	font-weight: normal;
	font-style:  italic;
	font-size: 10px;
}
.sidepanel
{
	width: 180px;
	height: 100%;
}

.HeaderLabel
{
	font-size: 14px;
	font-weight: bold;
	}
	
.ptable
{
	width: 100%;
	background-color: White;
	border: 1px solid #4F4F4F;
	border-collapse: collapse;
}
.ptable td
{
	padding: 4px;
}
.ptable th
{
	font-size: 10px;
	text-align:center;
	color: White;
	font-weight: bold;	
	height: 20px;
	background: #2B357A url(../../images/grid_background.png) repeat;
}
.ptable .buttoncontainer
{
	width: 200px;
}
.ptable .gridrowalt_buttoncontainer
{
	width: 200px;
	background-color: #D5D7E3;
}
acronym
{
	border-bottom: 1px dotted white;
}

ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

a { color: Black; }
a:visited { color: Black; }
a:hover { color: #aaa; }

.linkcontainer A {
	color: #ddd;
	font-size: 10px;
	font-weight: bold;	
	margin-top: 2px;
	text-decoration: none;
}
.linkcontainer A:visited { color: #ddd; }
.linkcontainer A:hover { color: White; }

.copyright
{
	text-align: right;
}
.footer 
{
	background-color: white;
	width: 780px;
	height: 46px;
}
.footer .copyright A {color: Black;}
.footer .copyright A:visited {color: Black;}
.footer .copyright A:hover{color: white;}

p
{
	margin-top: 8px;	
	margin-bottom: 0px;	
}
