html, body {
    background: url(../../images/backgr_members.jpg) #bf6608 repeat-x;
}

/** members specific elements **/
#divMenuMainFooter
{
	border-left: #0C0C0C 1px solid;
    border-bottom: #0C0C0C 1px solid;
    background-color: #D17B14;
}

/** left menu **/
.mnuSectionContainer
{
    background-color: #D17B14;
}
/* 
===================================================================== 
	Page Content
===================================================================== 
*/
.PageContent
{
	border-color: #D17B14;
}
/* 
===================================================================== 
	Page Titles
===================================================================== 
*/
.PageTitle
{
	background-color: #D17B14;
}
/* 
===================================================================== 
	Content CSS
===================================================================== 
*/
.ContentFooter {
	color: #D17B14;
}
.ContentFooter A {
	color: #D17B14;
}
.ContentFooterSelected {
	background-color: #D17B14;
}


A.button {
	color: #D17B14;
}

A.button:visited {
	color: #D17B14;
}

A.button:hover {
	color: #fff;
	background-color: #D17B14;
}
A.buttonOn 
{
	color: #fff;
	background-color: #D17B14;
}

.TabstripMenu a {
	background-color: #D17B14;
}
.TabstripMenu a:hover, .TabstripMenu a.active {
	/*color: #D17B14;*/
}
.TabstripContentContainer {
	border-top-color: #D17B14;
}
.TabstripMenu {
background-color: #D17B14;
}

.fontSection 
{
	color: #D17B14
}
.bgSection 
{
	background-color: #D17B14;
}

/* 
===================================================================== 
	Forum specific
===================================================================== 
*/
.forumSelectItem {
	color: #be6516;
	font-size: 12px;
	font-weight: bold;
}
.forumCategory {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.forumSelectTable {
	border: 1px;
	border-color: #be6516;
	border-collapse: collapse;
}
.forumSelectTable TD {
	border: 1px;
	border-color: #be6516;
}
.forumPoster {
	font-size: 11px;
}
.editThreadTitle
{
	width: 100%;
	height: 14px;
	font: normal normal bold 12px verdana,arial;
	color: #fff;
	background-color: #D17B14;
    text-indent: 14px;
}
.moreinfoContainer {
	margin-left:10px;
	width:170px;
	float:left;
	display: block;
	background-color: #FEEDAD;
	color: #be6516;
	padding: 4px;
}

.moreinfoRegistration {
	width:136px;
	float:left;
	display: block;
	background-color: #FEEDAD;
	color: #be6516;
	padding: 4px;
	margin-top: 20px;
}

.agreementContentContainer
{
	border:solid 2px #be6516;
	width:560px;
	height:200px;
	overflow:auto;
	text-align:left;
	padding: 4px;
}

/* 
===================================================================== 
	Note specific
===================================================================== 
*/

.draghandle {
	background-color: #be6516;
	font: normal normal bold 14px verdana;
	color: #fff;
	cursor: move;
	border: solid 1px #000;
	text-align: center;
}

.floatwindow {
	background-color: #E9E9E9;
	font: normal normal normal 10px verdana;
	border: solid 2px #000;
	padding: 4px;
}



.noteThreadDetail TD {
	border-top: solid 1px #ccc;
}
.noteThread TD {
	border-bottom: solid 1px #ccc;
}


.noteNew {
	font-weight: bold;
}

.noteSubject {
	color: #000000;
	text-decoration: underline;
}
.noteSubjectTitle {
	font: normal normal bold 16px verdana;
	color: #be6516;
	padding: 2px 2px 2px 2px;
}

.noteMessagePreview {
	color: #999999;
	font-weight: normal;
	font-size: 9px;
	width: 232px;
	height: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.noteMessagePreviewDetail {
	font-weight: normal;
	height: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.noteSystem {
	background-color: #ddd;
}

.noteBody {
	padding: 2px 2px 2px 2px;
	border-bottom: solid 2px #999;
	width: 100%;
}
.noteBody SPAN 
{
	width: 100%;
}

/* 
===================================================================== 
	Control Panel specific
===================================================================== 
*/
.titleControlPanel 
{
	background-color: #FEEDAD;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	padding: 3px 3px 3px 3px;
} 

.bgControlPanel 
{
	background-color: #f3f3f3;
	font-size: 11px;
	line-height: 16px;
	width: 100%;
	padding: 3px 3px 3px 3px;
}

