/* Running MySource Matrix Developed by Squiz - http://www.squiz.net MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd Page generated: 06 October 2010 18:56:00 */ /* whole calendar table */ .cal { color:#333; background: #EDE9DD; z-index: 9999; font-size:1.28em; font-weight:bold; font-family:"Century Gothic"; } .cal td { height: 18px; } /* week selectors */ .cal_week { background: #F0F0F0; text-align: center; vertical-align: middle; cursor: pointer; display: none; } /* top week day cells */ .cal_week_day { background: #FFF; text-align: center; vertical-align: middle; cursor: default; font-weight: bold; width: 26px; } /* previous and next month dates */ .cal_empty { background: #EEE; color: #999; text-align: center; vertical-align: middle; cursor: pointer; } /* weekdays */ .cal_day { background: #FFF; color: #897020; text-align: center; vertical-align: middle; cursor: pointer; border: 1px #897020 solid; } /* weekends (sat & sun) */ .cal_hol { background: #FFF; color: #897020; text-align: center; vertical-align: middle; cursor: pointer; border: 1px #897020 solid; } /* mouse over the day */ .cal_ovr { background: #897020; color: #FFF; text-align: center; vertical-align: middle; cursor: pointer; text-decoration: underline; } /* mouse over the week */ .cal_ovr td { background: #AAA; color: #FFF; text-align: center; vertical-align: middle; cursor: pointer; } /* selected weekday */ .cal_day_sel { background: #897020; border: 1px #897020 solid; color: #fff; text-align: center; vertical-align: middle; cursor: pointer; } /* selected weekend */ .cal_hol_sel { background: #897020; border: 1px #897020 solid; color: #fff; text-align: center; vertical-align: middle; cursor: pointer; } /* next, prev month & year arrows */ .cal_arrow { background: #FFF; vertical-align: middle; cursor: pointer; } /* month caption */ .cal_month { background: #FFF; color: #000000; text-align: center; vertical-align: middle; cursor: pointer; height: 22px !important; font-weight: bold; } /* year caption */ .cal_year { background: #FFF; color: #000000; text-align: center; vertical-align: top; cursor: pointer; font-weight: bold; } /* today */ .cal_today { background: #D2C9A9; color: #897020; border: 1px #897020 solid; text-align: center; vertical-align: middle; cursor: pointer; } /* close button */ .cal_close { color: #FF0000; text-align: center; vertical-align: middle; cursor: pointer; width: 10px; height: 10px; } /* switched classes */ .cal_arrow_left { background: #FFF url(http://www.westminster-abbey.org/__data/assets/image/0007/11113/cal_arrow_lhs.jpg) no-repeat; background-position: center; cursor: pointer; } .cal_arrow_right { background: #FFF url(http://www.westminster-abbey.org/__data/assets/image/0008/11114/cal_arrow_rhs.jpg) no-repeat; background-position: center; cursor: pointer; } 
