/* Arrows */
div.arr_red{
    float:center;
    width:7px;
    text-align:left;
    font-size:0px;
}

div.arr_red div.l1{
    background-color:#FF0000;
    width:1px;
    height:10px;
    overflow:hidden;
    margin-left:2px;
}

div.arr_red div.l2{
    background-color:#FF0000;
    width:5px;
    height:1px;
    overflow:hidden;
}

div.arr_red div.l3{
    background-color:#FF0000;
    width:3px;
    height:1px;
    overflow:hidden;
    margin-left:1px;
}

div.arr_red div.l4{
    background-color:#FF0000;
    width:1px;
    height:1px;
    overflow:hidden;
    margin-left:2px;
}

div.arr_green{
    float:center;
    width:7px;
    text-align:left;
    font-size:0px;    
}

div.arr_green div.l1{
    background-color:#00cf00;
    width:1px;
    height:1px;
    overflow:hidden;
    margin-left:2px;
}

div.arr_green div.l2{
    background-color:#00cf00;
    width:3px;
    height:1px;
    overflow:hidden;
    margin-left:1px;
}

img.chart{
    float:left;    
    border:0;
}

div.arr_green div.l3{
    background-color:#00cf00;
    width:5px;
    height:1px;
    overflow:hidden;
}

div.arr_green div.l4{
    background-color:#00cf00;
    width:1px;
    height:10px;
    overflow:hidden;
    margin-left:2px;
}

div.arr_clear{
    float:left;
    width:7px;
    height:13px;
    font-size:0px;    
}

div.data {
    width:62px;
    text-align:left;
}

.G {color:#00B900;font-size:11px; background-color: #FFFFFF;}
.R {color:#D20000;font-size:11px; background-color: #FFFFFF;}

/* End Arrows */