.calendarTitle {
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 30px;
    height: 40px;
    z-index: 100;
}

.dayheader {
    height: 40px;
    float: left;
    text-align: center;
    v-align: middle;
    font-weight: bold;
    font-size: 16px;
}

.day {
    height: 40px;
    float: left;
    v-align: middle;
    font-weight: bold;
    font-size: 16px;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.sidebarTable {
    height: 20px;
}

.daymini {
    height: 15px;
}

.sunday {
    background-color: #aac;
}

.monday {
    background-color: #bbd;
}

.tuesday {
    background-color: #aac;
}

.wednesday {
    background-color: #bbd;
}

.thursday {
    background-color: #aac;
}

.friday {
    background-color: #bbd;
}

.saturday {
    background-color: #aac;
}

.month {
    font-size: 10px;
}

.monthShade {
    background-color: #eef;
}

.currentDay {
    background-color: #edd;
}

div.courseBucket {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

div.slot {
    height: 8px;
    width: 100%;
    background-color: #BACBD0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 9px;
    overflow: hidden;
    vertical-align: middle;
    position: absolute;
}

div.one {
    top: 0px;
}

div.two {
    top: 10px;
}

div.three {
    top: 20px;
}

div.four {
    top: 30px;
}

div.five {
    top: 40px;
}

div.six {
    top: 50px;
}

div.seven {
    top: 60px;
}

div.singleDay {
    border: 1px solid black;
    border-radius: 3px;
}

div.firstDay {
    border-left: 1px solid black;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

div.lastDay {
    border-right: 1px solid black;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

div.normalDay {
}

div.hoverDay {
    background-color: white;
}

#sideTitle {
    font-size: 14px;
    font-weight: bold;
}

.registrantListTitle {
    font-size: 10px;
    font-weight: bold;
    color:#228;
}

.linkie {
    cursor: pointer;
    color: blue;
    font-weight: bold;
}