body {
    background: #000000;
    color: #000000;
    font-size: .8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

a:link {
    color: #333333;
    text-decoration: none;
}

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

a:hover {
    color: 5b80b2;
    text-decoration: underline;
}

.space {
    background: #cc6600;
    border: 1px solid #333;
    padding: 0 10px;
    margin: 0 auto;
    border-top: none;
    border-bottom: none;
    float: none;
    width: 70%;
}

#header {
    background: #cc6600;
    color: #dddddd;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px;
    letter-spacing: 5px;
    font-style: italic;
    background-position: center;
}

#menu {
    background: #ff4500;
    border: 1px solid #000000;
    font-size: 85%;
    font-weight: bold;
    float: none;
    display: block;
    padding: 0 10px;
    margin: 0 auto;
    border-top: 1px solid #002a64;
    border-bottom: none;
    line-height: 20px;
    width: 70%;
}

#menu a:link {
    background: #ff4500;
    color: #fff;
    text-decoration: none;
    float: left;
    margin: 4px 10px 0 10px;
    padding-bottom: 6px;
}

#menu a:visited {
    background: #ff4500;
    color: #fff;
    text-decoration: none;
    float: left;
    margin: 4px 10px 0 10px;
    padding-bottom: 6px;
}

#menu a:hover {
    color: #99acff;
    text-decoration: none;
    border-bottom: 4px solid #fff;
    padding-bottom: 2px;
}

div#boardnav {
    background: #e3e3e3;
    border: 1px dashed #9e9e9e;
    font-weight: bold;
    margin: 0;
    padding: 3px;
    float: left;
    width: 70%;
}

.defaultTable {
    background: #000000;
}

.defaultTr {
    background: #cc6600;
    color: #990000;
    font-weight: bold;
}

.catTr {
    background: #999999;
    color: #fff;
    font-weight: bold;
}

.catTr a:link {
    color: #fff;
    text-decoration: underline;
}

.catTr a:visited {
    color: #fff;
    text-decoration: underline;
}

.catTr a:hover {
    color: #fff;
    text-decoration: none;
}

.catOne {
    background: #e4e4e4;
}

.catTwo {
    background: #d4d4d4;
}

div.bbcode, div.attachment {
    background: #ffffff;
    border: 1 px solid #878787;
    font-size: 1em;
    margin: 10px 20px;
    padding: 0;
}

div.bbcode div.title, div.attachment div.title {
    background: #e5e5e5;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px dashed #ccc;
}

div.bbcode div.message, div.bbcode pre, div.attachment p {
    margin: 0;
    padding: 5px;
    overflow: auto;
}

div.bbcode pre {
    font-size: 1em;
    font-family: "Courier New", Courier, monospace;
    margin: 0;
    padding: 0;
}


div.message a {
    color: #333;
    border-bottom: 1px dashed #333;
}

td h3 {
    margin: 5px 0;
}

div.message a:hover {
    text-decoration: none;
    border-bottom: 1px solid #777;
}

div.bbcode td {
    vertical-align: top;
}

div.bbcode .numbers {
    color: #333;
    padding: 0 3px;
    border-right: 1px solid #ccc;
    font-weight: bold;
    overflow: visible;
}

div#boardnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left;
}

div#boardnav ul li {
    float: left;
    margin: 0;
    padding-left: 15px;
    background: url(/forum/images/default/boardnav.gif) no-repeat;
    background-position: 3px 4px;
}

div#boardnav ul li span {
    font-weight: normal;
}

#menu ul {
    background: transparent url(/forum/images/default/nav.gif);
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    width: 100%;
}

#menu li {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}

#header h1 {
    margin: 0;
    padding: 0;
}

div.options {
    padding: 5px;
}

div.options div.right {
    float: right;
    padding: 5px;
}

ul.pagenav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.pagenav li {
    float: left;
    padding: 1px 2px 1px 2px;
    margin: 0 2px 0 2px;
    border: 1px solid #878787;
    background-color: #f5f5f5;
}

ul.pagenav li.active {
    background-color: #f5f5f5;
}

ul.pagenav li:first-child {
    background-color: #ccc;
}

p.boardline {
    padding: 0;
    margin: 10px 0 0 2px;
}

table {
    clear: both;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

img {
    border: none;
}

hr {
    border: none;
    background: #000000;
    height: 1px;
    margin: 15px 0 5px 0;
}

.codebutton {
    cursor: hand;
}

form {
    display: inline;
}

.navTr {
    background-color: #bbbbbb;
    color: #000000;
}

.fontSmall {
    font-size: .9em;
    font-weight: normal;
}

.fontFault {
    color: #b30000;
    font-weight: bold;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.attachment {
    width: 80%;
    overflow: none;
    margin: 20px auto 20px auto;
}

em.time {
    color: #666666;
}

td.errorMsgs {
    background: #878787;
}

td.errorMsgs p, td.errorMsgs strong {
    display: block;
    text-align: center;
}

div.submit {
    padding-top: 15px;
    text-align: center;
}

div#rules {
    margin: 10px 0;
    border: 1px solid #878787;
    background-color: #f5f5f5;
}

div#rules h5 {
    padding: 5px;
    margin: 0;
    background-color: #ccc;
    border-bottom: 1px dashed #878787;
}

div#rules p {
    padding: 5px;
    margin: 0;
}

div#archive {
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

div#footer {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
