div.forum_container {
	background-color: #015d38;
	font-size: 11px;
	width: 855px;
}

div.forum_container a:hover{
	text-decoration:underline;
}

div.forum_header_container {
	background-color: #015d38;
	border-left: 1px solid #015d38;
	border-right: 1px solid #015d38;

	/*border: 1px solid #015d38;*/
	color: #000000;
	font-weight: bold;
	height: 51px;
}

div.forum_main_header{
	font-size:14px;
	color:#FFFFFF;
	height:25px;
	padding: 18px 0 10px 0;
	background: #015d38;
	text-align:center;
	margin: 0 0 30px 0;
	}
	
div.forum_nav_container{
    background-color: #015d38;
	width:855px;
}



div.forum_nav_container a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
div.forum_nav_subbox{
	float: right;
	min-height: 10px;
	height: auto !important;
	height:10px;
	width: auto;
	padding:5px 5px 3px 5px;
	background-color: #015d38;
}
	
div.forum_nav_subbox_long{
	/*border: 1px solid #015d38;*/
	float: left;
	min-height: 10px;
	height: auto !important;
	height:10px;
	width: 436px;
	background-color: #015d38;
	padding:5px 0 3px 5px;
}

div.forum_breadcrumbs{
	color:#ffffff;
	}
	
div.forum_breadcrumbs_topic{
	color:#ffffff;
	padding:5px;
	}
	
div.forum_breadcrumbs_topic a{
	color:#ffffff;
	text-decoration:none;
	}
div.forum_breadcrumbs a{
	text-decoration:none;
	color:#ffffff;
	}
		
div.forum_main_header_subboxes{
	float:right;
	width:125px;
	height:30px;
	font-size:9px;
	padding: 0 10px 10px 0;
	text-align:right;
	}

div.register_box{
	float:left;
	width:auto;
	padding:10px 5px 10px 5px;
	background:#FFFFFF;
	
	border: 1px solid #015d38;
	margin: 50px 0 20px 0;
	}
	
#loginFormDiv form, table, tr, td{
	font-size:10px;
	}


	

div.forum_title {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding:10px 0 10px 0;
	background-color: #429a66;
	text-align:center;
	border-top: 1px solid #015d38;
	border-right: 1px solid #015d38;
	border-left: 1px solid #015d38;
}

div.forum_header {
	background-color: #429a66;
	/*border: 1px solid #015d38;*/
	text-align: center;
	font-size:12px;
	color:#FFFFFF;
}

div.forum_section_container {
	/*border: 1px solid #015d38;*/
}

div.forum_section_title {
	background-color: #015d38;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0 3px 5px;
}

div.forum_section_title a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

div.forum_row_container {
	background-color: #FFFFFF;
	border-bottom: 1px solid #015d38;
	border-right: 1px solid #015d38;
	border-left: 1px solid #015d38;
}

div.forum_topic_row_container {
	background-color: #FFFFFF;
	border-top: 1px solid #015d38;
	border-right: 1px solid #015d38;
	border-left: 1px solid #015d38;
	padding: 5px;
}

div.forum_column {
	float: left;
	min-height: 40px;
	height: auto !important;
	height:40px;
	padding: 5px;
	text-align: center;
	width: 125px;
	border-left: 1px solid #FFFFFF;
}

div.forum_column_long {
	/*border: 1px solid #015d38;*/
	float: left;
	min-height: 40px;
	height: auto !important;
	height:40px;
	padding: 5px;
	width: 435px;
}

div.forum_spacer {
	clear:both;
}

a.forum_title:link, a.forum_title:visited, a.forum_title:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.forum_user_info_signature {
	border-top: 1px solid #015d38;
	clear: both;
	font-size: 9px;
	font-style: italic;
	margin-top: 3px;
	padding: 5px;
}


	
	
div.forum_user_info {
	border-right: 1px solid #ffffff;
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 110px;
}

div.forum_text_area {
	background-color: #ffffff;
	border: 1px solid #000000;
	min-width: 100px;
	width: 100px;
}

span.forum_user_info_name {
	font-size: 12px;
	font-weight: bold;
}

span.forum_form_error, span.forum_form_message {
	color: #ff0000;
	font-weight: bold;
}