@charset "utf-8";
/* CSS Document */

#cal_events {
}

	#cal_events thead tr {
		background:#79959d;
	}
	
		#cal_events thead tr th {
		padding:5px 5px 5px 0;
		color:#FFFFFF;font-weight:bold;font-size:12px;text-shadow:#63777c -1px -1px;
		}
		
		#cal_events thead tr th.cal_head_left {
		background:url(/Images/EventCalendar_static/cal_head_left.jpg) no-repeat left top #79959d;
		}
		#cal_events thead tr th.cal_head_right {
		background:url(/Images/EventCalendar_static/cal_head_right.jpg) no-repeat right top #79959d;
		}
	
		#cal_events tbody tr td {
		padding:10px 7px 10px 0;
		}
		
		#cal_events tbody tr td div.cal_line {
		border-bottom:1px dotted #cccccc;
		padding:0;
		}
		
		#cal_events tbody tr td div.icon_cal_events {
			background:url(/Images/EventCalendar_static/icon_calendar.jpg) no-repeat center center;
			width:41px;
			height:38px;
			font-size:12px;
			color:#848484;
			font-weight:bold;
			text-align:center;
			line-height:24px;
		}
			#cal_events tbody tr td div.icon_cal_events span {
				font-size:10px;
				color:#ffffff;
				line-height:14px;
			}
			
			#cal_events tbody tr td.cal_pdf {
				padding:10px 3px 10px 25px;
				background:url(/Images/EventCalendar_static/icon_cal_pdf.jpg) no-repeat left center;
			}
