body
{
    background-image: url('/media/images/bg.gif');
    margin:0px;
    text-align: center;
}

table#main-containter {
    width: 100%;
    margin: 0px auto;
    height: 100%;
}
table#main-containter td {
    text-align: left;
    vertical-align:top;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
table#main-containter td#left-sidebar {
    width: 200px;
    width: 100px;
    background: #082864 url('/media/images/sidebar-left-bg.png') no-repeat scroll top right;
    color: white;
}
table#main-containter td#right-sidebar {
    width: 200px;
    background: #082864 url('/media/images/sidebar-right-bg.png') no-repeat scroll top left;
    color: white;
}
table#main-containter td#footer-containter {
    background-color:white;
    vertical-align:bottom;
}
div#footer {
    background-color: #082864;
    height: 50px;
    text-align: center;
    line-height:50px;
    color: white;
    border-left: 2px solid white;
    border-right: 2px solid white;
}
div#top {
    height: 25px;
    margin: 0px 2px;
    background-color: #36568a;
}
div#breadcrumbs {
    padding: 8px 10px;
    margin: 1px 2px;
    border-top: 1px solid #ff2727;
}
div#breadcrumbs a{
    color: #949494;
}
table#main-containter td#content-container {
    min-height: 500px;
    background-color: white;
    background: white url('/media/images/content-bg.png') no-repeat scroll top right;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
div#content {
    padding: 0px 10px 10px;
    margin: 1px 2px;
    line-height: 1.5em;
}
td#redblock {
    display:block;
    margin-right: 5px;
    line-height:23px;
    padding: 0px 10px;
    background: #de3024 url('/media/images/item-bg.png') no-repeat scroll right;
    color:white;
    font-weight:bold;
    font-size: 14px;
}
div#content a.item
{
    display:block;
    float:left;
    margin-right: 5px;
    line-height:23px;
    padding: 0px 10px;
    background: #de3024 url('/media/images/item-bg.png') no-repeat scroll right;
    color:white;
    font-weight:bold;
    font-size: 14px;
}

div#content input.text {
    border: 1px solid #acc4ce;
    padding: 0.2em;
    line-height:1.5em;
    height: 2em;
    width: 400px;
}
div#content textarea.text {
    border: 1px solid #acc4ce;
    padding: 0.2em;
    line-height:1.5em;
    width: 400px;
}
div#content textarea.question {
    background: white url('/media/images/question.png') no-repeat scroll center;
}
div#content span.note {
    color: gray;
    font-style: oblique;
}
div#content td {
    vertical-align: middle;
}
div#content input.button {
    width:154px;
    height: 29px;
    color: white;
    text-align:center;
    line-height: 29px;
    background: transparent url('/media/images/button-bg.png') no-repeat scroll center;
    border-width: 0px;
    cursor: pointer;
}
div#content h2
{
    color: #ff2727;
    font-weight: normal;
    margin-bottom: 5px;
}
div#content h3
{
    color: #ff2727;
    font-weight: normal;
}
div#content h4
{
    color: #ff2727;
    font-weight: normal;
}
div#content p
{
    margin: 0px 0px 5px 0px;
}
div#content p.news {
    margin-top: 10px;
}
div#content p.news span.date {
    color: gray;
}
div#content p.question, div#content p.answer {
    vertical-align:top;
}
div#content p.question-author {
    padding:-top: 0px;
    font-style:oblique;
    text-align:right;
}
div#content hr {
    border-width: 0px;
    height: 1px;
    background-color: #939393;
    margin: 15px;
}
.sidebar h3.block-header
{
    margin: 0px;
    padding: 0px;
    width: 204px;
    line-height: 28px;
    border-top: 1px solid #ff2727;
    font-size: 12px;
    font-weight: bold;
    background: #163062 url('/media/images/menu-header-bg.png') no-repeat scroll bottom;
}
.sidebar h3.block-header span
{
    padding-left: 20px;
}
.sidebar ul.menu
{
    margin: 0px;
    padding: 0px;
    width: 204px;
    border-bottom: 1px solid #8999a8;
    margin-bottom: 15px;
}
.sidebar ul.menu li
{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    list-style-type: none;
    line-height: 24px;
    background-color: #4e6aa1;
    border-top: 1px solid #8999a8;
    border-bottom: 1px solid #205a84;
}
.sidebar ul.menu li a
{
    color: white;
    text-decoration: none;
}

.sidebar ul.menu li a:hover
{
    text-decoration: underline;
}

.sidebar .block
{
    width: 204px;
    background: #4e6aa1 url('/media/images/block-bg.gif') repeat-x scroll bottom;
    border-top: 1px solid #8999a8;
    border-bottom: 1px solid #8999A8;
    padding: 0px;
    margin-bottom: 15px;
}
.sidebar .block p
{
    margin: 20px;
}
.sidebar .block a
{
    color: #ffa59e;
}
#id_question{
    background: white url('/media/images/question.png') no-repeat scroll center;
    border: 1px solid #acc4ce;
    padding: 0.2em;
    line-height:1.5em;
    width: 400px;    
}
table#anons td {
    padding:10px;
}