.calendar {
    width: 956px;
    border-collapse: collapse;
    background: #fff;
}
.calendarWide {
    width: 1482px;
    border-collapse: collapse;
    background: #fff;
}
.calendarScroll {
    border-collapse: collapse;
    background: #fff;
}
.calendarDay {
    border-collapse: collapse;
}
.calendarTR td {
    border-collapse: collapse;
    border: 1px solid black;
}
.taskCalendarTR td {
    border: 0px;
}
.calendarTRDay {
    height: 14px;
}
.calendarTRDay td {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid #eee;
    border-top: 1px solid black;
}
.calendarTRDay2 {
    height: 14px;
}
.calendarTRDay2 td {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid #eee;
    border-bottom: 1px solid black;
}
.calendarTRTeam {
    height: 14px;
}
.calendarTRTeam td {
    border: 1px solid black;
    vertical-align: bottom;
}
.calendarTitle {
    color: #000;
    font-weight: bold;
    background: #abc;
}
#calendarPrintTitle {
    color: #000;
    font-weight: bold;
    background: #abc;
    font-size: 14pt;
}
.calendarFilter {
    color: #000;
    font-weight: bold;
    background: #eee;
}

.calendarPhoneIcon {
    font-family: 'iconia';
}
.activeDate {
    background: #fff;
}
.otherDate {
    background: #eee;
}
.currentDate {
    background: #abc;
}
.otherDateTitle {
    border-bottom: 1px solid black;
    padding-left: 4px;
}
.activeDateTitle {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding-left: 4px;
}
.currentDateTitle {
    background: #ccc;
    color: #c00;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding-left: 4px;
}
.otherDateTitle:hover, .activeDateTitle:hover, .currentDateTitle:hover {
    background: #aaa;
    cursor: pointer;
}
.calEvent {
    width: 118px;
    font-size: 9px;
    border-bottom: 1px dotted black;
    padding: 1px 0;
}
.calEvent:hover {
    color: #000;
    background: #aaa;
}
.calEventLive {
    font-size: 9px;
    text-align: center;
    padding: 1px 0;
    background: #5ad;
}
.calEventLive:hover {
    color: #000;
    background: #99cc99;
    cursor: pointer;
}
.calEventIn {
    height: 15px;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0;
    background: #55aa55;
}
.calEventIn:hover {
    color: #000;
    background: #99cc99;
    cursor: pointer;
}
.calEventOut {
    height: 15px;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0;
    background: #e33;
}
.calEventOut:hover {
    color: #000;
    background: #99cc99;
    cursor: pointer;
}
.calEventNoLoc {
    height: 15px;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0;
    background: yellow;
}
.calEventNoLoc:hover {
    cursor: pointer;
}
.calEventIn2 {
    height: 14px;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0;
    background: #5a5;
}
.calEventOut2 {
    height: 14px;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0;
    background: #e33;
}
.calEventBlock {
    height: 14px;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0;
    background: #ccc;
}

.calNavL {
    font-size: .75em;
    font-weight: bold;
    text-align: left;
    width: 25px;
    height: 19px;
    padding: 0;
    padding-left: 3px;
}
.calNavR {
    font-size: .75em;
    font-weight: bold;
    text-align: right;
    width: 25px;
    height: 19px;
    padding: 0;
    padding-right: 3px;
}
.calNavToday {
    font-size: .75em;
    font-weight: bold;
    text-align: left;
    width: 50px;
    height: 19px;
    padding-top: 0;
    padding-left: 5px;
}
.calNavRange {
    font-size: .75em;
    font-weight: bold;
    width: 50px;
    height: 19px;
    padding-top: 0;
}
#calFrame {
    width: 999px;
    height: 627px;
    overflow: auto;
}
#calFrameWide {
    width: 1499px;
    height: 627px;
    overflow: auto;
}
#calFrameScroll {
    height: 627px;
    overflow: auto;
}
.calTime {
    width: 60px;
}
.calTime:hover {
    cursor: pointer;
    background: #bcd;
    width: 60px;
}
#puMenu {
    position:relative;
    display:block;
    border: 3px double #333;
    background-color: #EEE;
    border: 1px solid black;
    z-index: 1000;
}
#puMenuShadow {
    display: none;
    position: absolute;
    z-index: 999;
    padding: 0 9px 9px 0;
}
.puMenuTitleBar {
    text-align: left;
    font-size: 1.2em;
    color: #000;
    background: #ccc;
    padding: 0 0 0 4px;
    border-bottom: 1px solid #000;
}
.puMenuTitleBarClose {
    height: 17px;
    width: 43px;
    background-image:  url('../graphics/close.jpg');
    position: absolute;
    top: 0px;
    right: 0px;
}
.puMenuTitleBarClose:hover {
    background-image:  url('../graphics/close2.jpg');
}

.csMenuItem {
    font-size: 14px;
    padding: 5px;
    color: #000;
    background-color: #fff;
}
.csMenuItem:hover {
    background-color: #ff2;
    cursor: pointer;
}

.clientSchedName {
    font-size: 1.4em;
    font-weight: bold;
}

.calLink {
    text-align: center;
    font-size: 9pt;
}
.calBlock {
    float: left;
    height: 100%;
    width: 100%;
}
.calBlockLink:hover {
    background: #000;
}
.calLink:hover {
    text-decoration: underline;
    cursor: pointer;
}
