div#gridOuterContainer
{
	background-color: #f9f9f9;
	border: solid 1px #a0aab6;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 4px 4px 4px;
}

div#gridContainer
{
	background-color: #f9f9f9;
	border: solid 1px #a0aab6;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.gridHeader
{
	background: #bdc8d4 url(../images/ControlSkins/Grid/GridHeaderBackground.gif) repeat-x top;
	color: #ffffff;
	font-weight: bold;
	height: 26px;
	width: 100%;			
	padding: 0px 10px;
}

.gridDataRow td, .gridDataRowAlt td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*height: 45px;*/
}

/*
*html .gridDataRow td, *html .gridDataRowAlt td
{
	height: 20px;
}
*/

.gridHeader td
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.gridDataRow, .gridDataRowAlt
{
	background: url(../images/ControlSkins/Grid/GridDataRowSeparator.gif) repeat-x;
	background-position: top;
	width: 100%;
	padding: 10px;
	/*padding: 15px 10px;*/
}

.gridDataRowAlt
{
	background-color: #f7f7f7;
}

.gridFooter
{
	background: #bdc8d4 url(../images/ControlSkins/Grid/GridFooterBackground.gif) repeat-x bottom;
	width: 100%;
	height: 13px;
	padding: 0px 10px 0px 10px;
	margin-top: 10px;
}