﻿#expectedpicks{
    padding-bottom: 10px;
}
#expectedpicks .header{
    border-bottom: 1px dotted #ccc;
    padding-bottom:0px;
    padding-left:3px;
    background:transparent url(images/bkg/headersbkg.png) repeat-x scroll center top;
    line-height:1.2em;
    font-size:90%;
    margin-bottom:2px;
}

#expectedpicks table{
    margin:0 5px;
}
#expectedpicks .ticker{
    width:55px;    
}
#expectedpicks .percentdown{
    color:#EA1E21; 
    text-align:right; 
    font-size:85%;
}
#expectedpicks .percentup{
    color:#049700; 
    text-align:right; 
    font-size:85%;
}
#expectedpicks .percentdownvisual{
     background-color:#EA1E21; 
     height:10px;
     overflow:hidden;
}
#expectedpicks .percentupvisual{
    background-color:#049700; 
    width:80px; 
    height:10px;
}