@import url("/reset_ext.css"); 

@import url("/tables.css"); 
@import url("/buttons.css"); 
@import url("/messages.css"); 
@import url("/forms.css"); 
@import url("/tabs.css"); 
@import url("/colors.css"); 

#_base_elements { color: Red; }

* {
	font-family: Arial, Helvetica, sans-serif;
	
}

html, body {
	height: 100%;
	background-color: #696969;
	font-size: 100.01%;
	color: #333333;
	line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 12px 0;
	clear:both;
}

blockquote { margin:1em 0; }

p {
	margin:0 0 0.9em 0;
	line-height:1.2em;
}

dd, blockquote { margin-left: 40px; }

table {
	width:100%;
}

h2 span {
	font-size:0.6em;
	color:#666666;
	margin-left:10px;
}

h2.atten {
	color:red !important;
}

h2 span * {
	color:#666666;
}

h2, h3 {
	font-size: 1.4em;
	font-weight: lighter;
	color: #0065B3;
	line-height: 1.15em;
	clear:both;
}

h3 {
	font-size: 1.3em;
	font-weight: lighter;
	color: #0065B3;
	line-height: 1.15em;
	clear:both;
}

h3 a, h3 a:visited, h2 a, h2 a:visited {
	color: #696969;
}

h4 {
	font-size: 1.2em;
	color: #575757;
	font-weight: normal;
	clear:both;
	line-height: 1.05em;

}

h3 a:link, h3 a:visited {
	text-decoration:none;
	border-bottom:1px solid;
}

h3 a:hover {
	border-bottom:0;
}

a:link, a:link * {
	text-decoration: underline;
	color: #006699;
}

a:visited, a:visited * {
	text-decoration: underline;
	color: #003F60;
}

a:hover, a:hover * {
	text-decoration: none;
	color: #77999b;
}

a.dep:link, a.dep:link * {
	color: #60752a;
}

a.dep:visited, a.dep:visited * {
	color: #495a21;
}

a.dep:hover, a.dep:hover * {
	color: #90af3f;
}

a.local {
	text-decoration:none !important;
	border-bottom:1px dashed;
}

a.local:hover {
	border-bottom:0;
}

ul li{
	line-height:1.2em;
}
ol li{
	line-height:1.2em;
}

div.pre_wrapper {
	background-color: #696969;
	padding:20px;
}

div.wrapper {
	min-width: 800px;
	max-width: 1100px;
	width:expression(document.body.clientWidth < 840? "800px" : document.body.clientWidth > 1101? "1100px" : "100%");
	background-color:white;
	border-top: 3px solid #003a57;
}

div.wrapper_wide {
	min-width: 800px;
	max-width: none;
	width:100%;
}

div.sub_wrapper {
	
}

div.str_header {
	height:180px;
	position: relative;
	
}

div.str_title {
	height:180px;
	z-index:999;
	position: absolute;
	left:85px;
}

div.str_title a.logo {
	width:145px;
	height:122px;
	display:block;
	background: url(/pictures/decor/logo.gif) no-repeat 0 center;
	position: absolute;
	top:30px;
	left:-50px;
	cursor: pointer;
	cursor: hand;
}

div.str_title h1 a{
	width:303px;
	height:65px;
	overflow:hidden;
	display:block;
	position:relative;
	top:68px;
	left:110px;
	cursor: pointer;
	cursor: hand;
}

div.str_title h1 a span{
	position:absolute;
	width:303px;
	height:65px;
	top:0;
	left:0;
	background: transparent url(/pictures/decor/title.gif) no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
}

div.str_menu_top {
	position: absolute;
	height:12px;
	overflow: hidden;
	top:68px;
	z-index:900;
	width:75px;
	right:30px;
}

div.str_menu_top ul {
	margin:0;
	padding:0;
	width:75px;
	height:12px;
	float:right;
}

div.str_menu_top ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	height:12px;
	float:left;
	padding-left:10px;
}

div.str_menu_top ul li a {
	width:15px;
	height:12px;
	overflow:hidden;
	display:block;
	position:relative;
	cursor: pointer;
	cursor: hand;
}

div.str_menu_top ul li a span{
	position:absolute;
	width:15px;
	height:12px;
	top:0;
	left:0;
	font-size:1px;
	cursor: pointer;
	cursor: hand;
}

div.str_menu_top ul li.home a span {
	background: transparent url(pictures/decor/tm_home.gif) no-repeat 0 0;
}
div.str_menu_top ul li.map a span {
	background: transparent url(/pictures/decor/tm_map.gif) no-repeat 0 0;
}
div.str_menu_top ul li.feedback a span {
	background: transparent url(/pictures/decor/tm_mail.gif) no-repeat 0 0;
}
div.str_menu_top ul li.home_a a span {
	background: transparent url(/pictures/decor/tm_home_a.gif) no-repeat 0 0;
}
div.str_menu_top ul li.map_a a span {
	background: transparent url(/pictures/decor/tm_map_a.gif) no-repeat 0 0;
}
div.str_menu_top ul li.feedback_a a span {
	background: transparent url(/pictures/decor/tm_mail_a.gif) no-repeat 0 0;
}

div.str_search {
	position: absolute;
	text-align:right;
	top:90px;
	overflow: hidden;
	width:100%;
	text-align: right;
	z-index:900;
	right:30px;
	width:50%;
}

div.str_search input {
	height:20px;
	font-size:12px;
	line-height:20px;
	margin-left:5px;
}

div.str_search input[type="text"] {
	width:40%;
	min-width:100px;
}

#tooltip {
	background: #F4F4F4;
	border: 1px solid #666666;
	font: 11px Tahoma, Helvetica,sans-serif;
	margin: 0px;
	moz-border-radius: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: absolute;
	text-align: justify;
	visibility: hidden;
	filter:alpha(opacity=90,finishOpacity=10,style=0);
	z-index: 1000;
}

div.str_navigation {
	padding:10px 30px 0 83px;
	background-color: #D8E8F3;
	overflow: hidden;
	zoom:1;
}

div.str_navigation ul {
	margin:0;
	overflow: hidden;
	width:100%;
	margin-bottom:10px;
}


div.str_navigation ul li {
	margin:2px 15px 2px 0;
	padding:3px;
	font-size: 0.8em;
	white-space: nowrap;
	float:left;
}

div.str_navigation ul li a:hover {
	color: #b22222;
}

div.str_navigation ul li.active {
	background-color:#34749c;
	color:white;
}

div.str_navigation ul li.active a:link, div.str_navigation ul li.active a:visited,  div.str_navigation ul li.active a:hover {
	color:white;
}

div.str_sub_navigation {
	background-color: #e7f0ce;
	padding:10px 30px 3px 83px;
	overflow: hidden;
	zoom:1;
}

div.str_sub_navigation ul {
	width:100%;
	overflow: hidden;
}

div.str_sub_navigation ul li {
	float:left;
	margin:0 13px 7px 0;
	padding:3px;
	white-space: nowrap;
	font-size:0.8em;
	color: black;
}

div.str_sub_navigation ul li.active {
	font-weight: bold;
	background: transparent;
	color: black;
}

div.str_sub_navigation ul li.active * {
	color: black;
}

div.str_adm_navigation {
	background-color: #ffffb5;
	padding:10px 30px 3px 83px;
	overflow: hidden;
	zoom:1;
}

div.str_adm_navigation ul {
	width:100%;
	overflow: hidden;
}

div.str_adm_navigation ul li {
	float:left;
	margin:0 13px 7px 0;
	padding:3px;
	white-space: nowrap;
	font-size:0.8em;
	color: black;
}

div.str_adm_navigation ul li.active {
	font-weight: bold;
	background: transparent;
	color: black;
}

div.str_adm_navigation ul li.active * {
	color: black;
}


div.bl_footer {
	margin:50px 0 0 0;
	padding:30px 0 30px 85px;
	font-size: 11px;
	background-color: #555555;
	color:white;
	border-top: 3px solid #003a57;
}

div.bl_footer div {
	width:100%;
	overflow: hidden;
}

div.bl_footer div div {
	width:auto;
	float:left;
	margin-right:15px;
	line-height: 1.2em;
}

div.bl_footer div div.copy {
	width:20%;
}

div.bl_footer div div.phone {
	width:30%;
}

div.bl_footer div div.reg {
	width:30%;
	margin:0;
}

div.bl_footer a:link, div.bl_footer a:visited {
	color:white;
}

div#str_header_auth {
	float:right;
	width:auto;
	background:#EBEBEB url(/pictures/decor/auth_corner.gif) no-repeat left bottom;
	position:absolute;
	right:0;
	padding:10px 30px 10px 20px;
	text-align: right;
	font-size: 11px;
}

div#str_header_auth h4 {
	font-size:13px;
	margin:0;
	font-weight: bold;
}

div#str_header_auth div.user_links {
	font-size:12px;
	line-height:17px;
	margin-top:6px;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
	overflow: hidden;
}

* html .black_overlay {
   position: absolute;
   display: none !important;
}
 
* html {
    background: fixed url('/pictures/spacer.gif');
}

* html div#bl_auth_popup{
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop) + 255 + 'px');
}

div.visible {
	display: block;
}

div.hidden {
	display: none;
}

div#bl_auth_popup {
	width:340px;
	background-color: #eeeeee;
	position: fixed;
	margin-right:-165px;
	right:50%;
	top:100px;
	z-index: 999;
	display: none;
	border:1px solid gray;
	filter:alpha(opacity=95,finishOpacity=5,style=0);
	zoom:1;
	overflow: hidden;
	z-index:1002;
}

div#bl_auth_popup div.bl_auth_popup_closer {
	text-align: right;
	padding:4px 4px 0 0;
	position: relative;
	z-index:200;
}

div.bl_auth {
	overflow:hidden;
	position: relative;
	padding:0 20px 0 20px;
	top:-16px;
	position:relative;
	z-index:100;
	zoom:1;
}

div.bl_auth form {
	width:100%;
	overflow:hidden;
}

div.bl_auth_title {
	margin:5px 0 10px;
	font-weight: bold;
	color: #4a4a4a;
	font-size:0.8em;
}

div.bl_auth_login_field, div.bl_auth_password_field, div.bl_auth_remember_field {
	margin-bottom:5px;
	width:100%;
	overflow: hidden;
}

div.bl_auth_login_field label, div.bl_auth_password_field label {
	display:block;
	font-size:11px;
	margin-bottom:3px;
	width:100%;
}

div.bl_auth_login_field span, div.bl_auth_password_field span  {
	display:block;
	width:100%;
}

div.bl_auth_login_field span input {
	padding:2px 0;
	width:100%;
	background: white;
}

div.bl_auth_password_field span input {
	padding:2px 0;
	width:100%;
	background: white;
}

div.bl_auth_remember_field label {
	font-size:12px;
}

input.bl_auth_submit {
	margin:3px 0 12px 0;
	padding:4px 6px;
	font-size:13px;
}

div.bl_auth ul {
	margin:-3px 0 0 0;
	padding:0;
}

div.bl_auth ul li {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	margin-top:3px;
}

div.bl_auth_errors {
	color:red;
	margin:10px 0 13px 0;
	font-size:12px;
}

div.bl_auth_inside {
	width:400px;
}

div.bl_auth_inside div.bl_auth {
	padding:20px 0 0 0;
}

div.bl_auth_inside div.bl_auth_title {
	display:none;
}

div.bl_auth_inside label {
	position:relative;
	width:100px;
	margin-right:-110px;
	display:block;
	margin-bottom:0;
	font-size:0.9em;
	float:left;
}

div.bl_auth_inside span {
	width:290px;
	left:110px; 
	display:block;
	float:left;
	position: relative;
}

div.bl_auth_inside span input.txtfld {
	width:290px;
}

div.bl_auth_inside div.bl_auth_remember_field span {
	float:right;
	margin-top:3px;
	left:0;
	position:relative;
	
}

div.bl_auth_inside div.bl_auth_remember_field label {
	width:100px;
	float:left;
	margin-right:-110px;
	position:relative;
	display:block;
}

div.bl_auth_inside input.bl_auth_submit {
	margin-left:109px;
}

div.bl_auth_inside div.bl_auth ul {
	margin-left:110px;
}

div.bl_auth_inside div.bl_auth_errors {
	color:red;
	margin:0 0 13px;
	font-size:12px;
}

#_3_1_main_page { color: Red; }

div.con_main {
	width:100%;
	overflow:hidden;
}

div.con_main_page {
	padding:20px 30px 20px 85px;
	zoom:1;
	overflow: hidden;
}

div.con_main_page div.bl_about {
	margin-bottom:40px;
	float:left;
	width:50%;
	overflow:hidden;
	zoom:1;
}

div.con_main_page div.bl_about h3 {
	font-size:1.4em;
	margin-bottom:0.7em;
	color:black;
}

div.con_main_page div.bl_about div.text {
	font-size: 0.9em;
	padding-right:20px;
}

div.con_main_page div.bl_last_documents {
	float:left;
	width:49%;
	overflow:hidden;
	zoom:1;
	border-left:1px solid #e9e9e9;
	margin-left:-1px;
}

div.con_main_page div.bl_last_documents h3 {
	font-size:1.4em;
	margin-bottom:0.7em;
	color:black;
	padding-left:20px;
}

div.con_main_page div.bl_last_documents ul {

}

div.con_main_page div.bl_last_documents ul li {
	margin-bottom:0.8em;
	font-size:0.8em;
	padding-left:20px;
}

div.con_main_page div.bl_last_documents ul li div.dt {
	margin-bottom:0.2em;
	font-size:0.9em;
	color:#696969;
	
}

div.con_main_page div.bl_last_documents ul li div.dt span {
	text-transform: lowercase;
}

div.con_main_page div.bl_last_documents ul li div.title {
	line-height:1.5em;
}

div.con_main_page div.bl_banners {
	clear:both;
	overflow: hidden;
	margin:0 -30px 0 -85px;
	padding:0;
	padding-top:15px;
	zoom:1;
}

div.con_main_page div.bl_banners div {
	background-color: #ebebeb;
	padding:10px 10px 10px 85px;
	min-width:800px;
}

div.con_main_page div.bl_banners div iframe {
	width:468px;
	height:60px;
	margin-right:20px;
	float:left;
}

#_3_2_pages { color: Red; }

div.con_page {
	padding:20px 30px 20px 85px;
	zoom:1;
	overflow: hidden;
}

div.con_page div.page_comment {
	color:#666666;
	font-size:0.8em;
	margin-top:-0.8em;
	margin-bottom:1.1em;
}

div.con_page div.text {
	font-size:0.9em;
	max-width:1000px;
	width:expression(document.body.clientWidth > 1270 ? "1000px" : "100%");
}

div.con_page h2 {

}

div.con_page h3 {
	font-size:1.4em;
}

div.con_page h4 {
	font-size:1.3em;
}

div.con_page h5 {
	font-size:1em;
	font-weight:bold;
}

div.bl_page_children {
	margin:-22px -25px 1em -25px;
	background-color: #C0DEDB;
	padding:10px 10px 10px 25px;
	font-size:0.8em;
}

div.bl_page_children * {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div.bl_page_children ul {
	width:100%;
	overflow:hidden;
}

div.bl_page_children ul li {
	float:left;
	margin-right:0.9em;
}

div.con_page_children_list {
	margin-bottom:1em;
}

div.con_page_children_list ul li {
	margin:0 0 0.8em 0;
	font-size:0.9em;
	padding: 0 0 0 20px;
	list-style-type: none;
	behavior: expression( !this.before ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
	text-indent: -1.24em;
}

div.con_page_children_list ul li:before { content: '\2014\a0'; }

div.bl_subnavigation {
	margin:-1.5em -30px 1.5em -85px;
	padding:10px 30px 10px 83px;
	background-color: #e7f0ce;
}

div.bl_subnavigation div {
	width:100%;
	overflow: hidden;
}

div.bl_subnavigation div table.corner_table {
	width:100%;
}

div.bl_subnavigation ul {
	width:100%;
}


div.bl_subnavigation ul li {
	float:left;
	margin:0 5px 0 0;
	padding:3px;
	white-space: nowrap;
	font-size:0.8em;
}

div.bl_subnavigation ul li.active {
	font-weight: bold;
}

div.con_error_page {
	padding:20px 30px 20px 85px;
	zoom:1;
	overflow: hidden;
}

#_3_2_1_registration  { color: Red; }

div.con_registration, div.con_password {
	overflow: hidden;
	clear:both;
	margin-left:-10px;
	padding-left:10px;
	zoom:1;
}

div.con_registration div.bl_form_message  {
	width:510px;
}

div.bl_registration_form {
	width:100%;
	overflow: hidden;
	clear:both;
	font-size:0.9em;
}

div.bl_registration_form div {
	margin-bottom:0.8em;
	clear:both;
	overflow: hidden;
	width:100%;
}

div.bl_registration_form div label {
	width:200px;
	float:left;
	display:block;
	margin-right:-210px;
	position: relative;
}

div.bl_registration_form div span {
	display:block;
	margin-left:210px;
	font-size:0.9em;
	line-height:1.2em;
}

div.bl_registration_form div span input, div.bl_registration_form div span textarea {
	width:300px;
	font-size:1.1em;
}

div.bl_registration_form div.btn input {
	font-size:1.2em;
	padding:0.6em;
	margin-left:209px;
}

div.con_password div.bl_form_message {
	width:390px;
}

div.con_password div.bl_registration_form div label {
	width:100px;
}

div.con_password div.bl_registration_form div span {
	margin-left:110px;
}

div.con_password div.bl_registration_form div span input {
	width:300px;
}

div.con_password div.bl_registration_form div.btn input {
	margin-left:109px;
}

div.con_user_settings {
	width:100%;
	overflow: hidden;
	clear:both;
}

#_3_3_news  { color: Red; }

div.con_news {
	width:100%;
	overflow: hidden;
}

div.con_news h2 span {
	margin-left:15px;
}

div.con_news h2 span span {
	font-size: inherit;
	color: #696969;
	margin-right:5px;
	margin-left:0;
}

div.con_news h2 span * {
	color: #696969;
}

div.con_news ul li {
	margin-bottom:0.7em;
	font-size: 0.9em;
	line-height:1.3em;
}

div.con_news ul li div.dt {
	font-size:0.8em;
	color: #696969;
}

div.con_news ul li div.dt span {
	text-transform: lowercase;
}

div.con_new h2 span {
	margin-left:5px;
	color: #696969;
	font-size: 0.55em;
}

div#bl_last_news  {
	width:100%;
	overflow: hidden;
	clear:both;
	padding-top:30px;
	
}

div#bl_last_news div.title {
	width:100%;
	overflow: hidden;
}

div#bl_last_news h3 {
	width:100%;
	overflow: hidden;
	color:black;
	font-size:1.4em;
	margin-bottom:0.7em;
}

div#bl_last_news h3 a:link, div.bl_about h3 a:link, div.bl_last_documents h3 a:link {
	color: #006699;
}

div#bl_last_news h3 a:visited, div.bl_about h3 a:visited, div.bl_last_documents h3 a:visited {
	color: #003F60;
}

div#bl_last_news h3 a:hover, div.bl_about h3 a:hover, div.bl_last_documents h3 a:hover {
	color: #77999b;
}



div#bl_last_news h3 span {
	float:left;
	margin-right:0.4em;
	display: block;
	
}

div#bl_last_news h3 span.movement, div#bl_last_news h3 span.departments {
	border-bottom:1px dashed;
	cursor:pointer;
}

div#bl_last_news h3 span.movement:hover, div#bl_last_news h3 span.departments:hover {
	border-bottom:1px solid white;
}

div#bl_last_news div.movement, div#bl_last_news div.departments {
	display: none;
}

div#bl_last_news.movement div.movement, div#bl_last_news.departments div.departments {
	display: block !important;
	width:100%;
	overflow: hidden;
}

div#bl_last_news.movement h3 span.movement, div#bl_last_news.departments h3 span.departments {
	border-bottom:0;
	cursor:text;
	color:inherit;
}

div#bl_last_news h3 span.movement {
	color: #006699;
}

div#bl_last_news h3 span.departments {
	color: #60752a;
}

div#bl_last_news ul {
	width:49%;
	float:left;
	overflow: hidden;
	zoom:1;
	border-left:1px solid #e9e9e9;
	margin-left:-1px;
}

div#bl_last_news ul li {
	margin-bottom:0.8em;
	font-size:0.8em;
	padding-left:20px;
}

div#bl_last_news ul li div.dt {
	margin-bottom:0.2em;
	font-size:0.9em;
	color:#696969;
	
}

div#bl_last_news ul li div.dt span {
	text-transform: lowercase;
}

div#bl_last_news ul li div.title {
	line-height:1.5em;
}

div#bl_last_news div.last_new {
	float:left;
	width:50%;
	overflow: hidden;
	zoom:1;
	border-right:1px solid #e9e9e9;
}

div#bl_last_news h5 {
	line-height:1.4em;
	margin-bottom:0.5em;
	padding-right:20px;
}

div#bl_last_news div.last_new div.dt {
	color:#696969;
	font-style: italic;
	font-size:0.9em;
	margin-bottom:0.5em;
}

div#bl_last_news div.last_new div.text {
	font-size:0.9em;
	padding-right:20px;
}

#_3_4_departments  { color: Red; }

ol.con_departments {
	margin-left:3em;
}

ol.con_departments li {
	list-style-type: decimal;
	margin-bottom:0.5em;
}

div.con_department {
	padding:10px;
	margin:0 -10px 0 -10px;	
}

div.con_department_info {
	background: #e9e9e9;
	margin-bottom:2em;
	padding:10px;
	margin:0 -10px 2em -10px;	
}

div.con_department_info dl {
	width:100%;
	overflow: hidden;
}

div.con_department_info dl dt {
	width:200px;
	font-size: 0.9em;
	line-height:1.2em;
	margin-bottom:0.4em;
}

div.con_department_info dl dd {
	font-size: 0.9em;
	line-height:1.2em;
	position: relative;
	margin-top:-1.6em;
	margin-left:210px;
	margin-bottom:0.4em;
}

div.con_department_info div.text {
	font-size:0.9em;
}


#_3_5_forum { color: Red; }

div.con_forum {
	padding:20px 30px 20px 85px;
	zoom:1;
	overflow: hidden;
}

#_3_6_photo { color: Red; }

div.con_photoalbums {
	padding:20px 30px 20px 85px;
	zoom:1;
	overflow: hidden;
}

div.con_photoalbums ul {
	width:100%;
	overflow:hidden;
}

div.con_photoalbums ul li {
	margin-bottom:1em;
	width:100%;
	overflow: hidden;
}

div.con_photoalbums ul li div.logo {
	float:left;
	position:relative;
	width:120px;
	overflow:hidden;
	margin-right:-140px;
}

div.con_photoalbums ul li div.info {
	margin-left:140px;
}

div.con_photoalbums ul li div.info div.dt {
	color:#696969;
	font-size:0.75em;
	margin-bottom:0.1em;
}

div.con_photoalbums ul li div.info div.title {
	font-size:0.9em;
	margin-bottom:0.5em;
}

div.con_photoalbums ul li div.info .descr {
	font-size:0.8em;
	margin-bottom:0.7em;
	color:#696969;
}

div.con_photoalbums ul li div.info p.count {
	font-size:0.8em;
}

div.con_photoalbum {
	padding:20px 30px 20px 85px;
	zoom:1;
	overflow: hidden;
}

div.con_photoalbum blockquote {
	padding:0;
	margin:0;
	margin-bottom:1em;
}

div.con_photoalbum blockquote p {
	margin-bottom:1em;
	font-size:0.8em;
	color: #3c3c3c;
}

div.con_photo {
	padding:20px 30px 20px 85px;
	zoom:1;
	overflow: hidden;
}

div.con_photo div.img {
	float:left;
	margin:0 10px 10px 0;
}

div.con_photo div.img div {
	margin-top:0.6em;
	font-size:0.8em;
	color:black;
	font-style: italic;
}

div.con_photo div.lr_links {
	font-size:0.9em;
	line-height:0.9em;
}

#_3_7_documents { color: Red; }

div.con_documents {
	width:100%;
	overflow: hidden;
	line-height:1.2em;
}

div.con_documents ul li {
	margin-bottom:1em;
	line-height:1.3em;
}

div.con_documents ul li div.dt {
	font-size:0.8em;
	color: #696969;
	margin-bottom:0.1em;
}

div.con_documents ul li div.title {
	font-size: 0.9em;
	margin-bottom:0.3em;
}

div.con_documents ul li div.descr {
	color:#696969;
	font-size:0.8em;
}

div.con_document {
	width:100%;
	overflow: hidden;
}

div.con_document div.comment, div.con_document div.author, div.con_document div.source {
	color:gray;
	margin-bottom:0.8em;
	font-size:0.9em;
	padding-left:50px;
}

div.con_document div.author {
	color:inherit;
	font-style: italic;
}

div.bl_download_wrap {
	width:100%;
	overflow:hidden;
	padding-top:10px;
}

div.bl_download {
	padding:20px;
	
	float:left;
	overflow: hidden;
	zoom:1;
	background-color: #d4efd5;
}

div.bl_download h5 {
	margin-bottom:10px;
}

div.bl_files ul {
	width:100%;
	overflow:hidden;
}

div.bl_files ul li {
	display:block;
	margin:0 10px 7px 0;
	float:left;
	overflow:hidden;
	zoom:1;
}


#_3_8_search { color: Red; }

div.con_search {
	width:100%;
	overflow:hidden;
	margin-bottom:25px;
}

div.con_search form input.search_fld {
	width:60%;
	font-size:0.9em;
	margin-right:10px;
	height:2em;
	line-height:2em;
}

div.con_search form input.search_btn {
	font-size:0.9em;
	height:2em;
	line-height:1.3em;
	width:5em;
}

div.con_search div.results {
	margin-top:20px;
	font-size:0.9em;
	overflow: hidden;
	width:100%;
}

div.con_search div.results div.mess {
	margin-bottom:20px;
	color:#666666;
}

div.con_search div.results ul {
	margin-bottom:30px;
}

div.con_search div.results ul li {
	margin-bottom:0.8em;
	width:100%;
	overflow: hidden;
}

div.con_search div.results ul li div.info div.desc {
	color:#666666;
	font-size: 0.9em;
}

div.con_sitemap {
	padding-left:1px;
}

div.con_sitemap ul {
	font-size:0.9em;
}

div.con_sitemap ul ul {
	margin:0.4em 0 0.6em 20px;
	font-size:1em;
}

div.con_sitemap ul li {
	margin:0.7em 0;
}

#_3_9_contacts { color:red; }

div.con_contacts {
	
}

div.con_contacts ul.bl_contacts {
	margin-bottom:2em;
}

div.con_contacts ul.bl_contacts li {
	margin-bottom:0.6em;
	clear:both;
	line-height: 1.2em;
	width:100%;
	overflow: hidden;
	color:#666666;
	overflow: hidden;
}

div.con_contacts ul.bl_contacts span {
	margin-right:5px;
	color:#696969;
	display:block;
	float:left;
	width:12em;
	margin-right:-13em;
	position:relative;
}

div.con_contacts ul.bl_contacts li div {
	float:left;
	margin-right:20px;
	color:#666666;
	position:relative;
	left:13em;
	margin-right:13em;
}

div.con_contacts ul.bl_contacts li a.map_link {
	display:block;
	font-size:0.8em;
	text-decoration:none;
	border-bottom:1px dashed;
	float:left;
}

div.con_contacts ul.bl_contacts li.comments div.text {
	
}

div.con_contacts ul.bl_contacts li#map {
	
}


#_10_styles { color: Red; }


div.bl_files {
	/* font-size:0.9em; */
}

div.ext {
	width:100%;
	overflow: hidden;
}

div.ext a {
	display:block;
	line-height:18px;
}

div.ext a.ext {
	margin-right:6px;
	float:left;
	padding-left:21px;
	background: url(/pictures/files_icons/blank.gif) no-repeat left center;
}

div.ext a.ext_doc, div.ext a.ext_docx {
	background: url(/pictures/files_icons/doc.gif) no-repeat left center;
}
div.ext a.ext_gif {
	background: url(/pictures/files_icons/gif.gif) no-repeat left center;
}
div.ext a.ext_jpg, div.ext a.ext_jpeg {
	background: url(/pictures/files_icons/jpg.gif) no-repeat left center;
}
div.ext a.ext_png {
	background: url(/pictures/files_icons/png.gif) no-repeat left center;
}
div.ext a.ext_pdf {
	background: url(/pictures/files_icons/pdf.gif) no-repeat left center;
}
div.ext a.ext_ppt {
	background: url(/pictures/files_icons/ppt.gif) no-repeat left center;
}
div.ext a.ext_rtf {
	background: url(/pictures/files_icons/rtf.gif) no-repeat left center;
}
div.ext a.ext_xls {
	background: url(/pictures/files_icons/xls.gif) no-repeat left center;
}
div.ext a.ext_zip {
	background: url(/pictures/files_icons/zip.gif) no-repeat left center;
}
div.ext a.ext_flv, div.ext a.ext_fla {
	background: url(/pictures/files_icons/flv.gif) no-repeat left center;
}
div.ext a.ext_mp3 {
	background: url(/pictures/files_icons/mp3.gif) no-repeat left center;
}

div.ext span {
	display:block;
	line-height:18px;
	font-size:12px;
	float:left;
	margin-right:10px;
	color: #666666;
}

.block {
	display:block;
}

.fake {
	display:none;
}

.star {
	background: #ffeddb;
}


h2.atten {
	color:red;
}

#_99_wysiwyg_rules { color: Red; }

div.text {
	/* overflow-x:hidden;
	zoom:1; */
	line-height: 1.3em;
}

div.text p {
	line-height: 1.3em;
}

div.text span[style] { 
    color: inherit !important; 
    font-size: inherit !important; 
	 font-family: inherit !important; 
}
div.text ul, div.text ol {
	margin-left:2em;
}
div.text ul, div.text ol {
	margin-bottom:0.9em;
}

div.text ul li {
	list-style: disc;
	line-height:1.2em;
}
div.text ul li li {
	list-style: circle;
}
div.text ol {
	list-style: decimal;
}
div.text ol li {
	list-style: decimal;
	line-height:1.2em;
}
div.text strong, b {
	font-weight:bold;
}
div.text table {
	margin-bottom:0.5em;
}
div.text td {
	border:1px solid #57595C;
	padding:3px;
}
div.text table.td_noborder {
	border:none;
}
div.text table.td_noborder td {
	border:none;
}
div.text  td.td_noborder {
	border:none;
}
div.text i, div.text em {
	font-style: italic;
}
div.text font {
	font-size:100% !important;
}
div.text h3, div.text h4, div.text h5, div.text h6 {
	font-weight:normal;
	margin-top:1em;
}

div.text dd, div.text blockquote { margin-left: 40px; }

div.text h4 {
	font-size:1.3em;
	margin-top:0;
}

div.text h5 {
	font-size:1em;
	color:#57595C;
}

div.text h3 strong, div.text h4 strong, div.text h5 strong, {
	font-weight:inherit;
}

div.text p.block {
	padding:10px;
	background-color: #FFD782;
}
