#page-content {
	clear: right;
	_float: left;
	_margin: 0px 0px 0px 15px;
}

.forumstblheader {
	/*background: url('/forums/images/forums_topic_bg.gif') repeat-x;*/
	background: #fbba00;
    height: 32px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

    * html .forumstblheader {
    /* IE6 Only */
        height: 21px;
    }
    
    *:first-child+html .forumstblheader {
	/* IE 7.0 only */
	    height: 21px;
    }

.forumsLoginStatus
{
	padding: 0px 20px 2px 0px;
	font-weight: bold;
}

.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;
}

/*
#forumsectionmenu a {
	background-image: url('/images/templates/arrow_grey.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	font-size: 91.7%;
	font-weight: bold;
	margin-right: 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;
}

.forumsbuttons a:link, .forumsbuttons a:visited, a.forumsbutton, a.forumsbutton:visited {
	color: #5a8026;
	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;
}

.currentsubscription {
}

.forumname {
    font-size: 91.7%;
    color: #909090;
}

/* ####################################
   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%;
}

.forumsnav td a:link, .forumsnav td a:hover, .forumsnav td a:visited {
	display: block;
	color: #5a8026;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
	padding-left: 20px;
}

.forumsnav .navoption-selected {
	background-color: #a1c208;
}

.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: url('/forums/images/forums_topic_bg.gif') repeat-x;
    height: 32px;
    margin: 0px;
    padding: 0px;
}

tr.forums-title th {
    padding-left: 5px;
    color: #5a8026;
    font-size: 90%;
    border-right: 1px #fff solid;    
}

table.formtable tr td.formlabel-long {
    width: 25%;
}

#forums-container {
     clear: both;
}  
