﻿.GridStyle
{
	border-color:#979797;
	border-style:solid;
	border-width:1px;
	direction:rtl;
}

.HeaderStyle
{
	background-image:url('images/TitleBarBack.jpg');
	background-repeat:repeat-x;
	height:27px;
	background-color:#DEDEDE;
	color:#5F5F5F;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
}

.PagerStyle
{
	background-image:url('images/MiddelBarBackground.gif');
	background-repeat:repeat-x;
	height:30px;
	background-color:#DEDEDE;
	color:#5F5F5F;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
}

.FooterStyle
{
	background-color:#507CD1;	
	color:#000000;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
}

.RowStyle
{
	background-color:#EEEEEE;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}

.AlternatingRowStyle
{
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}
.SelectedRowStyle
{
	background-color:#FFE485;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}

.EditRowStyle
{
	background-color:#FFE485;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}
