/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 5
   Case Problem 2

   CCC Calendar Table style sheet
   Author: 
   Date:   

   Filename:         cal.css
   Supporting Files: bottom.jpg, bottomleft.jpg, bottomright.jpg, left.jpg
                     tab.jpg, top.jpg, topleft.jpg, topright.jpg, right.jpg

*/
table { border-collapse: separate; border-spacing: 5px; font-size: 8px }
table caption { caption-side: top; text-align: left; font-size: 20px; letter-spacing: 3px }
table col{width: 14% }
table col.weekends { background: rgb(255,232,232) }
table th { background: white; letter-spacing: 5px }
table th { height: 15%; font-size: 20px }

table td { border: 1px solid gray; vertical-align: top }
table h3 { font-size: 20px; margin: 0px; padding: 0px }
dl,dt,dd { margin: 0; padding: 0; font-size: 15px }
table col.weekdays {background: white }
.tlCorner {background: white url(topleft.jpg) no-repeat position: top left }
.trCorner { background: white url(topright.jpg) no-repeat top right }
.blCorner { background: white url(bottomleft.jpg) no-repeat bottom left }
.brCorner { background: white url(bottomright.jpg) no-repeat bottom right }
.tBorder { background: white url(top.jpg) repeat-x top margin: 39px }
.lBorder { background: white url(left.jpg) repeat-y left }
.bBorder { background: white url(bottom.jpg) repeat-x bottom }
.rBorder { background: white url(right.jpg) repeat-y right }
content {margin-top:10; margin-right: 10; margin-bottom: 10; margin-left: 10 }
body {border-width: 15pt; border-style: inset }
body {padding: 10mm }
#calendar_today {font-weight: bold; color: orange; background-color: ivory; border: 1px solid black}
 

