/*----------------------------------------------------Table Cells And Backgrounds------------------------------------------------ */

/* Table Header, Reply Form Header, BBCode Icons Highlighting */
table.forum-table th, div.forum-reply-header,
div.forum-bbcode-line a:hover, div.forum-bbcode-line a:hover img { background-color: #ddd; color: #444; font-weight: bold; }

table.forum-table th a { color: #444 }

/* Table Cell Border */
table.forum-table td, 
table.forum-table th.forum-column-lastpost, 
table.forum-table th.forum-column-title, 
table.forum-table th.forum-first-column,
table.forum-table th.forum-last-column,
div.forum-info-box, 
div.forum-reply-form { border-color: #ddd;}

/* Table Cell, Info Box, Reply Form */
table.forum-table td, div.forum-info-box, div.forum-reply-form { background:#eee; }

div.forum-breadcrumb, div.forum-navigation-box { background-color: #eee; }
div.forum-breadcrumb { padding: 0.6em 1.117em; margin: 1em 0; }

/* Hidden Table Cell and Row */
table.forum-table tr.forum-row-hidden td, 
table.forum-table td.forum-cell-hidden,
table.forum-table tr.forum-row-inactive td.forum-column-icon,
table.forum-post-hidden td.forum-cell-post, 
table.forum-post-hidden td.forum-cell-actions { background: #e5e5e5 !important; }

/* Selected (via checkbox) Table Cell and Row */
table.forum-table tr.forum-row-selected td, 
table.forum-table td.forum-cell-selected, 
table.forum-post-selected td.forum-cell-post, 
table.forum-post-selected td.forum-cell-actions { background: #444 !important; color:#eee }

table.forum-table tr.forum-row-selected td a, 
table.forum-table td.forum-cell-selected a, 
table.forum-post-selected td.forum-cell-post a, 
table.forum-post-selected td.forum-cell-actions a { color: #ff0 }

/* Table Footer and Alone Footer Box */
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box { background: #dadada; }

/* Post Table: User Info and User Contacts Cells*/
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact { background: #f1f1f1; }

/* Post Table: Post and Actions Cell */
table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { background: #fbfcfd; }

div.forum-post-date { background: #e5e5e5; border-bottom-color: #d6dde5; }


/* ---------------------------------------------------Borders----------------------------------------------------- */

/* Menu Items, Page Navigation */
span.forum-menu-item, div.forum-page-navigation a, span.forum-page-current, div.forum-page-navigation a.forum-page-previous, span.forum-page-dots { border-color: #b0c7c0; }

/* First Row Cell */
table.forum-table tr.forum-row-first td { border-top-color: #ccc;}

/* Last Row Cell */
table.forum-table tr.forum-row-last td { border-bottom-color: #ccc; }

/* Table Footer and Alone Footer Box */
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box { border-color: #ccc; }

/* Footer Item Separator */
span.forum-footer-option { border-color: #a5b4c8; }

/* Topic posts table (separator line) */
table.forum-post-table { border-top-color: #fff; border-bottom-color: #d0d3d8; }

/* Post Table: User Info and User Contacts Cells*/
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact { border-left-color: #d5dae0; border-right-color: #d6dde5; }

/* Post Table: Post and Actions Cell */
table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { border-right-color: #d5dae0; }

/* Post Table: User Contacts and Actions Cell */
table.forum-post-table td.forum-cell-contact, table.forum-post-table td.forum-cell-actions { border-top-color: #d6dde5; }

/* User Signature*/
div.forum-signature-line { border-top-color: #d6dde5; }

/* ---------------------------------------------------Text Color-------------------------------------------------- */

/* Header Box Right Links*/
div.forum-header-box a:link, 
div.forum-header-box a:visited, 
div.forum-header-box a:active, 
div.forum-header-box a:hover { color: #fff; }

.forum-required-field { color: red; }

/* --------------------------------------------------Special Elements---------------------------------------------- */

div.forum-header-box { color: #fff; background:#163f72; border-color: #406390;}

/* Page navigation */
div.forum-navigation-box { background:#fff; border-color: #dae0e7; }

/*BBCode: Quote and Code*/
table.forum-quote, table.forum-spoiler, table.forum-code, div.forum-code-box {  border-color: #abbacc; }
table.forum-quote td, table.forum-spoiler td, table.forum-code td, div.forum-code-box ol {background:#fff !important; color:#696969;}
table.forum-quote th, table.forum-spoiler th, table.forum-code th, div.forum-code-box {background:#e5e5e5 !important; color: #606264;}

div.forum-note-box {border-color: #ffc34f; background: #fffdbe; }
/* --------------------------------------------------Icons---------------------------------------------- */
div.forum-icon-default { background-image: url(images/default.gif); }
div.forum-icon-newposts { background-image: url(images/newposts.gif?v2); }
div.forum-icon-sticky { background-image: url(images/sticky.gif); }
div.forum-icon-sticky-newposts { background-image: url(images/sticky-newposts.gif?v2); }
div.forum-icon-closed, div.forum-icon-sticky-closed { background-image: url(images/closed.gif); }
div.forum-icon-closed-newposts, div.forum-icon-sticky-closed-newposts { background-image: url(images/closed-newposts.gif?v2); }
div.forum-icon-moved { background-image: url(images/moved.gif); }
/* --------------------------------------------------Votes---------------------------------------------- */
div.vote-answer-item-bar-inner {background-color:#dadada;}

/* other */
div.forum-menu-box {
  background-color: #89ab9b;
  background-image: url(/gfx/forumlinebg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  border: 1px solid #87a5a4;
  margin-bottom: 16px;
  padding: 4px 6px;
}

div.forum-menu-box a {
  color: #fff;
}

table.forum-table td.forum-column-icon { border-right-style: none }

table.forum-table tr.forum-row-first td { border-top-style: none }
table.forum-table tr.forum-row-last td { border-bottom-style:none }
table.forum-table div.forum-item-name { font-weight: bold }
table.forum-table td { color: #444  }
div.forum-users-online, div.forum-users-birthday, div.forum-statistics, div.forum-main-footer { background-color: #ddd; color: #444 }
div.forum-header-box { background-color: #1c3033; border-color:#eee }
div.forum-topics-moderate input, div.forum-topics-moderate select { font-size: 0.8em }