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

/* Table Cell Border */
table.forum-table td, 
div.forum-info-box, 
div.forum-reply-form { }

table.forum-table th{
	border-top:2px solid #b3b3b3;
	border-bottom:2px solid #b3b3b3;
	padding-top:10px;
	padding-tight:20px;
	font-size:15px;
	background:#fff;
}
table.forum-table th.forum-column-title,
table.forum-table td.forum-column-icon{
	border-left:2px solid #edbead;
}
table.forum-table th.forum-column-lastpost,
table.forum-table td.forum-column-lastpost{
	border-right:2px solid #edbead;
}
table.forum-table td.forum-column-footer{
	border-top:2px solid #edbead;
}
table.forum-table td{
	border-bottom:1px dashed #b3b3b3;
}
table.forum-table tr.forum-row-odd td{
	background:#f9ede8;
}

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

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

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

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

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

div.forum-post-date { border:0;}


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

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

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

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

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

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

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

/* Post Table: User Contacts and Actions Cell */
table.forum-post-table td.forum-cell-contact, table.forum-post-table td.forum-cell-actions {}

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

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

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

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

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

div.forum-header-box {
	color: #fff;
	background:url(images/forum_head.gif) left top no-repeat #edbead;
	border:0;
	padding:5px 15px;
	font-size:15px;
}

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

/*BBCode: Quote and Code*/
table.forum-quote, table.forum-code, div.forum-code-box {  border-color: #dedede; }
table.forum-quote td, table.forum-code td, div.forum-code-box ol {background:#fff !important; color:#6a6a6a;}
table.forum-quote th, table.forum-code th, div.forum-code-box {background:#ebebeb !important; color:#636363;}

div.forum-note-box {border-color: #ffd687; background: #fffdd2; }
/* --------------------------------------------------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/closed.gif); }
div.forum-icon-closed-newposts, div.forum-icon-sticky-closed-newposts { background-image: url(images/closed-newposts.gif); }
div.forum-icon-moved { background-image: url(images/moved.gif); }

span.forum-footer-markread{
	padding-left:20px;
	background: url(images/all_readed.gif) left 1px no-repeat;
}
div.forum-statistics{
	width:320px;
	float:right;
}
div.forum-statistics-allusers,
div.forum-statistics-users,
div.forum-statistics-topics,
div.forum-statistics-replies {
	width:100%;
	overflow:hidden;
	white-space:nowrap;
}
div.forum-statistics-allusers span,
div.forum-statistics-users span,
div.forum-statistics-topics span,
div.forum-statistics-replies span{
	float:right;
	font-weight:normal;
	background:#fff;
	padding-left:10px;
} 
div.forum-statistics-allusers div.stat_line,
div.forum-statistics-users div.stat_line,
div.forum-statistics-topics div.stat_line,
div.forum-statistics-replies div.stat_line{
	background: url(images/bg_stat_line.gif) left 10px repeat-x;
}
div.forum-statistics-allusers div.stat_line span,
div.forum-statistics-users div.stat_line span,
div.forum-statistics-topics div.stat_line span,
div.forum-statistics-replies div.stat_line span{
	float:none;
	background:#fff;
	padding-right:10px;
}
.forum-crumb-item a{
	text-decoration:underline;
}
.float_fix{
	width:100%;
	overflow:hidden;
}
.forum-legend-info{
	width:270px;
	float:left;
}
.forum_bbcode_line,
.forum_smiles_line{
	margin-bottom:5px;
}
.forum-user-information table{
	width:100%;
}
.forum-user-information table td{
	padding:5px;
	vertical-align:top;
	text-align:left;
}
div.forum-vote-block div{
	margin-bottom:10px;
}
div.forum-vote-block input.text{
	border:1px solid #404040;
	border-left:1px solid #d4d0c8;
	border-bottom:1px solid #d4d0c8;
	font:12px Tahoma, Arial, serif;
	color:#666666;
}
div.forum-vote-block input{
	vertical-align:middle;
}
div.forum-filter input,
div.forum-filter select{
	border:1px solid #404040;
	border-left:1px solid #d4d0c8;
	border-bottom:1px solid #d4d0c8;
	font:12px Tahoma, Arial, serif;
	color:#666666;
}
div.forum-filter input.text{
	width:230px;
}
div.forum-filter select{
	width:233px!important;
}
div.forum-filter input#date_create,
div.forum-filter input#date_create1{
	width:80px;
}
div.forum-filter-footer input{
	border:0;
	width:auto;
}
div.forum-filter-field input.text_calendar{
	width:80px;
}
table.forum-tab th{
	font-size:12px;
}
.forum-tabs-body table.forum-tab th, .forum-tabs-body table.forum-tab td{
	padding-bottom:10px;
}
.forum-tabs-body table.forum-tab input.text{
	border:1px solid #404040;
	border-left:1px solid #d4d0c8;
	border-bottom:1px solid #d4d0c8;
	font:12px Tahoma, Arial, serif;
	color:#666666;
	width:200px;
}
.forum-tabs-body table.forum-tab input#PERSONAL_BIRTHDAY{
	border:1px solid #404040;
	border-left:1px solid #d4d0c8;
	border-bottom:1px solid #d4d0c8;
	font:12px Tahoma, Arial, serif;
	color:#666666;
	width:170px;
}
.forum-tabs-body table.forum-tab select{
	width:202px;
}
.forum-tabs-body table.forum-tab input, select, textarea{
	margin-bottom:10px;
}
.forum-block-inner table.forum-post-table{
	border-left:2px solid #EDBEAD;
	border-right:2px solid #EDBEAD;
}
.forum-block-inner table.forum-post-table.forum-post-last{
	border:0;
}
.forum-block-inner table.forum-post-table.forum-post-last td.forum-cell-user{
	border-left:2px solid #EDBEAD;
}
.forum-block-inner table.forum-post-table.forum-post-last td.forum-cell-post{
	border-right:2px solid #EDBEAD;
}
.forum-block-inner table.forum-post-table.forum-post-last td.forum-cell-user,
.forum-block-inner table.forum-post-table.forum-post-last td.forum-cell-post{
	border-bottom:2px solid #EDBEAD;
}
.forum-block-inner table.forum-post-table.forum-post-last td.forum-cell-contact,
.forum-block-inner table.forum-post-table.forum-post-last td.forum-cell-actions{
	border:0;
}
div.forum-filter input.search-input{
	width:230px!important;
}
div.forum-filter div.forum-filter-forums span{
	height:110px!important;
}
select.forums-selector-multiple{
	width:233px;
	height:100px!important;
}