﻿#html, body {
	font-family: Tahoma;
	font-size:14px;
	font-weight:normal; 
	color: white;
	background: black;
	padding: 0;
}

a.a:link {
	color:white;	
	text-decoration: none;
	font-weight:bold;
}

a.a:visited {
	color:white;	
	text-decoration: none;
	font-weight:bold;
}

a.a:hover {
	color: yellow;
	text-decoration: none;
	font-weight:bold;
}

a.b:link {
	color:blue;
	font-size: 10px;
	text-decoration: none;
}

a.b:visited {
	color:blue;
	font-size: 10px;
	text-decoration: none;
}

a.b:hover {
	color: Maroon;
	font-size: 10px;
	text-decoration: underline;	
}

.GridHeader
{
	font-size: 12px;
	font-family: Arial;
	background-color: #ECD586;
	font-weight: bold;
	color: black;
}

.GridRow
{
	font-size: 11px;
	font-family: Arial;
	background-color: white;
	
}

.GridAlternatingRow
{
	font-size: 11px;
	font-family: Arial;
	background-color: #FAF6E4;
	
}

.GridFooter
{
	font-size: 14px;
	font-family: Arial;
	background-color: #F5F5F5;
	font-weight: bold;
	color: #0000cc;
}
.GridButton
{
	font-size: 11px;
	font-family: Arial;
	width: 60px;
	height: 20px;
}

table.a, td.a
{
    border-color: black;
    border-style: solid;
    background-color: White;
    color:Black ;
    font-size: 12px;   
}

table.a
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;  
}

td.a 
{
	border: 0;
	text-align:left;
	vertical-align:middle;
	padding: 0 0 0 10px;
	height:30px;
}

td.b 
{
	border: 0;
	text-align:left;
	vertical-align:middle;
	padding: 0 0 0 10px;
	height:40px;
	font-size: 10px;    
    color:Black;
}
	
.button
{
	width:80px;
}	
	
.errors
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;	
	font-weight: bold;	
}	

td.m
{
	width:116px;
	height:39px;
	background-image:url(Images/BGButton.gif)
}
td.L
{
	width:100%;
	height:3px;
	background-image:url(Images/HLine.gif);
    background-repeat:repeat-x	
}

.space
{
	padding-left:3px}
	
.totals
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
}	
	
.caption
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;	
	}	