/* common
--------------------------------------------------*/
#mainbox {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 989px;
	background-color: #fff;
	border-left: 7px solid #b4b0a5;
	border-right: 7px solid #b4b0a5;
	border-bottom: 7px solid #b4b0a5;
	text-align: left;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #bdb9ad;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443d33;
	line-height: 1.5em;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #00623B;
	text-decoration: underline;
}

a:hover {
	color: #00623B;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	line-height: 1.5em;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

td {
	vertical-align: top;
}

form {
	margin: 0;
	padding: 0;
}

.input-field {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	vertical-align: middle;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input-button {
	vertical-align: middle;
}

textarea {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

hr {
	margin: 0;
	padding: 0;
	height: 1px;
	background-color: #e5e5e5;
}

#attention {
	padding-left: 15px;
	border-left: 3px solid #ffcccc;
	margin-bottom: 20px;
}

.red {
	color: #ff0000;
}

/* header
--------------------------------------------------*/
#header {
	clear: both;
	border-bottom: 4px solid #00623B;
}

#header #right-side {
	background-image: url(/images/poster2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: none;
}

/* content
--------------------------------------------------*/
#left-side {
	width: 240px !important;
	overflow: hidden;
	background-color: #fff;
	border-right: 4px solid #00623B;
}

#banner_240_left {
	margin: 0;
	padding: 0 0 30px 0;
	text-align: center;
}

#contacts-info {
	margin: 0;
	padding: 0;
	text-align: left;
}

#right-side {
	width: 745px;
	background-color: #fff;
	border-bottom: 18px solid #E5E5E5;
}

#hp-text-block {
	clear: both;
	margin: 0;
	padding: 0;
}

#hp-text-block a {
	color: #018ff1;
}

#hp-text-block-1 {
	width: 50%;
	padding: 15px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}

#hp-text-block-2 {
	width: 50%;
	padding: 15px;
	text-align: left;
}

#hp-text-block-1 h3, #hp-text-block-2 h3 {
	padding-left: 20px;
	background-image: url(/images/arr.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
}

#hp-text-block-1 p, #hp-text-block-2 p {
	padding-left: 20px;
}

#banner_240_right {
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
	text-align: center;
}

.imgOpenInPopup{
	border: 1px solid gray;
	padding:1px;
	margin:3px;
}

/* content: news and banners blocks on Home page
--------------------------------------------------*/
#hp-block {
	clear: both;
	margin: 0 0 30px 0;
	padding: 0;
	border-top: 1px solid #e5e5e5;
}
#menu #text-block a, #menu  #text-block a:visited {
	color: #1190DF;
}
#hp-block-1 {
	padding: 20px 0 0 20px;
	text-align: left;
}

#hp-banners {
	margin: 0;
	padding-top: 10px;
}
#hp-block-2 {
	clear: both;
	margin: 0;
	padding: 0px;
}

#news-item {
	padding: 0 10px 0 20px;
	margin: 0 0 15px 0;
	background: url(/images/arrow.gif) left top no-repeat;
	background-position: 0 5px;
}

.data {
	font-size: 12px;
	font-weight: bold;
}

.news-title a {
	font-size: 12px;
	text-decoration: underline;
	color: #00623B;
}

.news-title a:hover {
	text-decoration: underline;
	color: #00623B;
}

/* content: search
--------------------------------------------------*/
#search_old {
	margin: 0 0 30px 0;
	padding: 25px 0 25px 20px;
	background-color: #e5e5e5;
	font-size: 12px;
}

#search {
	margin: 0;
	padding: 10px 0 10px 20px;
	background-color: #e5e5e5;
	font-size: 12px;
}

/* content: top panel
--------------------------------------------------*/
#top-panel {
	padding: 10px 13px 10px 20px;
	height: 20px;
	background-color: #e5e5e5;
}

/* content: path
--------------------------------------------------*/
#path {
	display: inline;
	float: left;
	padding-left: 5px;
	padding-right: 20px;
	font-size: 11px;
}

#path img {
	padding-right: 5px;
}

#path a {
	margin-right: 5px;
	color: #443d33;
	text-decoration: none;
}

#path a:hover {
	text-decoration: underline;
}

/* language
--------------------------------------------------*/
#language {
	position: relative;
	float: right;
	top: 1px;
	padding: 0 10px;
	background-color: #49b036;
	font-size: 10px;
	font-weight: bold;
}

#language a {
	position: relative;
	bottom: 1px;
	/*letter-spacing: 2px;*/
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* content: menu
--------------------------------------------------*/
#menu {
	margin: 0 10px 30px 10px;
	padding: 30px 0 0px 0;
	/*color: #DF262D;*/
	color:#00623B;
	font-weight:bold;
	width: 220px;
	overflow: hidden;
}

#menu ul {
	margin: 0;
	padding-top: 5px;
	padding-left: 10px;
	list-style-type: none;
}

#menu li {
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu a {
	width: auto;
	font-weight: bold;
	color: #00623B;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}


/* html #menu a {
	width: 1%;
}*/

/* content: contacts
--------------------------------------------------*/
#text-block {
	display: block;
	margin: 0 0 30px 0;
	padding: 0 20px 0 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contacts-info a {
	color: #018ff1;
}

/* content: text blocks on Home page
--------------------------------------------------*/
#hp-text {
	clear: both;
	margin: 0;
	padding: 10px 20px 20px 20px;
}

/* content: level 2
--------------------------------------------------*/
#content {
	clear: both;
	margin: 0;
	padding: 18px 30px 30px 35px;
	color: #333333;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#content h1 {
	margin-bottom: 10px;
	color: #443D33;
	font: bold 18px Tahoma,Arial,Helvetica,sans-serif;
}

#content h2 {
	margin: 16px 0;
	font: 12px Tahoma,Arial,Helvetica,sans-serif;
	line-height: 18px;
}

#content p {
	margin: 26px 0 0 0;
}

#content a {
/*	color: #006EB9;*/
	color: #018FF1;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: underline;
}

#content a img {
	margin: 0 10px;
	padding: 4px;
	border: 1px solid #C0C0C0;
}

#content ol {
	padding-top: 14px;
}

#content ul.attachfiles {
	margin: 15px 0 0 51px;
	padding: 0;
}

#content ul.attachfiles li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul.attachfiles img {
	margin: 0;
	padding: 0;
	border: none;
}



#issue-block {
	margin: 0;
}

#issue-block a:link, #issue-block a:visited, #issue-block a:active {
	color: #018ff1;
	text-decoration: underline;
}

#issue-block a:hover {
	color: #018ff1;
	text-decoration: none;
}

#images-top {
	margin: 0;
}

#images-top td {
	padding-bottom: 10px;
}

#images-top a:link, #images-top a:visited, #images-top a:active {
	color: #018ff1;
	text-decoration: underline;
}

#images-top a:hover {
	color: #018ff1;
	text-decoration: none;
}

#images-bottom {
	margin: 0;
}

#images-bottom td {
	padding-bottom: 10px;
}

#images-bottom a:link, #images-bottom a:visited, #images-bottom a:active {
	color: #018ff1;
	text-decoration: underline;
}

#images-bottom a:hover {
	color: #018ff1;
	text-decoration: none;
}

#images-left {
	margin: 0;
}

#images-left #slide-outer {
	margin-right: 10px;
	margin-bottom: 20px;
}

#images-left a:link, #images-left a:visited, #images-left a:active {
	color: #018ff1;
	text-decoration: underline;
}

#images-left a:hover {
	color: #018ff1;
	text-decoration: none;
}

#images-right {
	margin: 0;
}

#images-right #slide-outer {
	margin-left: 10px;
	margin-bottom: 20px;
}

#images-right a:link, #images-right a:visited, #images-right a:active {
	color: #018ff1;
	text-decoration: underline;
}

#images-right a:hover {
	color: #018ff1;
	text-decoration: none;
}

#slide-outer {
	float: left;
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 160px;
	border: 1px solid #c0c0c0;
	background-color: #ccc;
}

#slide-middle {
	position: absolute;
	top: 50%;
	left: 50%;
}

#slide-inner {
	position: relative;
	top: -50%;
	left: -50%;
}

#slide-inner img {
	margin-bottom: -2px;
}

#folder-annotation #slide-outer {
	margin: 0 15px 0 0;
	float: left;
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 80px;
	border: 1px solid #ccc;
}

#folder-block {
	clear: both;
	margin: 0;
}

#folder-block img {
	margin-right: 20px;
	padding: 2px;
	border: 3px solid #e5e5e5;
}

#folder-block a:link, #folder-block a:visited, #folder-block a:active {
	color: #018ff1;
	text-decoration: underline;
}

#folder-block a:hover {
	color: #018ff1;
	text-decoration: none;
}

#page-counter {
	clear: both;
}

#page-counter a:link, #page-counter a:visited, #page-counter a:active {
	color: #018ff1;
	text-decoration: underline;
}

#page-counter a:hover {
	color: #018ff1;
	text-decoration: none;
}

#attach-file {
	clear: both;
	margin: 0 0 30px 30px;
	padding: 0;
	font-family: sans-serif, Tahoma, Arial, Helvetica;
	font-size: 12px;
}

#attach-file h2 {
	margin: 10px 0 10px 0;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
}

#attach-file ul li {
	margin: 0;
	padding-left: 20px;
	list-style-type: none;
}

#attach-file a {
	color: #006EB9;
	text-decoration: underline;
}

#attach-file ul.attachfiles {
	margin: 0;
	padding: 0;
}

#attach-file ul.attachfiles li a {
	margin: 0;
	padding: 0;
	color: #006EB9;
	font-size: 11px;
	text-decoration: underline;
}

#attach-file ul.attachfiles li a img {
	margin: 0;
	padding: 0;
}

/* search results
--------------------------------------------------*/
#search-results a:link, #search-results a:visited, #search-results a:active {
	color: #018ff1;
	text-decoration: underline;
}

#search-results a:hover {
	color: #018ff1;
	text-decoration: none;
}

#search-results li {
	padding-bottom: 10px;
}

/* footer
--------------------------------------------------*/
#footer {
	clear: both;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #00623B;
	font-size: 11px;
	color: #fff;
}

#bottom-panel {
	height: 10px;
	background-color: #e5e5e5;
}

.counter {
	padding-left: 15px;
}

.copyright {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

#footer a:link ,
#footer a:active ,
#footer a:visited ,
#footer a:hover {
	color: #fff;
}


.anketa {
	line-height: 1.5;
	font-size: 12px;
}
.anketa table {
	width: 100%;
	margin-top: 20px;
}
.anketa table td {
	padding: 10px 0;
	border-top: 1px solid #E5E5E5;
	margin: 0;
	font-size: 12px;
}
.anketa label {
	padding: 0 3px;
}
.anketa textarea {
	width: 100%;
	height: 100px;
	padding: 5px 3px;
}
.anketa input.textinput {
	font-size: 12px;
	width: 100%;
}

.status {
	padding: 10px;
	margin: 20px 0;
	border: 2px solid #E5E5E5;
	background: #fffff1;
}
#item {
	overflow: hidden;
    margin-top: 16px;
}
#content #item a img {
	float: left;
	margin-bottom: 16px;
}
#content #item h2 {
	margin-top: 0px;
}


