* { padding: 0; margin: 0; outline: 0; }
html {height: 100%;}
body {
    font-size: 13px;
    line-height: 1.2;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #404040;
    background-image: url(img/bg.png);
    text-align: left;
}

a
{
    color: #404040;
    text-decoration: underline;
    font-size: 13px;
}

a:hover
{
    text-decoration: none;
    font-size: 13px;
}

p.min{
    font-size: 11px;
}

.osnov{
    height:100%;
    width:100%;
    border:0px;
    font-size: 12px;
    line-height: 1.2;
}

.osnov1{
    height:100%;
    width:1000px;
    border:0px;
    font-size: 12px;
    line-height: 1.2;
}

.footer{
    width:100%;
    height:91px;
    background-image: url(img/footer_bg.png);
}

.perex{
    width:100%;
    height:27px;
    background-image: url(img/head_per.png);
}

.tbl_bg_l{
    background-image: url(img/tbl_bg_l.png);
    background-repeat: repeat-y;
    background-position: right;
    width:50%;
}

.tbl_bg_r{
    background-image: url(img/tbl_bg_r.png);
    background-repeat: repeat-y;
    background-position: left;
    width:50%;
}
.minister{
    /*margin-right: 15px;*/
    padding-right: 15px;
    padding-left: 15px;
    width:122px;
    font-size: 9px;
    vertical-align: top;
    background-color: #ffffff;
}

#page_view{
    width:100%;
    text-align:center;
    font-size: 13px;

}

#menu_b{
    background-color: #f0f0f0;

    width:200px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 1px;
    border-color: #bfbdbd;
    border-style: solid;
}
/*
#menu ul {font-size: 12px; color: #000; text-transform: uppercase;}
#menu ul li { list-style-type: none;  padding-top: 10px;  }
#menu ul li a { color: #000; text-decoration: none; background: url(img/arr.png) no-repeat 0 4; padding-left: 20px;}
#menu ul li a:hover { text-decoration: underline; }
#menu li ul { padding-left: 20px;list-style-type: none;}
#menu li ul li a { color: #000; text-decoration: none; background: url(img/menu_bg.png) repeat-y 0 4; padding-left: 20px;
}*/

/*.menu_hr{
    color:#bfbdbd;

}*/
td.td_cl{
    background-color: #ffffff;
    vertical-align: top;
    height:100%;
    font-size: 13px;
}

#content ul{
    list-style-type:square;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    /*font-size: 13px;*/
    /*width: 15em;*/
}

#content ul li{
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.struct,  ul.struct ul{
    list-style-type:square;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    /*font-size: 13px;*/
    /*width: 15em;*/
}

ul#menu, ul#menu ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    /*width: 15em;*/
}

ul#menu a {
    display: block;
    text-decoration: none;
}

ul#menu li {
    margin-top: 1px;
}

ul#menu li a {
    /*background: #333;*/
    color: #000;
    padding: 0.5em;
}

ul#menu li a:hover {
    /*background: #000;*/
}

ul#menu li ul li a {
    /*background: #ccc;*/
    color: #000;
    padding-left: 20px;
}

ul#menu li ul li a:hover {
    /*background: #aaa;*/
    border-left: 5px #000 solid;
    padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }

#content a.listcl
{ 
    /*padding-left: 12px;*/
    font-size: 13px;
}

#content table
{
    border: solid 1px #bfbdbd;
    /*padding: 0.5em;*/
    margin-bottom: 1em;
    width: 100%;
    font-size: 13px;
}

#content table th
{
    text-align: left;
    font-weight: bold;
    /*padding: 0.5em;*/
}

#content table td
{
    padding: 0.2em;
}

 table tr.rowA
{
    background-color: #f5f5f5;
    color: inherit;
}

 table tr.rowB
{
    background-color: #fdfdfd;
    color: inherit;
}

#dialog-modal table
{
    border: solid 1px #bfbdbd;
    /*padding: 0.5em;*/
    margin-bottom: 1em;
    width: 100%;
    font-size: 13px;
}

#dialog-modal table th
{
    text-align: left;
    font-weight: bold;
    /*padding: 0.5em;*/
}

#dialog-modal table td
{
    padding: 0.2em;
}

p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
    /*text-indent: 10px;*/
}

#err{
    font-size: 100%;
    font-family: Arial, Sans-serif;
    border: none;
    background: #313131;
    color: red;
    padding-left: 40px;
    padding-top: 5px;
    font-weight: bold;
    float:left;
    background: url(img/exclamation.png) no-repeat 0 0;
    margin:7px;
    height:40px;
}

#apply{
    font-size: 100%;
    font-family: Arial, Sans-serif;
    border: none;
    background: #313131;
    color: green;
    padding-left: 40px;
    padding-top: 5px;
    font-weight: bold;
    /*float:left;*/
    background: url(img/apply.png) no-repeat 0 0;
    margin:7px;
    height:40px;
}

input.subbutton {
    margin: 0;
    font-size: 100%;
    font-family: Arial, Sans-serif;
    border: none;
    border: 1px solid #CCCCCC;
    /*background: #FFFFFF;*/
    color: #404040;
    padding: 5px;
    font-weight: bold;
}

#addqu {
    height: 33px;
    background: url(img/question.png) no-repeat 0 0;
    font-size: 23px;
    padding-left: 35px;
}

#accordion h3{
    font-size: 13px;
}

#accordion p{
    font-size: 13px;
}

.accord {
    font-size: 10px;
}
