﻿/* FORUM/CATEGORY-VIEW */

.categoryheader {
    background: #4E81A4;
    line-height: 29px;
    min-height: 30px;
    font-size: 12px;
    padding: 2px 7px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin: 2px;
}

.collapselink {
    color: white;
    float:right;
    padding:0 10px 0 0;
    text-decoration:underline;
    text-transform: none;
    font-weight: normal;
}
td.categoryicon {
    width: 58px;
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #C6C6C6;
}
td.categoryforum {
    padding: 8px 40px 8px 0px;
    color: #4D4D4D;
    line-height: 16px;
    width: 575px;
    border-bottom: 1px solid #C6C6C6;
}
td.categorymessages {
    width:60px;
    vertical-align: middle;
    text-align: center;
    background-color: #EEE;
    color: #4D4D4D;
    border-bottom: 1px solid #C6C6C6;

}
td.categorylastpost {
    padding: 8px;
    color: #4D4D4D;
    vertical-align: middle;
    width: 262px;
    border-bottom: 1px solid #C6C6C6;
}

.forumname {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2B6893;
    text-transform: uppercase;
    font-style: normal;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    color: #4D4D4D;
}

.lastthread, .lastthread a {
    color:#2b6893 !important;
    text-decoration: none;
}

.forumlocation, .foruminfobar {
    border: 1px solid #C8C8C8;
    padding: 2px;
    margin: 10px 0;
    background-color: #D8E3EA;
    line-height: 29px;
    clear: both;
}

.forumlocationcategory {
    background: url("/img/blue2.png") no-repeat scroll right 0 #4E81A4;
    color: white;
    font-size: 12px;
    line-height: 30px;
    min-width: 176px;
    padding: 0 18px 0 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.foruminfobarinnercontent {
    background: #4E81A4;
    color: white;
    font-size: 12px;
    line-height: 30px;
    padding: 0 18px 0 7px;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.forumlocationcategory:hover {
    background: url("/img/blue2.png") no-repeat scroll right -30px #2B6893;
}

.forumlocationcategory a {
    color: #FFFFFF;
    text-decoration: none;
}

.forumlocationforum {
    color: #2B6893;
    line-height: 30px;
    min-width: 176px;
    padding: 0 18px 0 7px;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    font-size:14px; 
    color: #4D4D4D; 
    font-weight: bold;
}

.forumlocationforum a {
    color: #2B6893;
    text-decoration: none;
    font-size: 13px;
}

.forumlocationforum a:hover {
    color: #44AEF9;
}


.forummoderatorbar {
    margin-bottom: 15px;
}

.forumlocationrss a {
    text-decoration: none;
    color: #646464;
    font-size: 11px;
    margin: 0;
    text-decoration: none;
    padding: 0 10px 0 0;
}

.forumsimagecell {
    background-color: #EFEFEF;
    width: 48px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #C6C6C6;
}
td.forumthreadlinkcell {
    width: 440px;
    vertical-align: middle;
    padding-left: 5px;
    border-bottom: 1px solid #C6C6C6;
}

.forumthreadstartedcell {
    background-color: #EEEEEE;
    color: #893434;
    width: 188px;
    border-bottom: 1px solid #C6C6C6;
}
.forumthreadstartedcell  div {
    padding: 7px 3px;
    margin: 0px auto;
    width: 180px;
    line-height: 1.8;
}
.forumthreadlastactivitycell 
{
        border-bottom: 1px solid #C6C6C6;
}
.forumthreadlastactivitycell  div {
    padding: 7px 3px;
    margin: 0px auto;
    line-height: 1.8;
}
.forumthreadstartedcell .forumgray {
    color: #646464;
    border-bottom: 1px solid #C6C6C6;
}

.threadlink {
    color: #2B6893;
    text-decoration: none;
}
.threadlink:hover {
    color: #44AEF9;
}

.activeforumbutton {
    display: inline-block;
    border-radius: 2px;
    padding: 0 14px;
    color: white !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 23px;
    height: 23px;
    text-transform: uppercase;
    text-shadow: #888 1px 1px 1px;
    text-decoration: none;
    box-shadow: 1px 1px 1px #343232;
    background: #990210;
    background: -moz-linear-gradient(top, rgba(153,2,16,1) 0%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,2,16,1)), color-stop(100%,rgba(109,0,25,1)));
    background: -webkit-linear-gradient(top, rgba(153,2,16,1) 0%,rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(top, rgba(153,2,16,1) 0%,rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(153,2,16,1) 0%,rgba(109,0,25,1) 100%);
    background: linear-gradient(to bottom, rgba(153,2,16,1) 0%,rgba(109,0,25,1) 100%);
    border: 0px;
    
}

.activeforumbutton:hover {
    background: rgb(193,4,22);
    background: -moz-linear-gradient(top,  rgba(193,4,22,1) 0%, rgba(153,2,16,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,4,22,1)), color-stop(100%,rgba(153,2,16,1)));
    background: -webkit-linear-gradient(top,  rgba(193,4,22,1) 0%,rgba(153,2,16,1) 100%);
    background: -o-linear-gradient(top,  rgba(193,4,22,1) 0%,rgba(153,2,16,1) 100%);
    background: -ms-linear-gradient(top,  rgba(193,4,22,1) 0%,rgba(153,2,16,1) 100%);
    background: linear-gradient(to bottom,  rgba(193,4,22,1) 0%,rgba(153,2,16,1) 100%);
}

.poweractionbutton {
    display: inline-block;
    border-radius: 2px;
    padding: 0 14px;
    color: white !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 23px;
    height: 23px;
    text-transform: uppercase;
    text-shadow: #888 1px 1px 1px;
    text-decoration: none;
    box-shadow: 1px 1px 1px #343232;
    background: rgb(85, 192, 88);
    background: -moz-linear-gradient(top, rgb(85, 192, 88) 0%, rgb(37, 146, 44) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85, 192, 88,1)), color-stop(100%,rgba(37, 146, 44,1)));
    background: -webkit-linear-gradient(top, rgba(85, 192, 88,1) 0%,rgba(37, 146, 44,1) 100%);
    background: -o-linear-gradient(top, rgba(85, 192, 88,1) 0%,rgba(37, 146, 44,1) 100%);
    background: -ms-linear-gradient(top, rgba(85, 192, 88,1) 0%,rgba(37, 146, 44,1) 100%);
    background: linear-gradient(to bottom, rgba(85, 192, 88,1) 0%,rgba(37, 146, 44,1) 100%);
    border: 0px;
    
}

.poweractionbutton:hover {
    background: rgb(94, 219, 97);
    background: -moz-linear-gradient(top,  rgba(94, 219, 97,1) 0%, rgb(90, 204, 93) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94, 219, 97,1)), color-stop(100%,rgba(90, 204, 93,1)));
    background: -webkit-linear-gradient(top,  rgba(94, 219, 97,1) 0%,rgba(90, 204, 93,1) 100%);
    background: -o-linear-gradient(top,  rgba(94, 219, 97,1) 0%,rgba(90, 204, 93,1) 100%);
    background: -ms-linear-gradient(top,  rgba(94, 219, 97,1) 0%,rgba(90, 204, 93,1) 100%);
    background: linear-gradient(to bottom,  rgba(94, 219, 97,1) 0%,rgba(90, 204, 93,1) 100%);
}

.inactiveforumbutton {
    display: inline-block;
    border-radius: 2px;
    padding: 0 14px;
    color: white !important;;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 23px;
    height: 23px;
    text-transform: uppercase;
    text-shadow: #888 1px 1px 1px;
    text-decoration: none;
    box-shadow: 1px 1px 1px #343232;
    background: rgb(122,122,124);
    background: -moz-linear-gradient(top,  rgba(122,122,124,1) 0%, rgba(106,106,107,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,122,124,1)), color-stop(100%,rgba(106,106,107,1)));
    background: -webkit-linear-gradient(top,  rgba(122,122,124,1) 0%,rgba(106,106,107,1) 100%);
    background: -o-linear-gradient(top,  rgba(122,122,124,1) 0%,rgba(106,106,107,1) 100%);
    background: -ms-linear-gradient(top,  rgba(122,122,124,1) 0%,rgba(106,106,107,1) 100%);
    background: linear-gradient(to bottom,  rgba(122,122,124,1) 0%,rgba(106,106,107,1) 100%);
    border: 0px;
}

.inactiveforumbutton:hover {
    background: rgb(165,165,166);
    background: -moz-linear-gradient(top,  rgba(165,165,166,1) 0%, rgba(104,104,104,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,165,166,1)), color-stop(100%,rgba(104,104,104,1)));
    background: -webkit-linear-gradient(top,  rgba(165,165,166,1) 0%,rgba(104,104,104,1) 100%);
    background: -o-linear-gradient(top,  rgba(165,165,166,1) 0%,rgba(104,104,104,1) 100%);
    background: -ms-linear-gradient(top,  rgba(165,165,166,1) 0%,rgba(104,104,104,1) 100%);
    background: linear-gradient(to bottom,  rgba(165,165,166,1) 0%,rgba(104,104,104,1) 100%);
}

.specialactionbutton {
    display: inline-block;
    border-radius: 2px;
    padding: 0 14px;
    color: white !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 23px;
    height: 23px;
    height: 23px;
    text-transform: uppercase;
    text-shadow: #888 1px 1px 1px;
    text-decoration: none;
    box-shadow: 1px 1px 1px #343232;
    background: rgb(54,70,102); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(54,70,102,1) 0%, rgba(45,58,86,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,70,102,1)), color-stop(100%,rgba(45,58,86,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(54,70,102,1) 0%,rgba(45,58,86,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(54,70,102,1) 0%,rgba(45,58,86,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(54,70,102,1) 0%,rgba(45,58,86,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(54,70,102,1) 0%,rgba(45,58,86,1) 100%); /* W3C */
    border: 0px;
}

.specialactionbutton:hover {
    background: rgb(81,108,150);
    background: -moz-linear-gradient(top,  rgba(81,108,150,1) 0%, rgba(74,100,139,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,108,150,1)), color-stop(100%,rgba(74,100,139,1)));
    background: -webkit-linear-gradient(top,  rgba(81,108,150,1) 0%,rgba(74,100,139,1) 100%);
    background: -o-linear-gradient(top,  rgba(81,108,150,1) 0%,rgba(74,100,139,1) 100%);
    background: -ms-linear-gradient(top,  rgba(81,108,150,1) 0%,rgba(74,100,139,1) 100%);
    background: linear-gradient(to bottom,  rgba(81,108,150,1) 0%,rgba(74,100,139,1) 100%);
}

.inactiveforumbutton a, .activeforumbutton a, .specialactionbutton a {
    color: white;
    text-decoration: none;
}

.forumdivider {
    float: left;
    width: 100%;
    margin: 5px 0 5px 0;
    height: 4px;
    background: url(/img/h1_bg.png) bottom repeat-x;
}

.alternateforumbox {
    background: white;
    border: 1px solid #C7C7C7;
    padding-top: 10px;
    margin-top: 10px;
}
.messageinternalspacer {
    margin: 10px 0px 10px 0px;
    width: 100%;
    border-bottom: 1px dashed #CCC;
}

.messageauthorinfo {
    width: 118px;
    padding: 15px 5px 0 5px;
    margin-bottom: 10px;
}

.forumsubjectline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.forumsubjectitle {
    color: #990210;
}
.forumsubjecttext {
    color: #2B6893;
}

.forumavatarcontainer {
    width: 94px;
    padding: 4px;
    background: #F7F7F7;
    border: 1px solid #C9C9C9;
}
.forumavatar {
    width: 94px;
}

/* Paging */
.pagingingbar {
    margin-bottom: 5px;
    margin-top: 5px;
}
.forumpagination {
	padding:1px 8px;
	margin:0px 3px 0 0;
	list-style:none;
	background:#c0c0c1;
	height:20px;
	font-size:12px;	
	font-weight:normal;
	line-height:18px;
}
.forumpaginationlink {
    text-decoration: none;
}
.forumpagination:hover {
    color:#999;
}
.paging-first {
	background:url("/img/paginationbuttons.png") no-repeat scroll 8px 8px #C0C0C1;
	width:10px;
}
.paging-first:hover{
    background:url("/img/paginationbuttons.png") no-repeat scroll 8px 8px #e5e5e5;
}
.paging-previous {
	background:url(/img/paginationbuttons.png) no-repeat 8px -12px #C0C0C1;
	width:10px;
}
.paging-previous:hover {
    background:url(/img/paginationbuttons.png) no-repeat 8px -12px #e5e5e5;
}
.paging-current input[type=text] {
 	border:1px #d3d3d3 solid;
    width: 36px;
	background:none;
	text-align:center;
	line-height:18px;
	height:18px;
    padding-left: 7px;
    padding-right: 7px;
}
.paging-current {
 	background:none;
	line-height: 17px;	
    padding-left: 0px !important;	
}

.paging-next {
	background:url("/img/paginationbuttons.png") no-repeat scroll 8px -28px #C0C0C1;
	width:10px;
}
.paging-last {
	background:url("/img/paginationbuttons.png") no-repeat scroll 8px -49px #C0C0C1;
	width:10px;
}
.paging-next:hover{
    background:url("/img/paginationbuttons.png") no-repeat scroll 8px -28px #e5e5e5;
}
.paging-last:hover {
    background:url("/img/paginationbuttons.png") no-repeat scroll 8px -49px #e5e5e5;
}

.message-popup {
    position: absolute;
    width: 335px;
    z-index: 5;
}

.message-popup-pointer{
    float:left;
    width:26px;
    height:29px;
    position:absolute;
    left:-21px;
    bottom:45%;
    top:75px;
    background:url("/img/comment_bg2.png") no-repeat scroll left center transparent;
}
.message-popup-mid {
    float:left;
    border:1px solid #c8c8c8;
    padding:4px;
    background:#e2e2e2;
}
.message-popup-content-dark {
    padding:15px;
    font-size:12px;
    line-height:20px;
    color:#FFFFFF !important;
    background: #A3A1A1;
    width: 295px; 
    height: 100px;
}
.quotation {margin: 10px; padding:10px; border: 1px solid #DADADA;}
.quotation .quotation, .quotation .quotation .quotation .quotation, .quotation .quotation .quotation .quotation .quotation .quotation { background-color: #FFFFFF }
.quotation           , .quotation .quotation .quotation           , .quotation .quotation .quotation .quotation .quotation            { background-color: #F1F1F1 }