.GPortletHeader
{
    width: 100%;
    padding: 6px;
    background-color: #EFEFEF;
}
.GPortletContent
{
    padding: 15px;
}
.GordicGrid			
{   
    border: 0px;
}
.GordicGridHeader		
{
    background-color: White;
}
.GordicGridHeader td		
{
    height: 25px; 
    font-weight: bold; 
    padding: 0px 8px;
    background-color: #CCCCCC;
}
.GordicGridRow			
{
    background-color: #FFFFFF;
}
.GordicGridRow td		
{
    height: 25px;
}
.GordicGridRowAlt		
{
    background-color: #EDEDED;
}
.GordicGridRowAlt td		
{
    height: 25px;
}
.ftDataGridItemSelected, .PDGItemSel 	
{
    background-color: #3B50A8; 
    color: white; 
}
.ftDataGridItemSelected td, .PDGItemSel td	
{
    height: 25px;
}