﻿.Theme_GridView
{
	font-size : 16px;
	font-family : Arial, Verdana, Sans-Serif	
}

.Theme_GridViewHeader
{	
	color: White;
    background-color: #956868;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.Theme_GridViewHeader a, .Theme_GridViewHeader a:visited
{	
	color: White;
    background-color: #956868;
    border-color: #956868;
    cursor: pointer;
}

.Theme_GridViewRow
{
	/* padding: 2px 2px 2px 2px; */	
}

.Theme_GridViewRow TD
{	
	/*padding: 2px 5px 2px 5px;*/
}

.Theme_GridViewSelectedRow
{
	background-color: #FFFDCC;
    font-weight: bold;
     	
}

.Theme_GridViewSelectedRow TD
{	
	border-top: solid 2px #000000;	
	border-bottom: solid 2px #000000;		 
}

.Theme_GridViewAlternativeRow
{
	background-color: #F7F0F0;	
}

.Theme_GridViewFooter
{
		
}



 

