/* Стили сайта. http://vitalik.info/design */

body, td, li, ul, ol, dl, dd, dir, form, center {
 font-size: 10pt;
 color: #000000;
 font-family: arial,helvetica,geneva,sans-serif;
}
ul, dd, dl {
 list-style-type: disc;
}
a:link {
 color: #2C9E5C;
 text-decoration: none;
}
a:visited {
 color: #24804A;
 text-decoration: none;
}
a:active,a:hover {
 color: #36BF6F;
 text-decoration: underline;
}

/* top line */
TD.t_menu {
 font-size: 11pt;
 font-family: 'arial narrow',arial,helvetica,geneva,sans-serif;
 color: #32A25D;
 padding: 37px 0px 0px 20px;
}
.t_menu a:link, .t_menu a:visited {
 color: #274233;
}
.t_menu a:hover, .t_menu a:active {
 color: #32A25D;
}

/* copyright line */
TD.copyr {
 padding: 10px 10px 10px 0px;
 line-height: 9pt;
 font-size: 9pt;
 border-top: solid 2px #CFDAC4;
}
TD.copyr a:link, TD.copyr a:visited {
 color: black;
}
TD.copyr a:hover, TD.copyr a:active {
 color: #274233;
 text-decoration: none;
}
.v {
 margin: 0px 10px 0px 30px;
 border-top: solid 2px #9EBDAA;
 padding: 10px 0px 10px 0px;
 color: #818181;
 font-size: 8pt;
}
.v a:link, .v a:visited {
 color: #818181;
}
.v a:hover, .v a:active {
 color: black;
 text-decoration: none;
}

.content {
 font-size: 10pt;
 text-align: justify;
 padding: 15px 0px 20px 0px;
}
.panel {
 font-size: 9pt;
 color: #495851;
}

/* меню слева */
.p_menu {
 padding: 5px 5px 7px 30px;
 font-family: 'arial narrow',arial,helvetica,geneva,sans-serif;
 font-size: 12pt;
 line-height: 11pt;
 color: #32A25D;
 font-weight: bold;
}
.p_menu a:link, .p_menu a:visited {
 color: #274233;
 text-decoration: none;
}
.p_menu a:hover, .p_menu a:active {
 color: #32A25D;
}

.news_date {
 color: #606060;
 font-size: 8pt;
}
.news_title {
 padding-bottom: 5px;
}


/* заголовки разделов */
h1 {
 color: #2B6964;
 font-weight: bold;
 font-size: 14pt;
}
h1 a:link, h1 a:visited {
 color: #2B6964;
}

h2 {
 color: #465E50;
 font-weight: bold;
 font-size: 13pt;
}
h3 {
 color: #465E50;
 font-weight: bold;
 font-size: 12pt;
}
h4,h5,h6 {
 font-weight: bold;
 font-size: 10pt;
}

.pub_path {
 padding: 3px 0px 3px 0px;
 margin: 5px 0px 0px 0px;
 border-top: solid 1px #CED9C3;
 font-size: 8pt;
}
.pub_files {
 border: solid 1px #CED9C3;
 padding: 3px 5px 3px 5px;
 margin: 5px 0px 3px 0px;
 background: #F2F2F2;
}
small.pub_filesize,small.pub_filetype {
 color: #929292;
}
.pub_seealso {
 border: solid 1px #CED9C3;
 padding: 3px 5px 3px 5px;
 margin: 5px 0px 3px 0px;
 background: #F2F2F2;
}
.pub_seealso small {
 text-decoration: underline;
}

/* информационные сообщения */
.msg_box {
 background: #FFFBC4;
 border: solid 1px #FFD294;
 padding: 15px 15px 15px 15px;
 margin-bottom: 10px;
 font-size: 10pt;
 color: #000000;
}
.msg_ok {
 background: #E0FFE6;
 border: solid 1px green;
 padding: 10px 10px 10px 10px;
 margin-bottom: 10px;
 font-size: 10pt;
 color: green;
}
.msg_ok em {
 color: green;
 font-size: 12pt;
 font-weight: bold;
 font-style: normal;
}
.msg_error {
 background: #FFE0E0;
 border: 1px solid brown;
 padding: 10px 10px 10px 10px;
 margin-bottom: 10px;
 font-size: 10pt;
 color: brown;
}
.msg_error em {
 color: red;
 font-size: 12pt;
 font-weight: bold;
 font-style: normal;
}

input.bgform {
 background: transparent;
}
form {
 margin: 0px;
}
input, select, textarea {
 background: #FFFFFF;
 border: solid 1px #274233;
 font-size: 9pt;
 color: #000000;
}
input.btn {
 background: #D0DAC4;
}
form.search input {
 height: 18px;
}
form.search input.txt {
 height: 14px;
}

