﻿
/* Main Page and Forums */
div.CLOuterBox {
	/* Current Location Box */	
	float:right;
	margin-right:3px;
}
div.CLBoxR
{
    /* Current Location Box on the right - Page Number */ /* border: 1px solid #B2B2B2; */
    float: right;
    /*border: 1px solid #6A6A6A;*/
    /*text-align: right;*/
    padding: 3px 5px 3px 5px;
    min-width: 20px;
    text-align:center;
    margin-top: 2px;
    font-size: 9px;
}
div.CLBoxR a {
    /*color: #6A6A6A;*/
	color: #fff;
	font-size: 9px;
	font-weight:bold;
}
div.CLBoxR a:hover {
	color:Yellow;
	text-decoration:none;
}
div.CLBoxL {
	/* Current Location Box on the left - Red X */
	float: right;
	/*border: 1px solid #6A6A6A;*/
	padding: 3px 5px 3px 5px;
	margin-top: 2px;
}
div.CLBoxL a {
	/*color: #990000;*/
	color: #6A6A6A;
	font-size: 9px;
	font-weight: bold;
}
div.CLBoxL a:hover {
	color:Red;
	text-decoration:none;
}
div.NEW {
	width:35px;
	margin-left:auto;
	margin-right:auto;
}

td.ForumRow {
	background-color: #111111;
	height: 28px;
}
td.ForumRow a, td.ForumRow_Over a {
	font-weight:bold;
	font-size: 11px;
}
td.ForumRow_Over {
    height: 28px;
    background-color:#232323;
    cursor: pointer;
}
td.ThreadImageColumn, td.ThreadNameColumn {
	background-color:#1b1b1b;
}
td.ThreadNameColumn_Over {
	background-color:#232323;
    cursor: pointer;
}
td.ThreadImageColumn {
	text-align:center;
	font-size: 9px;
	width:57px;
	height:30px;
}
span.PageNumbers {
	font-size:10px;
	padding-top:3px;
	/*margin-left:20px;*/
	color:#B2B2B2;
}
span.PageNumbers a, span.PageNumbers a:link {
    font-size:10px;
    color:#B2B2B2;
}
span.PageNumbers a:hover, span.PageNumbers a.currentpagenumber, span.PageNumbers a.currentpagenumber:hover {
    color:Yellow;
    text-decoration:none;
}
td.ThreadAuthorColumn, td.ThreadRepliesColumn, td.ThreadReplyDateColumn, td.ThreadViewsColumn {
	background-color:#232323;
	text-align:center;
}
td.ThreadReplyDateColumn {
	white-space: nowrap;
	font-size:10px;
}
td.ThreadReplyDateColumn a {
	font-size:10px;
}

/* Threads */
div.spacer {
    height:10px;
    margin-left:2px;
    margin-right:2px;
}

span.MessageLink var {
    margin-left:8px;
    margin-right:8px;
}
/* Surrounding Table */
table.st {
    width:100%;
}
table.st tr td {
    padding:5px;
    vertical-align:top;
}
table.st img 
{
    max-width:680px;
    height:auto;
}
table.voting2 {
    width:180px;
    border-collapse:collapse;
    border:solid 1px #232323;
}
table.voting2 tr td {
    border:solid 1px #232323;
}
