.forum_type_main_box {
	.border:0px 2px 1px 0px solid #65A514;
	background-color: #DDFBBF !important;
	color:#000000;
    line-height: 2em;
}
.forum_type_h4 {
	background:#65A514;
	color:#DDFBBF !important;
    text-transform:uppercase;
}
.forum_type_title {
	display: inline-block;
    margin: 5px 0 0 10px;
    width:100%;
}
.forum_type_title span{
	float:left;
}
.forum_type_name {
    width:51%;
}
.forum_type_themes {
    width:10%;
    text-align:center;
}
.forum_type_messages {
    width:10%;
    text-align:center;
}
.forum_type_last_message {
}

.no_border
{
    border: 0 !important;
}
.forum_type_message{
    border:0;
    border-bottom:1px solid #65A514 !important;
}
.forum_type_img {
	width:5%;
}
.forum_type_data {
	float:right;
	width:95%;
}

.forum_type_o {
	background: url(../images/forum/forum_read.gif) center center no-repeat;
}
.forum_type_c {
	background: url(../images/forum/forum_read_locked.gif) center center no-repeat;
}
.forum_type_a {
	background: url(../images/forum/forum_autorize.gif) center center no-repeat;
}

.right_line {
    border: 0 !important;
	border-right: 1px solid #FFFFFF !important;
}
