#ads {
    height: 20px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.float-right {
    float: right;
}

.red {
    color: red;
}

.header {
    background-color: #232323;
    background-image: url(../images/bg_logo.gif);
    background-repeat: repeat-x;
    text-align: center;
    border: 2px solid #49638b;
    margin: 0;
    padding: 20px 5px 20px 5px;
    font-weight: bold;
}

.footer {
    text-shadow: #e6daac 1px 1px;
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
    border-bottom: 1px solid #0000ff;
    background-color: #ddf6dd;
}

.navigation {
    padding-top: 2px;
    background-color: #111111;
    background-position: top;
}

#tab {
    padding: 2px 5px 0 5px;
    border-bottom: 5px solid #777777;
}

#tab a {
    color: #ffff00;
    font-weight: bold;
}

#tab tr, #tab td {
    padding-top: 4px;
}

#tab td {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

#tab .active {
    background-color: #777777;
}

#tab .active a {
    color: #00ff00;
}

.time-now {
    color: #00ffff;
    background-color: #000000;
    text-align: center;
}

.content {
    background-color: #050505;
    border: 1px solid #5c2901;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px;
}

.content2 {
    background-color: #212121;
    border: 1px solid #5c2901;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 3px;
}

.menu {
    color: #00ff00;
    font-weight: bold;
    text-shadow: #000000 1px 1px 2px;
    background-color: #506a94;
    background-image: url(../images/menu.gif);
    background-repeat: repeat-x;
    background-position: 50% top;
    margin-bottom: -1px;
    padding: 4px;
}

.page {
    text-align: left;
    padding: 2px;
    margin: 2px;
    margin-left: 0;
    font-weight: bold;
    background: #121212 repeat-x 50% top;
    border: 1px solid #323232;
}

.page:before {
    content: url(../images/icon/tool.gif);
    padding-right: 2px;
}

.page a {
    border: 1px dotted #888888;
    padding: 0 5px 0 5px;
    margin: 1px;
}

.current-page {
    border: 1px dotted #888888;
    padding: 0 5px 0 5px;
    margin: 1px;
}

.button-link {
    background-color: #212121;
    padding: 1px 2px 1px 2px;
    border: 1px solid #5c2901;
}

.code {
    background-color: #333;
    font-size: 14px;
    margin-top: 4px;
    padding: 4px;
}
