body, form, div
{
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/*Font*/
/*table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}*/


body {
	background-color: #fff;
}

/*Links*/
a {
	color: #333366;
}
a:visited {
	color: #333333;
}
a:active {
	color: #333366;
}
a:hover { 
	color: #333366;
}
button{ margin:2px; padding:0px;  height:25px;  border:0px solid transparent;background-color:transparent;font:12px bold sans-serif;}
button b{margin:0px -5px 0px 0px;   background:url(images/btn_r.jpg) top right no-repeat ; color:#031247; display:block; font:11px normal sans-serif;height:23px;}
button b b{display:block; background:url(images/btn_l.jpg) top left no-repeat;font:12px normal  Tahoma, Arial, Helvetica, sans-serif; padding:3px 20px 0px 15px; font-weight:normal;height:23px; text-decoration:none;}

button.main_btn{ margin: 2px; padding:0px;  height:25px;  border:0px solid transparent;background-color:transparent;font:12px bold sans-serif;}
button.main_btn b{margin:0px -5px 0px 0px;   background:url(images/btn_r1.jpg) top right no-repeat ; color:#031247; display:block; font:12px normal sans-serif;height:23px;}
button.main_btn b b{display:block; background:url(images/btn_l1.jpg) top left no-repeat;font:12px normal  Tahoma, Arial, Helvetica, sans-serif; padding:3px 20px 0px 15px; font-weight:normal;height:23px; text-decoration:none;}
/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:#ab0404;
}

/*Template*/
table.main {
	height:100%;
	width:100%;
}

/* Begin HEADER */
table.main td.header {
	height:145px;
}
table.main td.header table.header_table {
	height: 145px;
	width: 100%;
}

table.main td.header table td.header1 {
	background: #dee4f4 url(images/header1.jpg) right top no-repeat;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	width: 50%;
}

table.main td.header table td.header2 {
	height: 145px;
	background: #dee4f4 url(images/header2.jpg) left top no-repeat;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
	width: 50%;
}
table.main td.header table td.logo {
	height: 145px;
	width: 465px;
	background-color: #dee4f4;
	text-align: center;
	vertical-align: top; 
}

/* End HEADER */

/* Begin Top Menu */
table.main td.top_menu {
	height: 47px;
}
/* End Top Menu */

/* Begin FOOTER */
table.main td.footer1 {
	height:59px;
}
table.main td.footer1 table {
	height:59px;
	width:100%;
}
table.main td.footer1 table td.footer1_left {
	background:#f6f6f6 url(images/footer1.jpg) right top no-repeat;
}
table.main td.footer1 table td.footer1_right{
	width:319px;
	background:#f6f6f6 url(images/footer3.jpg) right  top no-repeat;
}
table.main td.footer1 table td.footer1_middle{
	background:#f6f6f6 url(images/footer2.jpg) center top repeat-x;
}

div.copyright {
	border-top: 1px solid #a0a0a0;
	padding: 15px 10px 20px 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #969697;
}

div.copyright a {
	font-size: 11px;
	color: #757575;
	text-decoration: none;
}

div.copyright div.kaycom {
	float: right;
	color: #757575;
	text-align: right;
	width:420px;
}
div.kaycom p.flag {
	margin: 0px;
	padding: 0px;
}
div.kaycom p.flag img, 
div.kaycom p.flag span {
	vertical-align: middle;
	display: inline;
}
div.kaycom p.flag span {
	padding-left: 5px;
	padding-right: 7px;
	padding-top: 1px;
}

/* End FOOTER */

/* Main Content */
table.main td.main_content {
	vertical-align: top;
	height: 100%;
	background: url(images/komp_small.jpg) bottom right no-repeat;
	padding-bottom: 20px;
}

#content {
		
}

table#content {
	width:100%;
}

table#content td {
	vertical-align: top;
}

table#content td.leftblock {
	width:230px;
}

table#content td.rightblock {
	width: 1px;
	padding-bottom: 100px;
}

table#content td#info {
	padding: 5px 30px 20px 30px;
	text-align: justify;
}

#info {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

/*Navigation*/
.navigation
{
	padding: 10px 200px 10px 260px;
}

/*Data table*/
table.data-table
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CECECE;
	background-color:#FFFFFF;
	/*color:#333;*/
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:bold;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	/*color:#333;*/
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	/*color:#333;*/
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	/*color:#333;*/
}
/*Table GDM*/

table.gdm_table
{
	border:1px solid #fff;
	
}
/*Any cell*/
table.gdm_table td
{
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #ccc;
	background-color:#FFFFFF;
	/*color:#333;*/
	padding:3px 5px;
}

/*Head cell*/
table.gdm_table thead td, table.gdm_table th
{
	background-color:#e9eff9;
	text-align:left;
	font-weight:bold;
	background-image:none;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #1c3385;
	padding:4px;
	color:#1c3385;
	
}

/*Body cell*/
table.gdm_table tbody td
{
	background-color:#FFF;
	background-image:none;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #ccc;
	/*color:#333;*/
}

/* Banner & Advertisment */
table.advertisment {
	width:100%;
	height:37px;
	border:0;
	padding:0;
}

table.advertisment td{
	height:26px;
	background:#9e0439 url(images/adertisment_middle.jpg)  top repeat-x;
}

/*Bottom banner*/
.bottom_banner
{
	padding:5px;
	text-align:center;
}
/*Left banner*/
div.left_banner_block {
	border-left: 1px solid #A0A0A0;
	width: auto;
}
.left_banner {
	margin: 0px 0px 15px 0px;
	width: 206px;
	text-align: center;
}

/*Data table 2*/
table.data-table2
{
	width: 100%;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table2 td
{
	border-bottom:1px solid #CCCCCC;
	border-right: 2px solid #FFFFFF;
	background-color:#FFFFFF;
	/*color:#333;*/
	padding:4px 6px 4px 6px;
	font-weight: normal;
}

/*Head cell*/
table.data-table2 thead td, table.data-table2 th
{
	background-color:#E8EFF9;
	text-align:left;
	font-weight:bold;
	background-image:none;
	padding:4px 4px 4px 6px;
	color:#1C3383;
	border-bottom:1px solid #0C247C;
	border-right: 2px solid #FFFFFF;
}

/*Body cell*/
table.data-table2 tbody td
{
	background-color:#FFF;
	background-image:none;
	padding-bottom: 10px;
	/*color:#333;*/
	font-weight: normal;
}

/*Foot cell*/
table.data-table2 tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	/*color:#333;*/
}

/*Spiski*/

ul {
	list-style: square;
}

/*Menu meropriyatiya*/
ul#menu_meropr {
	list-style: none;
	color:#0c247c;
	padding:0;
}

#menu_meropr  li{
	background:#fff url(images/meropr_menu.jpg) left  center no-repeat;
	font-weight:normal;
	height:auto;
	color:#0c247c;
	margin:2px;
	padding: 3px 0 3px  15px ;

	
}
#menu_meropr  li a, #menu_meropr li a:link {
	display:block;
	padding: 3px 15px 3px 10px ;
	color:#0c247c;
	text-decoration:none;
	font-weight:normal;
	line-height:10px;
	margin: 3px 0px 3px 5px; 
}

#menu_meropr li a:visited {
	display:block;
	color:#666;
	padding: 3px 15px 3px 10px; 
	text-decoration:none;
	line-height:10px;
}
#menu_meropr li  a:hover {
	display:block;
	padding: 3px 15px 3px 10px; 
	color:#0c247c;
	text-decoration:underline;
	line-height:10px;
}
#menu_meropr_div {
	/*border-top: 1px solid #89a0cf;*/
	margin-bottom:40px;

}

/*Catalogue*/
 ul#catalog-section-list_ul {
	list-style: none;

	
}

 #catalog-section-list_ul  li{
	background:#fff url(images/meropr_menu.jpg) left  center no-repeat;
	font-weight:normal;
	height:auto;
	color:#0c247c;
	margin:2px;
	padding: 3px 0 3px  15px ;

	
}
#catalog-section-list_ul  li a, #catalog-section-list_ul li a:link {
	
	padding: 3px 15px 3px 10px ;
	color:#0c247c;
	text-decoration:none;
	font-weight:normal;
	line-height:19px;
	margin: 3px 0px 3px 5px; 
}

#catalog-section-list_ul li a:visited {
	
	color:#666;
	padding: 3px 15px 3px 10px; 
	text-decoration:none;
	line-height:19px;
}
#catalog-section-list_ul li  a:hover {
    
	padding: 3px 15px 3px 10px; 
	color:#0c247c;
	text-decoration:underline;
	line-height:19px;
}

/*-----------------------------------------------*/
/*------ÌÅÍÞ Â ÌÅÐÎÏÐÈßÒÈßÕ----------*/
#menu-sitemap-tree
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	color: #011246;
}

div#menu-sitemap-tree {
	background-image: url(/images/bg_menu.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #C8DDF8;
	width: auto;
	border-top: 0px;
}

#menu-sitemap-tree ul
{
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 20px 2px 20px 20px;
}

#menu-sitemap-tree li
{
	padding: 0px 0px 0px 0px;
}

#menu-sitemap-tree a,
#menu-sitemap-tree a:link,
#menu-sitemap-tree a:visited {
	text-decoration: none;
	color: #011246;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 10px;
	display: block;
}



#menu-sitemap-tree a.selected,
#menu-sitemap-tree a.selected:link,
#menu-sitemap-tree a.selected:visited {
	/*background-color: #ffffff;*/
	text-decoration: none;
	color: #0d2ca0;
}
#menu-sitemap-tree a.selected:hover {
	color: #0d2ca0;
	text-decoration: underline;
}
#menu-sitemap-tree a:hover {
	color: #0d2ca0;
	text-decoration: underline;
}
#menu-sitemap-tree ul.sub
{
	list-style-type: none;
	margin: 10px 0px 10px 15px;
}

#menu-sitemap-tree ul ul
{
	width: auto;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;	
}

#menu-sitemap-tree ul ul ul {
	border-left: 1px solid #323467;		
	border-bottom: none;
	border-top: none;
/*	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;*/
}

#menu-sitemap-tree li li li
{
	padding: 0px 0px 0px 10px;
}

#menu-sitemap-tree li li a,
#menu-sitemap-tree li li a:link,
#menu-sitemap-tree li li a:visited {
	color: #333;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu-sitemap-tree li li a:hover {
	color: #0d2ca0;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu-sitemap-tree li li a.selected,
#menu-sitemap-tree li li a.selected:link,
#menu-sitemap-tree li li a.selected:visited {
	text-decoration: none;
	color: #0d2ca0;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu-sitemap-tree li li a.selected:hover {
	color: #0d2ca0;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu-sitemap-tree li li li a {
	color: #6B6A68;
	font-size: 11px;
}

#menu-sitemap-tree li.close ul
{
	display: none;
}

/*Icons*/
a.folder {
	background-image: url(/images/item_open.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;	
}

a.folder_close{
	background-image: url(/images/item_close.gif);
	background-position: right;
	background-repeat: no-repeat;	
	padding-right: 20px;
}

#menu-sitemap-tree li.close a.folder {
	background-image: url(/images/item_close.gif);
	background-position: right;
	background-repeat: no-repeat;	
	padding-right: 20px;
}
/*------ /ÌÅÍÞ Â ÌÅÐÎÏÐÈßÒÈßÕ----------*/

.optimize {
	overflow-y:auto;
	width:250px;
	height:28px;
	color:#000000;
	border:1px solid #ccc;
	padding:3px;
	float:left;
	margin-right:15px;
}