body {
    background-color: #900000;
}

body, td {
    font-family: arial;
    font-size: 13px;
    color: white;
}

a:link {
    color: yellow;
    text-decoration: none;
}

a:visited {
    color: #ffee00;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}

.lefttable {
    border-bottom: 1px black solid;
    border-left: 1px black solid;
    border-top: 1px black solid;
    padding: 10px;
}

.righttable {
    border-left: 1px black solid;
    border-right: 1px black solid;
    border-bottom: 1px black solid;
    border-top: 1px black solid;
    padding: 10px;
}

.td_header {
    background-color: #900000;
    color: white;
    font-weight: bold;
}

.td_subheader {
    background-color: #C00000;
    color: black;
    font-weight: bold;
}

.td_text {
    background-color: #505050;
    color: black;
    font-weight: normal;
}



.td_text_bordered {
    border-left: 1px #ffffFF solid;
    border-right: 1px #ffffFF solid;
    border-bottom: 1px #ffffFF solid;
    border-top: 1px #ffffFF solid;
}

.td_text_bordered_cutoff {
    border-bottom: 1px #8080FF solid;
}

.forum_link:visited {
    color: #0084D8;
}

.td_forum_thread0 {
    background-color: #707070;
    padding: 4px;
    font-weight: normal;
}

.td_forum_thread1 {
    background-color: #505050;
    padding: 4px;
    font-weight: normal;
}

.span_redstar {
    font-weight: bold;
    font-size: 12pt;
    color: red;
}

.movable_container {
    width:400;
    position:absolute;
    left:190;
    top:140;
    visibility:hidden;
}


.movable_header {
    width:100%;
    border-right: 1px black solid;
    border-left: 1px black solid;
    border-top: 1px black solid;
    background-color: #8080FF;
    color: white;
    font-weight: bold;
    padding: 4px;
}

.movable_text {
    width:100%;
    border: 1px black solid;
    background-color: #C0C0FF;
    padding: 4px;
}

.search_highlighted {
    background-color: yellow;
}

.failcolor {
    color: darkred;
}

.succeedcolor {
    color: green;
}

.rank1 {
    color: red;
}

.rank2 {
    color: green;
}

.rank3 {
    color: black;
}

.rank4 {
    color: black;
}

.rank5 {
    color: black;
}

.rank6 {
    color: black;
}

.rank7 {
    color: black;
}

.rank8 {
    color: black;
}

.rank9 {
    color: blue;
}
