/*
|| Cascading Style Sheet - Calendar Selector
|| 2007-05-16 Steve Chiasson
*/

body.calendar { margin: 5px; }
table.calendar { width: 100%; }
table.calendar td { text-align: center; background-color: #f9f9d7; }
table.calendar td a { display: block; text-decoration: none; color: #333300; }
table.calendar td a:hover { background-color: #c00; color: white; }
table.calendar th { background-color: #ccc; }
table.calendar td.selected { background-color: #ca5; color: white; font-weight: bold; }
table.calendar td.selected a { color: white; }
form.clock { text-align: center; margin: 5px; background-color: #996; color: white; }

