.DayReg
{
    COLOR: black;
    BACKGROUND-COLOR: #ffffc0;
    FONT-SIZE: xx-small;
    TEXT-ALIGN: center;
    CURSOR: default;
}
.DayRegAct
{
    COLOR: black;
    BACKGROUND-COLOR: red;
    FONT-SIZE: xx-small;
    TEXT-ALIGN: center;
    CURSOR: default;
}
.DayRegToday
{
    COLOR: black;
    BACKGROUND-COLOR: lightblue;
    FONT-SIZE: xx-small;
    TEXT-ALIGN: center;
    CURSOR: default;
}
.DayRegTodayAct
{
    COLOR: black;
    BACKGROUND-COLOR: orchid;
    FONT-SIZE: xx-small;
    TEXT-ALIGN: center;
    CURSOR: default;
    FONT-WEIGHT: bold;
}
.DayHL  
{
    COLOR: red;
    BACKGROUND-COLOR: #ffffc0;
    FONT-SIZE: xx-small;
    TEXT-ALIGN: center;
    CURSOR: hand;
}
.DayHLAct
{
    COLOR: red;
    BACKGROUND-COLOR: #ffffc0;
    FONT-SIZE: xx-small;
    TEXT-ALIGN: center;
    CURSOR: hand;
 /* FONT-WEIGHT: bold; */
}
.DayHLToday
{
    COLOR: red;
    BACKGROUND-COLOR: lightblue;
    FONT-SIZE: xx-small;
    TEXT-ALIGN: center;
    CURSOR: hand;
}
.DayHLTodayAct
{
    COLOR: red;
    BACKGROUND-COLOR: lightblue;
    FONT-SIZE: xx-small;
    TEXT-ALIGN: center;
    CURSOR: hand;
 /* FONT-WEIGHT: bold; */
}
.DayFiller 
{
    BACKGROUND-COLOR: #cccccc;
}
.TitleRow  
{
    COLOR: white;
    BACKGROUND-COLOR: blue;
    FONT-SIZE: xx-small;
    FONT-WEIGHT: bold;
}
