/*
 * Compost Advisory Council Style Sheet
 * Holds uniform look and feel throughout site.
 * Created 2/26/2007 Shawn McCoy
 * Last Edited: 8/27/2007
*/

/* Define style for body. */
 body {background:#FFFF99;link:green;vlink: #660099;margin: 0;color: #7D922F}
		 
 /* define default properties for the <table> tag.*/
 table{background:#FFFF99;border-collapse:collapse;font-size:14.0pt;font-family:Arial}
 table.main{width:527px;background:#FFFF99;border-collapse:collapse;font-size:14.0pt;font-family:Arial}
 table.cal{width:700px;background:#FFFF99;border-collapse:collapse;font-size:14.0pt;font-family:Arial}
 table.steer{width:550px;background:#FFFF66;border-collapse:collapse;font-size:12.0pt;font-family:Arial;language:EN}
 table.indexpage{width:321px;height:396px}
 table.form{background:#FFFF66;width:527px;font-size:12.0pt}
 table.cal_event{width:550px;background:#FFFF66;border-collapse:collapse;font-size:14.0pt;font-family:Arial;language:EN}
 table.gallery{width:520px;background:#FFFF66;border-collapse:collapse;font-size:14.0pt;font-family:Arial;language:EN}

 /* Define default <TD> tag data: this does not apply to the logo table! */
 td.main {width:527px;vertical-align:top;background:#FFFF66}
 td.head_logo {width:263px;vertical-align:center;background:#FFFF99;text-align:center}
 td.head_text {width:264px;vertical-align:center;background:#FFFF99;text-align:center}
 td.cal_head {vertical-align:center;background:#FFFF99;text-align:center}
 td.cal_day {background:#FFFF99;vertical-align:top;width:100px;height:100px;border: thin solid #0000FF;font-size:11.0pt}
 td.cal_dow{width:100px;vertical-align:top;background:#FFFF99;text-align:center;font-size:13.0pt;border: thin solid #0000FF}
 td.cal_leftnav{width:350px;vertical-align:center;background:#FFFF99;text-align:left;font-size:10.0pt}
 td.cal_rightnav{width:350px;vertical-align:center;background:#FFFF99;text-align:right;font-size:10.0pt}
 td.steer{height:140px;width:375px;vertical-align:bottom;text-align:center}
 td.nav{width:165px;height:62px}
 td.cal_event{width:550px;vertical-align:bottom;text-align:left}
 td.gallery{width:260px;height:200px;vertical-align:center;background:#FFFF66;text-align:center}
 td.gallery_spacer{width:260px;height:20px;background:#FFFF66}
 
 tr.cal{height:100px}
 tr.cal_dow{height:25px}
 tr.cal_nav{height:15px}
 
 
span.date{vertical-align:top;background:#FFFF99;text-align:left;position: relative;font-size:14pt;font-weight:bold} /*was 25 */

