div#chat * {margin: 0px;padding: 1px;list-style: none;}

div#chat img {
    padding: 0px;
    vertical-align: middle;
}

div#chat body {
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #FFFFFF;
    margin: 0px;
}
div#chat table {
    padding: 0px;
    border-spacing: 0px;
}

div#chat a {
    color: #039;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #0033FF;
    text-decoration: none;
}
div#chat a:focus,
div#chat a:hover,
div#chat a:active {
    color: #444;
}

div#chat a.external {
    padding-right: 12px;
    background: url(../images/external.gif) no-repeat center right;
}

div#chat a.banlink {
    color: #039;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #0033FF;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #0033FF;
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #0033FF;
    border-right-width: 1px;
    border-right-style: dashed;
    border-right-color: #0033FF;
    text-decoration: none;
}

div#chat .userName {
    font: 12px Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
    vertical-align: middle;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 100px;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
}

div#chat .button {
    font-weight: normal;
    color: #000000;
    background-color: #CCCCCC;
    text-align: center;
    vertical-align: middle;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 100px;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
}

div#chat .bigWindowButton {
    font-weight: normal;
    color: #000000;
    background-color: #CCCCCC;
    text-align: center;
    vertical-align: middle;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 150px;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
}

div#chat .banButtonBanned {
    font-weight: normal;
    color: #990000;
    background-color: #CC99CC;
    text-align: center;
    vertical-align: middle;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 13px;
    width: 13px;
    font-size: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

div#chat .banButtonNotBanned {
    font-weight: normal;
    color: #009900;
    background-color: #99CCCC;
    text-align: center;
    vertical-align: middle;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 13px;
    width: 13px;
    font-size: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

div#chat .textInput {
    width: 100%;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    font-size: 12px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

div#chat .name {
    cursor: help;
    font-weight: bold;
}
div#chat .chatArea {
    height: 515px;
    width: 100%;
    text-align: left;
    vertical-align: bottom;
    overflow: auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
div#chat .userArea {
    height: 515px;
    width: 100%;
    text-align: left;
    vertical-align: bottom;
    overflow: auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    padding-left: 4px;
    padding-left: 4px;
}
div#chat .mesay_user {
    cursor: help;
    font-weight: bold;
    color: #007700;
}

div#chat .mesay_text {
    font-weight: normal;
    color: #007700;
}
div#chat .nickchange_line {
    font-weight: normal;
    color: #CC3399;
    cursor: help;
}
div#chat .login_line {
    font-weight: normal;
    color: #0000FF;
    cursor: help;
}

div#chat .userbanned {
    cursor: help;
    font-weight: bold;
    color: #660000;
}
div#chat .usernotbanned {
    cursor: help;
    font-weight: bold;
    color: #000066;
}

div#chat .baninfo {
    cursor: help;
    font-weight: normal;
    color: #000066;
}

div#chat .mesay_admin {
    font-weight: normal;
    color: #770000;
    font-style: italic;
    letter-spacing: 1px;
}

div#chat .admintext {
    font-weight: normal;
    color: #770000;
    font-style: italic;
    letter-spacing: 1px;
}

div#chat .defaultTextColor {
    color: #000000;
}

div#chat .defaultAdminTextColor {
    color: #770000;
}

div#chat .colorPicker {
    font: 12px Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
    vertical-align: middle;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 18px;
    height: 17px;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
}
div#chat TD {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    scrollbar-face-color: #CCCCCC;
    scrollbar-highlight-color: #F8F8F8;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-3dlight-color: #CCCCCC;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-darkshadow-color: #CCCCCC;
    background-color:#FFFFFF;
}

