.cleaner{
	clear:both;
}
.form_success{
	font-weight:bold;
	color:#78a51e;
}
.form_error{
	font-weight:bold;
	color:#d91010;
}

.bt_remove{
	display:block;
	cursor:pointer;
	width:16px;
	height:16px;
	background:url(../img/ico_cross.png) no-repeat 0 0;
	float:right;
	margin-right:10px;
}

.bt_edit{
	display:block;
	cursor:pointer;
	width:16px;
	height:16px;
	background:url(../img/ico_edit.png) no-repeat;
	float:right;
	margin-right:10px;
}


.status_on{
	width:16px;
	height:16px;
	background:url(../img/ico_on.png) no-repeat 0 0;

}
.status_off{
	width:16px;
	height:16px;
	background:url(../img/ico_off.png) no-repeat 0 0;
}
.status_locked{
	width:16px;
	height:16px;
	background:url(../img/ico_lock.png) no-repeat 0 0;
}

.status_archived{
	width:16px;
	height:16px;
	background:url(../img/ico_archive.png) no-repeat 0 0;
}

.status_info{
	padding-left:23px;
	width:100%;
	margin-left:35px;
	margin-bottom:5px;
}
.item_info{
	overflow:hidden;
	padding-left:23px;
	width:540px;
}

.leftItem{
	float:left;
	padding:0;
}
.hidden{
	display:none;
}

div.requested{
	text-align:left;
	position:relative;
	width:80%;
    padding-right:13px;
	background:url(../img/ico_rv.png) no-repeat right;
}
div.reverse_requested{
	text-align:left;
	position:relative;
    padding-left:10px;
    margin-left:15px;
	background:url(../img/ico_rv.png) no-repeat left;
}

a.noHoverLink{
	background:transparent;
}

#content .partners{
	padding:10px;
	background-color:#eef1f3;
	margin-bottom:10px;
	font-size:11px;
}
#content .modules{
	padding:5px;
	background-color:#eef1f3;
	margin-bottom:5px;
	font-size:11px;
}

#content .partners H3{
	margin:0 0 15px 0;
}
#content .partners .partner_picture{
	float:left;
	width:185px;
	padding:0px;
}

#content .partners .partner_data{
	float:right;
	width:640px;
	padding:0px;
	text-align:left;
}

#content .partners .partner_data a{
	color:#1a5b77;
}

#content .modules H3{
	margin:0px;
	font-size:14px;
}

a#rss_link:link, a#rss_link:visited{
	font-size:14px;
	color:#f98006;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background:#fff url(../img/rss3.jpg) no-repeat top left;
	height:24px;
	padding-left:30px;
	padding-top:5px;
	margin-top:14px;
}

a#rss_link:hover{
	text-decoration:underline;
}

div.rss_body{
	position:relative
	width:261px;
	background:url(../img/bg-news.png) repeat-y;
	overflow:hidden;
	padding:0 23px 0 17px;
}

div.rss_body h2#rss_title{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#f98006;
	margin:12px 0 -1px;
	position:relative;
	text-transform:uppercase;
}

.comodo{
	text-align:right;
}