/*----------------------------------------------------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;}

div.forum-action-links {  background: #eaecea; }

/* 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: #FFF;}

/* Table Cell, Info Box, Reply Form */
table.forum-table td, div.forum-info-box, div.forum-reply-form { background-color: #F7F7F7; margin-top: 25px; }

/* 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: #e5f8e3 !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: #d4dfea !important; }

/* 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-color: #DDD; font-size: 80%;}

/* 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-color: #eaecea; }

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

div.forum-post-date {
	background-color: #eaecea;
	border-bottom-color: #FFF; }

/* ---------------------------------------------------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: #FFF; }

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

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

/* 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: #FFF; }

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

/* Topic posts table (separator line) */
table.forum-post-table { border-top-color: #80a1b0; border-bottom-color: #4d7386; }

/* 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: #FFF;
	border-right-color: #FFF;
}

td.forum-pmessage-text table.forum-quote {font-size: 120%;}

/* 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: #FFF; }

/* 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: #FFF; }

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


/* ---------------------------------------------------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; }

span.forum-status-sticky,
span.forum-status-closed {color: #5E2E0D;}
span.forum-status-closed {
	font-weight: normal;
}



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

div.forum-header-box { color: #fff; background:#0188ca url(images/header-bg.png); border-color: #0195d5;}
option.forum-option-selected {background: #0188ca; color:white;}

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

/*BBCode: Quote and Code*/
table.forum-quote, table.forum-code, div.forum-code-box {  border-color: #bcc8d6; }
table.forum-quote td, table.forum-code td, div.forum-code-box ol {background:#f8f9fa !important; color:#676768;}
table.forum-quote th, table.forum-code th, div.forum-code-box {background:#e7ecf1 !important; color: #676768;}
div.forum-post-entry div.forum-code-box {border-color: #bcc8d6; background:#f8f9fa !important; color:#676768;}

div.forum-note-box {border-color: #ffd482; background: #fffeeb; }

/* --------------------------------------------------Icons---------------------------------------------- */
div.forum-icon-default { background-image: url(images/default.gif); }
div.forum-icon-newposts { background-image: url(images/newposts.gif); }
div.forum-icon-sticky { background-image: url(images/sticky.gif); }
div.forum-icon-sticky-newposts { background-image: url(images/sticky-newposts.gif); }
div.forum-icon-closed, div.forum-icon-sticky-closed { background-image: url(images/lock.gif); }
div.forum-icon-closed-newposts, div.forum-icon-sticky-closed-newposts { background-image: url(images/lock.gif); }
div.forum-icon-moved { background-image: url(images/moved.gif); }