@CHARSET "UTF-8";

body {
    background-color: #B8B8B8;
    color: white;
    font-family: Verdana, Tahoma, Helvetica, Geneva, Arial, sans-serif; 
    font-size: 11px;
    text-align: justify;
    width: 100%;
}

a img {
    border: 0px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;    
}

.inactive-text {
    color: gray;
}


div#bg {
    background: white url(../img/main_bg.jpg) no-repeat;
    background-color: black;
    height: 600px;
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

div.body {
    height: 580px;
    width: 800px;    
}

/* ----------- Header ----------- */

div.header {
    margin: 0 auto;
    text-align: center;
}

table.logos {     
    margin: 0 auto;
    width: 100%;
}

table.logos a {
    border-style: none;
    text-decoration: none;
}

/* - menu - */
div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#menu li {
    display: inline;
}

div#menu a {
    display: block;
    float: right;
    height: 19px;
    padding: 5px 10px 0 10px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;    
}

div#menu a:link { 
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

/* - END menu - */
/* ----------- END Header ----------- */

/* ----------- Content ----------- */
div.content {
    margin: 0;
    width: 100%;
}

div.content div.right_panel {
    padding-top: 15px;
}

div.content table.content-table {
    width: 95%;
}

td.left {
    text-align: right;
    width: 30%;
    padding-right: 10px;
}

td.right {
    text-align: left;
}

/* ----------- END Content ----------- */



/* ----------- Footer ----------- */
div.footer {
    clear: both;
    color: white;
    font-size: 12px;
    text-align: center;         
}
/* ----------- END Footer ----------- */