@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------------/ body */
body {
    background-color: #EDEDEA;
    background-image: url('images/back1.jpg');
    background-repeat: no-repeat;
    height: 100%;
   	margin: 0px;
   	padding: 0px;
}

a:link {
    color: #0066FF; 
    font-weight: bold;    
}

a:visited {
    color: #337788;
}

a:active {

}

a:hover {
    color: #0099FF;      
}

.header_left {    
    width: 160px;   
    height: 120px;      
    float: left;     
}

.header_right {   
    height: 120px;          
    margin-left: 180px;   
    margin-bottom: 20px;  
}

.title {
    font-weight: bold;  
    font-size: x-large;
    padding-top: 70px; 
    padding-left: 100px;    
}

.title img { 
    display: inline;   
    margin-right: 10px;
    vertical-align: text-bottom;   
}

.panel_left {  
    width: 160px;   
    min-height: 400px;   
    float: left;   
    text-align: center; 
    padding-top: 20px;     
}

.panel_left img {
    display: inline;
    border: 1px;   
}

.panel_right {        
    min-height : 400px;          
    margin-left: 180px;    
    padding-top: 20px;      
}
/* ---------------------------------------------------/ engine sign overwrite */     
.engine_sign_watch {
    background-color: #CCCCCC; 
}

.engine_sign_info {
    background-color: #CCCCCC; 
    border-right: none;
    margin-right: 0px;
}
/* ----------------------------------------------------------/ site main menu */
.main_menu {
    margin: 0px;
    margin-top: 20px;
    font-weight: bold;
    font-size: large;
    padding: 0px;
    list-style-type: none;
    list-style-position: outside;
    text-align: center;
}

.main_menu li:first-child {
    border-top: none;
}

.main_menu li {
    margin-bottom: 4px;
}

.main_menu a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000000 !important;
    background-color: #CCCCCC;
    border-width: 1px 1px 1px 0px;
    border-color: #000000;  
    border-style: solid;
}

.main_menu a:hover {
    background-color: #DDDDDD;
}

.main_menu #select {
    background-color: #50707C;
    color: #AACCFF;
    list-style-type: none;
}
/* -----------------------------------------------------------------/ content */ 
.content_overview {
    margin-bottom: 20px; 
    padding: 2px;  
}

.content_overview img {
    display: inline; 
    border: 0px;  
}

.content_download {
    border-width: 1px 0px 1px 1px;
    border-color: #000000;  
    border-style: solid; 
    background-color: #CCCCCC;
    margin-bottom: 20px;   
    padding-left: 30px;  
}

.content_changelog {
    background-color: #CCCCCC;    
    margin-bottom: 20px;
    padding: 2px;  
}