/*
 * futaba.css
 */
body {
    background: #ffe;
    margin-top: 0px;
}
a {
    color: blue;
}
a:hover {
    color: red;
}
a:visited:hover {
    color: red;
}
h1 {
    color: #800;
    font-size: 30;
    font-weight: bold;
    text-align: center;
    background: #fca;
    width: 95%;
    padding: 10px;
}
table.thread {
    /* the perl code generates a cellspacing=10 */
    background: #f9e9dd;
    margin-bottom: 15px;
    width: 95%;
}
td.subject, td.newthread, td.allthreads {
    background-color: #fca;
    padding: 5px;
    width: 95%
}
span.subject, .newthread, span.allthreads {
    font-weight: bold;
    font-size: 20px;
}
.allthreads {
    text-align: center;
}
table.threadnav {
    width: 95%;
    padding: 10px;
}
span.subject {
    float: left;
}
span.subject a {
    color: black;
    text-decoration: none;
}
.subjectbar_nav a {
    color: #550;
    float: right;
    text-decoration: none;
    /*display: none;*/  /* hidden for now */
}
.subjectbar_nav a:hover {
    color: #550;
}
.subject a:hover {
    color: black;
}
td.replynum {
    width: 40px;
}
td.reply {
    padding: 10px;
    background: #ffe;
    spacing: 5px;
}
.newthreadbox {
    background: #f9e9dd;
}
span.replynum {
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    float: right;
}
.postername {
    color: #117743;
    font-weight: bold;
}
.postername a:hover {
    color: red;
}
.modcap {
    color: red;
    font-weight: bold;
}
.threadlist {
    width: 90%;
    background: #f9e9dd;
    font-size: 11px;
    margin-bottom: 20px;
}
.threadlist a {
    color: #550;
}
.threadlist a:hover {
    color: #550;
}
.threadlist th {
    color: #800;
    background: #fca;
}
.threadlist th a {
    color: #800;
}
.threadlist_number {
    width: 100px;
    padding: 3px;
}
.threadlist_postcount {
    width: 60px;
    padding: 3px;
}
.threadlist_author {
    width: 90px;
    padding: 3px;
}
.threadlist_lastpost {
    width: 100px;
    padding: 3px;
}
.threadlist_extralinks {
    float: right;
    margin: 5px;
    font-weight: bold;
}

/* bbcode */
.aa {
    font-family: MS PGothic, Mona;
}
span.code {
    font-family: monospace, courier;
}
span.codesmall {
    font-family: monospace, courier;
    font-size: 10px;
}
span.spoiler {
    color: black;
    background-color: black;
}
span.spoiler:hover {
    color: white;
}

span.quote {
    border-left: solid 2px #666;      
    padding: 0px 0px 0px 10px;
    margin: 3px 0px;
    display: block;
}
span.quote:hover {
  background: #f0f0e0;                
}

