﻿.GridViewStyle  
{  
    font-size: 9px;  
    font-weight: normal;  
}  
  
  
.GridViewHeaderStyle
{
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
    height: 20px;
    text-align: center;
}  
  
.GridViewRowStyle
{
    padding: 5px;
    font-size: 11px;
    font-family: Arial;
    background-color: #FFEBBF;
}  
  
.GridViewAlternatingRowStyle
{
    padding: 5px;
    font-size: 11px;
    font-family: Arial;

}  
  
.GridViewSelectedRowStyle
{
    font-size: 11px;
    font-family: Arial;
    background-color: #FFFF99;
}  
  
.GridViewEditRowStyle  
{  
    font-size: 11px;  
    font-family: Arial;  
}  
  
.GridViewPagerStyle
{
    font-size: 11px;
    font-family: Arial;
    color: #FFFFFF;
    background-color: #808080;
}  
  
.GridViewFooterStyle
{
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #808080;
    height: 20px;
    text-align: right;
}  
  
.GridViewEmptyDataRowStyle  
{  
    font-size: 11px;  
    font-family: Arial;  
}  

TH A:link {
   color:white;
   text-decoration:none;
}

TH A:visited
{
   color:white;
   text-decoration:none;
}


table 
{
color:Black;
background-color:White;
border-color:#DEDFDE;
border-width:1px;
border-style:None;
border-collapse:collapse;
margin-left:auto;
margin-right:auto;
}

th
{
    color: White;
    background-color: #000000;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}


td
{
    padding: 5px 5px 5px 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
