﻿body
{
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link
{
	color: #5A6905;
}
a:visited
{
	color: #5A6905;
}

a:hover
{
	text-decoration: none;
	color: #9FBA0A;
}
a:active {color: #9FBA0A;text-decoration: none}
#topbar
{
height: 4px; 
background: #91a711;
}
#header
{
	background: url(Images/header.jpg) no-repeat;
	width: 920px;
	height: 180px;
	margin: auto;
	/*font-size: large;
	color: #FFFFFF;*/
}

#logout
{
	float: right; 
	width: 95px; 
	margin-right: 20px
}


.heading
{
	border-style: solid;
	border-width: thin 0px thin 0px;
	border-color: #000000;
	background-position: url(Images/heading_bg.jpg);
	font-size: 13px;
	background: url(Images/heading_bg.jpg);
	color: #fff;
	font-weight: bold;
	padding: 4px;
}

.itemHeading
{
	border-style: solid;
	border-width: thin 0px thin 0px;
	border-color: #000000 #819706 #000000 #000000;
	font-size: 13px;
	background: url(Images/heading_bg.jpg);
	font-weight: bold;
	padding: 4px;
	color: #FFFFFF;
}

.cell
{
	margin: 0px 5px 0px 5px;
	padding: 0px;
}

/*--------------------------------*/


#content
{
	background: #fff;
	width: 900px;
	margin: auto;
	padding: 10px;
}
#content_body
{
	background: url(Images/bottom_bg.jpg) repeat-x bottom;
	padding: 10px;
	vertical-align: top;
}
#footer
{
	background: url(Images/footer.jpg) no-repeat;
	width: 920px;
	height: 33px;
	margin: auto;
}
.tdTop
{
	vertical-align: top;
}
.MenuBar
{
	vertical-align: middle;
	
}
input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.titleThread
{
	font-size: 13px;
	color: #000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p
{
	padding: 4px;
	margin: 0;
}


#searchBox
{
	margin-top: 6px;
	margin-left: 20px;
	border: 0;
	height: 14px;
	width: 140px;
}
.collapsePanel {
	width: 100%;
	height:0px;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:27px;

	font-weight:bold;

}
.linkButtonsArea
{
	text-indent: 10px;
	margin-left: 10px;
}
.linkButtons
{
	color: #839908;
}

.nonDec
{
    text-decoration:none;    
    
}

#accountInfo
{
    font-size: 11px;
    float: right;
    padding: 10px;
    text-align: right;
    height: 44px;
    color: #fff;
}
#accountInfo a
{
    color: #fff;
}


.headerForum
{
	/*background-position: url(Images/heading_bg.jpg);*/
	font-size: 13px;
	background: url(Images/heading_bg.jpg);
	color: #fff;
	font-weight: bold;
	padding: 4px;
	border: thin solid #000000;

}
.headerForum a
{
	color: white;
}



