﻿.TimesheetCellFree, .TimesheetCellBusy
{
   width: 75px;
   text-align: center;
   vertical-align: middle;
   height: 20px;
   background-color: #f0c5cf;
}

.TimesheetCellBusy
{
   background-color: #cc0033;
}

.Label
{
 font-weight: bold;
}

.ErrorMessage
{
  color: Red;
  font-weight: bold; 
}

#positionImage
{
    position:absolute;
}