﻿.grid 
{ 
	width:99%; 
	margin:5px;
	margin-top:0px;
	font-family:Tahoma;
}
.grid H2 
{ 
	margin:0; padding:0; 
	color:#ffffff;
	height:20px;
	line-height:20px;
	font-size:14px;
}
.grid .mid
{
	padding:3px 0px 0px 0px;
}
.grid .datatable
{
	width:100%;
	color:#666;
    text-align:right;
}        
.grid .datatable TH
{ 
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 2px 4px;
    color: #000066;
    border-bottom: solid 2px red;
 }
.grid .datatable TR TH a
{
color:#000066;
}
.grid .datatable TH A
{ 
	text-decoration:none;
	padding-right:18px; 
	color:#000066;
}
/* رنگ و پس زمینه سطرهای جدول*/
.row
{ 
    background-color: #7EBB00;
    direction:rtl;
 }

.grid .datatable .row TD
{
    font-size: 11px;
    color: #000; /*text-align:right;*/
    padding: 6px 4px;
    border-bottom: solid 1px #CC3300;
}
.grid .datatable .row TD A
{
    text-decoration:none;
    color:#000066;
}  
.grid .datatable .row:hover
{
	background-color:#fff;
}
/* رنگ و پس زمینه سطرهای جدول*/

.grid .datatable .row TD.first { padding-left:10px; }
.grid .datatable TH.first { padding-left:10px; }
.grid .datatable .row:hover .first
{
    background-repeat:no-repeat;   
	background-image:url(../Images/bullet.gif);
	color:#fff;
}  
/* Data Pager Styles */
.grid TR.pager-row TD
{
    border-top:solid 2px #bbd9ee;
}
.grid .pager
{
    font-family:arial,sans-serif;
    text-align:center;
    padding:6px;	
    font-size:12px;
    color:White;
} 
.grid .pager SPAN.command,        
.grid .pager SPAN.current,        
.grid .pager A.command,
.grid TR.pager-row TD A
{
    color:#000066;
    padding:0px 5px;
    text-decoration:none;
    font-size:12px;
    border:none;
}
.grid .pager A.command:hover,
.grid TR.pager-row TD A:hover
{
    border:solid 2px #408BB6;
    background-color:#59A5D1;
    color:#fff;
    font-size:12px;
    padding:0px 3px;
    text-decoration:none;
}        
.grid .pager SPAN.current,
.grid TR.pager-row TD SPAN
{
	border:none;
    font-weight:bold;
    font-size:12px;
    color:#fff;
    padding:0px 6px;
text-decoration:underline;
}
.grid TR.pager-row TD
{
	border-top:none;
	text-align:center;
}
.grid TR.pager-row TABLE
{
	height:30px;
	margin:0 auto 0 auto;
}