/* CALENDA */ #calDisplay { width: 100%; } .calHeadTable{ background-color: #000; color: #fff; border: outset #fff 2px; width: 100%; } .calBodyTable{ background-color: #c8c8c8; color: #fff; border: outset #fff 1px; width: 100%; } .monthYearTD{ font-family: Tahoma, Verdana, Arial; font-size: 11px; } .prevNextTD{ font-family: Tahoma, Verdana, Arial; font-size: 11px; text-align: right; font-weight: 600; } .weekdayRowTD{ font-family: Tahoma, Verdana, Arial; font-size: 11px; text-align: center; color: #000; border: outset #fff 1px; background-color: #e0e0e0; font-weight: 600; } .todaysDateTD{ font-family: Tahoma, Verdana, Arial; font-size: 11px; text-align: left; height: 60px; width: 14%; color: #000; border: inset #fff 1px; background-color: #fff; vertical-align: top; } .allOtherDatesTD{ font-family: Tahoma, Verdana, Arial; font-size: 11px; text-align: left; height: 60px; width: 14%; color: #000; border: inset #fff 1px; background-color: #e0e0e0; vertical-align: top; } .blankDatesTD{ font-family: Tahoma, Verdana, Arial; font-size: 11px; text-align: left; height: 60px; width: 14%; color: #000; border: inset #fff 1px; background-color: #bbb; vertical-align: top; } .prevNextLink{ font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #fff; } .prevNextLinkHover{ color: #fff; text-decoration: underline; cursor: pointer; } .thaDay { color: #555; font-size: 9px; background-color: #fff; border-right: solid 1px #000; border-bottom: solid 1px #000; padding: 2px; } .dayLink{ font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #555; } .dayLinkHover{ color: #555; text-decoration: underline; cursor: pointer; } .monthYearText{ font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000; }