@charset "utf-8";
/* CSS Document */
*{
    margin: 0px;
    font-family: verdana;
}
body, html{
    height: 100%;
    background-color:#eeeeee;
    background-repeat:repeat-x;
}
.container{
    height: 100%;
    margin: 0px auto;
    width: 980px;
    background-color:white;
}
.main{
    height:100%; 
    background-color:#eeeeee
}
.contentContainer
{       
    float:left;
    background-color:#fff;
    padding:0px;
    width:100%
    
}
.leftmenucell
{
    padding-top:25px;
    float:left;
    width:200px;
    height:100%;
    background-color:#fff;
}
.content {          
    padding:10px;
    float: left;
}

h1{
    font-size:13px;
    font-weight:bold;
    padding-bottom:10px;
}
h3{font-size:11px;
    font-weight:bold;}
hr{
    border: 1px solid #e8e8e8;
}
.footer DIV, .footer DIV SMALL {
    color:#3f3f3f;
    padding:5px;
    background-color:#EDEDED;
    clear: both;
}
.footer A, .footer SMALL{
    color:#3f3f3f;
    font-size: 9px;
}
.mainmenucell{
    height:33px;
    background-image: url('/Files/System/bg_topmenu.gif');
    background-repeat:repeat-x;
    font-weight: bold;
    margin-left:-12px;
    *margin-left:0px;
}
.mainmenucell a{
    padding:0 15px;
    font-size: 13px;
    font-weight: bold;    
    color: black;
    text-decoration: none;
    white-space: nowrap;
}
.mainmenucell a:hover{
    color: grey;
    font-weight: bold;
    text-decoration:none;
}
.mainmenucell a:active{
    color: white;
    font-weight: bold;
    
}


ul.M0, ul.M2, ul.M3 {     
    margin-left:0px;      
}     
li.l2,li.l3,li.l4,li.l2_Active,li.l3_Active,li.l4_Active {   
    list-style: none outside;      
    margin-left:15px;      
}     
li.l1,li.l1_Active {      
    list-style: none outside;      
    margin-left:0px;      
    display: block;      
}     
li.l1 a.l1, li.l1_Active a.l1_Active, ul.M1{      
    margin-left:0px;      
}      
.nimg{      
    display: block;      
}
.menulevel1 {	
    padding: 0px 2px 0px 5px;	
    cursor: pointer;	
    background-color: #949494;	
    font-size: 12px;        
    color:white;	
    font-weight: normal;
}
.hover1 {	
    background-color:#585858;  
}
.menulevel2 a, .menulevel2 a:hover{	
    font-size: 12px;        
    color:white;        
    text-decoration: none;        
    font-weight: normal;
}
.selected {	
    background-color:#585858;  
}
.menulevel2 {	
    padding: 3px 5px 3px 10px;	
    cursor: pointer;	
    background-color: #787878;	
    font-size: 11px;        
    color:white;        
    font-weight: normal;
}
.hover2 {	
    background-color: #585858;
}    
.legend{
    margin-left:200px;
    height:20px;
    background-color:#eeeeee;
    color:#a3a3a3;
    text-align:left;}
