﻿.tablestyle 
{
	font-family: Arial;
	font-size:11px;
	border: solid 1px #ddd;	
}

.altrowstyle 
{
    background-color: #edf5ff;
}

.headerstyle th 
{
    background: url(../images/ajax_sprite.png) repeat-x 0px 0px;
    border-color: #ddd;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    color: #000;
    padding-left: 9px;
	height:19px;
	font-family: Arial;
	font-size: 13px;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}  

.headerstyle th a
{
    font-weight: bold;
	text-decoration: none;
	text-align: left;
    color: #000;   
    font-family: Arial;
	font-size: 13px;
}    

.rowstyle .sortaltrow, .altrowstyle .sortaltrow
{
	background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow 
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td 
{
    padding: 3px 10px 3px 10px;
    border-right: solid 1px #ddd;
    border-bottom:1px solid #ddd;
}

.headerstyle .sortascheader 
{
    background: url(../images/ajax_sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortdescheader 
{
    background: url(../images/ajax_sprite.png) repeat-x 0px -100px;
}   
.PagerStyleCss
{
	text-align:right;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
}

.pagerStyleCss span
{
	height: 17px;
	padding-right: 3px;
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	background-color: #e7f1ff;
}


