
@import url("dropdown.css");
@import url("default.css");


body .redactor_toolbar li a.redactor_btn_savebutton  {
    background: url(/images/icons/save_b.png) no-repeat;
}

#bv_admin_bar {

	line-height:30px;
	color:#aaa;
	top:0px;
	left:0px;
	position:fixed;
	height:35px;
	width:100%;
	min-width:980px;
	display:block;
	font-size: 12px;
	white-space: nowrap;
	margin:0px;
	padding:0px;
	background-color:#111;
	background: url(/images/abar_grad.png);
	z-index:1020;
	border-bottom:1px solid #333;
	-webkit-box-shadow: 0px 0px 5px 0px #000000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
         box-shadow: 0px 0px 5px 0px #000000;

}

#bv_admin_hide {
	color: #aaa;
	text-decoration: none !important;
	top:0px;
	left:10px;
	height:20px;
	padding:2px 10px 8px 10px;
	position:fixed;
	margin:0px;
	border-radius:0px 0px 10px 10px;
	background-color:#900;
	z-index:90;
	border:1px solid #333;
	-webkit-box-shadow: 0px 0px 5px 0px #000000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
         box-shadow: 0px 0px 5px 0px #000000;
}

#bv_admin_hide a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:10px;
}

#bv_admin_hide a:hover, #bv_admin_hide img:hover, #bv_admin_hide a:hover span {
	border-color: #aaa;
}

.bv_small_button {
	width:60px;
}

.bv_unread, .bv_read, .bv_active {
	border-radius:12px;
	padding: 3px 6px 3px 6px;
	font-weight:bold;
	font-size:10px;
	margin-left:3px;
	color:#fff;
	background-color:#900;
	border: 2px solid #666;
}

.bv_read {
	background-color:#333;
}

.bv_active {
	background-color:#151;;
}

#bv_admin_bar img {
	border:0px;
}

#bv_admin_bar a {
	color: #aaa;
	text-decoration:none;
	margin: 0px;
}

#bv_admin_bar a:hover, #bv_admin_bar a:hover span{
	color:#fff;
	border-color: #aaa;
}
