﻿.gv_black {   
    width: 100%;   
    background-color: #fff;   
    margin: 5px 0 10px 0;   
    border: solid 1px #525252;   
    border-collapse:collapse;   
}  
.gv_black td a 
{
    color: #009ACD;
}
.gv_black td {   
    padding: 2px;   
    border: solid 1px #c1c1c1;   
    color: #717171;   
}  
.gv_black th {   
    padding: 4px 2px;   
    color: #fff;   
    background: #424242 url('/images/gv_black/grd_head.png') repeat-x top;   
    border-left: solid 1px #525252;   
    font-size: 0.9em;   
}  
.gv_black th a 
{
    color: #edf355;
}
.gv_black .alt { background: #fcfcfc url('/images/gv_black/grd_alt.png') repeat-x top; }  
.gv_black .selected { background: transparent url('/images/gv_black/grd_selected.png') repeat-x top; }
.gv_black .pgr { background: #424242 url('/images/gv_black/grd_pgr.png') repeat-x top; }  
.gv_black .pgr table { margin: 5px 0; }  
.gv_black .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #666;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;   
 }     
.gv_black .pgr a { color: #666; text-decoration: none; }  
.gv_black .pgr a:hover { color: #fff; text-decoration: none; } 