﻿/* Style each of the principle div elements */

.GridContainer
{
	width: 100%;
	margin: 10px auto;
	background-color: #ffffff;
	color: #333333;
	border: 2px #1B4A78;
	padding: 2px 2px 2px 2px;
}

.AlternatingRowStyle
{
	background-color: #efefff;
}

.EditRowStyle
{
	background-color: White;
}

.EmptyRowStyle
{
	background-color:Yellow;
}

.FooterStyle
{
    background-color: #1C5180;
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;	
    color: White;
    text-align: right;
}

.HeaderStyle
{
/*	background-color: #1C5180; */

	height: 28px;
	background-image: url(images/indentbg.gif);
	font: 85% "Lucida Grande" , "Trebuchet MS" , Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.2em; 
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	
}

.PagerStyle
{
	
}

.RowStyle
{
	background-color: #f8f8ff;
}

.SelectedRowStyle
{
	background-color: #fff4ff;
}



label
{
	font: normal 0.8em Verdana, Arial, sans-serif;
}

legend
{
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	background-color: #ABC6EE;
	border: 1px solid #666666;
}
