﻿/* Estilos para GRIDVIEW */ 
Table.GridView TR TD,TH
{
padding:0px 4px 0px 4px;
border-bottom:dotted 1px #A0A0A0;
}

Table.GridView TR TD A:Hover
{  
	color:#003061;
}
Table.GridView TR TH A:Hover
{  
  text-decoration: underline;
}


TR.RowStyle
{
	height:25px;
	font-size:12px;
	background-color:#FAFAFA;
}

TR.HeaderStyle
{

	background-color:#00A0DE;
}

TR.HeaderStyle a
{

	text-transform:none;
	font-weight:bold;
}

TR.SelectedRowStyle
{
  height:25px;
	background-color:#E0E0E0;  
    }
    
TR.HeaderStyle 
{
	height:18px;
	font-size:110%;
	color:#FFFFFF;
}
TR.HeaderStyle TH
{
	border-bottom: none;
	}

TR.HeaderStyle A
{
	color:#FFFFFF;
}

TR.AlternatingRowStyle
{
	height:25px;
	background-color:#FFFFFF;
	font-size:12px;
}

TR.PagerStyle
{
	color:White;
	background-color:#00A0DE;
}
	
TR.PagerStyle A 
{
	color:white;
	font-weight:bold;
	font-size:110%;
}

