﻿.grid_header
{    
    background-image: url(Images/Grid/grid_header.png);
    height: 50px;
    width: 100%;
}

.grid_caption
{
    margin-left: 40px;
    padding-top: 12px;
    font-family: Verdana;
    font-size: 20px;
    color: white;
}

.column_header
{
    background-image: url(Images/Grid/column_header.png);
    width: 22px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;    
}

.column_header_helpdesk
{
    width: 22px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;    
}

.field_header
{
    -- background-image: url(Images/Grid/column_header.png);
    background-color: #f5f5f5; 
    width: 22px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: Left;    
}

.field_header_helpdesk
{
    border: 1px solid #d1d1d1;  
    background-color: #f5f5f5;  
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: Left;  
}

.field_header_emaildetails
{
    border: none;
    border-bottom: 1px dotted black
}


.row_style
{
    font-family: Arial;
    font-size: 14px;
    border: solid 1px #e0e0e0;
}

.italic_row_style
{
    font-family: Arial;
    font-size: 14px;
    border: solid 1px #e0e0e0;   
    font-style: italic
}


.row_style_helpdesk
{
    font-family: Arial;
    font-size: 14px;
    border: none;
    text-align:center;
}

.alternate_row_style
{
    background-color: #eeeeee;
    font-family: Arial;
    font-size: 14px;    
    border: solid 1px #e0e0e0;
}  

.italic_alternate_row_style
{
    background-color: #eeeeee;
    font-family: Arial;
    font-size: 14px;    
    border: solid 1px #e0e0e0;
    font-style: italic
}

 

.alternate_row_style_helpdesk
{
    background-color: #eeeeee;
    font-family: Arial;
    font-size: 14px;    
    border: none;
    text-align:center;
}   

.empty_row_style
{
    text-align: center;
}

.regular_grid
{
    
}

.partnership_header
{
    border: 1px solid #d1d1d1;    
    background-color: #f5f5f5;    
}

#transactionlog_grid_icon
{
   background-image: url(Images/Grid/tranlog.png);   
   width: 48px;
   height: 48px;
   float: left;
}

#products_grid_icon
{
    background-image: url(Images/Grid/products_grid_icon.png);   
    width: 48px;
    height: 48px;
    float: left;
}

#reseller_grid_icon
{
    background-image: url(Images/Grid/reseller_grid_icon.png);   
    width: 48px;
    height: 48px;
    float: left;
}

#correspondence_grid_icon
{
	  background-image: url(Images/Grid/mail_grid_icon.png);   
    width: 48px;
    height: 48px;
    float: left;
}

#orders_grid_icon
{
	  background-image: url(Images/Grid/orders_grid_icon.png);   
    width: 48px;
    height: 48px;
    float: left;
}
