body {
    font-family:Tahoma, Verdana, sans-serif;
    font-size: 12px;
    margin:0;
    padding:0;
    background:url('../img/bg/body.jpg') no-repeat #fff;
}

table, td {
    font-family:Tahoma, Verdana, sans-serif;
    font-size: 12px;
    border-collapse: collapse;
    border: 0;
    padding: 0;
}

a {
    color: #1F82C8;
}

a:hover {
    text-decoration: none;
}

.displayBlock {
    display: block;
}

.displayNone {
    display: none;
}

.relative {
    position: relative;
    overflow: visible;
}

.empty {
    height: 35px;
}

.relatedBlocks {
    
   /* padding: 15px;*/
}

.relatedBlocks div {
   /* padding-top: 15px;*/
}

a.logo {
    display:block; 
    height:230px;
    width:220px;
    background: url(../img/logo.jpg) no-repeat left top;
    margin: 0;
}

.tabs {
    height: 27px;
    padding:0 27px 0 0;
    margin-top: 25px;
}

.tabsContainer {
    float: right;
}

.tabs a {
    display: block;
    position: relative;
    width: 160px;
    height: 27px;
    float: left;
    overflow: hidden;
    margin: 0 0 0 5px;
    padding: 0px;
    background: url('../img/tabs/left.png') left -28px no-repeat;    
    text-align: center;
    line-height: 27px;
    color: #777;
    font-weight: bold;
    /*font-size: 15px;*/
    text-decoration: none;
    
}

.tabs a span {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 11px;
    height: 27px;
    background: url('../img/tabs/right.png') left -28px no-repeat;      
}

*HTML .tabs a span {
    right: -1px;
}

.tabs a:hover {
    background: url('../img/tabs/left.png') left -56px no-repeat;    
}

.tabs a:hover span {
    background: url('../img/tabs/right.png') right -56px no-repeat;   
}

.tabs a.active, .tabs a.active:hover {
    background: url('../img/tabs/left.png') left 0px no-repeat;    
    font-weight: bold;
    color: #1F82C8;
}

.tabs a.active span, .tabs a.active:hover span {
    background: url('../img/tabs/right.png') right 0px no-repeat;     
}

.container {
    width:834px;
    margin:55px auto 0;
    background: #fff;
    position: relative;
}

.head {
    height:212px;
    background:url(../img/bg/head.jpg) left top no-repeat;        
}

.content {
    padding: 15px 30px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.footer {
    height:248px;
    position: relative;
    background:url('../img/common/defaultFooter.jpg') left bottom no-repeat;        
}

.footerCopyright {
    position: absolute;
    right: 40px;
    bottom: 10px;
    width: 355px;
    height:30px;
    text-align: left;   
    font-size: 10px;
}

.copyright {
    height: 36px;
    background: url('../img/common/stox.png') 145px bottom no-repeat;   
}

.copyright a {
    display: block;
    padding: 21px 0 0 48px;
    color: #333;
    font-size: 10px;
    font-family: Arial;
    text-decoration: none;
}

.counter {
    position: absolute;
    right: 32px;
    bottom: 0px;
    width: 88px;
    height:15px;
    overflow: hidden;
}

.counter img {
    position: absolute;
    right: 0px;
    bottom: -2px;
}