@charset "utf-8"; #calendar * { margin:0; padding:0;     /* removes margin and padding off all table elements */ }/* SET YOUR CALENDAR PREFERENCES!!! */#calendar { background-color:#FFCC00; margin-top:8px; }#calendar_inner { font-family: arial, sans-serif;   /* font family for calendar table */ font-size:.8em; /* size of table cell's font relative to parent element */ float:left; display:inline;						/* fixes margin-doubling bug in IE6 */ }.title { font-family: 'Trebuchet MS', Verdana,  serif;  /* font family for calendar month/year */ color:#000000;     /* Set color of Month Heading here */ font-size:3em; text-align:center; margin-top:0; margin-bottom:0; }#calendar_inner table { width:677px; background-color:#FFFFFF; border-collapse:collapse;   /* Does the same thing as cellspacing="0" in the table element */ }#calendar_inner table th {     /* Days of the Week */ width:14%; vertical-align:middle; padding:5px; background-color:#000000;  /* Set Background Color for Days of the Week Here */ text-align:center; font-family:Lucida, Arial, sans-serif; font-size:.75em; color:#FFCC00; font-weight:bold; }#calendar_inner table tr td { width:14%; vertical-align:top; padding:5px; background-color:#FFCC00;   /* Set Background Color for Date Blocks Here */ text-align:left; font-family:Lucida, Arial, sans-serif; font-size:.75em; color:#000000; border-width:1px; border-style:solid; border-color:#000000; }#calendar_inner table tr#quick_jump td {   /* Set Display Parameters for Quick Jump Controls Here */ width:14%; vertical-align:top; padding:10px 0; background-color:#FFCC00; text-align:center; font-family:Lucida, Arial, sans-serif; font-size:1em; color:#000000; border:none; }#calendar_inner table tr td a {     /* Set Size and Color for Event Links Here */ font-family:Lucida, Arial, sans-serif; font-size:1em; color:#000000; }#calendar_inner table tr td div  {     /* Set Size and Color for Dates here */ text-align:right; font-family:Lucida, Arial, sans-serif; font-size:1.2em; color:#000000; font-weight:bold; }#calendar_inner table th#thismonth {   /* Set Display Parameters for Calendar Page Month and Year here */ background-color:#FFCC00; color:#000000; padding-top:10px; }  #calendar_inner table th#lastmonth {   /* Set Display Parameters for Left Double Guillemet here */ background-color:#FFCC00; color:#000000; padding-top:10px; text-align:right; }  #calendar_inner table th#nextmonth {   /* Set Display Parameters for Right Double Guillemet here */ background-color:#FFCC00; color:#000000; padding-top:10px; text-align:left; } /* END CALENDAR PREFERENCES */
