/*General Calendar*/ #calendarTBL{ border:solid; border-width:1px; border-color:#C0C0C0; background-color: #C0C0C0; width:695px; } #calendarTBL td{ border:solid; border-width:1px; border-color:#C0C0C0; background-color: #D8DBE2; color:#000000; font-family:arial; font-size:8pt; text-align:center; vertical-align:top; } #calendarTBL th{ background-color: #8A9FB7; color:#FFFFFF; font-family:arial; font-size:7pt; } #calendarTBL .weekDayHeading{ background-color: #C1CCD9; color:#FFFFFF; font-family:arial; font-size:8pt;} .calBTN{vertical-align:bottom;} /*Large Calendar*/ #calendarTBL .LGtodayCell{background-color:#9D314F; color:#FFFFFF;vertical-align:top;width:100px;height:100px;} #calendarTBL .LGdailyCell{width:100px;height:100px;} #calendarTBL .LGWeekText{background-color:#8A9FB7; color:#FFFFFF;padding:10px;font-size:10pt; } .LGcalendarHeadingDIV{width:705px;} /*Small Calendar*/ #calendarTBL .SMtodayCell{background-color:#9D314F; color:#FFFFFF;vertical-align:top;} #calendarTBL .SMdailyCell{} .SMcalendarHeadingDIV{width:138px;} /*List Calendar*/ #calendarTBL .ListTodayCell{background-color:#9D314F; color:#FFFFFF;vertical-align:top;width:700px;height:100px;} #calendarTBL .ListDailyCell{width:700px;} .parList{width:700px;} .ListCalendarHeadingDIV{width:700px;} #calendarTBL .ListWeekText{background-color:#8A9FB7; color:#FFFFFF }