/*------------------------------------------------------------------*/
/* Стили используемые в 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: #F6D703;
  border-bottom:none;
  border-left:1px solid #FF7F00;
  border-right:1px solid #FF7F00;
  border-top:1px solid #FF7F00;
  color: #872C00;
  font-weight: bold;
  font-size: 12px;
  margin: 8px auto 0 auto;
  padding: 5px;
}

.quote {
  color:#333;
  FONT: 11px Verdana; 
  text-align:justify;
  background-color: #F7B602;
  border-bottom:1px solid #FF7F00;
  border-left:1px solid #FF7F00;
  border-right:1px solid #FF7F00;
  border-top:1px solid #FFE88A;
  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;
}

/* 
* ========================================
* Teг CODE
* ========================================
*/
.scriptcode
{
	color: #757575;
	background-color: #f2f2f2;
	border: 1px dotted #bebebe;
	text-align: left;
	padding: 5px;
}

/* ?????????? ???? */

#dropmenudiv {
	border: 1px solid #c4c4c4;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 20px;
	margin: 2px;
	background-color:#FFF;
	filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
	font:11px Tahoma, Verdana;
	color:#666;
}
#dropmenudiv a
{
	padding:4px;
	display: block;
	text-indent: 3px;
	border: 1px solid #ffffff;
	margin: 1px;
	color: #666;
	text-decoration: none;
}
#dropmenudiv a:hover {
	/* hover background color */
	background-color: #e4e4e4;
	color: #000000;
}/* 
* ========================================
* Календарь 
* ========================================
*/

#calendar-layer { height: 66px; }
.calendar { color: #555; font-family: tahoma; font-size: 12px }
.calendar td, th { text-align: center; }
.calendar td { background: #F5F5F5; -moz-border-radius: 3px; }
.calendar td span { display: block; font-size: 10px; }
.weekday { color: #C95F5F; padding: 5px 6px; }
.weekday-active { color: #804040; }
.day-active { color: #804040; }
.day-active-v { color: #5078d5; }
.day-active, .day-active-v { padding: 0; }
.day-active a, .day-active-v a {
    text-decoration: none;
    display: block;
    padding: 5px 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #f5f5f5;
}
.day-active a { background-color: #D58B8B; text-shadow: 1px 1px 1px #AE3D3D; }
.day-active-v a { background-color: #8BA6E4; text-shadow: 1px 1px 1px #385AA4; }
.day-active a:hover { background-color: #EAC8C8; }
.day-active-v a:hover { background-color: #C0CEF1; }
.monthlink { padding: 0; line-height: 38px; }
.monthlink a {
    color: #e73231;
    text-decoration: none;
    display: block;
    height: 38px;
    width: 19px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.monthlink a:hover { background: #E8E8E8; }
.day-current { background: #FCF6E3 !important; border: 1px solid #F6E689; }
.day { padding: 5px 6px; }
.monthselect { font-size: 16px; padding-bottom: 5px; text-shadow: 0px 1px 0px #e5e5ee; }

/* Start ---- Modern Poll Style by http://e-div.com */
.polled { height: 22px; }
.voted { height: 11px; }
.progress { border: 1px solid #ccc; position: relative; display: block; padding: 0; margin:4px 0; background: #DEDEDE; background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#e9e9e9)); background: -moz-linear-gradient(top, #ccc, #e9e9e9);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e9e9e9');

    -moz-box-shadow:0 1px 0 #fff;
    -webkit-box-shadow:0 1px 0 #fff;
    box-shadow:0 1px 0 #fff;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.polled span { height:20px; }
.voted span { height: 9px; }
.progress span { display: block; margin: 0; padding: 0; text-align:center; width:0;
    
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.progress span b { color:#fff; line-height:20px; padding-left:2px; text-shadow:0 1px 1px rgba(0, 0, 0, 0.5); }

.progress-1 span {
    border: 1px solid #0078a5; background-color: #5C9ADE;
    background: -moz-linear-gradient(top, #00adee 10%, #0078a5 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #00adee), color-stop(0.9, #0078a5));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.progress-2 span {
    border: 1px solid #5c9425;  background-color: #77AF3F;
    background: -moz-linear-gradient(top, #8fc857 10%, #5c9425 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #8fc857), color-stop(0.9, #5c9425));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc857', endColorstr='#5c9425');
}
.progress-3 span {
    border: 1px solid #f47a20; background-color: #faa51a;
    background: -moz-linear-gradient(top, #faa51a 10%, #f47a20 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #faa51a), color-stop(0.9, #f47a20));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.progress-4 span {
    border: 1px solid #A92C2C; background-color: #C44747;
    background: -moz-linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD5F5F), color-stop(0.9, #A92C2C));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD5F5F', endColorstr='#A92C2C');
}
.progress-5 span {
    border: 1px solid #8c2ca9; background-color: #C44747;
    background: -moz-linear-gradient(top, #bf5fdd 10%, #8c2ca9 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #bf5fdd), color-stop(0.9, #8c2ca9));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5fdd', endColorstr='#8c2ca9');
}
/* End ---- Modern Poll Style by http://e-div.com */

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

.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.png);
	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.png);
	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.png);
	background-position: 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: 2px;
  vertical-align: middle;
  font-size: 10px; 
  vertical-align: middle;
  margin:2px;
  height: 21px;
}

.editor_button {
  float:left;
  cursor:pointer;
  padding-left: 2px;
  padding-right: 2px;
}
.editor_buttoncl {
  float:left;
  cursor:pointer;
  padding-left: 1px;
  padding-right: 1px;
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
}
.editbclose {
  float:right;
  cursor:pointer;
}
.editor_button select {
  font-family: tahoma;
  font-size: 11px;
}
.editor_button img {margin: 0; padding: 0;}
.editbclose img {margin: 0; padding: 0;}
.editor_button_brk img {margin: 0; padding: 0;}

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

.xfields textarea {
width: 585px; height: 146px; background: url('/images/article-commentaire-textarea-bg.png') repeat-x; border: 1px solid #c2c2c2; padding: 5px;  margin:5px;
}
.xfields input {
border: 1px solid #c2c2c2; background-color:#FFF; width:300px; font-size:13px; color:#666; padding:3px; margin:5px;
}
.xfields select {
border: 1px solid #c2c2c2; background-color:#FFF; width:300px; font-size:13px; color:#666; padding:3px; margin:5px;
}

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

.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: 10pt Verdana; 
}
.pm_list {
  color: #888888;
  font-size: 11px;
  font-family: tahoma;
  }
.pm_list a {
  color: #4b719e;
  font-size: 11px;
  font-family: tahoma;
}

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

.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 {
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  height:20px;
  color: #000;
  font-weight: bold;
  background-color:#E3C0C0;
  font-family:verdana, sans-serif;
  font-size:11px;
  cursor:move;
  }

#newpm a{
  background: transparent;
  color: #4D6A8A;
  text-decoration: none;
}

#newpm a:hover{
  background: transparent;
  color: #4D6A8A;
  text-decoration: underline;
}
/* 
* ========================================
* Ссылка на скачивание прикрепленного файла
* ========================================
*/
.attachment {
  color: gray;
  }

/* Mod start - (c) Chrono */
.nowrap {white-space:nowrap;}
.fV {font-family:Verdana, Geneva, sans-serif;}
.f10 {font-size:10px;}
/* Mod end - (c) Chrono */

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

.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;
  font-family:verdana;
  FONT-WEIGHT: normal;
  LINE-HEIGHT: 16px;
  font-size:12px;
  color:#606D77;
}
/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии */
.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: 11px;
}
.clouds_small {
	font-size: 12px;
}
.clouds_medium {
	font-size: 15px;
}
.clouds_large {
	font-size: 18px;
}
.clouds_xlarge {
	font-size: 22px;
}
