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

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

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

a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.space {
    background: #343846;
    padding: 0 10px;
    margin: 0 auto;
    border-top: none;
    border-bottom: none;
    float: none;
    width: 95%;
}

#header {
    background: #343846 url(/images/aa/kabo.jpg);
    color: #444959;
    font-size: 0%;
    padding: 50px;
    letter-spacing: 5px;
}

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

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

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

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

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

.defaultTable {
    background: #000000;
}

.defaultTr {
    background: #444959 url(/gambit/images/default/defaulttr.png) repeat-x;
    color: #74141C;
    font-weight: bold;
}

.catTr {
    background: #444959 url(/gambit/images/default/cattr.png) repeat-x;
    color: #EFEFEF;
    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: #546959;
}

.catOne a:link {
    color: #fff;
    text-decoration: none;
}

.catOne a:visited {
    color: #fff;
    text-decoration: none;
}

.catOne a:hover {
    color: #fff;
    text-decoration: underline;
}

.catTwo {
    background: #546959;
}

.catTwo a:link {
    color: #fff;
    text-decoration: none;
}

.catTwo a:visited {
    color: #fff;
    text-decoration: none;
}

.catTwo a:hover {
    color: #fff;
    text-decoration: underline;
}

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

div.bbcode div.title, div.attachment div.title {
    background: #444959;
    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(/gambit/images/default/boardnav.gif) no-repeat;
    background-position: 3px 4px;
}

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

#menu ul {
    background: #444959;
    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: #14141C;
}

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

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

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: #444959;
    color: #FDFDFD;
}

.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: #DDDDDD;
}

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 #000000;
    background-color: #444959;
}

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

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 #444959;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

input {
    background-color: #14141C;color:#FDFDFD;
}

textarea {
    background: #545959;
    color: #FDFDFD;
}

select {
    background-color: #14141C;color:#FDFDFD;
}
