body{
    margin: 0px;
    padding: 0px;
    background: url('../images/body_bg.gif') repeat-y;
    margin-left: 50px;
}

table{
    border-collapse: collapse;
}

td{
    padding: 0px;
    vertical-align: top;
}

body, a, td, table, div, input, textarea {
    font-family: Times New Roman;
    font-size: 16px;
    color: #000;
}

select{
    font-family: Arial;
    font-size: 12px;
}

input, select{
    font-style: normal;
}

h3{
    color: #9e2c34;
    text-decoration: underline;
    width: 100%;
    text-align: center;
}

.center_bold{
    text-align: center;
    font-weight: bold;
}

.table_caption{
    font-weight: bold;
    text-align: center;
    font-style: italic;
    background: #f0f0f0;
}

/* Links */
a {
    outline: none;
    color: #9e2c34;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img{
    border: solid 1px #9e2c34;
}

/* Design blocks */
#header{
    background: url('../images/content_bg.jpg') no-repeat;
    background-position: top center;
    text-align: center;
    height: 250;
}

#navi{
    float: left;
    background: #9e2c34;
    width: 200px;
    height: 100%;
    padding-bottom: 10px;
}

#navi div{
    font-size: 16px;
    padding-left: 10px;
    margin-top: 20px;
    font-weight: bold;
}

#navi a{
    font-size: 12px;
    color: #cacb11;
    margin-left: 30px;
    line-height: 20px;
    display: block;
}

.main_block{
    margin-left: 250px;
}

#lang_menu a{
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

#lang_menu img{
    border: solid 1px #000;
}

#navi_nfo a{
    color: #ff8007;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 14px;
    margin-left: 30px;
    margin-right: 30px;
}

#footer{
    padding: 5px;
    color: #b0b0b0;
    border-top: solid 1px #212c54;
    font-size: 10px;
}

#counters{
    margin-top: 20px;
    margin: auto;
}

#counters a img{
    border: 0;
}

.form_table{
    border: solid 1px #9e2c34;
    vertical-align: top;
}

.form_table td{
    padding: 3;
    white-space: nowrap;
    font-style: italic;
}

.list_table td{
    padding: 3 7 3 7;
    border: solid 1px #9e2c34;
    vertical-align: top;
}

.list_table tr{
    text-align: center;
}

.fancy_btn{
   color:#000;
   font-weight:bold;
   border:solid 1px #9e2c34;
   cursor: hand;
   cursor: pointer;
   filter:progid:DXImageTransform.Microsoft.Gradient               
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#9e2c34');
}

/* Messages */
.messages {
    width: 95%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    color: black;
}

#error_block {
    border: solid 2px red;
    background: #ff4b4b;
}

#msg_block {
    border: solid 2px green;
    background: #65fd3d;
    margin-bottom:10px;
    width:95%;
}

.table_head {
    font-weight: bold;
    border: solid 1px #212c54;
    background: #ffa957;
}

.txt_like_lnk{
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
    color: navy;
}

.img_like_lnk{
    border: solid 1px #9e2c34;
    cursor: hand;
    cursor: pointer;
}
