/* overrides */

h3
{
	margin-bottom:5px;
}

/* chat */

.arrowchat_powered_by
{
	display:block;
}

/* css for the forum module */

#forum_container
{
	width:100%;
	height:100%;
	min-height:200px;	
}

#forum_header
{
	width:100%;
	height:100%;
	min-height:90px;	
	margin-top:30px;
	border-bottom:1px #000 solid;
}

#forum_footer
{
	width:100%;
	height:100%;
	min-height:30px;	
}

/* header css */

#forum_header_user_info
{
	float:left;
	width:50%;
}

#forum_header_user_avatar
{
	margin-right:10px;
	width:65px;
	float:left;
}

#forum_header_user_greeting
{
	float:left;
}

#forum_header_user_greeting h2
{
	margin-top:0px;
}

#forum_header_tools
{
	float:right;
	width:50%;
}

#forum_header_search
{
	float:right;
	margin-bottom:10px;
}

#forum_header_news
{
        display:none;
	clear:both;
	float:right;
	text-align:right;
}

#forum_header_news_content
{
	
}

/* footer css */

#forum_jump_box
{
	float:right;
	clear:both;
	margin-top:5px;
}

/* breadcrumb css */

 .forum_breadcrumb
 {
 	width:100%;
 	margin-top:15px;
 	font-size:.9em;
	height:30px;
 }
 
 .forum_line_break
 {
 	width:100%;
	border-top:1px #000 solid;
	height:1px;
	margin-top:15px;
 }
 
 .forum_new_topic_button
 {
 	float:right;
	margin-bottom:5px;
 }
 
 /* search css */

#forum_search_table
{
	width:100%;
}
 
.forum_search_table th
{
	text-align:left;
	border-bottom:1px #000 solid;
	height:35px;
	font-size:1.2em;
}

 /* categories css */

#forum_categories_table
{
	width:100%;
}

.forum_category_title th
{
	text-align:left;
	border-bottom:1px #000 solid;
	height:35px;
	font-size:1.2em;
}

.forum_category_board
{
	
}
.forum_category_board_title
{
	width:60%;
}

.forum_category_board_title h3
{
	text-decoration:underline;
}

.forum_category_board_stats
{
	text-align:center;
	width:15%;
}

.forum_category_board_last
{
	width:24%;
}

/* board css */

#forum_board_table
{
	width:100%;
}

#forum_board_table h3
{
	text-decoration:underline;
}

#forum_board_table th
{
	text-align:center;
	font-weight:bold;
}

/* new topic css */

#forum_new_topic_header
{
	text-align:left;
	border-bottom:1px #000 solid;
	height:25px;
	font-size:1.2em;
	width:100%;
	margin-bottom:15px;
}

#forum_new_topic_body
{
	width:100%;
}

#forum_new_topic_body form label
{
	float:left;
	width:150px;
}

.forum_new_topic_error
{
	background-color:#FFE4E9;
	border:1px solid #CC3344;
	color:black;
	margin-bottom:1em;
	padding:1em;
}

.forum_error_entry
{
	color:red;
}

/* topic (thread) css */

.forum_topic_spacer
{
	height:5px;
	margin:0px;
	padding:0px;
}

#forum_topic_thread
{
	height:100%;
	margin-bottom:15px;
}

.forum_topic_options
{
	width:100%;
	text-align:right;
	height:25px;
}

.forum_option_button
{
	float:right;
	height:15px;
	padding:5px;
	margin-left:7px;
	background-color:#519AD8;
	border:1px #AAAAAA solid;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.forum_option_button:hover
{
	background-color:#B1C166;
	color:#000;
	text-decoration:none;
}

.forum_option_button > a:link, .forum_option_button > form > a:link
{
	color:#fff;
	text-decoration:none;
}
 
.forum_option_button > a:visited, .forum_option_button > form > a:visited
{
	color:#fff;
	text-decoration:none;
}

#forum_topic_table
{
	width:100%;
}

#forum_topic_table th
{
	text-align:left;
}

/* public profile css */
#forum_public_profile_container
{
	min-height:600px;
	height:100%;
	width:100%;
	clear:both;
}

#forum_public_profile_container > div
{
	height:100%;
	width:50%;
	float:left;
}

#forum_public_profile_container > div > h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-bottom:5px;
	width:100%;
	border-bottom:1px dotted #CCCCCC;
}

.forum_public_profile_title
{
	font-weight:bold;
}

.forum_attachment_item{
	width:100%;
	text-align:left;
	margin-bottom:3px;
}

.forum_dotted_line{
	border-top:1px #000 dotted;
	width:100%;
}