/*
   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 tbody tr { height: 19% }
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: url(topleft.jpg) no-repeat top left }
.trCorner { background: url(topright.jpg) no-repeat top right }
.blCorner { background: url(bottomleft.jpg) no-repeat bottom left }
.brCorner { background: url(bottomright.jpg) no-repeat bottom right }
.tBorder { background: url(top.jpg) repeat-x top margin: 39px }
.lBorder { background: url(left.jpg) repeat-y left }
.bBorder { background: url(bottom.jpg) repeat-x bottom }
.rBorder { background: url(right.jpg) repeat-y right }

 
