/* Style */

html
{
    overflow: hidden;
    background: transparent;
}
body {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
body, div, input {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 8pt;
    color: #3F3F3F;
}
body, form, ul, img, fieldset, dd, h4, ul, li, p {
    border: 0;
    margin: 0;
    padding: 0;
}
a {
    color: #A5A5A5;
    text-decoration: underline;
}
a:hover {
    color: #A5A5A5;
    text-decoration: underline;
}
img {
    vertical-align: middle;
}
.left {
    float: left;
}
.right {
    float: right;
}
.fadeFrom {
    background-color: #FFFFBB;
}
.fadeTo {
    background-color: #F2F2F2;
}

#main {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 6.8em;
}
#content {
    position: fixed;
    top: 2px;
    right: 2px;
    bottom: 6.8em;
    left: 2px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
}
* html body {
    padding: 2px 0 6.8em 0;
}

* html #content {
    width: 95%;
    height: 100%;
    margin: 0 auto;
}

#contener {
    width: 100000px;
    height: 100%;
}

#messages, #extras, #login {
    float: left;
    overflow: auto;
}

h3 {
    font-size: 7pt;
    font-weight: normal;
    margin: 2px;
    padding: 0;
    text-align: center;
    background-color: #7F7F7F;
    color: #3F3F3F;
    border: 1px solid #7F7F7F;
}

fieldset {
    margin: 0 2px;
}
fieldset label {
    text-align: left;
    clear: both;
    float: left;
    width: auto;
    margin: 1px 0 0 1px;
    padding: 2px 0;
}
fieldset input {
    width: 55%;
    float: right;
    border: 1px solid #BFBFBF;
    background-color: #D8D8D8;
    margin: 1px 0 0 2px;
}
#buttons {
    clear: both;
    text-align: right;
    margin: 2px;
    /*padding: 0 0 0 2px;*/
}
#buttons input {
    border: 0;
    background-color: #D8D8D8;
}
#buttons a {
    padding: 0;
    background-color: #D8D8D8;
}

.shoutboxHorinzontal h3 {
    width: 161px;
    float: right;
    padding-top: 2px;
    height: 14px;
    background: none;
    border: 0;
}
.shoutboxHorinzontal #main {
    height: 3.8em;
}
.shoutboxHorinzontal #content {
    bottom: 3.8em;
}
.shoutboxHorinzontal form fieldset input {
    width: 75%;
}
.shoutboxHorinzontal form fieldset {
    width: 70%;
    float: left;
}
.shoutboxHorinzontal #buttons {
    clear: none;
    float: right;
}
.shoutboxHorinzontal #buttons input {
    width: 79px;
}
* .shoutboxHorinzontal {
    padding: 2px 0 3.8em 0;
}

.shoutboxASC #main {
    top: 0;
    bottom: inherit;
}
.shoutboxASC #content {
    top: 6.8em;
    bottom: 2px;
}
* .shoutboxASC {
    padding: 6.8em 0 2px 0;
}

.shoutboxASCHorinzontal #main {
    top: 0;
    bottom: inherit;
}
.shoutboxASCHorinzontal #content {
    top: 3.8em;
    bottom: 2px;
}
* .shoutboxASCHorinzontal {
    padding: 3.8em 0 2px 0;
}

#content {
    border: 1px solid #7F7F7F;
}
#messages li {
    background-color: #F2F2F2;
    list-style-type: none;
    margin: 0 0 2px 0;
    padding: 5px;
}
#messages cite {
    font-weight: bold;
    font-style: normal;
    cursor: help;
}
#messages li.moderator cite { border-bottom: 1px dotted; }
#messages q {
    quotes: none;
}
#messages q:before, #messages q:after {
    content: '';
}
#messages dl {
    font-size: 7pt;
    text-align: right;
    color: #A5A5A5;
    margin: 2px 0 0 0;
}
#messages dt {
    display: none;
}
#messages .date, #messages .status {
    display: inline;
}
#messages .option {
    display: block;
}
#extras h4, #login h4 {
    font-size: 8pt;
    margin: 4px;
    color: #3F3F3F;
    border-bottom: 2px solid #A5A5A5;
}
#extras p, label {
    padding: 4px;
}
#extras img {
    padding: 0 2px 1px 0;
}
#login form {
    padding: 10px;
}
#login input {
    width: 100%;
    margin: 0 0 8px 0;
    float: none;
}
#login input[type=submit] {
    border: 0;
    padding: 1px;
    margin: 8px 0 8px 0;
    background-color: #D8D8D8;
}
#login label {
    margin: 0;
    margin: 0 0 0px 0;
    width: 100%;
}
#login input[type=checkbox] {
    width: inherit;
    margin: 0 5px 0 0;
}
#login a {
    display: block;
}
