/*------------------------------------------------------------------*/
/* Стили используемые в DataLife Engine     			            */
/*------------------------------------------------------------------*/

form {  PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px;
}

/* 
 * ========================================
 * Вывод архива 
 * ========================================
 */
.archives {
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	margin-top:6px;
	margin-left:20px;
	margin-bottom:10px;
}
.archives a {
	font-family:Tahoma;
	font-size:11px;
	color:#43637E;
}
/* 
 * ========================================
 * Цитата и скрытый текст
 * ========================================
 */
.title_quote {
	background: #fff8e5;
	border: 1px dotted #cccccc;
	color: #555555;
	font-weight: bold;
	font-size: 11px;
	margin: 8px auto 0 auto;
	padding: 3px;
}

 .quote {
	color: #555555;
	font: 11px Tahoma;
	text-align:justify;
	background: #fff8e5;
	border: 1px dotted #cccccc;
	padding: 4px;
	}
/* 
 * ========================================
 * Teг CODE
 * ========================================
 */
 .scriptcode {
	color: #555555;
	FONT: 11px Tahoma; 
	text-align:left;
	background: #fff8e5;
	border: 1px dotted #555555;
	padding: 5px;
	}
/* 
 * ========================================
 * Календарь 
 * ========================================
 */

.weekday-active-v {
	color: #4974a3;
	font: bold 11px Tahoma;
}
.day-active-v {
	color: #4974a3;
	font: bold 11px Tahoma;
}
.calendar {
	 font: bold 11px Tahoma;
}
.calendar td, th {
	 font: bold 11px Tahoma;
	 text-decoration: none;
	 padding: 4px;
}

.weekday {
	color: #067f9e;
	font: bold 11px Tahoma;
}
.weekday-active {
	color: #067f9e;
	font: bold 11px Tahoma;
}
.day-active {
	color: #6da113;
	font: bold 11px Tahoma;
}
.day-active a, .day-active a:hover,
.weekday-active a, .weekday-active a:hover, 
.day-active-v a, .day-active-v a:hover,
.weekday-active-v a, .weekday-active-v a:hover
 {
text-decoration: underline;
font: bold 11px Tahoma;
color: #6da113;
}

.monthlink, .monthlink:hover {
color: #6da113;
font: bold 11px Tahoma;
text-decoration: none;
}

/* 
 * ========================================
 * Рейтинг 
 * ========================================
 */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(dleimages/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(dleimages/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/* 
 * ========================================
 * BB коды
 * ========================================
 */ 
.bbcodes {
	background: #FFF;
	border: 1px solid #E0E0E0;
	color: #666666;
	font-family: Verdana, Tahoma, helvetica, sans-serif;
	padding: 0px;
	vertical-align: middle;
	font-size: 10px; 
	vertical-align: middle;
	margin:0px;
	height: 21px;
}
.editor_button {
	float: left;
	cursor: pointer;
	padding-left: 1px;
	padding-right: 1px;
}
.editor_button2 {
	float:left;
	cursor:pointer;
	margin: 0px;
}
.editor_buttoncl {
	float:left;
	cursor:pointer;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
.editbclose {
	float:left;
	cursor:pointer;
}

/* 
 * ========================================
 * Дополнительные поля новостей
 * ========================================
 */ 

.xfields textarea {
width:500px; height:90px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;
}
.xfields input {
width:250px; height:18px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;
}
.xfields select {
height:18px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;
}

/* 
 * ========================================
 * Дополнительные поля профиля пользователей
 * ========================================
 */ 

.xprofile textarea {
width:499px; height:90px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;
}
.xprofile input {
width:250px; height:18px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;
}


/* 
 * ========================================
 * Персональные сообщения
 * ========================================
 */ 

.pm_head {
	font: 11px Tahoma; color: #606465; text-align: center;
}
.pm_list {
	font: 11px Tahoma; color: #606465;
	}
.pm_list a {
	color: #067f9e; font: 11px Tahoma; text-decoration: underline;
}
.pm_list a:hover {
	color: #067f9e; font: 11px Tahoma; text-decoration: none; border-bottom: 1px dashed #067f9e;
}

/* 
 * ========================================
 * Выпадающее меню
 * ========================================
 */ 

#dropmenudiv{
border:1px solid white;
border-bottom-width: 0;
font:normal 10px Verdana;
background-color: #6497CA;
line-height:20px;
margin:2px;
filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=3);
}

#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{ /*hover background color*/
background-color: #FDD08B;
color: #000;
}

/* 
 * ========================================
 * Опрос
 * ========================================
 */

.vote  {
	color: #717171;
	font-size: 11px;
	font-family: tahoma;
}

/* 
 * ========================================
 * Уведомление о получении новых PM
 * ========================================
 */

#newpm {
	position:absolute;
	width:400px;
	padding:4px;
	background-color:#FDFDFD;
	border:1px solid #BBB;
	font-family: Verdana;
	font-size: 11px;
	line-height: 135%;
	}

#newpmheader { background: url(images/bg/bg4.gif); height: 18px; _height: 23px; font: bold 11px Tahoma; color: #fff; padding: 5px 0px 0px 8px; cursor:move;}
#newpmheader a, #newpmheader a:hover {color: #fff;}
/* 
 * ========================================
 * Ссылка на скачивание прикрепленного файла
 * ========================================
 */
#attachment {
	color: gray;
	}

/* 
 * ========================================
 * Поиск по сайту и результаты поиска
 * ========================================
 */

.search {
	font-family: Verdana;font-size: 11px;
	color:#53646F;
	text-decoration: none;
	padding:2px;
	}

.textin {
	font-family: Verdana;font-size: 11px;
	color:#00002C;
	text-decoration: none;
	}

.sresult  {
	text-align: justify;
}

/*
 * ========================================
 * Остальное содержание
 * ========================================
*/

#ip {background: url(images/bg4.gif); height: 18px; _height: 23px; font: bold 11px Tahoma; color: #fff; padding: 5px 0px 0px 8px;}
#ip2 {padding: 19px 12px 12px 12px; line-height: 14px;}

#vs {background: url(images/bg4.gif); height: 18px; _height: 23px; font: bold 11px Tahoma; color: #fff; padding: 5px 0px 0px 8px}
#vs2 {padding: 19px 12px 12px 12px; line-height: 14px;}

#type {margin: 0px 0px 7px 0px; border: 0px; border-collapse: collapse;}
#type td {padding:0px 0px 15px 0px;}

#type #left {width: 160px; font: bold 11px Tahoma; color: #555555;}
#type #left img {margin-right: 3px; vertical-align: middle;}
#type #center {padding: 0px 5px 0px 5px;}
#type #right {width: 16px;}

#type select {
background: #f8f7f6;
border: 1px solid #d6d3d3;
font: 11px tahoma;
color: #606465;
}

#type .ta {
background: #f8f7f6;
border: 1px solid #d6d3d3;
font: 11px tahoma;
color: #606465;
width: 250px;
height: 100px;
}
#type .ta:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
width: 250px;
height: 100px;
}
#type .ta:focus {
background: #ffffff;
border: 1px solid #939793;
width: 250px;
height: 100px;
}

#type .ta2 {
background: #f8f7f6;
border: 1px solid #d6d3d3;
font: 11px tahoma;
color: #606465;
height: 200px;
width: 500px;
}

#type .ta2:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
height: 200px;
width: 500px;
}
#type .ta2:focus {
background: #ffffff;
border: 1px solid #939793;
height: 200px;
width: 500px;
}

.type2 {
background: #f8f7f6;
border: 1px solid #d6d3d3;
height: 200px;
width: 500px;
font: 11px tahoma;
color: #606465;
}

#type .text {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 250px;
height: 17px;
font: 11px tahoma;
color: #606465;
}
#type .text:hover {
background: #ffffff;
border: 1px solid #d6d3d3;
width: 250px;
}
#type .text:focus {
background: #ffffff;
border: 1px solid #939793;
width: 250px;
}

.button, .button:focus, .button:hover {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 100px;
	height: 19px;
	font: 11px Tahoma; color: #606465;
}

#ser {padding: 0px; line-height: 14px; padding: 10px;}
#ser input {
background: #f8f7f6;
border: 1px solid #d6d3d3;
height: 17px;
font: 11px tahoma;
color: #606465;
margin-bottom: 4px;
}

#ser2 {padding: 0px; padding: 10px; line-height: 14px; margin-top: -10px;}

#ct {background: url(images/bg/bg4.gif); height: 18px; _height: 23px; font: bold 11px Tahoma; color: #fff; padding: 5px 0px 0px 8px; margin: 0px 0px 10px 0px;}


#comments {
	background: #f9fafb;
	border: 1px solid #f2f2f2;
	padding: 21px 10px 10px 15px;
}
#comments input {
	background: #fff;
	border: 1px solid #cfdde6;
	margin: 0px 0px 7px 0px;
}
#comments textarea {
	background: #fff;
	border: 1px solid #cfdde6;
	width: 350px;
	height: 100px;
	padding: 0px;
	font: 11px Tahoma;
	color: #606465;
}
#comments a {font-weight: bold; color: #666;}

.x5 {margin-bottom: 5px; font: bold 15px Tahoma; color: #067f9e;}
.x6 {margin: 5px 0px 10px 0px;}
.x7 {margin: 10px 0px 0px 0px;}
.clear {clear: both;}
#com {
	padding: 16px 0px 16px 0px;
	border-top: 1px dotted #ccc;
}
#com strong {
	font: bold 11px Tahoma;
	color: #b1b1b1;
}
#com #telo {
	padding: 14px 0px 14px 0px;
}
#com #text {
	padding: 0px 0px 0px 10px;
}
#com td {vertical-align: top;}

/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии */
 	  	.highslide-image-blur {
 	  	}
 	  	.highslide-html-content {
 	  	        position: absolute;
 	  	    display: none;
 	  	}
 	  	.highslide-display-block {
 	  	    display: block;
 	  	}
 	  	.highslide-display-none {
 	  	    display: none;
 	  	}
 	  	.highslide-loading {
 	  	    display: block;
 	  	        color: white;
 	  	        font-size: 9px;
  	  	        font-weight: bold;
 	  	    text-decoration: none;
 	  	        padding: 3px;
  	  	        border: 1px solidwhite;
  	  	    background-color : black;
 	  	}