﻿body 
{
    background:#208BDB;     
}
#subheader1{
 /*** Background Color of Sub-header #1 ***/
 background:##0062AD;    
 background-image:url(ecommlogo40d.png); /* changed to transperent images by Krishna */
 text-align:center;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:38px; /*** sub-header row height ***/
}
#subheader2
{
 /*** Background Color of Sub-header #2 ***/
  background:#0062AD;   
  background-image:url(ablogo88c.png);      /* changed to transperent images by Krishna */
  text-align :center;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:88px; /*** sub-header row height ***/
}
#outer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/   
  background:#208BDB; /*** Sets background of center columns ***/ 
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}

.subhead
{
    /*** Background Color & Font Color of Subhead ***/
    font:12px verdana, arial, helvetica, sans-serif;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#0062AD;   
}

.subhead2
{
    /* Just need to set only Background Color */
    background-color:#208BDB;   
}

.tablecolors
{
    /* BorderColor and Background Color of Tables used only for input forms */
    border-color:#000000; 
    border-style:solid;      
    background-color:White;
} 

.tablecolors2
{
    /* BorderColor and Background Color of Tables used only for display data */
    border-color:#000000; 
    border-style:solid;      
    background-color:#DCDCDC;
}   

.header
{
    font:11px verdana, arial, helvetica, sans-serif;
    font-weight:bold;
    color:Black;
    background-color:#333333;
}

.alttemp
{
    font:11px verdana, arial, helvetica, sans-serif;
    color:Black;
    background-color:#E8E8E8;
}

.itmtemp
{
    font:11px verdana, arial, helvetica, sans-serif;
    color:Black;
}

