@charset "UTF-8";

body { background-color: #000; font-family: Tahoma; font-weight: normal; font-size: 11px; color: #666; }

img, table { border: none; }

a { color: #5c3f00; text-decoration: none; }

a:hover {
    color: #a57102;
    text-decoration: underline;
}

input {
    width: 100px;
    height: 12px;
    font-size: 9px;
    background: #333;
    border: 1px solid #000;
    color: #AAA;
}

input:hover {
    background: #444;
    border: 1px solid #111;
}

textarea {
    width: 450px;
    height: 200px;
    font-family: Tahoma;
    font-size: 9px;
    background: #333;
    border: 1px solid #000;
    color: #AAA;
}

textarea:hover {
    background: #444;
    border: 1px solid #111;
}

#container {
    top: 0px;
    width: 1024px;
}

#container-menu{
    width: 1024px;
    height: 45px;
    background-image: url(../img/2_00.jpg); 
}

#container-menu-spacer-top {
    height: 13px;
}

#container-content {
    width: 1024px;
}

.content-left {
    width: 126px;
    background-image: url(../img/4_00.jpg);
}

.content-middle {
    width: 768px;
    background-image: url(../img/4_01.jpg);
}

.content-right {
    width: 130px;
    background-image: url(../img/4_02.jpg);
}

#content-headline {
    text-align: center;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 16px;
    color: #666;
}

#content-body {
    text-align: left;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #666;
}

#menu-info-expand {
    display: none;
    position: absolute;
    margin-top: 20px;
    margin-left: -105px;
    z-index: 99;
}

#menu-info-expand-body {
    width: 133px;
    background-image: url(../img/7_02.png);
}

.menu-tabs {
    text-decoration: none;
    font-size: 11px;
    color: #333;
}

.menu-tabs:hover {
    color: #A00;
}

#credits {
    font-size: 11px;
    color: #222;
}

#content-spacer-top {
    height: 15px;
}

#news-box {
    width: 300px;
    height: 150px;
}

.spacer {
    height: 15px;
}

#news-box-body {
    width: 600px;
}

.news-box-entry {
    background-image: url(../img/news_2_00.png);
    background-position: center;
    background-repeat: repeat-y;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
}

.news-box-entry-left {
    width: 400px;
    text-align: left;
}

.news-box-entry-left a {
    font-size: 11px;
    font-weight: normal;
}

.news-expand {
    display: none;
    text-align: left;
    border-bottom: 2px solid #333;
}

.news-box-entry-sub {
    background: #000;
    width: 600px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
}

.index-ranking {
    width: 600px;
    background: #000;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
}

.status-online {
    color: #060;
}

.status-offline {
    color: #600;
}

#jump-to-top {
    font-size: 11px;
    color: #333;
}

#page-success {
    width: 600px;
    background-color: #dfffdf;
    border: 2px solid #9fcf9f;
    text-align: left;
    color: #005f00;
    opacity: 0.7;
}

#page-error {
    width: 600px;
    background-color: #ffe3e3;
    border: 2px solid #dd0000;
    color: #880000;
    text-align: left;
    opacity: 0.7;
}

#login-header {
    margin-top: 0px;
    width: 1024px;
    height: 25px;
    background-image: url(../img/login_header_00.png);
    background-repeat: no-repeat;
    text-align: center;
    font-family: monospace;
    font-size: 10px;
}

#login-header input {
    height: 9px;
}

#login-header-left {
    text-align: left;
}

#login-header-mid {
    text-align: center;
}

#login-header-right {
    text-align: right;
}

.mykol-vote-available {
    color: #005f00;
}

.mykol-vote-unavailable {
    color: #880000;
}

.item {
    width: 33%;
    background: url(../img/bg_black_transp.png);
    border: 2px solid #222;
}

#store-header {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

#user-info {
    font-family: Tahoma;
    font-size: 12px;
}

#char-last-seen {
    font-family: Tahoma;
    font-size: 12px;
}

#acp-settings input {
    width: 200px;
}

#status-owner {
    color: #600;
}

#status-admin {
    color: #12F;
}

#status-gm {
    color: #060;
}

#news-commands-header {
    border-bottom: 2px solid #222;
}

.news-commands-col-left {
    border-right: 1px solid #222;
    border-bottom: 1px dotted #222;
}

.news-commands-col-right {
    border-left: 1px solid #222;
    border-bottom: 1px dotted #222;
}

.news-manage-hidden {
    display: none;
    border-bottom: 3px solid #333;
    background: #111;
}

#style-selection { margin: auto; width: 100%; }

#style-dropdown { display: none; margin: right; width: 150px; border: 1px dashed #222; background: #111; }