﻿.gridView 
{   
   border-collapse: collapse;
   display: inline;
   color:Black;
   table-layout: fixed;
}

.gridView table
{
	table-layout: fixed;
}

.gridView caption
{
   background-image: url(images/silver_caption_bg.gif);
   background-position: bottom;
   background-repeat: repeat-x;
   text-align: left;
   padding-top: 4px;
   padding-left: 5px;
   padding-bottom: 4px;   
}

.gridView .pager
{
	background-color:Transparent;		
	color:White;
	text-align: right;	
	height: 25px;
	vertical-align: middle;
	border-left:0px;
	border-right:0px;
	border:none;
}

.gridView .sortAsc
{
	width: 21px;
	background-image: url(images/SortAsc.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.gridView .sortDesc
{
	width: 21px;
	background-image: url(images/SortDesc.gif);
	background-position: center;
	background-repeat: no-repeat;
}


.gridView .sortLink
{
	border: none;
}

.gridView thead
{    
    background-color:#CD0000;    
	color:Black;
	font-weight: bold;
	height: 18px;
}

.gridView thead td
{
	text-align: center;
	vertical-align: middle;
	border: solid 1px #cd0000;
	height: 25px;
}
.gridView thead .sortColumn
{
	font-weight: bold;
}

.gridView thead #Edit, .gridView thead #Delete 
{
	width: 16px;
}

.gridView .inner, .gridView .inner td
{
	border: none;
	padding: 0px;	
}

.gridView tbody
{
}

.gridView tfoot td
{
    background-color: #E3E3E3;
	color:Black;
	font-weight: bold;
	height: 18px;
}

.gridView tfoot a, .gridView .pager a
{
	padding: 2px;
	color: White;
}

.gridView a
{
	color:Black;
	text-decoration: none;
}

.gridView .pager a
{
	color:White;
}
.gridView .pager a:hover
{
	color:#CD0000;
}


.gridView a:hover
{
	/*color:#CD0000;*/
	color:White;
	text-decoration: underline;
}

.gridView tbody td
{
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
    border-bottom: solid 1px #CD0000;
	vertical-align: middle;
	text-align: center;
}


.gridView .SelectedRow td, .gridView .SelectedRow td a, .gridView .SelectedRow td a:hover
{
	cursor: hand;
	color: White;		
}

.gridView .EvenSelRow
{  	
  	background-color: #F1F1F1;
	cursor: hand;
}

.gridView .OddSelRow 
{	
	background-color: #E4E4E4;
	cursor: hand;
}

.gridView .EvenRow
{
   	background-color: #F1F1F1;
}

.gridView .OddRow 
{
	background-color: #E4E4E4;
}

.gridView thead .wrap td
{
	border: solid 0px;
}

.gridView thead .wrap 
{
	table-layout:auto;
}
