@IMPORT url("/public/css/pngfix.css");
@IMPORT url("/public/css/sticky-footer.css");
@IMPORT url("/public/css/site/scheme.php");

html { /* 1.25 * 16px = 20px */
    font-size: 1.25em;
}

body { /* adjusts base font to 10px */
    font-size: 50%;
}

html>body { /* overrides the above in all browsers except IE */
    font-size: 10px;
}

body {
    background: #FFF;
    color: #000;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

}

html,body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

* {
    font-size: 1em;
}

/* Common styles */
.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.clear-both {
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*********************************************************/

html>body #contents {
    min-width: 980px;
}

* html #contents {
    width:expression(document.body.clientWidth <= 980 ? "980px": "auto" );
}

#head {
    background: #4bbd3f url('/public/images/site/head-forest-bg.jpg') -405px 0px repeat-x;
    height: 227px;
    position: relative;
}

* html #head {
    margin-bottom: -2px;
}

#head img.logo {
    border: none;
    width: 842px;
    height: 227px;
    outline: none;
    -moz-outline: none;
}

#head img {
    border: none;
    outline: none;
    -moz-outline: none;
}

#head .nrsl-ru {
    position: absolute;
    top: -1px;
    left: 155px;
    z-index: 10;

    width: 823px;
    height: 53px;
}

#head .nrsl-en {
    position: absolute;
    top: -1px;
    left: 235px;
    z-index: 10;

    width: 630px;
    height: 48px;

}


#head .for_blind-ru {
    position: absolute;
    top: 163px;
    left: 650px;
    z-index:10;

    width: 285px;
    height: 21px;
}

#head .for_blind-en {
    position: absolute;
    top: 165px;
    left: 650px;
    z-index:10;

    width: 290px;
    height: 19px;

}


.strip {
    background-color: #C4FFAA;
    color: #000;
}

.dotted-br-big {
    background-image: url('/public/images/site/crnr-dotted-br-big.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.dotted-tl-small {
    background-image: url('/public/images/site/crnr-dotted-tl-small.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

.dotted-br-small {
    background-image: url('/public/images/site/crnr-dotted-br-small.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}


#menu {
    height: 3em;
    border-bottom: 3px solid black;
}

* html #menu {
    position: relative;
}

#main-content {
    margin: 40px 80px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#footer {
    height: 3.1em;
    color: black;
    font-size: 1.2em;
    text-align: center;
    padding-top: 2em;
    border-top: 3px solid black;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
    color: black;
}

#search {
    width: 70em;
    margin: 40px 80px;
    margin-top: 10px;

    color: #000;

    position: absolute;
    bottom: 80px;
}

#search div.strip {
    height: 3em;
    padding: 2em;
}

* html #search form div {
    margin-bottom: -2em;
}

#search p {
    margin-bottom: 5px;
    padding: 0;

    font-size: 150%;
}

#search input {
    color: Black;
    border: 2px solid Black;
    font-size: 120%;
    font-weight: bold;
}

body.ie #search input,
body.ie7 #search input {
    outline-width: 0;
}

#search input.button {
    width: 95px;
    text-align: center;
    background-color: #adfc8a;
}

#search input.text {
    width: 550px;
    border-color: #FFF;
}

#search .logic-form {
    font-weight: bold;
    font-size: 130%;
}

#search .logic-form input {
    border: none;
}


.left-column {
    width: 65%;
    float: left;
}

.right-column {
    width: 25%;
    float: right;
}

#nav-lang {
    float: right;
    margin-right: 20px;
    margin-top: 3px;
}

#nav-lang a {
    outline: none;
    -moz-user-outline: none;
}

#nav-lang img {
    border: 2px solid #c4ffaa;
}

#nav-lang .selected img {
    border: 2px solid #030;
}

#news-strip {
    height: 2.2em;
    border-bottom: 2px solid #000;
}

#news-strip h1 {
    margin: 0;
    font-size: 150%;
    font-weight: normal;
    padding-left: 10px;
    padding-top: 2px;
}

a.more:link,
a.more:visited,
a.more:hover,
a.more:active{
    color: #33f;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}

a.more:hover {
    text-decoration: underline;
}

/* TABLE LIST */
table.list {
    width: 90%;
    text-align: left;
    border-collapse: collapse;
}

table.list td,table.list tr.hover td {
    height: 35px;
    padding-left: 7px;
    border-top: 1px solid #56927A;
    border-bottom: 1px solid #56927A;
    padding-right: 10px;
}

table.list tr.hover td,table.list tr:hover td {
    background-color: #F1F6F4;
}

table.list td span {
    margin-left: 15px;
}

table.list td img {
    border: none;
    display: inline;
    margin: 2px 4px;
    vertical-align: middle;
}

table.list td.directory {
    font-weight: bold;
}

table.list td a {
    color: black;
}

table.list td a.section {
    font-weight: bold;
}

table.list td.up {
    width: 1.5em;
    text-align: left;
}

table.list td.delete {
    width: 5em;
    vertical-align: middle;
    white-space: nowrap;
}

table.list td.dir {
    font-weight: bold;
}

ul.article {
    list-style-type: none;
}

#sample-text {
    border: 3px double Gold;
    padding: 5px;
}

.invisible img {
    border: none;
    width: 1px;
    height: 1x;
    position: absolute;
}

.go-top {
    text-align: right;
    padding: 10px 40px;
    font-size: 150%;
}

div.ok {
    margin: 10px;
    color: #8BC750;
    font-weight: bold;
    font-size: 120%;
}

div.error {
    margin: 10px;
    color: Red;
}
