#calendarHolder {
        position: absolute; top: 90px; left: 494px;
}
.dateNormal {
        position: absolute;
        width: 20px;
        height: 20px;
        color: black;
        background: #ffffff;
        font-family: Verdana, sans-serif;
        font-size: 10px;
        text-align: center;
        border: 1px solid #aaaaaa;
}
.dateNormalSelected {
        position: absolute;
        width: 20px;
        height: 20px;
        color: #ffffFF;
        background: #b70000;
        font-family: Verdana, sans-serif;
        font-size: 10px;
        text-align: center;
        /*border: thin solid #aaaaaa; */
        border: 1px solid #aaaaaa;
}
.dateOther  {
        position: absolute;
        width: 20px;
        height: 20px;
        color: #666666;
        background: #dddddd;
        font-family: Verdana, sans-serif;
        font-size: 10px;
        text-align: center;
        /*border: thin solid #aaaaaa; */
        border: 1px solid #aaaaaa;
}
.dateOtherSelected {
        position: absolute;
        width: 20px;
        height: 20px;
        color: #666666;
        background: #aaaaaa;
        font-family: Verdana, sans-serif;
        font-size: 10px;
        text-align: center;
        /*border: thin solid #aaaaaa;*/
        border: 1px solid #aaaaaa;
}
.dateToday {
        position: absolute;
        width: 20px;
        height: 20px;
        color: white;
        background: #b70000;
        font-family: Verdana, sans-serif;
        font-size: 10px;
        text-align: center;
        border: 1px solid #aaaaaa;
}
.dateTodaySelected {
        position: absolute;
        width: 20px;
        height: 20px;
        color: white;
        background: #b70000;
        font-family: Verdana, sans-serif;
        font-size: 10px;
        text-align: center;
        border: 1px solid #aaaaaa;
}
.debug {
        position: absolute;
        width: 300px;
        height: 500px;
        background: #cccccc;
        top: 100px;
        left: 800px;
        overflow: scroll;

}
.monthSelectDiv {
        position: absolute;
        top: 2px;
        left: 35px;
        /*width: 100px;*/
        /*height: 40px;*/
        font-family: Verdana, sans-serif;
        font-size: 10px;
}
.monthDiv {
        font-family: Verdana, sans-serif;
        position: absolute;
        font-size: .75em;
       /* font-weight: bold; */
        color:#000000;
        text-align:center;
        background: #fff;
        height: 20px;
        width: 140px ;
        z-index: 0;
        border: 1px solid #aaaaaa;
}
.dow {
        position: absolute;
        width: 20px;
        height: 14px;
        color: #ffffFF;
        background: #b70000;
        font-family: Verdana, sans-serif;
        font-weight: bold;
        font-size: 10px;
        text-align: center;
        z-index: 1000;
        border: 1px solid #aaaaaa;
}
