﻿.GridViewStyle
{
	
	font-weight: normal;
	font-family: Tahoma;
    font-size: 12px;
	direction: rtl;
	text-align:center;	
	width:100%;
	background-color:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.GridViewHeaderStyle
{
	font-weight: bold;	
	height: 20px;
	text-align: center;
	background-image:url('../images/GridHeader.png');
	background-repeat:repeat-x;
	color: #fff;
}
.GridViewHeaderStyle a
{
    color: #fff;
    text-decoration:none;
}

.GridViewRowStyle
{
    height:25px;
	text-align:center;	
}

.GridViewRowStyle:hover
{
    background-color:#12AAF8;    
}
.GridViewRowStyle:hover a
{
    color:#fff;
}

.GridViewRowStyle a
{
    color:#15b2b5;
    text-decoration:none;  
    padding-right:20px;  
}

.GridViewAlternatingRowStyle
{
	background-color: #eceae8;
	text-align:center;	
}
.GridViewAlternatingRowStyle:hover
{
	background-color:#12AAF8;
}
.GridViewAlternatingRowStyle:hover a
{
	color:#fff;
}

.GridViewAlternatingRowStyle a
{
    color:#12AAF8;
    text-decoration:none; 
    padding-right:20px; 
}

.GridViewSelectedRowStyle
{
	background-color: #FFFF99;
	text-align:center;	
}

.GridViewPagerStyle td
{
    height:30px;    
}
.GridViewPagerStyle td table tr td
{
    width:20px;
    height:20px;
	color: Yellow;
	background-color: #009CFF;
	text-align:center;
	font-size: 12px;
	font-family: Arial;
	line-height:20px;
	-moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;  
}
.GridViewPagerStyle td table tr td:hover
{
    background-color:#d33800;
}

.GridViewPagerStyle a
{
    color:#fff;
}

.GridViewFooterStyle
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cfcfcf;
	height: 20px;
	text-align:center;	
}

.GridViewEmptyDataRowStyle
{
	text-align:center;	
}