.calTable {
    margin: 15px 8px 15px 8px;
    font-size: 11px;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    width: 592px;
}

.calTable td,
.calTable th {
    border-left: 1px solid grey;
    border-bottom: 1px solid grey;
}
.calTable td {
    height: 50px;
    width: 80px;
    position: relative;
    vertical-align: baseline;
}
.calTable td span.calDayNumber {
    position: relative;
    top: 3px;
    right: 3px;
    display: block;
    text-align: right;
}
.calTable td.calToday {
    background: #ccc;
}
.calTable th.noBottomBorder {
    border-bottom: 0px;
}
div.calItem {
     margin: 2px;
     border: 1px solid #ccc;
     padding: 2px;
 }
.calTable .calButtonRow th {
    height: 55px;
    border: 0px;
    border-bottom: 1px solid grey;
    background: #002b5b;
    color: #eee;
}
#siteContent .calTable .calButtonRow th a {
    color: #eee;
}
#siteContent .calTable .calButtonRow th a.backBtn {
    display: block;
    height: 16;
    background: url(/gfx/cal/back.png) no-repeat left center;
    margin-left: 30px;
}
#siteContent .calTable .calButtonRow th a.forwardBtn {
    display: block;
    height: 16;
    background: url(/gfx/cal/forward.png) no-repeat right center;
    margin-right: 30px;
}
.calTable .calButtonRow th.first {
    border-left: 1px solid grey;
}
.calTable .calButtonRow .date {
    background: url(/gfx/cal/date.png) no-repeat left center;
    padding-left: 20px;
}
.calTable .calDayRow {
    background: url(/gfx/cal/bg_weekdayrow.gif) no-repeat;
}
.calTable .calDayRow th {
    height: 24px;
    border-left: 0px;
}
.calTable .calDayRow th.first {
    border-left: 1px solid grey;
} 
.calBlueHeader {
    height: 30px;
    background: #002b5b;
    color: #eee;
    text-align: center;
}
.calDetailTable {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 11px;
}
.calDetailTable .calDetailDesc {
    min-height: 250px;
    height: auto !important;
    height: 250px;
}
.calDetailTable .calTextRow {
    height: 16px;
}
.calDetailTable td {
    padding: 4px;
    border-top: 1px solid #ccc;
}
.calDetailTable .category {
    width: 150px;
    border-right: 1px solid #ccc;
}
.calScrollBox {
    height: 310px;
    overflow: scroll;
}
