.Grid
{
	background-color: #FFFFFF;
	cursor: pointer;
	
}

.GridHeader
{
	background-image: url(/App_Themes/Gray/images/pager/header_bg.gif);
	background-color: #D2E5F7;
	border-bottom: 1px solid #57566F;
	height: 28px;
	padding-left: 3px;
	cursor: default;
	font-family: Tahoma;
	font-size: 0.75 em; /* font-weight: bold; */
	vertical-align: middle;
}


.CellH
{
	font-weight:bold;
	}

.GridHeaderText
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 0.75 em;
}

.GridFooter
{
	cursor: default;
	padding: 5px;
	vertical-align: bottom;
}

.GridFooterText
{
	font-family: Tahoma;
	font-size: 0.75 em;
}

.HeadingRow
{
	background-color: #E9E9EB;
	background-image: url(images/header_rowBg.gif);
}

.HeadingCell
{
	background-image: url(images/header_bg.gif);
	background-color: #D2E5F7;
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

.HeadingCellHover
{
	background-image: url(images/header_hoverBg.gif);
	background-color: #D2E5F7;
}

.HeadingCellActive
{
	background-image: url(images/header_activeBg.gif);
	background-color: #ffffff;
}

.HeadingRow td.FirstHeadingCell
{
	background-image: url(images/header_bg.gif);

}
.HeadingCellText
{
	font-family: Tahoma;
	font-size: 0.75 em;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: center;
}

.Row
{
	background-color: #FFFFFF;
	cursor: default;
	height: 20px;
}

.Row td.DataCell
{
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #D2E5F7;
	border-left: 1px solid #D2E5F7;
	font-family: Tahoma;
	font-size: 0.75 em;
	height: 25px;
	direction: rtl;
}

.SortedDataCell
{
	background-color: #F7F9FF;
}


.Row td.LastDataCell
{
	background-color: #EFEFF4;
	height: 25px;
}

.HoverRow
{
	height: 25px;
}

.DataCell
{
	
}

.HoverRow td.DataCell
{
	padding: 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Tahoma;
	font-size: 0.75 em;
	border-bottom: 1px solid #4B4B6F;
	border-top: 1px solid #4B4B6F;
	border-right: 0px;
	height: 25px;
	direction: rtl;
}

.HoverRow td.FirstDataCell
{
	border-left: 1px solid #4B4B6F;
	border-right: 0px;
	padding-left: 2px;
	padding-right: 3px;
	height: 25px;
}

.HoverRow td.LastDataCell
{
	border-right: 1px solid #4B4B6F;
	height: 25px;
}

.SelectedRow
{
	height: 25px;
}

.SelectedRow td.DataCell
{
	background-color: #D2E5F7;
	padding: 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Tahoma;
	font-size: 0.75 em;
	border-bottom: 1px solid #9FC5EC;
	border-top: 1px solid #9FC5EC;
	border-left: 1px solid #9FC5EC;
	border-right: 0px;
	height: 25px;
	direction: rtl;
}

.SelectedRow td.FirstDataCell
{
	background-color: #D2E5F7;
	border-left: 1px solid #9FC5EC;
	border-right: 0px;
	padding-left: 2px;
	padding-right: 3px;
	height: 25px;
}

.SelectedRow td.LastDataCell
{
	background-color: #D2E5F7;
	border-right: 1px solid #9FC5EC;
	height: 25px;
}

.GroupHeading
{
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 0.75 em;
	border-bottom: 2px solid #A5A4BD;
	padding-top: 10px;
	padding-bottom: 3px;
}

.GroupByCell
{
	cursor: pointer;
}

.GroupByText
{
	color: #FFFFFF;
	font-size: 0.75 em;
	font-weight: bold;
	padding-right: 5px;
}


.SliderPopup
{
	background-color: #FFF4D7;
	border: 1px solid #4B4B6F;
	border-top-color: #9495A2;
	border-left-color: #9495A2;
	font-size: 0.75 em;
	font-family: Tahoma;
	width: 150px;
	height: 30px;
}
.grp
{
	background:#D2E5F7 url( images/pager/static1.png ) no-repeat center right;
	padding: 0 20px 0 10px;
	margin:3px;
	height:20px;
	border: 1px solid #9FC5EC;
}

.directionRTL
{
	direction: rtl;
	margin-left: 5px;
}
