﻿/* GRID STYLE */
.tablestyle
{
   font-family:arial;
   margin:10px 0pt 15px;
   font-size: 8pt;
   border-color: #CDCDCD;
   color: #3D3D3D;
   width:100%;
}
.tablestyle td, .tablestyle th
{
   border-color: #CDCDCD;
}
.alternatingrowstyle{
    background-color:#F0F0F6;
    text-align:center;
}
.headerstyle {
    background-color:#F0F0F6;
    background-image: url(images/icons/sort_none.gif);
    background-repeat: no-repeat;
    background-position: center left;   
    padding-left: 20px;
}  
.headerstyle a{
   text-decoration:none;
   color:black;
   display:block;
}    
.rowstyle{
   background-color: #FFF;
   text-align:center;
}
.rowstyle td, .alternatingrowstyle td {
   padding: 4px;
}
.sortascheaderstyle{
    background-image: url(images/icons/sort_asc.gif);     
    background-color: #ffffcc; /*8dbdd8;*/    
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;      
}
.sortdescheaderstyle{
    background-image: url(images/icons/sort_desc.gif);     
    background-color: #ffffcc;    
    background-repeat: no-repeat;
    background-position: center left; 
    padding-left: 20px;  
} 

/* END GRID STYLE */

.simple-table{ border:1px #CDCDCD solid; font-size:12px; font-family:Arial; }
.padding-table{font-size:12px; font-family:Arial; padding:5px}
.alternate-table{ background-color:#F0F0F6}
