/* hide, code
------------------------------ */
.title_quote {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.scriptcode {
	background: #f8f6e8;
	border-left: 5px solid #f4f0d4;
	padding: 10px 20px;
	margin: 5px 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 1.5em;
}
/* Внутренняя почта
------------------------------ */
.pm_head, .pm_list {
	line-height: 1.5em;
}
/* Десятка публикаторов сайта
------------------------------ */
.userstop {
	color: #000000;
}
.userstop thead {
	font-weight: bold;
}
.userstop td {
	padding: 3px;
	font-size: 12px;
}
/* Навигационные кнопки
------------------------------ */
.navigation {
	border: none;
	margin: 20px 0 20px 0;
}
.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active, .navigation span {
	display: inline-block;
	display: -moz-inline-stack;
	overflow: hidden;
	float: left;
	width: 26px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b8aaa3;
	margin: 10px 5px;
}
.navigation a:hover, .navigation span {
	background: url(../images/nav-hover.png) no-repeat #64a3d9;
	color: #FFFFFF;
	text-align: center;
}
/* BB коды
------------------------------ */
.bbcodes {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	color: #666666;
	vertical-align: middle;
	font-size: 11px;
	height: 21px;
}
.editor_button {
	float: left;
	cursor: pointer;
}
.editor_buttoncl {
	float: left;
	cursor: pointer;
	padding: 0 1px 0 1px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
.editbclose {
	float: right;
	cursor: pointer;
}
/* Выпадающее меню
------------------------------ */
#dropmenudiv {
	border: 1px solid white;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	background-color: #6497CA;
	line-height: 20px;
	margin: 2px;
}
#dropmenudiv a {
	display: block;
	text-indent: 3px;
	border: 1px solid white;
	padding: 1px 0;
	MARGIN: 1px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#dropmenudiv a:hover {
	background-color: #FDD08B;
	color: #000;
}
/* Поиск и результаты
------------------------------ */
.search {
	text-decoration: none;
	padding: 2px;
}
.textin {
	text-decoration: none;
}
.sresult {
	text-align: justify;
	line-height: 1.5em;
}
/* Календарь
------------------------------ */
.weekday-active-v, .day-active-v, .monthlink {
	color: #4974a3;
}
.calendar {
	font-size: 100%;
}
.calendar td, th {
	text-decoration: none;
	padding: 5px;
}
.weekday, .weekday-active, .day-active {
	color: #804040;
}
/* Рейтинг
------------------------------ */
.ratxt {
	font-size: 0.8em;
	color: #1f2126;
}
.rating {
	width: 100px;
	height: 20px;
	white-space: nowrap;
	color: #FFFFFF;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url('../dleimages/rating.gif') top left repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.unit-rating li a {
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background: url('../dleimages/rating.gif') left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit {
	left: 0px;
}
.unit-rating a.r1-unit:hover {
	width: 20px;
}
.unit-rating a.r2-unit {
	left: 20px;
}
.unit-rating a.r2-unit:hover {
	width: 40px;
}
.unit-rating a.r3-unit {
	left: 40px;
}
.unit-rating a.r3-unit:hover {
	width: 60px;
}
.unit-rating a.r4-unit {
	left: 60px;
}
.unit-rating a.r4-unit:hover {
	width: 80px;
}
.unit-rating a.r5-unit {
	left: 80px;
}
.unit-rating a.r5-unit:hover {
	width: 100px;
}
.unit-rating li.current-rating {
	background: url('../dleimages/rating.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}