BODY {
	margin: 0;
	padding: 0 25px 0; 
	overflow: vertical;
	background: #ffffff; 
}

#popup_window {
	overflow: auto;
	margin: 0;
	padding: 0 5px;
}

BODY, TH, TD, FONT {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: black; 
}

TH { 
	height: 22px;
	text-align: center; 
	font-weight: bold;
	background: #e0e0e0;
}

INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: black;
}

FORM { padding: 0; margin: 0; display: inline; }

TEXTAREA { word-wrap: break-word; }

FIELDSET { margin: 3px; padding: 8px 12px; }
LEGEND { font-weight: bold; padding: 0 10px 10px; font-size: 11px; }

P { margin: 0; padding: 0 0 10px; text-indent: 15px; }

LABEL, BUTTON, AREA { cursor: pointer; }

A {
	cursor: pointer;
	text-decoration:underline;
}

A:hover {
	cursor: pointer;
	text-decoration: underline;
}

H1 {
	margin: 5px 0 20px;
	font-size: 16px;
	text-align: left;
}

H1.adm_header { margin-bottom: 5px; }
#popup_window H1 { text-align: center; }

H2 {
	margin: 0 0 15px; 
	font-size: 14px;
	text-align: left;
}

.png {
   behavior: url(../jss/pngbehavior.htc);
}

/*********************************/

#header {
}

#site_title {
	font-size: 26px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	padding: 45px 0 0 50px;
	text-align: left;
}

#site_slogan {
	margin: 3px 0 0;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	text-align: left;
}

#main_block {
	margin: 15px 30px 15px;
	padding: 15px 30px 15px;
	background: #ffffff; 
}

#mainTbl {
	width: 976px; 
}

.footer {
	margin: 0;
	padding: 10px 30px;
} 

#counters {
	float: right;
	margin: 0;
	padding: 10px 30px 5px;
}

/*****/
/* Main menu's block */
#menu_block {
	margin: 15px 0 0 30px !important; margin: 15px 0 0 15px;
	padding: 15px 0 0 30px !important; padding: 15px 0 0 15px;
	background: navy; 
}

.menu_item, .menu_item_cur {
	list-style: none;
	margin: 0;
	padding: 0 35px 0 0;
	cursor: pointer;
}

/* Main menu item rollover */
.menu_link, .menu_link_cur {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.menu_link:hover, .menu_link_cur:hover {
	text-decoration: underline;
	color: white;
}

.menu_pre, .menu_pre_cur {}

.menu_post, .menu_post_cur {}

/*****/
/* Icons menu's item */
#nav_block {
	float: left;
	padding: 20px 0 0 30px;
	text-align: right;
}

.nav_icon {							
	padding: 0 10px 0 0;
	font-size: 11px;
}

/* Languages menu's item */
#lang_block {
	float: right;
	text-align: right;
	padding: 20px 30px 5px 0;
}

.language {							
	padding: 0 0 0 15px;
	text-decoration: none;
	font-size: 11px;
}

.language:hover { 
	text-decoration: underline;  
}

.cl_pre { }

.cl { }

.cl_post { }

.cl_off { }

/*****/
/* Bottom second menu */
#bottom_menu_block {
	width: 100%
	height: 23px;
	background: none; 
	text-align: right;
	padding: 0 20px;
	margin: 0 20px;
}

.bottom_menu {
	padding: 0 0 0 25px;
	color: #ffffff; 
	text-decoration: none;
}

.bottom_menu:hover {
	color: #ffffff; 
	text-decoration: underline;
}

.ul1 {
	padding: 0;
	margin: 0 25px;
	line-height: 20px;
}

/*****/
/* Dropdown menu's block */
.popup {						
	margin-top: 5px;	
	border: 1px solid navy; 
	border-bottom: 0;
	background: #ffffff; 
 	filter: alpha( opacity=90 );
 	opacity: 0.90;
}

/* Dropdown menu's line */
.popup_item {
	padding: 8px 20px;
	border-bottom: 1px solid navy; 
}

/* Dropdown menu's item link */
.popup_item_link {
	text-decoration: none;
}
.popup_item_link:hover {
	text-decoration: none;
}

/*****/
/* Parent categories block */
.parent {
	margin: 5px 0 15px;
	text-align: left;
}

.parent_link {
	text-decoration: underline;
}

.parent_link:hover {
	text-decoration: underline;
}

/*****/
/* Submenu block */
.submenu {
	margin: 15px 0 25px;
}

/* Submenu menu's line */
.submenu_item {
	list-style: none;
	display: inline;
	padding: 0;
}

/* Dropdown menu's item link */
.submenu_item_link {
	text-decoration: underline;
}
.submenu_item_link:hover {
	text-decoration: underline;
}

/*********************************/
/*********************************/
/*********************************/

.show { visibility: visible; display: block; }
.hide { visibility: hidden; display: none; }
.left { float: left; }
.right { float: right; }

#progress_bar {
	position: absolute;
	top:0; left:0;
	width:100%;
	text-align: center;
}

.error 	{ font-weight: bold; color: red; }
.red 	{ color: red; }
.green 	{ color: green; }
.passive { color: silver; }
.N 		{ color: gray; }

.small { font-size: 11px; }

/* Cells */

.td1 { background: #dddddd; }
.td2 { background: #efefef; }
.td9 { font-weight: bold; }

/* Form fields */

.in  { border: 1px solid #c0c0c0; }
.in0 { width: 40px;  border: 1px solid #c0c0c0; }
.in1 { width: 100%;  border: 1px solid #c0c0c0; }
.in2 { width: 80%;   border: 1px solid #c0c0c0; }
.in3 { width: 300px; border: 1px solid #c0c0c0; }
.in4 { width: 350px; border: 1px solid #c0c0c0; }
.in5 { width: 60px;  border: 1px solid #c0c0c0; }
.in6 { width: 220px; border: 1px solid #c0c0c0; }
.in7 { width: 90%;   border: 1px solid #c0c0c0; }

.out1 { width: 100%; }
.out2 { width: 80%; }
.out3 { width: 19%; }

/* Buttons */

.kn_0, .kn_1, .kn_2, .kn_3, .kn_4 {
	height: 23px;
	cursor: pointer;
	color: #555555;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.kn_0 { width: 23px;  border: 0; background: url(../img/kn_0.gif) no-repeat; }
.kn_1 { width: 50px;  border: 0; background: url(../img/kn_1.gif) no-repeat; }
.kn_2 { width: 100px; border: 0; background: url(../img/kn_2.gif) no-repeat; }
.kn_3 { width: 154px; border: 0; background: url(../img/kn_3.gif) no-repeat; }
.kn_4 { width: 200px; border: 0; background: url(../img/kn_4.gif) no-repeat; }

.bottom_button {
	margin: 30px 0 20px;
	text-align: center;
}

.row1 { background: #ffffff; }
.row2 { background: #efefef; }

.one_line { 
	overflow: hidden;
	height: 17px; 
	line-height: 18px;
}

.one_line_admin { 
	line-height: 20px;
}

/****************************************/
/* Articles block */

.text_block {
	padding: 0 0 20px;
	text-align: left;
}

.text_title { 
	clear: left;
	margin: 0; 
	padding: 0 0 15px;
	letter-spacing: 0em;
	font-size: 14px; 
	font-weight: bold;
	text-transform: uppercase;
}

.text_date {
	display: inline;
	margin: 0;
	padding-right:10px;
	font-size: 14px; 
	font-weight: bold;
}

.text_anotation {
	display: block;
	padding-top: 3px;
	text-align: justify;
}
.text_anotation P { padding: 0; text-indent: 0; }

.text_full {
	display: block;
	padding-top: 3px;
	text-align: justify;
}

.text_more { 
	display: block;
	clear: both;
	margin: 5px 0 0;
}

/*********************************/
/* Comments */

.comments_block {
	clear: left;
	margin: 20px 0 10px;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}

.comment_title {
	clear: both;
	margin: 0 0 5px;
	padding: 3px 5px;
	background: #b7b7b7; /* {TABLE_BG} */
	font-weight: bold;
	text-align: left;
}

.comment_date {
	font-weight: bold;
	padding-right:15px;
	vertical-align: top;
}

.comment_name {
	font-weight: bold;
	padding-right: 5px;
}

.comment_text {
	margin: 0 0 15px;
	text-align: justify;
}

.comment_button {
	padding: 10px;
	text-align: center;
}

.comm1 {
	display: block !important; display: inline;
	width: 100% !important; width: 17%;
	padding: 8px 0 0 1px;
	text-align: left;
	vertical-align: top;
}

.comm2 {
	display: block !important; display: inline;
	width: 100% !important; width: 82%;
	vertical-align: top;
	padding: 3px 0 3px;
	text-align: left;
}

/*********************/
/* Layers menu style */

.layers_menu_1 {
	position: relative; 
	visibility: visible;
}

.layers_menu_2 {
	position: absolute; 
	left: 0; 
	top: 0; 
	visibility: hidden;
}