body{
    background-color:#6b100a;
    padding:0; font-family:verdana, sans-serif; font-size:10px;
    margin:0px auto auto auto;
    color:#000;
}


a {
    text-decoration: none;
    cursor: pointer;
}

a:hover{
    text-decoration:underline;
}



#main_container{
    width:1000px;
    height:auto;
    margin:auto;
    padding:0px;
    background-color: #FFFFFF;
}





/*---------------- menu tab----------------------*/


#menu_box{
    background: #41a0cf;
    font-family:Arial, Helvetica, sans-serif;
    min-width: 950px;
    height: 34px;
}

ul.menu {
    position: relative;
    list-style-type:none; 
    display:block; 
    width:1000px; 
    margin:0px; 
    padding-left:0px; 
    background:none;
    height: 34px;
}

ul.menu li {
    display:inline-table;
	float: left;
    font-size:12px;
    font-weight:bold;
    line-height:34px;
    width: 120px;
    text-align: center;
}

a.nav {
    color:#fff;
}

a.nav:link, a.nav:visited {
    display:block; 
    padding:0px 8px 0px 8px; 
    margin:0;
    height:34px;
    text-decoration:none; 
    background:none; 
    color:#fff;
    white-space: nowrap;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:visited {
    display:block; 
    margin:0; 
    height:34px;
    text-decoration:none; 
    color:#fff;
    font-weight: 900;
    background-color: #71a0df;
}

a.nav:hover {
    color:#ffeedd;
}
/** end header **/

.left{
    float:left;
    padding-left:5px;
}
.right{
    float:right;
    padding-right:5px;
}

#javascript_error {
    background-color: #eeee22;
    border: black thin solid;
}

a {
    color: inherit;
}
 
/*------------------------------main content-----------------------*/
#main_content{
    width:1000px;
    margin:auto;
}
    
/*-------------------footer------------------------*/
#footer{
    width:1000px;
    height:53px;
    background-image: url("../images/footer.png");
}

#content {
    min-height: 300px;
    background: white;
}

/** main and rigth menu **/
#main {
    width: 709px;
    display: table-cell;
    min-height: 300px;
    vertical-align: top;
    padding: 0.5em 0.5em 0.5em 0.5em;  
}

#right-field {
    width: 291px;
    display: table-cell;
    min-height: 300px;
    background: #cccccc;
    padding: 0.5em 0.5em 0.5em 0.5em; 
    height: 100%;  
}

.ingress-box {
    background: #cccccc;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: #b4b4b4 thin solid;
    height: 100%;
}

.ingress-table {
    border-collapse:separate;
    border-spacing:0.3em;
}

.sub {
    position: absolute;
    background-color: #41A0CF;
	margin: 0px;
	padding: 0px;
}

ul.submenu {
    position: relative;
    list-style-type:none; 
    display:block; 
    margin:0px; 
    background:none;
    padding-left: 0px;
}

ul.submenu li {
    display:block;
    font-size:12px;
    font-weight:bold;
    line-height:34px;
    width: 120px;
    text-align: center;
    border-bottom: #ffffff solid thin;
}

