@charset "utf-8";
/* CSS Document */

#calmonth {font-family:Lucida Sans Unicode, Lucida Grande, sans-serif; font-weight:bold; text-align:right; color:#FFFFFF; margin:0px 5px 0px 5px;}

#caltable {text-align:center; margin:5px; font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;}

.caldaytop {background-color:#336699; width:25px; height:20px; font-size:14px; color:#FFFFFF;}

#calday, #calday.regular {background-color:#E6EEFF; width:25px; height:20px; vertical-align:top; font-size:14px;}

#calday.weekend {background-color:#CCDDFF;}

#calday a, #calday a:visited {color:#336699; text-decoration:none; display:block; width:100%; height:100%;}

#calday.today a {border:1px solid #3399FF; width:23px; height:18px;}

#calday.regular-event a, #calday.regular-event a:visited, #calday.weekend-event a, #calday.weekend-event a:visited {text-decoration:underline; font-weight:bold;}

#calday a:hover, #calday a:active {background-color:#99AAFF;}

