html, body {
    padding:0;
    margin:0;
}

body {
    background-color: #eeeeee;
}

/* homepage frame */

.homePageFrame {
    width: 985px;
}

.homePageFrame .left-border {
    background: url("images/shadow_left_part.gif") repeat-y;
    width: 7px;
    height: 550px;
}

.homePageFrame .left-corner-top {
    background: url("images/shadow_left_corner_top.gif") no-repeat;
}

.homePageFrame .left-corner {
    background: url("images/shadow_left_corner.gif") no-repeat;
    height: 7px;
    line-height: 1px;
}

.homePageFrame .left-corner-right {
    background: url("images/shadow_left_corner_right.gif") no-repeat;
    height: 7px;
    line-height: 1px;
}

.homePageFrame .center-border {
    background: url("images/shadow_center_part.gif") repeat-x;
    width: 971px;
    height: 7px;
    line-height: 1px;
}

.homePageFrame .right-border {
    background: url("images/shadow_right_part.gif") repeat-y;
    width: 7px;
    height: 550px;
}

.homePageFrame .right-corner-top {
    background: url("images/shadow_right_corner_top.gif") no-repeat;
}

.homePageFrame .right-corner {
    background: url("images/shadow_right_corner.gif") no-repeat;
    height: 7px;
    line-height: 1px;
}

.homePageFrame .right-corner-left {
    background: url("images/shadow_right_corner_left.gif") no-repeat;
    height: 7px;
    line-height: 1px;
}

.homePageFrame .left-corner-top, .homePageFrame .right-corner-top {
    height: 5px;
    line-height: 1px;
}

.loginPanel {
    overflow: hidden;
    background: url("images/bgr_header.gif") repeat-x;
    height: 40px;
}

.loginTextBox {
    height: 17px;
    color: #808FA7;
    font-family: Arial, monospace;
    font-size: 12px;
    border: 1px solid #B3B4B6;
    padding: 0 0 0 3px;
}

.errorTextBox {
    background: #FFE5E5 none repeat scroll 0 !important;
    border: 1px solid #FF0000 !important;
}

.secondNavPanel {
    background: url("images/secondNav/slogan_bgr.gif") repeat-x;
    height: 23px;
}

.secondNavPanelShadow {
    background: url("images/secondNav/shadow_header.gif") repeat-x;
    height: 12px;
}

.largeThumbnail .infoCaption {
    color: #5f6063;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
}


.animatedPanelBox {
    width: 642px;
    height: 315px;
    overflow: hidden;
}

.animatedPanelBoxLayer {
    width: 642px;
    height: 315px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.bottomPanel {
    width: 644px;
    height: 154px;
    overflow: hidden;
}

.bottomPanel div.linksArea {
    background: url("images/bottom_panel_center_pix.gif") repeat-y;
    width: 322px;
    height: 109px;
    overflow: hidden;
}

.linksArea a {
    color: #4197E3;
    font-size: 12px;
    line-height: 25px;
    margin-left: 5px;
}

.linksArea a:hover {
    color: #4197E3;
    text-decoration: underline;
}

.bottomPanel .footer {
    background: url("images/bottom_panel_footer.gif") no-repeat;
    width: 322px;
    height: 15px;
}