body {
    background: #fff7ec;
    color: #000;
    font-family: Arial;
    font-size: 67%;
    margin: 0px;
    padding: 0px;
}

.clearing {
    clear: both;
}

h1 {
    color: #000;
    font: 2.9em Times New Roman;
    font-weight: normal;
    margin-left: 15px;
}

h1 span.orange {
    color: #ff6c00;
}

h2 {
    font: 2.2em Times New Roman;
}

h2 span.red {
    color: #d20000;
}

h3 {
    font: 1.65em Times New Roman;
}

h4 {
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

h5 {
    font-size: 1.5em;
    font-weight: bold;
}

p {
    clear: left;
}

p.bold, span.bold, a.bold {
    font-weight: bold;
}

p.normal {
    font-weight: normal;
}

a {
/*color: #d20000;*/
    color: #00e;
}

a:visited {
    color: #909;
}

.right {
    float: right;
}

.left {
    float: left;
}

/*--------------------------------------------------------------------------------------------------*/

.main {
    width: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 155px;
}

.logo {
    float: left;
    width: 195px;
    height: 56px;
}

.banner {
    float: left;
    width: 598px;
    height: 53px;
    margin: 4px 19px 0 0;
    border: 1px #debe93 solid;
}

.login {
    float: right;
    width: 215px;
    margin: 4px 0 0;
}

.login .inputleft {
    float: left;
    background: url( /design/eva/images/forum_input_left_bg.gif ) top left no-repeat;
    height: 19px;
    margin-bottom: 5px;
}

.login .inputright {
    float: left;
    background: url( /design/eva/images/forum_input_right_bg.gif ) top right no-repeat;
    height: 19px;
}

.login .input_login {
    float: left;
    background: url( /design/eva/images/forum_input_bg.gif ) top left repeat-x;
    border: 0;
    width: 113px;
    margin: 0 8px 0 9px;
    height: 17px;
    padding: 1px 0;
}

.login .button_login {
    margin: 5px 0 0 4px;
    background: url( /design/eva/images/forum_login_btn.gif ) top left repeat-x;
    width: 81px;
    height: 19px;
    border: 0;
    color: #fff;
    font-size: 1.1em;
    padding: 0 5px 8px 15px;
    text-align: left;
}

.login .checkbox {
    float: left;
}

.login label {
    float: left;
    line-height: 18px;
    font-size: 1.1em;
}

.topmenu {
    float: left;
    width: 100%;
    height: 20px;
    margin: 1px 0 0;
    background: url( /design/eva/images/forum_left_top_bg.gif ) top left repeat-x;
    color: #fff;
    padding: 0 10px;
    line-height: 20px;
}

.topmenu a {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
}

.search {
    float: left;
    height: 20px;
    background: url( /design/eva/images/forum_left_top_bg.gif ) top left repeat-x;
    color: #fff;
}

.search span {
    float: left;
    font-weight: bold;
    line-height: 20px;
    margin-left: 117px;
}

.search .inputleft {
    float: left;
    background: url( /design/eva/images/forum_search_input_left_bg.gif ) top left no-repeat;
    height: 19px;
    margin: 2px 5px;
}

.search .inputright {
    float: left;
    background: url( /design/eva/images/forum_search_input_right_bg.gif ) top right no-repeat;
    height: 19px;
}

.search .input_search {
    float: left;
    background: url( /design/eva/images/forum_search_input_bg.gif ) top left repeat-x;
    border: 0;
    width: 145px;
    margin: 0 5px;
    height: 17px;
    padding: 1px 0;
    font-size: 1em;
}

.button_search {
    float: left;
    margin: 2px 0;
}

.registration, .topmenu .right {
    width: 190px;
    height: 20px;
    margin: 0px 0 0;
    background: url( /design/eva/images/forum_reg_bg.gif ) top left repeat-x;
    color: #fff;
    font-size: 1em;
    padding: 0 10px 0 25px;
    line-height: 20px;
}

.registration a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.sociallife {
    width: 100%;
    float: left;
    height: auto;
    background: url( /design/eva/images/forumad_board_bg.gif ) top left repeat-x;
    border-bottom: 1px #000 solid;
    text-align: center;
    position: fixed;
    top: 0px;
}

.sociallife .archive {
    margin: 10px 0;
}

.sociallife span {
    font-size: 1.1em;
}

.boards {
    float: left;
    width: 635px;
    height: 49px;
    background: url( /design/eva/images/forumad_board_bg.gif ) top left repeat-x;
    border-bottom: 1px #e39446 solid;
    padding: 7px 10px;
}

.board {
    float: left;
    width: 210px;
}

.board img {
    float: left;
    width: 38px;
    margin-right: 5px;
}

.board p {
    float: left;
    width: 160px;
    clear: none;
    margin: 2px 0;
    line-height: 1.2em;
}

.leftcol {
    float: left;
    border-right: 1px #000 solid;
    width: 340px;
    height: 740px;
    overflow-x: hidden;
}

.left_topic {
    background-color: #9c9365;
    color: #fff;
    padding: 1px;
}

.left_topic td {
    font-weight: bold;
    font-size: 12px;
    padding: 2px;
}

.left_topic td a {
    white-space: nowrap;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
}

.left_topic .right a {
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.left_banner {
    width: 300px;
    height: 60px;
}

.left_topmenu {
    margin-top: 5px;
    margin-bottom: 5px;
}

.left_topmenu span {
    margin-right: 10px;
}

.left_topmenu  img {
    vertical-align: middle;
}

.left_topmenu a {
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.2em;
}

.left_banner {
    margin-left: 10px;
}

.mess_topic {
    margin: 2px;
    margin-left: 5px;
    font-size: 1.2em;
}

.mess_topic ul li {
    font-size: 13px;
    line-height: 1.6em;
    width: 100%;
}

.mess_topic ul li nobr  span {
    font-size: 11px;
}

.mess_topic ul li a {
    text-decoration: none;
}

.mess_topic ul li a:visited {
    color: #909;
}

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

.mess_topic ul li img {
    vertical-align: middle;
    margin-right: 5px;
}

/*
.mess_topic ul li a {
    color: #0e6ca3;
}

.mess_topic ul li a:visited {
    color: #3b8700;
}

.mess_topic ul li a:hover, .mess_topic ul li a:active, .mess_topic ul li a:visited {
    color: #f47a20;
}
*/

.forums_topic {
    margin-bottom: 25px;
    float: left;
}

.forums_topic ul li {
    float: left;
    width: 500px;
    height: 20px;
    background: url( /design/eva/images/forum_left_top_bg.gif ) top left repeat-x;
    color: #fff;
    padding: 0 10px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 1px;
}

.forums_topic ul li a {
    color: #fff;
    text-decoration: none;
}

.main_mess_frame {
    border-bottom: 1px #000 solid;
}

.messages_topic {
    background-color: #fff0cc;
    line-height: 21px;
    font-size: 12px;
    border-bottom: 1px solid #FFD064;
}

.messages_topic .left {
    padding: 2px;
}

.messages_topic .left a, .messages_topic .right a {
    font-weight: bold;
}

.messages_topic .right span {
    /*margin-right: 10px;*/
}

.maincolmess {
    padding: 0px 0px;
    font-size: 13px;
}

.maincolmess table {
    margin-bottom: 20px;
    width: 100%;
}

.maincolmess tr td {
    padding-bottom: 5px;
}

.maincolmess ul img {
    vertical-align: middle;
}

.maincolmess ul img.arrow {
    margin-top: -3px;
    margin-left: 3px;
}

.maincolmess ul li a {
    color: #a40101;
}

.maincolmess ul li a:hover, .maincolmess ul li a:active, .maincolmess ul li a:visited {
    color: #f47a20;
}

.maincolmess ul.nicks  span {
    font-weight: bold;
}

.maincolmess ul.nicks  span.red {
    color: #e20000;
}

.maincolmess ul.nicks  span.blue {
    color: #1e90ff;
}

.maincolmess ul.nicks  span.green {
    color: #11b120;
}

.maincolmess ul.nicks  span.orange {
    color: #f47a20;
}

.maincolmess ul.nicks  span.turquoise {
    color: #00a7b1;
}

.maincolmess ul.nicks  span.pink {
    color: #e103af;
}

.maincolmess ul.nicks  span.gray {
    color: #3c3c3c;
}

.maincolmess .new_mess {
    font-size: 1.1em;
    margin-left: 10px;
    padding: 10px;
}

.message_data {
    background-color: #fff0cc;
    border-bottom: 1px solid #FFD064;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.avtor {
    float: left;
    font-size: 1.1em;
    line-height: 22px;
    margin-left: 10px;
}

.date {
    float: right;
    font-size: 1.1em;
    line-height: 22px;
    margin-right: 10px;
}

.left_block_text {
    line-height: 1.2em;
    font-size: 1.4em;
}

.message .links {
    color: #ff7a00;
    margin-top: 20px;
}

.message  .links * {
    color: #ff7a00;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
}

.message div.warning {
    font-weight: bold;
    font-size: 120%;
    margin: 10px 0px;
}

.message  div.address {
    font-size: 1.1em;
    margin: 10px 0px;
}

.right_block_text {
    position: absolute;
    right: 0px;
    top: 32px
}

.right_block_text .photo_block {
    float: left;
    clear: left;
    margin: 4px 0;
}

.right_block_text .photo_block  img {
    width: 90px;
    float: left;
    margin-right: 5px;
}

.right_block_text .photo_block p {
    width: 130px;
    float: left;
    clear: none;
}

.right_block_text .photo_block p  a {
    font-weight: bold;
}

.level-1 {
    margin-left: 0px;
    display: inline;
}

.level-2 {
    margin-left: 10px;
    display: inline;
}

.level-3 {
    margin-left: 20px;
    display: inline;
}

.level-4 {
    margin-left: 30px;
    display: inline;
}

.level-5 {
    margin-left: 40px;
    display: inline;
}

.level-6 {
    margin-left: 50px;
    display: inline;
}

.level-7 {
    margin-left: 60px;
    display: inline;
}

.level-8 {
    margin-left: 70px;
    display: inline;
}

.level-9 {
    margin-left: 80px;
    display: inline;
}

.level-10 {
    margin-left: 90px;
    display: inline;
}

.level-11 {
    margin-left: 100px;
    display: inline;
}

.level-12 {
    margin-left: 110px;
    display: inline;
}

.level-13 {
    margin-left: 120px;
    display: inline;
}

.level-14 {
    margin-left: 130px;
    display: inline;
}

.level-15 {
    margin-left: 140px;
    display: inline;
}

.level-16 {
    margin-left: 150px;
    display: inline;
}

.level-17 {
    margin-left: 160px;
    display: inline;
}

.level-18 {
    margin-left: 170px;
    display: inline;
}

.level-19 {
    margin-left: 180px;
    display: inline;
}

/************************************************************************************************/

.form {
}

.form table {
    width: 100%;
}

.form table tr td table {
    width: auto;
}

.form h1, .form h2 {
    background: url( /design/eva/images/forum_topic_bg.gif ) repeat-x;
    color: #000;
    font-size: 1.7em;
    font-weight: bold;
    padding: 5px;
    margin-left: 0px;
}

.form tfoot {
    padding: 10px 10px 10px 135px;
    background-color: #F2F2F2;
    margin-top: 10px;
}

.form tfoot div {
    margin-left: 260px;
}

.form tfoot input {
    font-family: Times New Roman;
    margin-right: 25px;
    width: 174px;
    font-size: 1.6em;
}

.form .status {
    width: 100%;
    padding: 10px;
    color: #cc0033;
    background-color: #cccccc;
}

.form tr td {
    padding: 5px;
}

.form li.info {
    text-align: center;
    font-size: 120%;
    color: #3333ff;
    padding: 5px;
}

.form li.warn {
    text-align: center;
    font-size: 120%;
    color: #ff6600;
    padding: 5px;
}

.form  ul, .list  ul {
}

.form  td ul, .list td ul, .form td table, .list td table {
    border: none;
}

.form li.error {
    text-align: center;
    font-size: 120%;
    color: #ff0000;
    padding: 5px;
}

.form div.error {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffee;
    color: #ff3333;
    clear: both;
    overflow: hidden;
    _height: 1%;
}

.form tbody td .error input {
    float: left;
}

.form tbody td .error select {
    float: left;
}

.form tbody td .error div {
    padding-left: 10px;
    float: left;
    width: 200px;
}

.form tbody td, .form thead th {
    font-size: 120%;
}

.form tbody td:first-child {
    width: 250px;
    text-align: right;
    vertical-align: top;
}

.form tbody td input, .form tbody td select {
    width: 250px;
}

.form tbody td textarea {
    width: 450px;
}

.form tbody td .radio input {
    width: 20px;
}

.form tbody td input.checkbox {
    width: 15px;
}

.gray-text {
    color: #101010;
}

.after-login {
    border-left: 1px solid #eecd97;
    width: 100%;
    height: 77px;
    min-width: 180px;
    background: url( /design/eva/images/forum/forum_bg.gif ) repeat-x;
}

.after-login a {
    color: #d20003;
    font-weight: bold;
    margin: 5px;
}

.after-login td {
    padding: 2px;
}

.forum-board-rules {
    font-size: 110%;
    margin-left: 10px;
}

.forum-board-rules h1 {
    font-size: 2em;
    margin-left: 0px;
}

.forum-board-rules h2 {
    font-size: 1.8em;
    margin-left: 0px;
}

.forum-board-rules h3 {
    font-size: 1.6em;
    margin-left: 0px;
}

.forum-board-rules li {
    margin-left: 20px;
    margin-top: 5px;
}

.forum-board-rules p, .forum-board-rules div {
    margin-top: 20px;
}

.list {
}

.list table, table.list {
    border: 1px solid #CFCFCF;
    border-top: none;
    width: 100%;
}

.list h1 {
    padding-left: 25px;
    height: 29px;
    margin-left: 0px;
    padding-top: 3px;
    font-size: 2.2em;
}

.list table tfoot, table.list tfoot {
    padding: 10px 10px 10px 135px;
    background-color: #F2F2F2;
    margin-top: 10px;
}

.list table tr td, .list table tr th, table.list tr td, table.list tr th {
    padding: 5px;
    text-align: right;
}

.list table tr th, table.list tr th {
    font-weight: bold;
    text-align: right;
    font-size: 13px;
}

.list table tr td, table.list tr td {
    font-size: 13px;
}

.list li.info {
    text-align: center;
    font-size: 1.5em;
    color: #3333ff;
    padding: 5px;
}

.list li.warn {
    text-align: center;
    color: #090;
    padding: 5px;
}

a.d-true, .mess_topic ul li a.d-true {
    color: #999;
}

a.d-true, .mess_topic ul li a.d-true: visited {
    color: #999;
}

a.d-false, .mess_topic ul li a.d-false: visited {
    color: #000;
}

.skip-top {
    margin-top: 60px;
}

.before-login {
    border-left: 1px solid #eecd97;
    width: 180px;
    height: 76px;
    background: url( /design/eva/images/forum/forum_bg.gif ) repeat-x;
}

.before-login  td {
    padding: 2px;
}

.before-login input {
    border: 1px solid #eecd97;
    width: 100px;
    height: 14px;
    font-size: 11px;
}

.before-login input.button_login {
    border: none;
    width: 13px;
    height: 24px;
}

.before-login  a {
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 13px;
    background-color: #f1592a;
    padding: 1px;
    text-decoration: none;
    font-weight: bold;
}

.top-links {
    width: 75%;
    float: left;
    padding-top: 2px;
    line-height: 20px;
    color: #ccb79c;
    height: 61px;
}

.top-links a {
    margin-left: 1px;
    margin-right: 1px;
    color: #82705a;
    white-space: nowrap;
}

.colored-links {
    float: left;
}

.colored-links  a {
    width: 95px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-right: 1px;
    padding: 2px 0px;
    float: left;
}

.colored-links  a.orange {
    background: url( /design/eva/images/forum/orange-top.gif ) top left no-repeat;
}

.colored-links  a.blue {
    background: url( /design/eva/images/forum/blue2-top.gif ) top left no-repeat;
}

.colored-links  a.blue2 {
    background: url( /design/eva/images/forum/blue-top.gif ) top left no-repeat;
}

.colored-links  a.green {
    background: url( /design/eva/images/forum/green-top.gif ) top left no-repeat;
}

.colored-links  a.violet {
    background: url( /design/eva/images/forum/violet-top.gif ) top left no-repeat;
}

.colored-links  a.violet2 {
    background: url( /design/eva/images/forum/violet2-top.gif ) top left no-repeat;
}

.colored-links2 {
    float: right;
    background: url( /design/eva/images/forum/brown-top.gif ) top left no-repeat;
    width: 175px;
    height: 14px;
    text-align: center;
    color: #996600;
    margin-right: 10px;
    line-height: 14px;
    vertical-align: middle;
}

.colored-links2 a {
    color: #996600;
    font-weight: bold;
    text-decoration: none;
    margin: 4px 6px;
}

.moderate-info {
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}

.moderate-info a {
    color: #f30;
}

.user-link {
    font-size: 12px;
    margin-bottom: 10px;
}

.left_block_text a.user-link {
    font-size: 14px;
}

div.objectRate {
    text-align: center;
    padding: 2px;
}

div.voteValues, div.likesBlock {
    display: inline-block;
    text-align: center;
}

div.voteValues div.likes-brick, div.likesBlock div.likes-brick {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 80px;
}

div.counters {
    clear: both;
    overflow:hidden;    
}

div.add-photo-block {
    border: 1px solid #fce4b3;
    background-color: #fbecce;
    padding: 15px;
    line-height:  120%;
    margin-bottom:  20px;
    font-weight: bold;
}

div.add-photo-block .ui-widget-header {
    background: url( /design/eva/images/forum_topic_bg.gif ) repeat-x;
    font-weight: bold;

}
div.add-photo-block  .ui-tabs .ui-tabs-nav li a {
    font-size:  13px;
    padding:  2px 5px;
    color: #555;
    font-family: Arial;
}
div.add-photo-block  .ui-tabs .ui-tabs-nav li a.ui-state-active {
    color:#000;
}
