﻿/*

forums.css is for forum stying, this file is for development, 
later should be combined with main.css

*/


.ForumPaging
{
	float:right;
}

.ForumPaging a, .ForumPaging a:link, .ForumPaging a:visited, .ForumPaging a:active {
	border:1px solid #D7DDE4;
	margin-right:4px;
	margin-top:5px;
	padding:3px;
}

table .tblForumPost, .tblForumPost_alt
{
	margin:5px 0 5px 0;
}

table .tblForumPost, .tblForumPost_alt tr
{
	background: FFF;
}


table .tblForumPost, .tblForumPost_alt tr td
{
	background: FFF;
}

table .tblForumPost_alt tr
{
	background: FFF;
}


table .tblForumPost_alt tr td
{
	background: FFF;
}

.threadsubject
{
	display:block;
	font-size: 200%;
}

div.quote
{	
	border: solid 1px #999999;	
	background:#EEEEEE none repeat scroll 0 0;	
	color:#333333;	
	margin:6px auto;
	overflow:hidden;
	width:90%;
}

div.quote .quote_by
{
	border: solid 1px #999999;	
	background:#CCCCCC none repeat scroll 0 0;
	border-color:#999999;
	font-style:italic;
	border-width:0 0 1px;
	padding:8px;
	margin:0;
}

div.quote .quote_body
{
	padding:8px;
}

/* Button can be used for anything */

.hidden 
{ /* generic hidden element for whatever purpose */
  
	visibility:hidden;
}

 .clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.forumbutton {
    background: transparent url('Images/buttons/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.forumbutton span {
    background: transparent url('Images/buttons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.forumbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.forumbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 