.GridStyle
{
	border: 1px solid #57566F;
	border-bottom: 2px solid #57566F;
	background-color: #FFFFFF;
	cursor: pointer;
}

.GridHeaderStyle
{
	background-image: url(../images/jpg/grid_headerBg.jpg);
	height: 28px;
	padding-left: 3px;
	cursor: default;
	color: black;
}

.GridHeaderTextStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.GridFooterStyle
{
	cursor: default;
	padding: 5px;
	vertical-align: bottom;
}

.GridFooterTextStyle
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.HeadingRowStyle
{
	background-color: #E9E9EB;
	background-image: url(../images/header_rowBg.gif);
}

.HeadingCellStyle
{
	background-image: url(../images/header_bg.gif);
	background-color: #E9E9EB;
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.HeadingCellHoverStyle
{
	background-image: url(../images/header_hoverBg.gif);
	background-color: #F6F6F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.HeadingCellActiveStyle
{
	background-image: url(../images/header_activeBg.gif);
	background-color: #F6F6F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.HeadingRow td.FirstHeadingCellStyle
{
	background-image: url(../images/header_bg.gif);
}

.HeadingCellTextStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
}

.GridRowStyle
{
	background-color: #F5FDFF;
	cursor: default;
	font-size: 12px;
	height: 22px;
}

.GridAlternatingRowStyle
{
	background-color: #FFFFFF;
	height: 22px;
	cursor: default;
	font-size: 12px;
}


.GridRowStyle td.DataCell
{
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #EAE9E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.SortedDataCellStyle
{
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.GridRowStyle td.LastDataCell
{
	background-color: #EFEFF4;
}

.SelectedRow
{
}

.SelectedRow td.DataCell
{
	background-color: #FFEEC2;
	padding: 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #4B4B6F;
	border-top: 1px solid #4B4B6F;
	border-right: 0px;
}

.SelectedRow td.FirstDataCell
{
	background-color: #FFEEC2;
	border-left: 1px solid #4B4B6F;
	border-right: 0px;
	padding-left: 2px;
	padding-right: 3px;
}

.SelectedRow td.LastDataCell
{
	background-color: #FFEEC2;
	border-right: 1px solid #4B4B6F;
}


