﻿/*
****************************************************
***  Theme-Layout: Default-Default              ****
***  LastEdited:   22 September 2007            ****
***  Author:       Meysam Zabet                 ****
****************************************************
*/
/* Base Grid View */
.GridView-Default
{
	border: solid 1px #8e9fcc;
	width: 100%;
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	text-align:right;
	direction:rtl;
}
.HeaderStyle-Default
{
	background-image: url(images/GridView/HeaderStyle-Default.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #afcdec;
	text-align: center;
	font-family: Tahoma;
	height: 40px;
}
.HeaderStyle-Default a:link
{
	color: #112559;
	font-weight: lighter;
}
.HeaderStyle-Default th
{
	font-weight:lighter;
	padding:0px 2px 0px 2px;
}
.EmptyDataRowStyle-Default
{
	background-image: url(images/GridView/EmptyDataRowStyle-Default.gif);
	background-repeat: repeat-x;
	direction: rtl;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	height: 24px;
	color: red;
}
.RowStyle-Default
{
	background-image: url(images/GridView/RowStyle-Default.gif);
	background-repeat: repeat-x;
	background-color: #dfe5f4;
	background-position: bottom;
	height: 24px;
	text-align: center;
	font-size: 11px;
}
.AlternatingRowStyle-Default
{
	background-image: url(images/GridView/AlternatingRowStyle-Default.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #eff2f9;
	text-align: center;
	font-size: 11px;
	height: 24px;
}
.SelectedRowStyle-Default
{
	background-image: url(images/GridView/SelectedRowStyle-Default.gif);
	background-repeat: repeat-x;
	background-color: #e6ebf7;
	background-position: bottom;
	height: 24px;
	font-size: 11px;
	text-align: center;
}
.RowStyle-Default a:link, .RowStyle-Default a:hover, .RowStyle-Default a:visited
{
	text-decoration: none;
}
.PagerStyle-Default
{
	background-image: url(images/GridView/PagerStyle-Default.gif);
	background-repeat: repeat-x;
	background-color: #dfe5f4;
	background-position: bottom;
	height: 20px;
	padding-left: 10px;
	text-align: left;
	direction: ltr;
}
.PagerStyle-Default a
{
	padding: 0px 4px 0px 4px;
	border: solid 1px #eee;
	text-align: center;
}
.PagerStyle-Default a:hover
{
	border: solid 1px #fff;
	color: green;
	padding: 0px 4px 0px 4px;
	background-color: #eee;
	text-align: center;
}
.PagerStyle-Default span
{
	border: solid 1px #e0c113;
	color: green;
	padding: 0px 4px 0px 4px;
	background-color: #feec89;
	text-align: center;
}