﻿/** Forum New ///////////////////////////////// **/
.forum-button {
    cursor: pointer;
    margin: 0px 8px 8px 0px;
    height: 21px !important;
	background:url('../images/common/buttons-forum.png') no-repeat 100% -60px;
}
.forum-button span {
    padding: 3px 4px 6px 8px !important;
	background: url('../images/common/buttons-forum.png') no-repeat 0px 0px;
}
h1.forum-title
{
	color: #222;
	font-size: 258%;
	font-weight: bold;
	margin: 0px 0px 8px -3px;
	padding: 0px;
	line-height: 100%;
}
h2.forum-title
{
	font-weight:bold;
	font-size:120% !important;
	margin: 20px 0 3px 0;
}
h3.forum-title
{
	font-weight:bold;
	font-size:150% !important;
	padding: 0px 0px 5px 0px;
	margin: 20px 0 3px 0;
	border-bottom: 1px dotted #c8c8c8;
}

.forum-subject {
	font-weight:bold;
	font-size:120% !important;
	margin: 20px 0 3px 0 !important;
}

div.poll-stats {
    margin: 5px 0px 5px 0px;
    padding: 3px 5px 3px 5px;
    border: dotted 1px #C8C8C8;
}

div.thread-stats {
    margin: 5px 0px 5px 0px;
    padding: 3px 5px 3px 5px;
    border: dotted 1px #C8C8C8;
}
div.thread-stats span.avg-total {
    display: block;
    float: left;
    padding-left: 3px;
    font-size: 11px;
}
div.thread-stats div.box, div.thread-stats div.box-long {
    float: left;
    margin: 2px 4px 2px 0px;
    padding: 1px 3px 1px 3px;
    /*background-color: #E6E6E6;*/
}
div.thread-stats div.box {
    width: 279px;
}
div.thread-stats div.box-long {
    width: 858px;
}
div.thread-stats div.box label, div.thread-stats div.box-long label {
    display: block;
    float: left;
    width: 110px;
    white-space: nowrap;
}
div.thread-stats div.star-rating {
    margin: 0 !important;
}


fieldset.quote {
    border: dashed 1px #888;
    padding: 0px 3px 10px 10px; 
    margin-bottom: 10px;
}
fieldset.quote div {
    margin-top: 10px;
}
fieldset.quote legend {
    float:left;
    font-weight: bold;
    display: block !important;
}
div.forum-posts div.grey fieldset.quote legend {
    background-color: #E6E6E6;
}
div.forum-posts div.white fieldset.quote legend {
    background-color: #fff;
}

div.forum-posts {
    border: dotted 1px #C8C8C8;
}
div.forum-posts .grey {
    background-color: #E6E6E6;
    border-bottom: dotted 1px #C8C8C8;
}
div.forum-posts .white {
    background-color: #fff;
    border-bottom: dotted 1px #C8C8C8;
}
div.forum-posts .yellow {
    background-color: #f3fdfe;
    border-bottom: dotted 1px #C8C8C8;
}
div.forum-posts a.btn, div.forum-posts a.btn-first {
    display: block;
    float: right;
    text-decoration: none;
    font-size: 11px;
    padding-right: 5px;
    padding-left: 5px;
    border-right: solid 1px #aaa;
}
div.forum-posts a.btn-first {
    border-left: solid 1px #aaa;
}
div.forum-posts a.btn:hover, div.forum-posts a.btn-first:hover {
    text-decoration: underline;
}
div.forum-posts a.forum-opinion, div.forum-posts a.forum-opinion-disable {
    display: block;
    float: left;
    padding: 3px 5px 3px 5px;
    margin-right: 5px;
    border-color: #F3F3F3 #BBBBBB #BBBBBB #F3F3F3;
    border-style: solid;
    border-width: 1px;
    background-color: #efefef;
    text-decoration: none;
    color: #444;
    font-size: 11px;
}
div.forum-posts a.forum-opinion {
    cursor: pointer;
}
div.forum-posts a.forum-opinion-disable {
    cursor: default;
}
div.forum-posts a.forum-opinion:hover {
    background-color: #a8f5fa;
}
div.forum-posts .header {
    padding: 8px 5px 8px 0px;
}
div.forum-posts .footer {
    margin-left: 140px;
    padding: 10px 0px 5px 0px;
}
div.forum-posts .profile {
    width: 140px;
    float: left;
    text-align: center; 
    margin-bottom: 5px;
}
div.forum-posts .profile img, div.forum-posts .profile a, div.forum-posts .profile span {
    display:block;
    font-size: 90%;
}
div.forum-posts .profile a {
    margin: 0 auto;
}
div.forum-posts .index {
    display: block;
    float: left;
    width: 135px;
    font-weight: bold;
    margin-left: 5px;
}
div.forum-posts .copy, table.forum-threads .copy {
    float: left;
    width: 728px;
    overflow: auto;

}
div.forum-posts .audit {
    font-size: 11px;
    padding-bottom: 5px;
}
div.forum-posts .audit p {
    margin: 0px;
    color: #666;
}
div.forum-posts div.ignored {
    display: block;
    float: left;
    font-size: 11px;
}
div.forum-posts div.ignored a {
    font-size: 11px;
}
div.forum-results {
    border: dotted 1px #ccc; 
    margin-top: 5px;
}
fieldset.forum-form {
    margin-top: 10px;
    padding: 10px 0px 10px 0px;
    background-color: #E6E6E6;
}
fieldset.forum-form div.row {
    padding: 3px 8px 3px 8px;
}
fieldset.forum-form img {
    float:left;
    margin-right: 2px;
    cursor: pointer;
    border: solid 2px #cccccc;
}
fieldset.forum-form input {
    float: left;
}
fieldset.forum-form img:hover {
    border: solid 2px #0AA0A9;
}
fieldset.forum-form label {
    display: block;
    float: left;
    width: 100px;
}
fieldset.forum-form span {
    display: block;
    float: left;
    font-size: 12px;
    padding: 4px 0px 0px 0px;
    margin-right: 2px;
}
fieldset.forum-form select {
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 2px;
    margin-right: 5px;
}
fieldset.forum-form textarea {
    font-size: 14px;
    float: left;
}
fieldset.forum-form div.divider {
    display: block;
    float: left;
    width: 2px;
    margin: 0px 3px 0px 3px; 
}
#smiley-panel {
    position: absolute;
    width: 352px;
    padding: 2px 0px 2px 2px;
    background-color: #666;
}
#smiley-panel img {
    border: solid 2px #fff;
    margin-bottom: 2px;
    background-color: #fff;
}
#smiley-panel img:hover {
    border: solid 2px #00ffff;
}
#cards-panel {
    position: absolute;
    width: 429px;
    padding: 2px 0px 2px 2px;
    background-color: #666;
}
#cards-panel img {
    border: solid 2px #fff;
    background-color: #fff;
}
#cards-panel img:hover {
    border: solid 2px #00ffff;
}
.button-forum {
    cursor: pointer;
    margin: 0px 8px 8px 0px;
    height: 21px !important;
	background:url('../images/common/buttons-forum.png') no-repeat 100% -60px;
}
.button-forum span {
    padding: 3px 4px 6px 8px !important;
	background: url('../images/common/buttons-forum.png') no-repeat 0px 0px;
}
table.forum-threads {
    margin: 0px;
	border-collapse: separate;
	border-spacing: 2px;
}
table.forum-threads div.audit {
    color: #666666;
    
}
table.forum-threads a {
    font-weight: normal;
    text-decoration: none;
}
table.forum-threads a.title {
    font-weight: bold;
    font-size: 110%;
}
table.forum-threads a.on {
    font-weight: bold;
}
table.forum-threads a.off {
    font-weight: normal;
}
table.forum-threads a.grey {
    font-size: 11px;
    color: #666;
    font-weight: normal;
}
table.forum-threads a.grey:hover {
    color: #000;
    text-decoration: none;
}
table.forum-threads a:hover {
    text-decoration: underline;
}
table.forum-threads tr {
	border-bottom: dotted 0px #C8C8C8;
}
table.forum-threads tr.grey td {
	background-color: #E6E6E6;
}
table.forum-threads tr.white td {
	background-color: #fff;
}
table.forum-threads th {
	padding: 5px 5px 5px 6px !important;
	border: none;
	vertical-align:top;
	display:table-cell;
}
table.forum-threads td {
	padding: 8px 5px 5px 6px !important;
	border: none;
	vertical-align:top;
	display:table-cell;
	font-size: 100%;
}
table.forum-threads td {
    height: 50px !important;
}
table.forum-threads td.icon img {
    margin: 5px 0px 0px 10px;
}
div.forum-pagination {
    border: none !important;
}
table.forum-threads td span.creator {
    font-size: 90%;
    display: block;
    margin-top: 5px;
}
table.forum-threads td span.rating {
    display: block;
    float: right;
    top: 0px;
    position: relative;
}
table.forum-threads td a.normal {
    font-weight: normal;
}
div.forum-post {
	padding: 8px 8px 6px 8px;
}
.forum-post .bar {
    margin-bottom: 5px; 
	text-align: right;
	padding: 3px;
	font-size: 85%;
}
.forum-post .bar b {
	font-size: 120%;
	float: left;
	display: block;
	width: 85px;
	text-align: left;
}
#forum-legend li {
	border-top:0px dotted #c8c8c8 !important;
}
div.forum-container
{ 
    width: 100% !important;
    margin-top: -10px;
}
hr.forum-line
{
    margin-top: 20px;
}
div.forum-paging {
    margin: 5px 0px 5px 0px; 
}
div.forum-paging a.disable {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: solid 1px #0AA0A9;
    padding: 1px 5px 1px 5px;
    margin-left: 3px;
    background-color: #0AA0A9;
}
div.forum-paging a.goto {
    display: block;
    text-decoration: none;
    border: solid 1px #0AA0A9;
    float: left;
    padding: 1px 5px 1px 5px;
    margin-left: 3px;
}
div.forum-paging a.goto:hover {
    color: #fff;
    background-color: #0AA0A9;
}
#forum-form
{

}
#forum-form h2
{
	font-size: 110% !important;
	font-weight:bold;
	margin: 10px 0 3px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #C8C8C8;
}
#forum-form fieldset
{
	background: #E6E6E6 none repeat scroll 0 0;
	margin: 5px 0px 16px 0px;
	padding: 12px 16px 12px 16px;
}
#forum-form .row
{
	margin: 5px 0px 5px 0px;
}
#forum-form span {
    display: block;
    float: left;
    padding-right: 5px;
}

#forum-form label
{
	display: block;
	float: left;
	width: 130px;
}
#forum-form input, #forum-form select
{
	float: left;
	margin-right: 5px;
}
#forum-form .checkbox
{
	display: block;
	float: left;
	padding-top: 4px;
}
.forum-players {
	padding: 5px 0px 5px 0px;
	border: 1px dotted #C8C8C8;
}
.forum-players .player {
	float:left;
	padding: 5px;
	background-color: #e7e7e7;
	text-align: center;
	margin: 0px 10px 10px 35px;
	height: 180px;
	width: 115px;
    overflow: hidden;
}
.forum-players .player img {
	border-width: 0px; 
	height: 128px; 
	width: 128px;
}
.forum-players .player p {
	margin-bottom: 3px;
}
table.forum-poll{
    margin: 5px 0px 0px 0px;
}
.forum-players .player a {
    text-decoration: none;
}

table.forum-poll tbody tr {
    border-bottom: none;
}
table.forum-poll th {
    padding-top: 5px;
    border-top: none;
}
table.forum-poll th,  table.forum-poll td {
    padding: 5px 5px 5px 6px !important;
    background-color: #fff;
}
table.forum-poll tr.last td {
    font-weight: bold;    
    border-bottom: none;
}

table.forum-poll a {
    font-weight: normal;
    text-decoration: none;
}
table.forum-poll a:hover {
    text-decoration: underline;
}
table.forum-poll a.off {
    font-weight: normal;
    text-decoration: none;
    color: #000;
    cursor: default;
}
table.forum-poll a.off:hover {
    text-decoration: none;
}
table.forum-poll span.percent {
    color: #000;
    font-size: 90%;
}
table.forum-poll div.poll-bar {
    display: block;
    height: 15px;
    margin-right: 5px;
    background-color: #0AA0A9;
    float: left;
}
.gotoLastPost {
    display: block;
    width: 16px;
    height: 11px;
    cursor: pointer;
    float: left;
    margin-top: 1px;
    background: transparent url(../images/forum/arrow.gif) no-repeat top left;
}
.forumUsername {
    display: block;
    float: left;
    margin-right: 5px;
}
.forumUsername-disable {
    display: block;
    float: left;
    margin-right: 5px;
    color: #000;
}
a:hover.forumUsername-disable {
    color: #000;
    text-decoration: none !important;
}
a.threadUsername-disable {
    color: #000;
    text-decoration: none !important;
}
.highlight {
    background-color: #ffccff;
    padding: 2px;
}
select.forumjump
{
    font-size: 15px;
    float: right;
    margin-right: 8px; 
}

div.forumselect {
    width: 712px; 
    height: 200px;
    overflow: auto;
    border: solid 1px #7f9db9;
}
div.forumselect table {
    width: 690px;
    padding: 0;
    margin: 0px 0px 0px 3px;
}
div.forumselect td  {
    padding: 2px 0px 2px 0px;
    margin: 0;
    background-color: #fff;
    font-size: 14px;
}
div.forumselect label  {
    width: 400px !important;
}
div.image-frame {
}

.serverstatus-panel {
    border: solid 1px #7f9db9;
    padding: 5px 5px 5px 5px;
    margin-bottom:8px;
}

.serverstatus-panel .serverstatustitle {
    font-weight:bold;
    color: Red;
}

.serverstatus-panel serverstatusmessage {
}

.forum-level, .forum-role, .team-pkr {
    width: 130px;
    padding-left: 5px;
    overflow: hidden;
}
.blue { color: #0AA0A9; }
.display-block { display: block; }
