/*------------------------------------------------------------------*/
/* Стили используемые в DataLife Engine     			            */
/*------------------------------------------------------------------*/

form {  
	padding-top: 0px;
	padding-bottom: 0px;	
	padding-right: 0px; 
	padding-left: 0px; 
	margin: 0px;
}

/* ==================== Вывод архива */

.archives {
	margin-top: 6px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.archives a {
	color: #43637e;
}

/* ==================== Цитата и скрытый текст */

.title_quote {
	color: #636363;
	background-color: #f2f2f2;
	border: 1px dotted #bebebe; 
	border-bottom: 0;
	font-weight: bold;
	padding: 5px;
}
.quote {
	color: #757575;
	background-color: #f2f2f2;
	border: 1px dotted #bebebe;
	text-align: justify;
	padding: 5px;
}

/* ==================== Тег SPOILER */

.title_spoiler {
	color: #636363;
	background-color: #f2f2f2;
	border: 1px dotted #bebebe; 
	font-weight: bold;
	padding: 5px;
}
.text_spoiler {
	color: #757575;
	background-color: #f2f2f2;
	border: 1px dotted #bebebe;
	border-top: 0;
	text-align: justify;
	padding: 5px;
}

/* ==================== Tэг CODE */

.scriptcode {
	color: #757575;
	background-color: #f2f2f2; 
	border: 1px dotted #bebebe;
	text-align: left;
	padding: 5px;
}

/* ==================== Календарь */

.weekday-active-v {
	color: #4b73d4;
	font-size:10px;
}
.day-active-v {
	color: #4b73d4;
	font-size:10px;
}
.calendar {

color: #000;
font-family: verdana;
font-size:10px;

}
.calendar td, th {
	 font-family: verdana;
	 text-decoration: none;
	 font-size:6px;
/* - */
	 padding-left: 5px;
 	 padding-right: 4px;
	 padding-top: 3px;
	 padding-bottom: 4px;
/* - */
}
.weekday {
	color: #36C;
	font-family: verdana;
	font-size:10px;
}
.weekday-active {
	color: #804040;
	font-family: verdana;
	font-size:10px;
}
.day-active {
	color: #804040;
	font-family: verdana;
	font-size:10px;
}
.day-active a, .weekday-active a, .day-active-v a, .weekday-active-v a {
	text-decoration: underline;
	font-size:10px;
}
.monthlink {
	color: #5078d6;
	text-decoration: none;
	font-size:10px;
}

/* ==================== Рейтинг статьи */

.rating {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 85px;
	height: 16px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 16px;
	position: relative;
	background-image: url(../dleimages/rating.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.unit-rating li a {
	display: block;
	width: 17px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background-image: url(../dleimages/rating.gif);
	background-position: left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 17px; }
.unit-rating a.r2-unit { left: 17px; }
.unit-rating a.r2-unit:hover { width: 34px; }
.unit-rating a.r3-unit { left: 34px; }
.unit-rating a.r3-unit:hover { width: 51px; }
.unit-rating a.r4-unit { left: 51px; }	
.unit-rating a.r4-unit:hover { width: 68px; }
.unit-rating a.r5-unit { left: 68px; }
.unit-rating a.r5-unit:hover { width: 85px; }
.unit-rating li.current-rating {
	background-image: url(../dleimages/rating.gif);
	background-position: left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}



/* ==================== Дополнительные поля новостей */

.xfields textarea {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;

	width: 499px;
	height: 86px;
	border: 1px solid #e0e0e0;
}
.xfields input {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;

	width: 250px;
	height: 14px;
	border: 1px solid #e0e0e0;
}
.xfields select {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	border: 1px solid #e0e0e0;
}

/* ==================== Дополнительные поля профиля пользователей */

.xprofile textarea {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;

	width: 316px;
	height: 86px;
	border: 1px solid #e0e0e0;
}
.xprofile input {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;

	width: 250px;
	height: 14px;
	border: 1px solid #e0e0e0;
}

/* ==================== Персональные сообщения */ 

.pm_head {
	font-size: 12px;		/* ! */
	font-family: tahoma;	/* ! */ 
}
.pm_list {
	color: #757575;
}
.pm_list a {
	color: #4b73d4;
}

/* ==================== Выпадающее меню */

#dropmenudiv {
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	background-color: #6497ca;
	line-height: 20px;
	margin: 2px;
	opacity: 0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
	filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
}

#dropmenudiv a {
	display: block;
	text-indent: 3px;
	text-decoration:none;
	color: #ffffff;
	background:#6497ca;
	border: 1px solid #ffffff;
	padding: 1px 0;
	margin: 1px;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background:#fdd08b;
	color:#000000;
}
/* ==================== Опрос пользователей */

.vote {
	color: #757575;
}

/* ==================== Уведомление о получении новых PM */

#newpm {
	position: absolute;
	width: 400px;
	padding: 4px;
	background-color: #fdfdfd;
	border: 1px solid #bbbbbb;
	font-family: verdana;
	line-height: 135%;
}
#newpmheader {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 20px;
	color: #636363;
	font-weight: bold;
	background-color: #b2c7f1;
	font-family: verdana;
	cursor: move;
}
#newpm a {
	background: transparent;
	color: #4b73d4;
	text-decoration: none;
}
#newpm a:hover {
	background: transparent;
	color: #4b73d4;
	text-decoration: underline;
}

/* ==================== Ссылка на скачивание прикрепленного файла */

.attachment {
	color: #808080;
}

/* ==================== Поиск по сайту и результаты поиска */

.search {
	color: #757575;
	text-decoration: none;
}
.textin {

		color: #757575;		/* ! */
		font-size: 11px;		/* ! */
		font-family: tahoma;	/* ! */
		background-image: url(../images/dlet_field_o.gif);
		background-repeat: repeat-x;
		border: 1px solid #e0e0e0;
	

	text-decoration: none;
}
.sresult  {
	text-align: justify;
	font-weight: normal;
	line-height: 16px;
	font-size: 12px;
	color: #757575;
}


/* ==================== Рамка расширенной формы поиска по сайту */

	fieldset {
		border: 1px solid #e0e0e0;
		padding: 5px;
		text-align: left;
		font-size: 11px;		/* ! */
		font-family: tahoma;	/* ! */
	}

/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии */
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-image-blur {
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
	padding: 3px;
	border: 1px solid white;
    background-color: black;
}
a.highslide-full-expand {
	background: url(../dleimages/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 12px;
	width: 11px;
	background: url(../dleimages/resize.gif);
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* ==================== Облако тегов */
.clouds_xsmall {
	font-size: x-small;
}
.clouds_small {
	font-size: small;
}
.clouds_medium {
	font-size: medium;
}
.clouds_large {
	font-size: large;
}
.clouds_xlarge {
	font-size: x-large;
}




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;
}






/* 
 * ========================================
 * Уведомление о получении новых 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 {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	height:20px;
	color: #000;
    font-weight: bold;
	background-color:#ffcc99;
	font-family:verdana, sans-serif;
	font-size:11px;
	cursor:move;
	}

#newpm a{
	background: transparent;
	color: #669900;
	text-decoration: none;
}

#newpm a:hover{
	background: transparent;
	color: #669900;
	text-decoration: underline;
}











/* 
 * ========================================
 * Выпадающее меню
 * ========================================
 */ 

#dropmenudiv{
border:1px solid #9d9d9d;
border-bottom-width: 0;
font:normal 10px Verdana;
background-color: #f6f6f6;
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 #9d9d9d;
padding: 1px 0;
MARGIN: 1px;
color: #000;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #d1f37e;
color: #000;
}
















/* 
 * ========================================
 * Цитата и скрытый текст
 * ========================================
 */
.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:  6px Tahoma;
}
.day-active-v {
	color: #4974a3;
	font:  6px Tahoma;
}
.calendar {
	 font:  6px Tahoma;
}
.calendar td, th {
	 font:bold 4px Tahoma;
	 text-decoration: none;
	 padding: 4px;
}

.weekday {
	color: #067f9e;
	font: bold 6px 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 6px Tahoma;
color: #6da113;
}

.monthlink, .monthlink:hover {
color: #6da113;
font: bold 11px Tahoma;
text-decoration: none;
}






/* 
 * ========================================
 * Рейтинг 
 * ========================================
 */

	.unit-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 85px;
		height: 16px;
		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:17px;
		height: 16px;
		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:17px;}
	.unit-rating a.r2-unit{left:17px;}
	.unit-rating a.r2-unit:hover{width: 34px;}
	.unit-rating a.r3-unit{left: 34px;}
	.unit-rating a.r3-unit:hover{width: 51px;}
	.unit-rating a.r4-unit{left: 51px;}	
	.unit-rating a.r4-unit:hover{width: 68px;}
	.unit-rating a.r5-unit{left: 68px;}
	.unit-rating a.r5-unit:hover{width: 85px;}
	.unit-rating li.current-rating{
		background: url('../dleimages/rating.gif') left bottom;
		position: absolute;
		height: 16px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
}





















/* 
 * ========================================
 * BB коды
 * ========================================
 */ 
.bbcodes {
	background: #FFF;
	border: 1px solid #E0E0E0;
	color: #666666;
	font-family: Verdana, Tahoma, helvetica, sans-serif;
	padding: 0px;
	vertical-align: middle;
	font-size:bold 8px; 
	vertical-align: middle;
	margin:0px;
	height: 20px;
}
.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: #B5D7E7;
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;
 	  	}








/* Mod start - (c) Chrono */
.nowrap {white-space:nowrap;}
.fV {font-family:Verdana, Geneva, sans-serif;}
.f10 {font-size:10px;}
/* Mod end - (c) Chrono */