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

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

/* 
 * ========================================
 * Archives 
 * ========================================
 */
.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;
}
/* 
 * ========================================
 * Quote
 * ========================================
 */
 .quote {
	color: #000000;
	FONT: 10pt Tahoma; 
	text-align:justify;
	background-color: lightyellow; 
	border-width:1; 
	border-color:rgb(190,190,190); 
	border-style:dotted;
	padding: 5px;
	}
/* 
 * ========================================
 * Script CODE
 * ========================================
 */

.scriptcode {
	BORDER-RIGHT: #4d4d4d 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #4d4d4d 1px solid; PADDING-LEFT: 5px; FONT-SIZE: 9pt; BACKGROUND: #ffffff; PADDING-BOTTOM: 5px; BORDER-LEFT: #4d4d4d 1px solid; WIDTH: 100%; COLOR: #228b22; PADDING-TOP: 5px; BORDER-BOTTOM: #4d4d4d 1px solid; FONT-FAMILY: "Courier New", Courier, monospace
}
/* 
 * ========================================
 * Calendar
 * ========================================
 */

.weekday-active-v {
	color: #4974a3;
	font-family:tahoma;
	 font-size:10px;
}
.day-active-v {
	color: #4974a3;
	font-family:tahoma;
	 font-size:10px;
}
.calendar {
	 font-family:Tahoma;
	 font-size:10px;
}
.calendar td, th {
	 font-family:Tahoma;
	 font-size:11px;
	 text-decoration: none;
	 padding: 3px;
}

.weekday {
	color: #804040;
	font-family:Tahoma;
	font-size:10px;
}
.weekday-active {
	color: #804040;
	font-family:Tahoma;
	font-size:10px;
}
.day-active {
	color: #804040;
	font-family:Tahoma;
	font-size:10px;
}
.day-active a,
.weekday-active a,
.day-active-v a,
.weekday-active-v a
 {
text-decoration: underline;
}

.monthlink {
color: #4974a3;
font-family:tahoma;
font-size:10px;
text-decoration: none;
}

/* 
 * ========================================
 * Rating
 * ========================================
 */

.rating {
	background: #FFF;
	border: 1px solid #E0E0E0;
	color: #666666;
	font-family: Tahoma;
	vertical-align: middle;
	font-size: 11px; 
	vertical-align: middle;
height:18px;
}

/* 
 * ========================================
 * BB Codes
 * ========================================
 */ 
.bbcodes {
	background: #FFF;
	border: 1px solid #E0E0E0;
	color: #666666;
	font-family: Tahoma;
	padding: 2px;
	vertical-align: middle;
	font-size: 10px; 
	vertical-align: middle;
	margin:2px;
	height: 21px;
}

/* 
 * ========================================
 * Xfields
 * ========================================
 */ 

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

/* 
 * ========================================
 * Private Messages
 * ========================================
 */ 

.pm_head {
	FONT: 10pt Tahoma; 
}
.pm_list {
	color: #888888;
	font-size: 11px;
	font-family: tahoma;
	}
.pm_list a {
	color: #4b719e;
	font-size: 11px;
	font-family: tahoma;
}

/* 
 * ========================================
 * Drop Menu
 * ========================================
 */ 

#dropmenudiv{
border:1px solid white;
border-bottom-width: 0;
font:normal 10px Tahoma;
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;
}

/* 
 * ========================================
 * Search Results
 * ========================================
 */

.sresult  {
	text-align: justify;
	font-family:Tahoma;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 16px;
	font-size:12px;
	color:#606D77;
}

/* 
 * ========================================
 * Vote
 * ========================================
 */

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

/* 
 * ========================================
 * New PM
 * ========================================
 */

#newpm {
	position:absolute;
	height:250px;
	width:400px;
	padding:4px;
	background-color:#FDFDFD;
	border:1px solid #BBB;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 135%;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	}

#newpmheader {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	height:20px;
	color: #000;
    font-weight: bold;
	background-color:#E3C0C0;
	font-family:Tahoma;
	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
 * ========================================
 */
#attachment {
	color: green;
	}