* html #page-body ul {
    /* IE6 Only */
    margin-left: 20px;
}
* html #page-body ul li {
    /* IE6 Only */
    background-position: 0px 5px;
    height: 18px; 
}

#page-content
{
	clear: right;
	_float: left;
	_margin: 0px 0px 0px 15px;
}

.forumstblheader
{
	background: #FBBA00;
    height: 32px;
    margin: 0px;
    padding: 0px;
    color: #54606B;
}
    * html .forumstblheader {
    /* IE6 Only */
        height: 21px;
    }
    *:first-child+html .forumstblheader {
	/* IE 7.0 only */
	    height: 21px;
    }

.forumstblheader h3
{
	margin-bottom: 0px;
}

.forumstblbgdark
{
	background: #f0f0f0;
}
.forumstblbglight
{
	background: #ffffff;
}
.forumstblborder
{
	background: #c0c0c0;
}
.forumstblborderlight
{
	background: #e0e0e0;
}

.actionbuttons
{
	margin-top: 6px;
	font-size: 91.7%;
}
.forumtitle
{   
	margin-bottom: 0.25em;
	font-weight: bold;
}
.forumsummary
{
    padding-left: 19px;
    font-size: 90%;
}
.topicscount
{
    font-size: 90%;
}
.postscount
{
	font-size: 90%;
	white-space: nowrap;
	padding-right: 15px;
}
.posttitle
{
}
.postsummary
{
	font-size: 91.7%;
	white-space: nowrap;
}

#forumaccessinfo
{
	padding: 0px 20px 10px 0px;
	float: left;	
}

#forumaccessinfo p
{
	margin: 0px;
}

#forumaccessinfo .accesslabel
{
	font-weight: bold;
	color: #666;
}

#forum-intro
{
	margin: 0em 0em 1em 0em;
}

#forumaccessinfo .accesslevel
{
	font-weight: bold;
}

#forumsectionmenu
{
	margin-bottom: 1em;
}

.forumsbuttons
{
	margin: 0.5em 0em 0.5em 0em;
	clear: right;
}

.forumsbutton
{
	background: url('/forums/images/icons/forum_add_comment.gif') no-repeat;
	padding: 0px 0px 2px 20px;
	font-weight: bold;
}

.forumsLoginStatus
{
	padding: 0px 20px 2px 0px;
	font-weight: bold;
}

.forumsbuttons a:link, .forumsbuttons a:visited, a.forumsbutton, a.forumsbutton:visited
{
	font-weight: bold;
}

#forums-header
{
    width: 99%;
	position: relative;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	background: url('/forums/images/discussion_forums_bg.gif') repeat-x;
	
	display: none;
}

.currentsubscription
{
}

/* ####################################
   Forums Navigation
   ################################## */

.forumsnav tr
{
    line-height: 22px;
    background-color: #eceae9;
}

.forumsnav td
{
	background-color: #f0f0f0;
	color: #333333;
	font-weight: bold;
	font-size: 83.5%;
	width: 20%;
    padding: 10px 10px;
    border-right: #ffffff 1px solid;
}

.forumsnav td a:link, .forumsnav td a:hover, .forumsnav td a:visited
{
	display: block;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
	padding-left: 20px;
}

.forumsnav .navoption-selected
{
	background-color: #54606B;
	color: #ffffff;
}

.forumsnav .navoption-selected a:link, .forumsnav .navoption-selected a:visited
{
	color: #fff;
	font-weight: bold;
}
table#forums-container tr td
{
    padding: 5px;
    border: 1px #ccc solid;
}

tr.forums-title
{
    background: #FBBA00;
    height: 32px;
    margin: 0px;
    padding: 0px;
}

tr.forums-title th
{
    padding-left: 5px;
    color: #54606B;
    font-size: 90%;
    border-right: 1px #fff solid;    
}

table.formtable tr td.formlabel 
{
    width: 19%;
}

table.formtable tr td.formlabel-long 
{
    width: 47%;
}

input.subscriptions 
{
    margin-right: 10px;
}

#forums-container 
{
     clear: both;
     margin-left: 1px;
} 

h1.heading-allforums {
    position: absolute;
    left: -9999em;
}

input.submit-button {
	background: #303e45 url("/App_Themes/Default/images/green_button_bg.gif") repeat-x;
    border: 1px solid #000;
    cursor: pointer;
    padding: 3px 6px 6px 6px;
    text-transform: capitalize;
    color: #ffffff;
}
