/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin: 0;	padding: 0; }

.style1 {color: #00CC66}

body {
	margin: 0; padding: 0;
	/*font: 70% Verdana, Tahoma, Arial, Helvetica, sans-serif;*/
	font: 70% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333; 
	/*background: #FFF url(bg.gif) repeat-x;*/	
	background: #FFFFFF url(hny.png) left top repeat-x;
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001; 
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;
	text-transform: uppercase; 		
}
h3 {
	font-size: 113%;
	color: #003366;		
}

/* images */
img {
	border:0;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 0;		
	margin: 4px;

}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #CC0000; 
	font-weight: bold;  
}

/* form elements */
form {
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}
/* search form */
form.search {
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
input.textbox { 
	margin: 0; 
	width: 100px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333;
    width: 90px;
}

/**********************************
  LAYOUT 
***********************************/
#wrap {
	padding: 0;
	width: 100%;
}
#wrap TD {
    vertical-align:top;
}
/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 100px;
	
}
#header span#slogan {
	z-index: 3;
	position: absolute;
	left: 3px; bottom: 7px;
	font: bold 1.2em Verdana, Arial, Tahoma,  Sans-serif;	
	color: #FFF;
	display:none;
}

#header-logo {
        width: 100%;
	height: 85px; 
	margin: 0; padding: 0;	
}
#header-logo #logo {
	margin: 0; padding: 0;
        text-align:left;
        width:220px;
}

#header-logo #top_banner {
    text-align:center;
    vertical-align: top;
	padding-top: 5px;
}
#header-logo #search {
    text-align:right;
    width: 220px;
}
#header-logo #date {
    margin: 35px 5px 5px 0;
    font-weight: bold;
}
/* navigation tabs */
#header ul#link {
	position: absolute;
   margin:0;
   list-style:none;
	right:-18px ; bottom: 1px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#header #link li {
   display:inline;
   margin:0; padding:0;
}
#header #link a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header #link a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header #link a span {float:none;}
/* End IE5-Mac hack */
#header #link a:hover span {
	color:#FFF;
}
#header #link a:hover {
   background-position:0% -42px;
}
#header #link a:hover span {
   background-position:100% -42px;
}
#header #link #current a {
   background-position:0% -42px;
}
#header #link #current a span {
   background-position:100% -42px;
}

#header #label_top {
  color: #CCCCCC;
}
#header #label_top ul {
  position: absolute;
  margin:0;
  list-style-type:disc;
  left: 200px; top: 12px;
  font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
}
#header #label_top li {
  list-style-type:disc;
  display:inline;
  margin:0; padding:0;
}
#header #label_top a {
  
  margin:0;
  padding:0 4px;
  text-decoration:none;
  color: #EEEEEE;
}
#header #label_top a:hover {
    text-decoration: underline;
}

/* main column */
#main {
	margin: 0 230px;
        padding: 0;
}
#main P {
    line-height: 1.4;
}
#main h1 {
	margin: 3px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #13A64C;	
	letter-spacing: .5px;
}
#main H1 A {
    color:#FFFFFF;
}

#main H1 A:hover {
    color:#CC0001;
}
#main H3 {
	margin: 1px 0 1px 5px;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
}
#main TABLE {
    width:100%;
}
#main TR, #main TD {
    vertical-align:top;
}
#main IMG {
    border: 0;
    margin: 5px;
}
SPAN.comments {
    color:#333333;
    font-size: 9px;
    font-weight: normal;
}
.topic {
    color:#13A64C;
    font-size: 11px;
    font-weight: bold;
}

.answer {
  padding-left: 30px;
  background: #FAFAFA;
  display: none;
}

.answer_link {
  font-weight: bold;
}
/*
#main P {
        text-align:justify;
}
*/
/* sidebar */



#sidebar, #sidebar_right  {
	padding: 0;
	background-color: #FFFFFF;
        font-size: 10px;
}
#sidebar {
    width: 220px;
}
#sidebar_right {
    width: 220px;
}
#sidebar h1, #sidebar_right h1 {
	margin: 3px 0 0;
	padding: 4px 0 4px 8px;
        font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: 1px;	
}
.left-box {
	border: 1px solid #EBEBEB;
	border-top: 1px solid #333333;
	margin: 0 0 10px 0;
	background: #FFF;
	padding-top: 5px;
}
.left-box h3 {
    border-bottom: 1px dotted #666666;
    font-weight: normal;
}
.left_box SUB {
    font-weight: bold;
}


.line {
  border: 1px solid #666666;
  margin: 0 0 10px 0;
  background: #EEEEEE;

}
#main .line h1 {
  background: #333333;
  color: #FFFFFF;
  margin: 0;
}
.line h3 {
  border-bottom: 1px dotted #666666;
  font-weight: normal;
}
.line SUB {
  font-weight: bold;
}


#sidebar ul.sidemenu {
        font-size: 12px;
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(bullet.gif) no-repeat 3px 2px;	
	padding: 2px 5px 2px 25px;
	margin: 0;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
}

#sidebar ul.sidemenu li.active a {
	color: #13A64C;
}


.spravka {
    background: url(/images/1.gif);
}

#actual_paginator {
    margin-left: 115px;
}
#news_paginator {
    margin-left: 10px;
}
/* ???? */
.tags {
    text-align: center;
    
}
.weight0 {
    font-size:8px;
}
.weight1 {
    font-size:10px;
}
.weight2 {
    font-size:12px;
}
.weight3 {
    font-size:14px;
}
.weight4 {
    font-size:16px;
}
.weight5 {
    font-size:18px;
}
.weight6 {
    font-size:20px;
}
.weight7 {
    font-size:22px;
}
/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(footerbg.gif) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }

.comments {
        margin: 7px 5px 0 0;
	padding: 0;
	border-bottom: 1px dotted #CCCCCC;
	/* border-top: 1px dashed #EFF0F1; */
}
.sape {
    text-align:center;
    font-size:10px;
    color: #cccccc;
}
.sape A {
    color: #CCCCCC;
}
.tag {
    font-weight: bold;
}
.photo {
clear: left;
}
#DIV_DA_9224 {
	clear: both;
}
.context {
font-size: 10px;
clear: both;
}
.context TD {
border: 2px solid #666666;
padding: 4px 6px;
}
.context TD TABLE TD{
border: none;
}
#main .context H1 {
 margin: 0;
 padding: 0;
 background: none;
 font-size: 12px;
 text-transform: none;
}
#main .context H1 A{
  color: #000000;
}
#main .context H1 A:hover{
  text-decoration: underline;
  color: #000000;
}
#main .context A:hover{
  text-decoration: none;
  color: #003366;
}

#label {
  width: 200px;
  float: right;
  border: 1px solid #666666;
  background: #EEEEEE;
}
#label H3 {
  border-bottom: 1px dotted #666666;
}


/* ????? ???????? */
#comments {
  clear:both;
}
#comments .comment_item {
  background: #EEEEEE;
}
#comments .comment_item_answered {
background: #FAFAFA;
}
#comments .comment_separator {
  border-bottom: 1px dotted #666666;
  height: 1px;
  margin: 3px 0;
}
#CommentForm {
    font-weight:bold;
}
#CommentForm TD {
    vertical-align:top;
}
#CommentForm IMG {
    border: 1px solid #13A64C;
    margin: 0;
}

#CommentForm input {
    border: 1px solid #000000;
    background: #FFFFFF;
    width: 98%;
    padding:3px;
}

#CommentForm textarea {
    border: 1px solid #000000;
    background: #FFFFFF;
    width: 98%;
    height: 200px;
    padding:3px;
}
#CommentForm input[name="captcha"] {
    width: 114px;
    padding:3px;
}
#CommentForm input[type="submit"] {
    width: 122px;
    background: #DDDDDD;
    color: #000000;
    border: 1px solid #13A64C;
    font-weight:bold;
}

#CommentForm #ajaxForm{
    color:#13A64C;
}
/*????? ??? ?????? ????????*/

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(/images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}

#ImageBoxClose {
  top: 50px;
}
