*{
    font-family: arial;
}

body{
    margin:0px;
    padding:0px;
}

#logo{
    width:90px;
    height:40px;
    cursor: pointer;
}


#bg_chart{
    background: url(/website/media/images/subpage/bg_chart_widget.png) left top no-repeat;
    width:561px;
    height:326px;
}

#title{
    width:350px;
    height:52px;
}

#chart_body{
    text-align:center;
    height:240px;
    width:520px;
    padding-left:20px;
}

#download{
    text-align: center;
    width:520px;
    margin-top:7px;  
}

#download a{
    color:#000099;
    font-weight: bold;
    font-size: 12px;
}
                       
.center{
    margin-left :auto;
    margin-right :auto;
}

.c_both{
    clear: both;
}
.f_left{
    float: left;
}

.f_right{
    float: right;
}