/*---------------------------------*/
/* forums */
/*---------------------------------*/


h1{
	font-size:15px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:10px;
	width:600px;
	overflow:hidden;
}

#sub_title_forum{
	background-image: url("../gfx/sub_title_forum.gif");
}

#sub_div_forum {
	background-color: #004e82;
}

.forum{
	margin-left:2px;
	padding-top:18px;
	padding-left:12px;
	background-color: #faf4eb;
	background-image: url("../gfx/sub_div_bottom.gif");
	background-repeat:no-repeat;
	background-position: 0 147px;
	height:130px;
}

.forum_img{
	float:left;
	margin-right:5px;
	border:1px #ae6700 solid;
}

.forum_text{
	background-image: url("../gfx/arrow.gif");
	background-repeat:no-repeat;
	background-position: 0 5px;	
	padding-left:12px;
	position:absolute;
	left:300px;
	width:470px;
	line-height:19px;
}

.forum_info{
	position:absolute;
	left:312px;
	width:470px;
	margin-top:100px;
}

.sub_hr_forum{
	background-image: url("../gfx/sub_hr_forum.gif");
}

#link_back_forums{
	margin-left:510px;
}

/*---------------------------------*/
/* forums_detail */
/*---------------------------------*/

#forum_table{
	padding:5px;
	margin-left:10px;	
}

#forum_table a{
	color: #000000;
	text-decoration:underline;
}

#forum_table td{
	padding:5px;
	height:20px;	
	background-color: #E6E6E6;
}
.num{
	text-align:center;
}

.last_post{
	text-align:center;
	width:150px;
}

.by{
	text-align:center;	
}

.topic_td{
	width:250px;
	
}



#forum_table .header td{
	line-height:20px;
	height:20px;
	padding:5px;
	font-weight:bold;
	background-color: #004e82;
	color: #FFFFFF;
}

.header{
	line-height:20px;
	height:20px;
	padding:5px;
	font-weight:bold;
	background-color: #004e82;
	color: #FFFFFF;
	text-indent:5px;
}

.ft{
	height:20px;
	overflow:hidden;
}

#ft_body{
	width:140px;
}
#ft_title{
	width:130px;
}

#forum_table #name{
	width:385px;
}
.forum_table #description{
	width:350px;
}
.forum_table #topics{
	width:100px;
}

.forum_button{
	color: #FFFFFF;
	font-weight:bold;

	margin-left:10px;
	background-color: #004e82;
	
	border:1px #000000 solid;
	border-left:1px #BBBBBB solid;
	border-top:1px #BBBBBB solid;

	height:10px;
	padding:4px;
	padding-left:5px;
	padding-right:5px;
	
}

.topics_all{
	margin-left:10px;
	width:610px;
	overflow:hidden;
}

.topic{
	border:1px solid;
	margin-bottom:5px;
	width:608px;
}
.topic_header{
	color: #FFFFFF;
	font-weight:bold;
	background-color: #0081D7;
	padding:4px;
	border-bottom:1px solid;
}

.topic_header a{
	color:#FFFFFF;
}

.org_topic{
	background-color: #004e82;
}

.topic_body{
	padding:4px;
}

.form_left{
	text-align:right;
}

.forum_on{
	margin-left:3px;
	margin-top:4px;
}


