.tblTimeTable
{
    border: 1px solid silver;
}

.tblTimeTable td, th
{
    border: 1px solid silver;
}

.tblTimeTable td.workDay
{
    cursor: pointer;    
}

.tblTimeTable tr td[day]:hover
{
    background-color: #E3F7FF;
    /*color: white;*/
}

#showTimeTable
{
    text-decoration: underline;
    color: blue; 
    cursor: pointer;
    padding-left: 15px;
}

#showTimeTable.hidden
{
    background: url("../img/icon_plus_1.gif") no-repeat left center;
}
#showTimeTable.open
{
    background: url("../img/icon_minus_1.gif") no-repeat left center;
}