
.todayon
{
    padding-top:5px;
    color: Black;
    font-size: 11px;
    text-align: left;
}
div.todayon a:link, div.todayon a:visited 
{
    color: #F2EA99;
}
div.todayon a:hover 
{
    color: Red;
}
.todayon_header, A.todayon_header, A.todayon_header:visited
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
}
A.todayon_FullStory, A.todayon_FullStory:visited
{
    color: #2d5276;
    font-size: 11px;
    font-weight: bold;
}

.todayon_square 
{
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    float: left;
    margin: 0px 7px;
    cursor: pointer;
}
.todayon_square:hover, .todayon_square_on
{
    width: 10px;
    height: 10px;
    background-color: #3f73a5;
    float: left;
    margin: 0px 7px;
}
.todayon_square_on 
{
    cursor:progress;
}
