/** Calendar Monthly View */
table.calendar { width:100%; margin: 10px 0 0; padding: 0; line-height: 100%; border-bottom: 1px solid #000; border-right: solid 1px #000;}

a.cal { text-decoration:none; color:#000; font-weight:normal; }
a.cal:hover { text-decoration: underline; }
a:visited.cal_nav, a:active.cal_nav, a:link.cal_nav { text-decoration:none; color:#fff; font-weight:bold;}
a:hover.cal_nav { text-decoration:none; color:yellow; font-weight:bold;}

tr.cal_heading { font-weight:bold; color:#fff; background:#30659f; line-height: 15px }
tr.cal_dow { font-weight:bold; color:#fff; background-color:#30659f; text-transform:capitalize; font-size: 9pt; }
tr.cal_dow td, td.cal_title { line-height: 25px } 

td.cal_day { 
	border-top: solid 1px #000; 
	border-left: solid 1px #000; 
	width:14%; 
	height:100px; 
	padding-left: 3px;
	font-size: 8pt;
}
td.cal_curr 	 { background-color:#FFFF7A; }
td.cal_day_prev { background-color:#f0f0f0; color:#666; }
td.cal_day_next { background-color:#f0f0f0; color:#666; }

div.calEvent { margin: 5px 0; }
div.smt_eventDetail h3, div.eventCalendar h3 { padding: 20px 0 10px; }
div.smt_eventDetail p, div.eventCalendar p { margin: 0; padding: 0; }
div.smt_eventDetail table.sForm { padding-top: 10px; width: 100%; }
