.backup_box{
    color: #000;
    background: #E4F6F8;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 15px 36px 14px 20px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
.back_b_left{
    width: 80px;
    height: 70px;
    float: left;
    margin: 0 18px 0 0;
}
.back_b_right{
    width: 477px;
    float: left;
}
.backup_box h3{
    font-size: 12pt;
    font-weight: bold;
    color: #32332D;
}
.back_b_right p{
    font-size: 10pt;
    color: #51524C;
    margin:0;
}
.back_b_right p a{
    text-decoration: none;
    color: #0BC1E6;
}
.back_b_right p a:hover{
    text-decoration: underline;
}
.back_b_right ul {
    list-style:none;
}
.cl_back{
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    top: 10px;
    right: 10px;
    background: url("img/close_b.png") no-repeat 0 0; 
}
.ar_back.disable {
    background: url("img/ar_back_dis.png") no-repeat 0 0;
    cursor: default;
} 
.ar_forw.disable {
    background: url("img/ar_forw_dis.png") no-repeat 0 0;
    cursor: default;
}
.ar_back, 
.ar_forw{
    width: 18px;
    height: 20px;
    display: inline-block;
}
.ar_back{
    background: url("img/ar_back.png") no-repeat 0 0; 
}
.ar_forw{
    background: url("img/ar_forw.png") no-repeat 0 0; 
    margin: 0 0 0 10px;
}
.p_im{
    text-align: center;
    height: 50px;
}
.p_im img{
    margin: 0;
}
.p_ar{
    text-align: center;
}

.viewport {
    width:100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    width:477px;
    min-height: 70px;
}
.overview { 
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}
.overview li{
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    width:477px;
    height: 100%;
}

#newsImportant {
    background-color: #E4F6F8;
    width: 630px;
    padding: 10px 0 10px 20px;
    border-radius: 0 0 5px 5px;
}
#displayNewsLink {
    color:#0BC1E6;
    text-decoration: underline;
    font-size: 13px;
}