
<!-- 
   
   Calendar Style Sheet
   Author: Derek Everts
   Date:   7/10/06

   Filename:         calendarstyles.css
-->

/* calender.css */
body {background-image: url(back.jpg); font-size: 10pt; font-family: sans-serif}
p {justification: full}
p b {color: blue}
a {text-decoration: none}
a:linked {color: black}
#head {margin-bottom: 10px; border-bottom: 2px solid gray; font-size: 28pt}
#head a {border: 1px solid black; color: black; font-family:Arial, Helvetica, sans-serif; 
     font-size: 13pt; padding: 2}
#head a:hover {color: white; background-color: rgb(128,128,255)}
#head a, #calendar th {background-color: rgb(104,196,192)}
.date {float: left; font-size: 10pt}
#calendar {float: right; margin-left: 15px; font-size: 10pt}
#calendar a:hover {text-decoration: underline}
#calendar th {font-size: 12pt; color: rgb(143,22,134); border: 1px solid gray}
#calendar td {text-align: right; width: 120px; height: 140px; 
	     background-color: white; border: 1px solid gray}
.day {float: left; color: red}
span {color: red; font-size: 11pt}
#calendar th.prev, #calendar th.next {background-color: rgb(159,225,216); border: 1px solid black}
#calendar td.prev, #calendar td.next {background-image: url(back.jpg)}
@media all
@media print {#head {display: none} #calendar td {width: auto; height: auto} #calendar {width: 95%; float: none}} 	