﻿/*
 Site specific custom overrides
 */

.forumColumn
{
	float: left;
	width: 570px;
	margin-right: 15px;
}

/* 
 Forum widgets
 */

.forumLinkButton
{
	padding: 5px;
	border: solid 1px #999999;
	background-color: #f0f0f0;
	background-image: url(../imgs/background_forum_button.png);
	text-decoration: none;
}

.forumLinkButton:hover
{
	padding: 5px;
	border: solid 1px #888888;
	background-color: #dddddd;
	text-decoration: underline;
}

.forumLinkButton:active
{
	padding: 5px;
	border-top: solid 1px black;
	border-left: solid 1px black;	
	border-right: solid 1px #888888;
	border-bottom: solid 1px #888888;
	background-color: #dddddd;
	text-decoration: none;
}

/*
 Thread post stuff
 */

.forumThread h1
{
	font-size: 1.7em;
	background-color: #e0e0e0;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 0px 0px;
}

.postTelemetry
{
	color: #666666;
	padding: 5px 0px 5px 0px;
	background-color: #f0f0f0;
}

.postTelemetry .userProfileLink a
{
    text-decoration: none;
    border-bottom: dotted 1px black;
}

.postTelemetry .userProfileLink a:hover
{
    text-decoration: none;
    border-bottom: none;
}

.postTelemetry .interPostNavigation
{
    float: right;
}

.postTelemetry .interPostNavigation a
{
    color: #666666;
}

/*
 Thread replies
 */

.mostVotedLink
{
    float: right;
    font-size: 1.2em;
    padding: 5px 0px;
}

.mostVotedLink a
{
    color: #666666;
}

.replySectionHeader
{
    color: #666666;
    font-size: 1.2em;
}

.replySectionHeader .title
{
    font-size: 1.5em;
    color: rgb(208,16,58);    
}

.forumThread .topLevelReply
{
	padding: 0px 0px 10px 0px;
}

.forumThread .secondLevelReply
{
	padding: 0px 0px 10px 20px;
}

.forumThread .replyReTo, .forumThread .replyReTo2
{
	color: #444444;
	font-weight: bold;
	font-size: 1.3em;
	background-color: #e0e0e0;	
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 0px 0px;
}

.forumThread .replyReTo2
{
    font-size: 1.1em;
}

.forumThread .topLevelReply p, .forumThread .secondLevelReply p
{
	margin: 0.3em 0px 1.0em 0px;
}

.forumThread .topLevelReply .actions, .forumThread .secondLevelReply .actions
{
	text-align: right;
	font-size: 0.9em;
	color: #666666;
	margin-top: -0.7em;
}

.forumThread .navLinks
{
	float: right;
}

.forumThread .navLinks, .forumThread .navLinks a
{
	color: #aaaaaa;
}

/*
 Reply editor
 */

.forumThread .replyWriterL1, .forumThread .replyWriterL2
{
	padding: 5px;
	background-color: #e0e0e0;
}

.forumThread .replyWriterL1 textarea, .forumThread .replyWriterL2 textarea
{
	width: 99%;
	height: 250px;
	margin-bottom: 10px;
	font-family: Arial;
}

.forumThread .replyWriterL2
{
	margin: 0px 0px 0px 20px;
}

/*
 Forum and topics tables...
 */

.forumsTable
{
	width: 100%;
	border-collapse: collapse;
	background-color: #f0f0f0;
}

.forumsTable th, .forumsTable tbody td, .forumsTable tfoot td
{
	padding: 7px;
}

.forumsTable th
{
	color: White;
	background-color: #404040;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

.forumsTable tfoot td
{
	color: #999999;
	background-color: #404040;	
	text-align: right;
}

.forumsTable tfoot td a
{
	color: White;
}

.forumsTable tfoot td .nextLink
{
	font-size: 1.5em;
}

.forumsTable td
{
	border-bottom: solid 1px #666666;
}

.forumsTable .forum
{
}

.forumsTable .forum .description
{
	width: 60%;
}

.forumsTable .forum .lastPost
{
	width: 20%;
}

.forumsTable .forum .threads
{
	width: 10%;
}

.forumsTable .forum .posts
{
	width: 10%;
}

.forumsTable .thread .topic .telemetry
{
	color: #444444;
	font-size: 0.8em;
	padding: 0.3em 0px 0px 0px;
}

.forumsTable .thread .topic h3
{
	display: inline;
}

.forumsTable .thread .topic img
{
	margin: 0px 4px -3px 0px;
}

/*
 Moderation
 */
.moderatorBar
{
    padding: 5px;
    background-color: #FFFFD5;
}

/*
 Utility
 */

.vSpace10
{
    clear: both;
	font-size: 10px;
	height: 10px;
	min-height: 10px;	
}

.vSpace20
{
    clear: both;
	font-size: 20px;
	height: 20px;
	min-height: 20px;	
}

.marginRight5
{
    margin-right: 5px;    
}

.textAlignRight
{
	text-align: right;
}

div.userForum h3 a
{
    color: rgb(208,16,58);    
    font-weight: bold;
    font-size: 0.85em;
}

div.userProfile h1,
div.forumThread h1
{
    font-size: 1.75em;
    font-weight: normal;
}

div.userProfile h2,
div.forumThread h2
{
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 4px; 
}

div.forumThread strong
{
	color: #505050;
}

div.forumThread .articleFeedbackTelemetry
{
    border-bottom: 1px #E8E8EA solid;
    padding: 0px 0px 5px 0px;
    margin: -4px 0px 5px 0px;
}

div.forumThread .articlePagination
{
    text-align: right;
    padding: 0px 0px 20px 0px;
}

div.forumThread .articlePagination, .articlePagination a
{
    color: #666666;    
}

div.forumThread p
{
}

.dateTime {
    margin: 5px 0px 5px 0px;
    font-weight: bold;
}

.pushVoteWidget
{
    float: left;
}

