body, td {
    margin: 0px;
    padding: 0px;
    font-family: Times New Roman, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #49573b;
}
img {
    border: 0px;
}

a {
    color: #49573b;
    text-decoration: none;
}

a:hover {
    color: #914d0b;
}

a.selected {
    color: #914d0b;
}

span.a {
    color: #914d0b;
}

form {
    padding: 0px;
    margin: 0px;
}

#adminMenu {
    font-size: 7pt;
}

#adminMenu a {
    color: black;
    margin-right: 12px;
    text-decoration: none;
}

#adminMenu a:hover {
    color: white;
    text-decoration: none;
}

#mainTable {
    width: 100%;
}

#mainTable tr.header {
    height: 50px;
    background-color: #eeeeee;
}

#mainTable tr.header td.leftCol {
    text-align: center;
}

#mainTable td.leftCol {
    width: 220px;
}

#mainTable td.rightCol {
    width: 300px;
}

#mainTable td.searchPanel {
    height: 32px;
    background-color: #6c8157;
}

#mainTable td.searchPanel td {
    padding-right: 7px;
    color: white;
    font-weight: bold;
    vertical-align: middle;
}

#mainTable td.searchPanel input {
    height: 24px;
}

#mainTable td.searchPanel select {
    height: 28px;
}

#menuHeader {
    vertical-align: bottom;
    padding-bottom: 5px;
}

#menuLangs {
    padding-right: 15px;
    padding-bottom: 5px;
}

#menuHeader a {
    border-right: 1px solid #c0c0c0;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

#menuHeader span.a {
    border-right: 1px solid #c0c0c0;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

#authH {
    height: 50px;
    font-size: 11pt;
}

#authH td {
    padding-left: 2px;
    padding-right: 2px;
}

#authH td.label{
    font-size: 11pt;
    text-align: left;
}

#authH .input {
    width: 70px;
    height: 20px;
    font-size: 10px;
}

.staticMenu {
    text-align: right;
    padding-right: 4px;
}

.staticMenu a {
    border-left: 1px solid #c0c0c0;
    padding-left: 5px;
    padding-right: 5px;
}

.staticMenu span.a {
    border-left: 1px solid #c0c0c0;
    padding-left: 5px;
    padding-right: 5px;
}

#authH button {
    font-size: 10px;
}

#leftMenu {
    vertical-align: top;
    padding-top: 10px;
    border-right: 3px solid white;
}

#leftMenu h2 {
    border-bottom: 1px solid #914d0b;
    text-align: center;
}

div.infoBlock {
    margin: 0px 0px 12px 5px;
    background-color: #eeeeee;
    padding-bottom: 5px;
    width: 99%;
}

div.infoBlock div.title{
    background-color: #6c8157;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    line-height: 20px;
}

div.infoBlock div.title td {
    background-color: #6c8157;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    line-height: 20px;
}

#leftMenu ul {
    padding: 5px 7px 5px 7px; 
    margin: 0;
}

#leftMenu ul a {
    text-decoration: none;
}

#leftMenu ul ul a {
    text-decoration: none;
}

#leftMenu ul li {
    list-style-type: none;
    padding-top: 5px;
    font-size: 11pt;
}

#leftMenu ul ul li {
    list-style-type: none;
    padding-top: 0px;
    font-size: 10pt;
}

#leftMenu ul hr {
    width: 99%;
}

#mainContent {
    vertical-align: top;
    font-size: 11pt;
}

#mainContent .content {
    vertical-align: top;
    padding: 10px 10px 10px 5px;
    font-family: Times New Roman, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#mainContent .info {
    padding: 10px 5px 10px 0px;
    vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
    color: #914d0b;
}

h1 {
    font-size: 18pt;
}
h2 {
    font-size: 16pt;
}
h3 {
    font-size: 15pt;
}
h4 {
    font-size: 14pt;
}
h5 {
    font-size: 11pt;
}
h6 {
    font-size: 11pt;
}

#pageTitle {
    font-size: 16pt;
    color: #914d0b;
}

#copyright td {
    text-align: center;
    height: 18px;
    background-color: #6c8157;
    color: white;
    font-size: 9pt;
}

a.button {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #efefef; 
    border-right: 1px solid #bfbfbf;
    padding: 0px 5px 1px 5px;
    cursor: pointer;
    background-color: #e7f8ff;
    color: black;
    text-decoration: none;
}

a.button:hover {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #efefef; 
    border-left: 1px solid #bfbfbf;
    padding: 0px 5px 1px 5px;
    cursor: pointer;
    background-color: #e7f8ff;
    color: black;
    text-decoration: none;
}

a.js {
    cursor: pointer;
    color: black;
    text-decoration: none;
}

a.js:hover {
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.invisible {
    overflow: hidden;
    width: 0px;
    height: 0px;
}

table.form {
    background-color: #e6e6e6;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}

table.form textarea {
    font-family: Verdana;
    font-size: 10pt;
}

table.form td {
    vertical-align: top;
    text-align: left;
}

table.form td.label{
    text-align: left;
    vertical-align: middle;
}

table.form td.title{
    text-align: left;
    font-weight: bold;
    font-size: 11pt;
    color: green;
}

table.form td.buttons{
    text-align: center;
    height: 10px;
}

table.form td.buttonsright{
    text-align: right;
    height: 30px;
}

table.digest_leftcol {
    text-align: center;
    background-color: #FEF6F1;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    margin: 0px 0px 12px 5px;
    width: 212px;
}

table.digest_leftcol td.buttons {
    height: 50px;
}

table.digest_leftcol h2 {
    margin-bottom: 0px;
}

table.digest_leftcol .fl {
    float:left;
}

table.digest_leftcol .fl .mrt_small2 {
    margin: 4px 0px 0px 5px;
}

table.digest_leftcol .read_tool {
    background:url("/images/read_tool_leftcol.gif") no-repeat top scroll transparent;
    height:42px;
    margin:0 0 0px 7px;
    overflow:hidden;
    padding: 0px;
    font-family:Arial,Tahoma,Sans-Serif;
    width: 91px;
}

table.digest_leftcol .read_tool span {
    font-size: 9pt;
    font-weight: bold;
    display:block;
    margin: 4px 0px 0px 5px;
    padding-right: 10px;
    padding-top: 7px;
}


table.digest {
    text-align: center;
    background-color: #FEF6F1;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    margin: 7px;
    width: 326px;
}

table.digest td.buttons {
    height: 60px;
}

table.digest .fill {
    height: 100%;
    width: 100%;
}

table.digest tr.hyperlink {
    text-align: center;
    font-family:Arial,Tahoma,Sans-Serif;
    font-size: 10pt;
}

table.digest tr.hyperlink a {
    text-decoration: underline;
    color: blue;
}

div.rshad_box {
    margin:0 -3px;
    position:relative;
    width:326px;
}

div.rshad_lt {
    background:url("/images/shadbox_lt.gif") no-repeat scroll left top transparent;
    margin-bottom:-5px;
    margin-top:-2px;
    padding-left:8px;
    position:relative;
}

div.rshad_rt {
    background:url("/images/shadbox_rt.gif") no-repeat scroll right top transparent;
}

div.rshad_lc {
    background:url("/images/shadbox_lc.gif") repeat-y scroll left top transparent;
    width:100%;
}

div.rshad_rc {
    background:url("/images/shadbox_rc.gif") repeat-y scroll right top transparent;
    padding:0 3px;
}

div.rcolor_box {
    background:url("/images/headbox_bg.gif") repeat-x scroll left top #FEF6F1;
}

div.pad_box {
    padding:0 10px;
}

div.clear2 {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    overflow:hidden;
}

.h3_header {
    margin-bottom:0;
    margin-top:6px;
    margin-left: 7px;
    color:#333333;
    font-size:16px;
    font-weight:700;
    line-height:20px;
    padding: 0px;
    font-family:Arial,Tahoma,Sans-Serif;
}

div.clear_small {
    clear:both;
    display:block;
    font-size:0;
    height:5px;
    line-height:1px;
    overflow:hidden;
}

div.hr {
    border-top:1px solid #F1EBE7;
    font-size:0;
    height:0;
    line-height:1px;
    overflow:hidden;
}

div.clear_medium {
    clear:both;
    display:block;
    font-size:0;
    height:10px;
    overflow:hidden;
}

.mrt_small2 {
    margin-right:5px !important;
}

.fl {
    float:left;
}

.read_tool {
    background:url("/images/read_tool.gif") no-repeat scroll left top transparent;
    height:42px;
    margin:0 0 7px 7px;
    overflow:hidden;
    padding:8px 10px 0 5px;
    font-family:Arial,Tahoma,Sans-Serif;
    width:130px;
}

.read_tool span {
    display:block;
    padding-top: 9px;
}

div.rshad_lb {
    background:url("/images/shadbox_lb.gif") no-repeat scroll left bottom transparent;
    margin-bottom:-7px;
    padding-left:8px;
    position:relative;
    top:-5px;
}

div.rshad_rb {
    background:url("/images/shadbox_rb.gif") no-repeat scroll right bottom transparent;
}

.rshad_lt, .rshad_rt, .rshad_lb, .rshad_rb {
    font-size:0;
    height:8px;
    line-height:1px;
    overflow:hidden;
}

table.errorsbox {
    border: 2px solid #ff9999;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
    padding: 5px 15px 5px 5px;
    background-color: #fff0f0;
}
table.errorsbox td {
    font-size: 11pt;
    color: #cc0000;
}

table.messagesbox {
    border: 2px solid #99ff99;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
    padding: 5px 15px 5px 5px;
    background-color: #f0fff0;
}

table.messagesbox td {
    font-size: 13pt;
    color: #004400;
}

table.form .fill {
    height: 100%;
    width: 100%;
}

table.list td {
    border-right: 1px solid white;
    padding: 3px;
}

table.list th {
    border-right: 1px solid white;
    padding: 3px;
}

table.list tr.title a {
    color: white;
}

table.list th {
    font-size: 13pt;
    background-color: #6c8157;
    border-top: 1px solid white;
    color: white;
}

table.list tr.title th {
    font-size: 13pt;
    background-color: #6c8157;
    border-top: 1px solid white;
    color: white;
}

table.list tr.title td {
    font-size: 13pt;
    background-color: #6c8157;
    border-top: 1px solid white;
    color: white;
}

tr.odd td{
    background-color: #eeeeee;
}

tr.even td{
    background-color: #fafafa;
}

table.leftmenulist{
    border-collapse:collapse;
    width: 100%;
}

table.leftmenulist tr.odd td{
    background-color: #dcdcdc;
    padding: 3px 7px;
}

table.leftmenulist tr.even td{
    background-color: #eeeeee;
    padding: 3px 7px;
}

table.stuff td{
    padding:2px 2px;
}

.all_news {
    text-align: right;
}

.all_news a {
    color: #914D0B;
    font-weight: normal;
    font-style: italic;
}

.indent {
    padding-left: 20px;
}

.bottom {
    vertical-align: bottom;
}

.news .date{
    font-weight: bold;
    color: #914D0B;
}

.news .desc{
    text-align: left;
}

table.news td.link2 {
    text-align: right;
    vertical-align: bottom;
}

.news .title{
}

.news .description a {
    color: #914d0b;
}

.news .link2 a {
    text-align: right;
    font-size: 12pt;
    color: #914D0B;
    font-weight: bold;
    font-style: italic;
}

span.text_tags {
    color: #49573b;
    text-decoration: none;
}

span.date {
    font-weight: bold;
    color: #914D0B;
}


.table_of_contents {
    text-align: center;
    font-size: 11pt;
}

.table_of_contents a {
    padding-left: 10px;
    padding-right: 10px;
}

.table_of_contents span {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

table.provider_desc td {
    padding-right: 7px;
}

table.provider_desc input {
    background-color: white;
}

table.provider_desc textarea {
    background-color: white;
}

.provider_desc table.contacts th {
    font-size: 11pt;
    padding: 2px 15px 2px 15px;
}

.provider_desc table.contacts td {
    text-align: left;
    padding: 3px;
}

div.area {
    padding: 10px 10px 10px 10px;
    border-top: 2px solid #c0c0c0;
    border-left: 2px solid #c0c0c0;
    border-bottom: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
}

table.tabs td {
    border-bottom: 1px solid #6c8157;
    width: 1%;
}

table.tabs td div {
    background-color: #6c8157;
    font-weight: bold;
    padding: 3px 15px 3px 15px;
    border-top: 3px solid white;
    /*border-right: 1px solid white;*/
}

table.tabs td a {
    color: white;
}
table.tabs td a:hover {
    color: white;
}

table.tabs td.selected {
    border-bottom: 1px solid white;
    background-color: white;
}

table.tabs td.selected div {
    background-color: white;
    font-weight: bold;
    padding: 4px 15px 4px 15px;
    border-top: 1px solid #6c8157;
    border-left: 1px solid #6c8157;
    border-right: 1px solid #6c8157;
}

table.tabs td.selected a {
    color: black;
}
table.tabs td.selected a:hover {
    color: black;
}

table.tabs td.empty {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: white;
    width: 99%;
}

.success {
    color: #008800;
}

.failed {
    color: #880000;
}

table.tops {
    margin-top: 5px;
    width: 100%;
}

table.tops .content {
    border: 2px solid #6c8157;
}

table.tops tr.tabs td {
    padding: 2px 0px 2px 0px;
}

table.tops td.selected {
    background-color: #6c8157;
}

table.tops td.selected a {
    color: white;
    font-weight: bold;
}

.horiz_banners {
    background-color: #EEEEEE;
    height: 70px; 
    padding: 7px;
}

div.message {
    border: 2px solid #99ff99;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
    padding: 5px 15px 5px 5px;
    background-color: #f0fff0;
}

.marquee-container {
width: 425px;
overflow: hidden;
}
 
.marquee-subcontainer {
position: relative;
width:9999999px;
margin:0px;
height: 15px;
}
 
.marquee-text {
position: absolute;
margin: 0px;
height: 15px;
text-transform: uppercase;
}

.vmarquee-container1 {
height:1645px;
overflow: hidden;
}
 
.vmarquee-subcontainer1 {
position: relative;
height:9999999px;
margin:0px;
}
 
.vmarquee-text1 {
position: absolute;
margin: 0px;
}

.vmarquee-container2 {
height:875px;
overflow: hidden;
}
 
.vmarquee-subcontainer2 {
position: relative;
height:9999999px;
margin:0px;
}
 
.vmarquee-text2 {
position: absolute;
margin: 0px;
}

.rss_links {
    text-align: center;
    margin: 0px 0px 0px 10px;
    border-collapse: collapse;
    padding: 2px;
}

.rss_links_title {
    color: white;
    font-weight: bold;
    font-size: 11pt;
    margin: 2px;
    text-align: center;
    text-transform: uppercase;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.tags {
    text-align: center;
    color: #914D0B;
    font-size: 14pt;
}

table.news {
    width: 100%;
}

table.news td {
    font-size: 11pt;
    font-family: Times New Roman, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

table.news td p {
    margin: 0px;
    padding: 0px;
}

table.news td.title {
    text-align: left;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 12pt;
    width: 85%;
}

table.news td.description {
    text-indent: 20px;
    text-align: justify;
}

table.news td.tags {
    text-align: left;
    color: #914D0B;
    font-size: 10pt;
}

table.news td.tags a {
    color: #914D0B;
    font-size: 10pt;
}

table.news td.link {
    text-align: right;
    font-weight: bold;
    font-size: 12pt;
    color: #914D0B;
}

table.news th.head_items {
    padding-bottom: 5px;
}

table.news td.items {
    padding-bottom: 5px;
}

table.news td.items_source {
    text-align: center;
    padding-bottom: 5px;
}

table.news .underline {
    border-bottom: 2px solid #6C8157;
    font-size: 1pt;
}

table.news span.date {
/*    font-size: 10px;*/
    font-weight: bold;
    color: #914D0B;
}

table.news td.file {
    text-align: right;
    font-style: italic;
    font-weight: bold;
    color: #914D0B;
}

table.billboard {
border-collapse: separate;
}

table.billboard td {
padding: 2px 2px;
border: 1px solid #608157;
}

.gosuslugi {
    background: #3465a0;
    text-align: center;
}

table.fixed {
    border-collapse: collapse; 
    /*table-layout: fixed; */
    width: 100%;
    background-color: #EEEEEE;
    height: 70px;
    padding: 7px;
}

span.textlink {
    color: #914d0b;
    font-style: italic;
    padding-left: 20px;
}

table.finbiz_table{width:256px}
tr.finbiz_tr{text-align:center;background-color:#cde0ef}
.finbiz_border{background-color:#666666}
.finbiz_dt{font-size:10px;font-family:Arial;color:#000000;background-color:#ffffff}
.finbiz_nbu_header{font-size:12px;font-family:Arial;color:#000000;background-color:#b6d2e8;font-weight:bold}
.finbiz_nal_header{font-size:12px;font-family:Arial;color:#000000;background-color:#b6d2e8;font-weight:bold}
.finbiz_bid_header{font-size:10px;font-family:Arial;color:#666666;background-color:#cde0ef}
.finbiz_offer_header{font-size:10px;font-family:Arial;color:#666666;background-color:#cde0ef}
.finbiz_curr{font-size:12px;font-family:Arial;color:#000000;background-color:#b6d2e8;font-weight:bold}
.finbiz_nbu{font-size:10px;font-family:Arial;color:#000000}
.finbiz_bid{font-size:10px;font-family:Arial;color:#000000;background-color:#dfecf6}
.finbiz_offer{font-size:10px;font-family:Arial;color:#000000}
.finbiz_footer{background-color:#ffffff;}
.finbiz_footer_link{font-size:11px;font-family:Arial;color:#2a5799;}

