﻿/* Start Content Layout */
.ModuleSubContent {
    position: static; 
    margin-bottom:10px;
    margin-left:10px;        
    background-color: Orange; 
    width: 220px; 
}
.ModuleFooterContent {
    position: static; 
    margin-bottom:10px;
    /*margin-left:10px; */
    width: 220px; 
}
.ModuleMainContent {
    position: static; 
    margin-bottom:10px;
    margin-left:0px;        
    background-color: Orange; 
    width: 480px; 
}
.ModuleMainContentLarge{
    position: static; 
    margin-bottom:10px;
    margin-left:0px;        
    background-color: Orange; 
    width: 710px;     
}
/* End Content Layout */

/* Start Content Modules */
.ModuleSmallHeaderMain {
    background: Orange;
    background-image: url('../img/moduleheader_main_220px.gif'); 
    font: 11px verdana, helvetica, arial, sans-serif; 
    color:White;    
    font-weight:bold;
    padding:9px;
}
.ModuleSmallHeaderSub {
    background: Orange;
    background-image: url('../img/moduleheader_sub_220px.gif'); 
    font: 11px verdana, helvetica, arial, sans-serif; 
    color:#404040;    
    font-weight:bold;
    padding:9px;
}
.ModuleBigHeaderMain {
    background: Orange;
    background-image: url('../img/moduleheader_sub_460px.gif'); 
    font: 11px verdana, helvetica, arial, sans-serif; 
    color:#404040;    
    font-weight:bold;
    padding:9px;
} 
.ModuleLargeHeaderMain {
    background: Orange;
    background-image: url('../img/moduleheader_sub_710px.gif'); 
    font: 11px verdana, helvetica, arial, sans-serif; 
    color:#404040;    
    font-weight:bold;
    padding:9px;
} 
.ModuleContent {
    background: White;
    font: 11px verdana, helvetica, arial, sans-serif; 
    padding:10px;
}

.ContentTable {
    background-color: #DCDCDC;
}
.ContentTdLabel {
    background-color: whitesmoke; 
    font-weight:bold;
}
.ContentTdData {
    background-color: white;
}
/* End Content Modules */