.indent {

    text-indent: -50px;
    padding-left: 50px;
    line-height: 1.1em;
}

.indent b {

    font-size:0.87em;
}


/* private message */
a.user {


    text-decoration: none;
    color: black;
    background-color: white;
}

a:hover.user {
    
    text-decoration: none;
}

a.userselected {

    text-decoration: none;
    color: white;
    background-color: black;
}


a:hover.userselected {

    text-decoration: none;
}


/* chat messages */


#welcome {

    border-top: 3px double black;
    border-bottom: 3px double black;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


/* input */

input.button119 {

    width: 119px;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 0.9em;
}

verysmall {

    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 0.8em;
}


/* ---- */




#body_old {

    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 0.87em;
    color: black;
    background-color: white;
}

#body {

    margin: 0px;
    padding: 2px;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 0.87em;
    color: black;
    background-color: white;
}

#users {

    margin: 0px;
    padding: 0px;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 0.87em;
    color: black;
    background-color: white;
}

#users table {
    
    width: 110px;   /* IE fix */
}

#blackbody {

    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 0.87em;
    color: white;
    background-color: black;
}

#blackbody select {

    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 0.9em;
}

input.button {

    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 0.9em;
}

#buttonbold {
    
    font-family: serif;
    font-weight: bold;
}

#buttonitalic {
    
    font-family: serif;
    font-style: italic;
}

#login {

    border: 1px solid black;
}

a {

    color: #00f;
}


b a, i a {

    text-decoration: none;
    color: #369;
}

a:hover {

    text-decoration: underline;
}


#normaltext {

}



#smalltext {

}

#headertext {

    font-size: 0.8em;
}

#bigheadertext {

    font-size: 1em;
    color: #c30;
}

#lines {

    background-color: #000;
}


/* table stuff */


td {

    font-size: 0.87em;
}


th {
    
    font-size: 0.87em;
    font-weight: normal;
    color: white;
    background-color: black;
}

#right {

    text-align: right;
    padding-top: 4px;
    padding-right: 12px;
}

#table1 {

    background-color: #d0d0c8;
}

#table2 {

    background-color: white;
}


/* special fixes */ 

#blackbody #table2 {

    background-color: black;
    color: white;
}

#users th {

    padding-left: 2px;
    text-align: left;
    font-size: 0.7em;
}

#table2 td table tr td {

    border-bottom: solid 1px #ddd;
}

#users #table2 a {

    font-weight: normal;
    text-decoration: none;
    color: black;
}


#blackbody #table2 a {

    font-weight: normal;
    text-decoration: none;
    color: white;
}

#blackbody form {

    padding: 0;
    margin: 0;
    border: 0;
}
