div#forum_search_container{
	background-image: url( '/inc/img/site/search_back.gif' );
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
	padding: 28px 20px 18px 20px;
}
.forum_hdr{
	background: #EBEBEB;
	padding: 4px;
    border: 1px solid #CCCCCC;
}
.forum_hdr div{
    font-weight: bold;
    font-size: 11px;
}
.forum_title{
	margin-right: 305px;
}
.forum_title a.title{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.forum_views{
	float: right;
	width: 90px;
    text-align: center;
}
.forum_entries{
	float: right;
	width: 100px;
    text-align: center;
}
.forum_last{
	float: right;
	width: 130px;
    text-align: center;
}
.forum_content{
	padding: 4px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div.category_title_container{
	padding: 5px;
}
div.thread_title{
	margin-bottom: 3px;
}
div.thread_title a{
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}
.quote_user{
	font-weight:bold;
	color:#555;
	padding-left:10px;
}

.quote{
	border:1px solid gray;
	padding:7px;
	font-style:italic;
	background-color:white;
	margin-bottom:10px;
}
div#admin_block .admin_link{
    font-size: 11px;
    font-weight: normal;
    color: red;
}
.textarea_wrap{
    margin: 3px;
}
.forum_post_container{
    border-top: 1px solid #CCCCCC;
    padding: 6px;
}
.forum_post_container_hover{
    border-top: 1px solid #CCCCCC;
    padding: 6px;
    background: #FDF9C9;
}
.first_post{
    border-top: 1px solid #CCCCCC;
}
.post_left_content{
    float: left;
    width: 120px;
}
.post_content{
    margin-left: 130px;
}
.post_created{
    padding-top: 2px;
    padding-bottom: 2px;
}
div#post_form_container{
    border: 1px solid #CCCCCC;
}
div#post_form_fields_container{
    padding: 5px;
}
