﻿
body {
    background-color: #FFF !important;
    background-image: none !important;
    background-repeat: no-repeat;
}
td.Title
{
	font-size: medium;
	font-weight: bold;
	color: #0099cc;
}

td.Footer
{
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #0099cc;
}

td.RightCol
{
	width: 1px;
}

td.RowHeader
{
	font-weight: 700;
	text-align: right;
}

td.SectionTitle
{
	font-weight: bold;
	text-decoration: underline;
}

td.SectionTitleNoUnderline
{
	font-weight: bold;
	font-size: 12px;
}

td.SectionTitleLightBackground
{
	background-color: #E4E4E4;
	font-weight: bold;
	font-size: 12px;
}

td.LightBackground
{
	background-color: #E4E4E4;
}

td.DarkBackground
{
	background-color: #B0C4DF;
}

td.HeaderBackground
{
	background-color: #0099cc;
}

td.DataEntry
{
	background-color: LightYellow;
	border: solid 1px silver;
}

tr.LightBackground
{
	background-color: #E4E4E4;
}

tr.LightBackgroundBold
{
	background-color: #E4E4E4;
	font-weight: 700;
}

tr.DarkBackground
{
	background-color: #B0C4DF;
}

tr.DarkBackgroundBold
{
	background-color: #B0C4DF;
	font-weight: 700;
}

tr.HeaderBackground
{
	background-color: #0099cc;
}

table.DataEntry
{
	background-color: LightYellow;
	border: solid 1px silver;
}

table.Listing
{
	border: solid 1px #B0C4DF;
}

.Button
{
	border: 1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-image: url(images/buttonBg.gif);
	background-position: top;
	background-color: white;
	height: 20px;
	vertical-align: top;
	display: none;
}

.ErrorMessage
{
	color: Red;
	font-weight: bold;
}

.DataGrid
{
	border: solid 1px #B0C4DF;
}

.DataGridHeader
{
	font-size: 12px;
	text-decoration: none;
	background-color: #B0C4DF;
}

.DataGridFooter
{
	background-color: #B0C4DF;
	border-top: solid 1px black;
}

.DataGridRow
{
	background-color: White;
}

.DataGridAltRow
{
	background-color: #E4E4E4;
}

td.IntroductionText
{
	display: none;	
}

table.IntroductionText
{
	display: none;	
}
