body{
    background: #ececee url('../../media/images/bg.jpg') repeat-x;
}

.x {
    text-decoration:none;
    border-bottom:1px dashed #009;
}

#mainBlock {
    border-left:1px solid #c9c9c9;
    border-right:1px solid #c9c9c9;
    background: #fff;
}

#mainBottom {
    background: url('../../media/images/contBottom.png') no-repeat;
    width:952px;
    height: 20px;
    margin:0 auto;
}

#site_header {
}

#site_logo_block {
    padding: 19px 0 0 10px;
    text-align: center;
    color: #FFFFFF;
}

#site_menu_top {
    margin-top: 4px;
    padding: 0 7px 0 9px;    
}

.topmenuitem {
    margin-right: 0.8em;
}

.topmenu_active {
    font-weight: bold;
}

#site_menu_auth {
    text-align: right;
    margin-top: 4px;    
}

#search_block {
    margin-left: 5px;
    color: #FFF; 
    background: url('../../media/images/searchBlock.png') no-repeat;
    height: 100px;
}

#search_block_content {
    padding: 19px;
}

#search_block_content a {
    color: #FFFFFF;
}

#search {
    margin: 0;
    width: 650px;
}

#site_content {
    padding-right: 10px;
    padding-left: 23px;        
}

#site_rightbar {
    padding: 0 10px 10px 30px;
    text-align: center;    
}

#site_footer {
    text-align: center;
    padding: 10px;
    color: #969696;    
}

.headText {
    font-size: 1.4em;
    color: #808080;
    margin-bottom: 10px;
}

.tags {
    text-align: center;
    margin-bottom: 15px;
}

.ico {
    margin-bottom: -3px;
}

.thumbnails a
{
    display: block;
    float: left;
    margin: 0 13px 0 12px;
}
.thumbnails a img{ border: solid 1px Black; }
.thumbnails a:hover img{ border: solid 1px #aaa }

.corners {
    background-color: #FFFFFF;
    padding: 5px;
}

.corners-container {
    margin-bottom: 15px;
    background-color: #D0D0D0;    
}

label {
    color: #808080;
}

.blockHeader {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}

.blockHeader a {
    color: #585858;
}

.infoBlock {
    text-align: left;
    border: 1px solid #969696;
    margin-bottom: 20px;
}

.infoBlock div {
    padding: 3px;
}

.blockTitle {
    background-color: #38b051;
    border-top: 1px solid #66c97c;
    border-left: 1px solid #66c97c;    
    border-bottom: 1px solid #969696;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
    color: #FFFFFF;    
}

.blockTitleBig {
    background-color: #38b051;
    border-top: 1px solid #66c97c;
    border-left: 1px solid #66c97c;
    border-bottom: 1px solid #969696;
    text-align: center;
    font-weight: normal;    
    font-size: 16pt;
}

.blockTitleBig  a {
    color: #FFFFFF;
}

.personal th {
    font-weight: normal;
    width: 130px;
    text-align: right;
    padding: 0 10px;
    color: #822B00;
}

.personal input, select {
    margin: 0;
}

a.x-empty {
    color: #C0C0C0;
    text-decoration: none;
    border-bottom: 1px dashed #C0C0C0;    
}

a.x-text {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #C0C0C0;    
}

span.empty {
    color: #C0C0C0;   
}

a.x-grey {
    color: #585858;
    text-decoration: none;
    border-bottom: 1px dashed #585858;
}

.x_errors {
    color: red;
}

table.album {
    text-align: center;
    border-collapse: separate;
    border: 1px solid #ACACAC;
    background-color: #E0E0E0;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;        
}
table.album td {
    vertical-align: middle;
    text-align: center;
    width: 150px;
    height: 150px;
    border: 1px solid #ACACAC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    background-color: #FFFFFF;
}
table.album td.empty {
    border: none;
    background-color: #E0E0E0;
}