/* GENRAL STYLES */
#forum{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#forum h1,h2,h3,h4{
	margin:0;
}
#forum h3{
	border-bottom:1px #000;
	width:580px;
}
#forum ul{
	list-style:none;
	padding:0;
}
form{
	width:600px;
}
.light{
	background-image:url(light.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	display:block;
}
.last_post{
	color:#666666;
	font-size:10px;
}
#poll{
	margin-left:50px;
	background-color:#F3F3F3;
	padding:10px;
}
#poll_div{
	width:220px;
	float:right;
	overflow:auto;
	padding:3px;
	margin-left:10px;
	margin-bottom:10px;
	border-left:dashed #666 1px;
	border-bottom:dashed #666 1px;
	font-size:11px;
}
#poll_div span{
	font-weight:bold;
}
/* USER COMPONANTS */
#reply_textarea{
	width:500px;
	height:200px;
	border:1px solid #000;
}
.head{
	background-color:#CEFFDB;
	padding:10px;
}
.user_box{
	float:left;
	margin-right:20px;
}
.contain_floats{
	overflow:auto;
}

/*  FORUM TABLE  */
.topics_list{
	background-color:#EBF5ED;
	border:1px solid #009966;
}
.topics_list td{
	padding:10px;
	margin:5px;
}
.topics_list:hover{
	background-color:#FAFAFA;
}
.new_indicator{
	width:10px;
}
.themename{
	width:460px;
}
.lastpost{
	width:140px;
}
.topics{
	width:40px;
	text-align:center;
}
.posts{
	width:40px;
	text-align:center;
}
.reply_head{
	background-color:#CCFFCC;
}
.reply_table{
	background-color:#FFFFFF;
	border:dashed 1px #CCCCCC;
	padding:0px;
	margin-top:10px;
	clear:both;
}
.center_images img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.button_top{
	float:right;
	width:100px;
}
/* Subject */
#subject_box{
	border:1px solid #333333;
	padding:0;
	margin-bottom:10px;
}
#subject_box p{
	margin:10px;
}
.caution{
	color:#900;
}
.instructions span{
	display:block;
	padding:10px;
	margin:3px;
	border:dashed 1px #CCC;
	background-color:#F9F9F9;
	width:400px;
	color:#F06;
	font-family:"Courier New", Courier, monospace;
}
.option_div{
	margin:10px;
	background-color:#F5F5F5;
	border:dashed 1px #999;
	padding:2px;
}
/* UPLOADS */

.photo_block{
	width:100px;
	margin:2px;
	padding:2px;
	border: 1px solid #CCCCCC;
	float:left;
	font-size:11px;
	color:#666666;
}
.photo_block img{
	width:90px;
	height:60px;
}
.photo_block:hover{
	border-color:#999999;
	color:#000000;
	background-color:#FFF;
}
.clear{
	clear:both;
}
.colapse_height{
	max-height:350px;
	overflow:scroll;
}




/* ADDED MANUALLY _ IMPLEMENT THESE*/


.reply_head{
	padding:2px;
}
.stats_box{
	width:180px;
	margin-right:5px;
	font-size:10px;
	float:right;
}
.user_box img{
	display:inline;
	margin:5px;
	border:1px solid #333333;
	vertical-align:middle;
}
.user_box h4{
	display:inline;
}
.stats_box span{
	font-weight:bold;
}
.edit_butt{
	text-align:right;
	float:right;
	display:block;
	margin:15px;
}
