body {
	margin:		0px;
	padding: 	0px;
}
body, td, input, textarea { font:12px Verdana, Arial, Helvetica, sans-serif; color:#000000;}

a {
	color:		#0E40A5;
	text-decoration:none;
}
a:hover {
	color:		#0E40A5;
	text-decoration:underline;
}
img {
	border: 	0px;
}
.text table td {
	color:		#000000;
}

div.col_title1, div.col_title2, div.col_title3, div.col_title4 {
	display: 	block;
	width: 		174px;
	height: 	26px;
	background: url("/templates/barev/images/ds_h5.gif") repeat-x left top;
	padding:	0px;
	border-bottom: 1px solid gray;
	overflow: 	hidden;
}
*html div.col_title1, *html div.col_title2, *html div.col_title3,*html div.col_title4{
	height: 	26px;

}
div.col_title2 {
	background: url("/templates/barev/images/ds_h7.gif") repeat-x left top;
	width: 		174px;
	border-right: 1px solid #E1E1E1;
}
div.col_title3 {
	background: url("/templates/barev/images/ds_h11.gif") repeat-x left top;
	width: 		174px;
}
div.col_title4 {
	background: url("/templates/barev/images/ds_h12.gif") repeat-x left top;
	width: 		174px;
}
div.col_title1 span, div.col_title2 span, div.col_title3 span, div.col_title4 span{
	display: 	block;
	background: url("/templates/barev/images/ico_gal1.gif") no-repeat left top;
	color: 		white;
	font: 		bold 12px Tahoma, Verdana, Arial;
	margin: 	6px 0px 0px 20px;
	padding:	0px 0px 0px 10px;
}
div.col_search {
	display: 	block;
	width: 		100%px;
	height: 	26px;
	background: #024577 url("/templates/barev/images/ds_h6.gif") repeat-y right top;
	border-bottom: 1px solid gray;
	overflow: 	hidden;
}
span.template_1{
	color: 		white;
	font: 		bold 12px Tahoma, Verdana, Arial;
	padding:	0px 10px 0px 10px;
}
input.sbutt {
	margin: 	0px 10px 0px 10px;
}
div.startpage {
	display: 	block;
	width:   	100%;
	height:  	26px;
	border-left: 1px solid #06132A;
	overflow: 	hidden;
	margin: 	0px;
	padding: 	0px;
	background: #12377C;
}
a.up_nav {
	color: 		gray;
	font: 		bold 12px Tahoma, Verdana, Arial;
	text-decoration: none;
	padding: 	0px 10px 0px 10px;
}
table.navigation a {
	color: 		white;
	font: 		bold 12px Tahoma, Verdana, Arial;
	text-decoration: none;
	padding: 	0px 10px 0px 10px;
}
table.navigation a:hover {
	color: 		white;
}
table.navigation a:hover, div.l_nav a:hover, a.up_nav:hover{
	text-decoration: underline;
}
div.l_nav {
  display: block;
	width: 174px;
	background: url("/templates/barev/images/left_navigation_delimeter.gif") no-repeat left top;
	border-right: 2px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
div.l_nav div {
	margin: 0px 0px 0px 35px;
}
div.l_nav div a{
  color: #005591;
	font: bold 12px Tahoma, Verdana, Arial;
	text-decoration: none;
}
div.sr_subscribe a{
	color: 		#005591;
	font: 		bold 12px Tahoma, Verdana, Arial;
	text-decoration: none;
	background: url("/templates/barev/images/ico_link.gif") no-repeat left top;
}
span.copyright {
	color: 		gray;
	font: 		10px Tahoma, Verdana, Arial;

}
table.d_header {
     background: url("/templates/barev/images/sky.jpg") repeat-x left top;
}
div.d_header {
    display: block;
		position: absolute;
		width: 100%;
		height: 32px;
		overflow: hidden;
}

div.text {text-align:justify;line-height:14px;font-weight:normal}
div.text p{text-align:justify;line-height:14px;font-weight:normal}
div.text img{float:left;margin:5px}


div.text1 {text-align:justify;font-size:14px;font-weight:normal}
div.text1 p{text-align:justify;font-size:14px;font-weight:normal}
div.text1 img{float:left;margin:5px}

h2.head{font-size:16px;font-weight:bold;margin:3px;padding:0px}
h1.head{font-size:16px;font-weight:bold;margin:3px;padding:0px;color:#71AA0A}
h1.head a{color:#71AA0A}
h1.head span a{text-decoration:underline;color:#0E40A5}
h1.head span a:visited{color:#0E40A5}
h1.head span a:active{color:#0E40A5}
h1.head span a:hover{text-decoration:none}
/*------------------------------------- */

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  /*border: 1px solid #556;*/
  font-size: 10px;
  color: #000;
  cursor: default;
  /*background: #eef;*/
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 1px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 1px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 1px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 1px 0px 0px 1px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 1px 2px 1px 1px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  /*border: 1px solid #655;*/
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/* Forms*/

.gui-form-textarea {
   border: 1px solid #B38701;
	 color:  #003390;
	 font: 11px Tahoma, Verdana, Arial;
   scrollbar-face-color:        #E7E3EF;
   scrollbar-shadow-color:      #E7E3EF;
   scroll-bar-hightlight-color: #E7E3EF;
   scrollbar-darkshadow-color:  #BCB4CD;
   scroll-bar-3dlight-color:    #BCB4CD;
   scrollbar-track-color:       #F1EEF7;
   scrollbar-arrow-color:       #847E90;
   padding: 2px;
}
.gui-form-select {
   scrollbar-face-color:        #E7E3EF;
   scrollbar-shadow-color:      #E7E3EF;
   scroll-bar-hightlight-color: #E7E3EF;
   scrollbar-darkshadow-color:  #BCB4CD;
   scroll-bar-3dlight-color:    #BCB4CD;
   scrollbar-track-color:       #F1EEF7;
   scrollbar-arrow-color:       #847E90;
   border: 1px solid gray;
	 color:  #003390;
   width: 200px;
}
.gui-form-button {
  background: #FFE1AC url("/templates/barev/images/gui-input-button-fon.gif") repeat-x left top;
  margin: 2;
	border: 1px solid #B38701;
	width: 100px;

}
.gui-form-button:hover {
  background: #FFE1AC url("/templates/barev/images/gui-input-text-fon.gif") repeat-x left top;
  margin: 2x;
	border: 1px solid #B38701;
	width: 100px;
}
.gui-form-text {
	border: 1px solid #B38701;
	width:  300px;
	background: #EFEFEF url("/templates/barev/images/gui-input-text.gif") repeat-x left top;
}
.gui-form-file {
	border: 1px solid #B38701;
	width:  300px;
}
.gui-form-iframe {
	border: 1px solid #B38701;
	margin: 0;
	padding:0;
	background-color: white;
  scrollbar-face-color:        #E7E3EF;
  scrollbar-shadow-color:      #E7E3EF;
  scroll-bar-hightlight-color: #E7E3EF;
  scrollbar-darkshadow-color:  #BCB4CD;
  scroll-bar-3dlight-color:    #BCB4CD;
  scrollbar-track-color:       #F1EEF7;
  scrollbar-arrow-color:       #847E90;
}
.standart-text {
	font:   12px Tahoma, Verdana, san-serif, Arial;
	text-align: justify;
}
.gui-form-fieldset {
  padding: 10px 2px 0px 2px;
}
a.gui-button {
  display:    inline;
  margin:     1px;
  float:      right;
  border:     0;
  padding:    0;
}
a.gui-button:hover {
  margin: 0px;
  border:     1px solid silver;
  background: #FFE1AC;
}

/* BBCodes*/

.bbcodes {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	/*  width: 120px;  */
	height: 20px;
	background-image: url(../images/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

/* класс bbcodes_poll используем в poll.tpl, vote.tpl, addnews.tpl */

.bbcodes_poll {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 120px;
	height: 20px;
	background-image: url(../images/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

.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 #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.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;}

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

#dropmenudiv {
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	background-color: rgb(190,190,190);
	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:rgb(190,190,190);
	border: 1px solid #ffffff;
	padding: 1px 0;
	margin: 1px;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background:#fdd08b;
	color:#000000;
}


/*---------------*/
.pm{width:100%;background-color:#FFFFFF}
.pm td.pm_head{padding:5px;background-color:lightyellow;font-weight:bold;border:1px dotted rgb(190,190,190)}
.pm td.pm_footer{background-color:lightyellow;border:1px dotted rgb(190,190,190)}
.pm td{padding:5px;border:1px dotted rgb(190,190,190)}


/*---------------------*/
.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(/themes/barev/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(/themes/barev/dleimages/resize.gif);
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}




