body {
    color: Black;
    background-color: White;
    font-family: Geneva, Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.body-block {
    margin: 15px;
    background-color: White;
}


.logo {
    position: absolute;
    top: 40px;
    left: 50px;  
}
.subtitle 
{
    position: absolute;
    top: 92px;
    left: 55px;
    color: White;
}


.header {
    height: 250px;
    background-repeat: no-repeat;
    background-image: url('/Pictures/Rs/top-bg.jpg');
    background-color: #3399ff;
}
.header .user-info {
    color: #d7d7ff;
    font-family: Arial;
    position: absolute;
    top: 40px;
    right: 45px;
    font-size: 14px;
    font-weight: bold;
}
.header .user-info .user-login,
.header .user-info .user-id,
.header .user-info .user-balance {
    color: White;
}
.header .user-logins {
    position: absolute;
    top: 235px;
    right: 50px;
    font-size: 14px;
    font-weight: bold;
}
.header .user-logins a {
    color: White;
}


.menu-block-4ie {
    background-color: #0066cc;
    background-image: url('Pictures/Rs/menu-bg.gif');
}
.menu-block {
    font-weight: bold;        
    padding: 10px 30px 10px 30px;
    background-color: #0066cc;
    background-image: url('Pictures/Rs/menu-bg.gif');
}
.menu a {
    color: White;
    text-decoration: none;
}


.menu-dyn-hover,
.menu-dyn-menu,
.menu-dyn-selected,
.menu-dyn-item,
.menu-stat-menu,
.menu-stat-item,
.menu-stat-selected,
.menu-stat-hover {
    background-color: #0066cc;
}
.menu-dyn-item,
.menu-stat-item {
    padding: 4px 8px 4px 6px;    
}

.menu-dyn-item a {
    color: White;
    text-decoration: none;
    font-weight: bold;
}
.menu-stat-hover, 
.menu-dyn-hover
{
    background-color: Orange;
}
.menu-stat-hover a, 
.menu-dyn-hover a {
    color: Black;
}


.content-block
{
    padding: 20px;
    padding-bottom: 30px;
    border-left: 1px solid #0066cc;
    border-right: 1px solid #0066cc;
}


.support-block {
    height: 160px;
    background-repeat: no-repeat;
    background-image: url('/Pictures/Rs/bottom-bg.jpg');
    background-color: #3399ff;
    border-top: 1px solid #0066cc;
}
.support-block .support-phone,
.support-block .support-email,
.support-block .support-icq {
    color: White;
    position: absolute;
    right: 50px;    
}
.support-block .support-phone {
    top: 84px;
}
.support-block .support-phone span {
    font-weight: bold;
}
.support-block .support-email {
    top: 100px;
}
.support-block .support-email a {
    color: White;
}
.support-block .support-icq {
    top: 120px;
    width: 200px;
    text-align: right;
}


.footer-block {
    padding: 0 30px 0 30px;
    position: relative;
    top: -150px;
    height: 1px;
    font-size: 90%;
}
.footer-block .footer-copyright {
    position: relative;
    float: left;
}
.footer-block .footer-partner {
    text-align: right;    
}
.footer-block a {
    color: Black;
}