/* $Revision: 111 $ */
/* $Date: 2011-05-11 11:38:15 +0300 (Wed, 11 May 2011) $ */
/* vim: set ft=css : */

@import url("/css/menu.css");

html, body    {
    background: #000;
    border: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#main {
    border: 0;
    margin: 0 auto;
    min-height: 100%;
    padding: 0;
    width: 100%;
}

#header {
    clear: both;
    width: 100%;
}

/* try three column layout for content */

#content {
    border: 0;
    display: block;
    height: auto;
    margin: 0;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

#content_center {
    border: 0;
    float: left;
    margin: 0;
    max-width: 80%;
    min-width: 70%;
    padding: 0.5em;
    width: auto;
}

#content_left {
    border: 0;
    float: left;
    margin: 0;
    margin-top: 20px;
    max-width: 14%;
    min-width: 10%;
    padding: 1em;
    width: auto;
}

#content_right {
    border: 0;
    float: right;
    margin: 0;
    margin-top: 20px;
    max-width: 14%;
    min-width: 10%;
    padding: 1em;
    width: auto;
}

#clearer {
    clear: both;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
}

#footer {
    border: 0;
    bottom: 0 !important;
    bottom: -1px;
    clear: both;
    margin: 0;
    padding: 0;
    position:relative;
    text-align: center;
    width: 100%;
}

a {
    color: #ffffef;
    text-decoration: none;
}
a:hover {
    color: #ff9f3f;
    text-decoration: none;
}
#content_center a {
    border-bottom: 1px dotted;
}
#content_center img a {
    border: 0;
}

td	    { color: white; font-family : Arial, Helvetica, sans-serif; font-size: 11px; }
th	    { color: white; font-family : Arial, Helvetica, sans-serif; font-size: 12px; }
h1 {
    color: #ff9f3f;
    text-align: center;
}
h2 {
    color: #ff9f3f;
    text-align: center;
}
h3 {
    color: #ff9f3f;
}
h4 {
    color: #ff9f3f;
}
hr {
    background-color: #3f3f3f;
    border: 0;
    color: #3f3f3f;
    height: 1px;
    width: 95%;
}
p {
    font-size: 11px;
}
pre a {
    border-bottom: 1px dotted;
}
ul li {
    list-style-type: disc;
}

.code   {
    background-color: #1f1f1f;
    margin: 0;
    padding: 0.5em;
}

.hcurr  { font-weight: normal; color: #ff9f3f; text-decoration: none; }
.hnorm	{ font-weight: normal; color: white; text-decoration: none; }
.hnow	{ font-weight: bold; color: #ff9f3f; text-decoration: none; }

.links li {
    padding: 2px 0;
}

.link_button {
    border: 0;
    clear: both;
    float: right;
    height: 31px;
    margin: 1px;
    width: 88px;
}

.nauth  { font-weight: bold; color: #9f9f9f; text-decoration: none; }
.ndate  { font-weight: normal; color: white; text-decoration: none; }
.nsubj {
    background: url("/img/butwal.gif");
    color: #ff9f3f;
    height: 22px;
    font-weight: bold;
    text-decoration: none;
}
.small {
    font-size: 0.8em;
}

.current    { font-weight: normal; text-decoration: none; }
.normal     { font-weight: normal; text-decoration: none; }
td.current  { background: url("/img/butwal.gif"); color: #ff9f3f; }
td.normal   { background: url("/img/butwal.gif"); color: #ffffff; }


