﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: middle;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	color: #00FF00;
}
a:active {
	text-decoration: none;
}
#tbanner {
	height: 50px;
	width: 800px;
}
#links ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#links li {
	display: inline;
}
#links {
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#bodycontent {
	padding: 10px;
	width: 780px;
}
#bodycontent table {
	border: 1px solid #000000;
}
#links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
#links a:hover {
	background-color:#ffffff;
	color: #000000;
}
.style3 
{	
	font-size: 12pt;
	color: White;
	background-color: Black;
}
td.cell1
{	
	background-color: Black;
}
td.cell2
{
	background-color: #CCCCCC;
}

td.cell3
{	
	background-color: White;
}
Table.bordered
{
	border: black 1px solid;
}
Input.TextBox1 
{
	background-color: white;
	border:1px ridge black;
	height: 18px;
}

Input.Button1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;   
	font-size:11px; 
	color:#000000;
	background-color:#eeeeee;
	border:2px outset white;
}
Input.Button2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	letter-spacing: .25px;
	background-color: #A7A5A5;
	border: 2px outset white;
}
#footer {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 790px;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
/*Datagrid elements*/
Table.Datagrid
{	
	background-color: white;
	border: solid 1px #000000;
	border-style: none;
	color: #ffffff;
}
Table.DatagridIssues
{	
	color: #ffffff;
	font-size: 12px;
}
ol.olforNotes
{
	font-weight: normal;
	font-size: 8.5pt;
	margin: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, sans-serif, sans-serif;
	letter-spacing: normal;
}

tr.HeaderClass
{
	/*since no parent need extra elements here*/
	vertical-align: middle;
	text-align:center;
	font-size:	15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #CCCCCC;
	padding-left:5;
	padding-top:10;
	padding-bottom:5;
	padding-right: 5;
	height: 40;
}

tr.FooterStyleClass
{
	/*since no parent need extra elements here*/
	vertical-align:	baseline;
	text-align:center;
	font-size:	8.5px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #eeeeee;
	background-color: #00709F;
	padding-left:5;
	padding-top:3;
	padding-bottom:3;
	/*width: 225px;*/
}

tr.ItemClass
{
	font-size: 8.5pt;
	height:30px;
	background-color: #eeeeee;
	padding: 5;
	color: #444444;
}

tr.AlternatingClass
{
	FONT-SIZE: 8.5pt;
	height:30px;	
	background-color: #CCCCCC;
	padding: 5;
	color: #444444;
}

H3
{
	color: #009999;
}

/*End Datagrid elements*/