html, body
{
    font-size: 9pt;
    background: none;
}

#mainmenu, #toolbar, #header
{
    display: none;
}

#page, #page.timesheetpage
{
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
}
#celltable th, #celltable td
{
    font-size: 7pt;
}
.celleditor-container
{
    font-size: 7pt;
    background: none;
    overflow: visible;
    position: static;
}

}
#celltable .rightlegend th, #celltable .rightlegend td
{
    color: black;
    background: none;
    text-align: left;
    vertical-align: top;

}

.timesheet-label
{
    width: 3cm;
}

.timesheet-text
{
    width: 4cm;
}
