a img
{
	border: none;	
}

a:hover
{
	text-decoration: none;	
}

#forum a.title
{
	font-size: 14px;
	color: #003876;
	position: relative;
	line-height: 40px;
}

#forum #forum_main a.title
{
	font-size: 12px;
	color: #003876;
	position: relative;
	line-height: 12px;
}

#forum #forum_main span.forum_desc
{
	font-size: 10px;
	color: #003876;
	position: relative;
	line-height: 14px;
	font-weight: normal;
}

#forum a.title:hover
{
	font-size: 14px;
	line-height: 40px;
}
#forum
{
	margin-top: 20px;
	hegiht: 300px;
	min-height: 300px;
	color: #003876;
}

#forum_top
{
	width: 630px;
	height: 17px;
	background-image: url('../img/layout/forum_top.gif');
}

#forum_bottom
{
	width: 630px;
	height: 24px;
	background-image: url('../img/layout/forum_bot.gif');
	margin-bottom: 20px;
}
#forums_list
{
	
	margin-left: 250px;
	
}
div.forum_name
{
	width: 600px;
	border-bottom: 2px solid #eee;	
	padding-bottom: 3px;
	margin-top: 4px;
}
div.forum_link
{
	width: 400px;	
	height: 30px;
	line-height: 30px;
}

#forum div.forum_link a.title{
	font-size: 12px;
	color: #003876;
}

#forum div.forum_link a.title:hover
{
		font-size: 12px;
}


div.forum_link_main
{
	width: 340px;
	height: 40px;
	line-height: 12px;
	padding-top: 7px;
}

#forum div.forum_name a.title
{
	font-size: 12px;
	color: #003876;
}

#forum_desc
{
	clear: both;
	font-size: 12px;
	padding: 10px;
}

div.forum_description
{
	margin-left: 20px;
	font-size: 10px;
	width: 90%;	
}

div.postnum
{
	width: 35px;	
}
div.lastpost
{
	width: 120px;	
}
div.postnum, div.lastpost
{
	font-weight: normal;
	font-size: 9px;
	margin-left: 10px;
	color: #003876;
	text-align: center;
	line-height: 10px;
}

div.forum_button div.postnum
{
	padding-top: 10px;
}

h4, h5
{
	margin-top: 0;	
}
#forum_main
{
	width: 610px;
	background-image: url('../img/layout/forum_bg.gif');
	position: relative;
	padding-left: 20px;
}

.forum_admin_right
{
	float: right;
}

.forum_admin_bar
{
	float: right;
	margin-right: 200px;
	margin-bottom: 10px;	
}
#forum a.left
{
	float: left;	
}
#forum a.right
{
	float: right;	
}

#forum a.add
{
	display: block;
	width: 27px;
	height: 25px;
	background-image: url('../img/layout/ico/add.gif');
	text-indent: -1000px;
	overflow: hidden;
}

#forum a.edit
{
	display: block;
	width: 27px;
	height: 25px;
	background-image: url('../img/layout/ico/edit.gif');
	text-indent: -1000px;
	overflow: hidden;
}	

#forum a.move_up
{
	display: block;
	width: 27px;
	height: 25px;
	background-image: url('../img/layout/ico/up.gif');
	text-indent: -1000px;
	overflow: hidden;
}

#forum a.stick
{
	display: block;
	width: 27px;
	height: 25px;
	background-image: url('../img/layout/ico/stick.gif');
	text-indent: -1000px;
	overflow: hidden;
}


#forum a.lock
{
	display: block;
	width: 27px;
	height: 25px;
	background-image: url('../img/layout/ico/lock.gif');
	text-indent: -1000px;
	overflow: hidden;
}
#forum a.allow
{
	display: block;
	width: 27px;
	height: 25px;
	background-image: url('../img/layout/ico/allow.gif');
	text-indent: -1000px;
	overflow: hidden;
}

#forum a.move_down
{
	display: block;
	width: 27px;
	height: 25px;
	background-image: url('../img/layout/ico/down.gif');
	text-indent: -1000px;
	overflow: hidden;
}

#forum a.delete
{
	display: block;
	width: 27px;
	height: 25px;
	background-image: url('../img/layout/ico/delete.gif');
	text-indent: -1000px;
	overflow: hidden;
}

label
{
	display:block;
}

input[type=text]
{
	width: 450px;
	height: 16px;
	font-size: 12px;
	color: #003876;
	border: 1px solid #003876;
	margin-bottom: 4px;
}
input[type=submit]
{
	padding: 5px;
	font-size: 12px;
	color: #003876;
	border: 1px solid #003876;
	margin-bottom: 4px;
}
textarea
{
	font-face: Arial, Verdana, Sans-serif;
	width: 450px;
	height: 170px;
	font-size: 12px;
	color: #003876;
	border: 1px solid #003876;
	margin-bottom: 4px;
}



.forum_button
{
	background-image: url('../img/layout/forum_button_bg.gif');
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	float: left;
	color: #003876;
	font-weight: bold;
}

.forum_button_close
{
	background-image: url('../img/layout/forum_button_bg.gif');
	height: 45px;
	width: 20px;
	background-position: top right;
	float:left;
}
#new_item
{
	float: right;
	margin-right: 20px;
}

.user_box
{
	clear: both;
	width: 80px;
	border: 1px solid #efefef;
	text-align: center;
	float: left;
	padding: 5px;
	
}
.forum_post
{
	margin-top: 10px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	width: 550px;
}
.post_content
{
	width: 430px;
	float: left;
	padding-left: 20px;
	font-size: 10px;
	color: #003876;
}

#main_post_top
{
	background-image: url('../img/layout/forum_mainpost_top.gif');
	background-repeat: no-repeat;
	width: 540px;	
	height: 30px;
}

#main_post
{
	font-weight: bold;
	width: 530px;
	background-image: url('../img/layout/forum_mainpost_bg.gif');
	background-repeat: repeat-y;
	padding: 10px;
	margin-right: 20px;
	position: relative;
}

#main_post_bot
{
	background-image: url('../img/layout/forum_mainpost_bot.gif');
	background-repeat: no-repeat;
	width: 540px;	
	height: 30px;
}

.main_post_content
{
	font-size: 10px;
	color: #003876;
	float: left;
	margin-left: 20px;
	width: 400px;
}

#main_post_footer
{
	font-size: 10px;
	color: #003876;
	position: absolute;
	bottom: 0px;
	right: 30px;	
	font-weight: normal;
}

a.log_in
{
	cursor: pointer;
}

#info_box
{
	position: absolute;
	left: 330px;
	top: 70px;
	width: 600px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #606F9D;
	background: #ffffff;
	z-index: 10;
	color: #003876;
	opacity: 0.85;
  	filter: alpha(opacity = 85);
	display: none;
}

#close_box
{
	cursor: pointer;
	line-height: 8px;
	position: absolute;
	right: 5px;
	top: 0;
}

#user_profile
{
	font-size: 12px;
	float: left;
	width: 480px;
	margin-left: 10px;
}