/* Left and right tabs */

.s5_lr_tab {
    background: url(../images/s5_lrtab.png) repeat-y scroll 5px 2px;
    cursor: pointer;
    position: fixed;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 35px;
    line-height: 35px;
    z-index: 2;
}

.s5_lr_tab:hover {
    background: url(../images/s5_lrtab.png) repeat-y scroll -30px 2px;
}

.s5_lr_tab_inner {
    font-size: 12pt;
    font-weight: normal;
    width: 35px;
    float: right;
}

/* IE6 Warning */
#s5_iepopouter {
    position: absolute;
    top: 0px;
    z-index: 998;
    background: #000000;
    filter: alpha(opacity = 80);
    width: 100%;
    height: 1200px;
}

#s5_iepopinner {
    padding-top: 34px;
    border: 1px solid #ffffff;
    position: absolute;
    z-index: 999;
    background: url(../libs/iewarning/images/gradient.jpg) bottom repeat-x;
    width: 345px;
    height: 300px;
    left: 50%;
    margin-left: -172px;
    top: 200px;
}

#s5_iepopwrap {
    cursor: pointer;
    margin-right: 5px;
    margin-top: -19px;
    margin-bottom: 0px;
    float: right;
    background: url(../libs/iewarning/images/close.jpg) no-repeat;
    width: 24px;
    height: 24px;
}

#s5_iepopwrap2 {
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 15px;
    float: left;
    background: url(../libs/iewarning/images/ie.jpg) no-repeat;
    width: 59px;
    height: 57px;
}

#s5_iepop_bigtitle {
    margin-top: 6px;
    margin-bottom: 15px;
    float: left;
    padding-left: 5px;
    font-size: 18px;
    color: #000000;
}

#s5_iepop_upgrade {
    cursor: pointer;
    background: url(../libs/iewarning/images/button.jpg) no-repeat;
    width: 142px;
    height: 34px;
    line-height: 30px;
}

#s5_iepop_maintext {
    margin-top: -10px;
    margin-left: 20px;
    width: 87%;
    color: #000000;
    margin-bottom: 33px;
}

/* MAIN COLUMN WRAPS AND MODULE FLOAT */

#s5_columns_wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#s5_columns_wrap_inner {
    width: 200%;
}

#s5_center_column_wrap {
    float: left;
    left: 50%;
    position: relative;
    width: 50%;
}

#s5_center_column_wrap_inner {
    left: -100%;
    overflow: hidden;
    position: relative;
}

#s5_left_column_wrap {
    float: left;
    left: -50%;
    position: relative;
}

#s5_below_body_wrap {
    margin-top: 14px;
}

#s5_main_body_wrap {
    min-height: 100%;
    width: 100%;
}

#s5_width_wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.s5_wrap {
    margin: 0 auto;
}

.s5_float_left {
    float: left;
}
