﻿/* ------ Grid Style Start ------ */
/* USDA Web Style Guide Page 58-59
2. Content Tables
The Content Table can be formatted as needed to allow display of the information desired.
A. Table Header
Attributes: Border: 1px / Color: #838594
Text : Font: Verdana Bold / Size: 11px / Color: #000000
B. Table Text
Attributes: Font: Verdana Regular / Size: 11px / Color: #000000
*/
.stdHGrid
{
	font-size: 11px;
    color: #000000;
    font-family: Verdana;
    font-weight: normal;
    text-decoration:none;
    }

.stdHGridTitle
{
    color: #ffffff;    
    background-color: #838594;   
    padding-bottom  : 0px; 
    padding-left : 0px; 
    width: 230px;
    text-align: center;   
    text-decoration:none;
}
.stdHGridCell
{        
   
    text-align: left;   
    width: 110px;
    text-decoration:none;
}
.stdHRankCell
{        
   
    text-align: center;   
    width: 15px;
    text-decoration:none;
}
.stdHGridDataCell
{        
  
    text-align: right;   
    width: 110px;
    text-decoration:none;
}
.stdHGridParentRow
{        
   
    background-color:Silver;
    width: 230px;
    text-decoration:none;
}
.stdHGridParentAltRow
{        
  
    background-color:Silver;
    width: 230px;
    text-decoration:none;
}
.stdHGridDataRow
{        
   
    background-color:white;
    width: 230px;
    text-decoration:none;
}
.stdHGridDataAltRow
{        
   
    background-color: #F2F2F2; 
    width: 230px;
    text-decoration:none;
}
.proceeslink
{
 vertical-align:bottom;
 text-align:left;	
 text-decoration:none;
}