﻿*
{
    font-family:verdana;
    font-size: 8pt;
}
.body 
{
    font-family:verdana;
    font-size: 8pt;
}
.button
{
    border: 1px solid black;
    background-color:Green;
    color: white;
    cursor: hand;
    width: 120px;
    height:30px;
}
.box
{
    width:20px;
    text-align:center
}
.boxa
{
    border: 3px solid Black;
    color: white;
    background-color:  SteelBlue;
    font-size:12pt
}
.boxb
{
    color: Black;
    font-size:10pt
}
.boxc
{
    border: 3px solid Black;
    color: white;
    background-color:  SteelBlue;
    font-size:12pt
}
.boxd
{
    border: 3px solid LightSteelBlue;
    color: Black;
    font-weight:bold;
    background-color:  LightSteelBlue;
    font-size:12pt
}
.boxe
{
    border: 3px solid Black;
    color: white;
    background-color:  SteelBlue;
    font-size:12pt
}
.heading
{
    width:100px;
    text-align:center;
}    
.timebegin
{
    width:60px;
}    
.timeend
{
    width:60px;
}    
.timerow
{
    height:2px
}
.timerowhour
{
    height:1px;
    background-color:Silver
}
.table
{
    border: 2px solid Darkgreen;
}

