body
{
    background-color: White;
    font-family: Verdana, Arial;
    font-size: x-small;
}
TABLE
{
    font-family: Verdana, Arial;
    font-size: x-small;
    
}
TABLE.GridData
{
    font-family: Verdana, Arial;
    font-size: small;
}
TABLE.GridData TR
{
    
}
TABLE.GridData TH
{
    background-color: #003399;
    color: #FFFFFF;
    padding: 2px 10px 2px 10px;
}
TABLE.GridData TD
{
    padding: 2px 10px 2px 10px;
}
SELECT
{
    background-color: White;
    font-family: Verdana, Arial;
    font-size: 8pt;
}
.LtrHead h2
{
	font-size: medium;
	font-family: Arial, Trebuchet MS;
	margin: 0 0 0 0;
	color: Black;
}
.LtrHead h3
{
	font-size: small;
	font-family: Arial, Trebuchet MS;
	margin: 0 0 0 0;
	color: Black;
}
.LtrHead td
{
	width: 33%;
}
.LtrHead
{
	font-size: small;
	font-family: Arial, Trebuchet MS;
}
a.FormLink
{
    line-height: 30px;
    font-size: small;
    margin-left: 10px;
}
h1
{
    font-family: Trebuchet MS, Verdana;
    font-size: large;
    color: Teal;
}
h1.left
{
    text-align: left;
}
h2
{
	font-family: Trebuchet MS, Verdana;
	font-size: large;
	color: Orange;
}
h3
{
    font-family: Trebuchet MS, Verdana;
    font-size: small;
    color: Black
}
legend
{
	font-size: small;
}
.TableHeader
{
	background-color: silver;
	border-width: medium;
	font-weight: bold;
	font-size: x-small;
	font-family: Verdana, Arial;
	cursor: hand;
}
.selectedRow
{
	background-color:Yellow;
}
.Grid
{
	width: 98%;
    background-color: White;    
    border-top-width: 1px;
    border-left-width: 1px;
    font-size: x-small;
    border-left-color: silver;
    border-bottom-width: 1px;
    border-bottom-color: silver;
    border-top-color: silver;
    font-family: Verdana, Arial;
    border-right-width: 1px;
    border-right-color: silver;
}
.Grid TD
{
    border-right: silver 1px solid;
    padding-right: 5px;
    border-top: silver 1px solid;
    padding-left: 5px;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    text-align: center;
}
.CtrlLabels
{
    width: 140px;
    vertical-align: top;
}
.content
{
	width:98%;
	margin:auto;
	background-color:White;
}
.column
{
	float:left;
	padding:10px;
	width:inherit;
}
.column td,.column th
{
	padding:2px;
}
.leftcolumn
{
	float:left;
	padding:10px;
	width:inherit;
}
.leftcolumn td,.column th
{
	padding:2px;
}
.rightcolumn
{
	float:left;
	padding:10px;
	width:inherit;
}
.rightcolumn td,.column th
{
	padding:2px;
}
.row td
{
	border-bottom:solid 1px silver;
}
.alternating
{
	background-color:#eeeeee;
}
.alternating td
{
	border-bottom:solid 1px silver;
}
#StatsTable
{
    border: solid 1px black;
    font-size: xx-small;
    width: 100%;
}
.valid
{
	font-size: xx-small;
}
.DeleteButton
{
	margin-bottom: 3px;
	background-color: Silver;
	border: solid 1px black;
	font-size: x-small;
}
.ErrorLabel
{
	border-color: Red;
	background-color: #ffdfef;
	border-style: solid;
	border-width: 1px;
	margin-top: 1px;
}
.tip
{
	color: Gray;
	vertical-align: middle;
}
