table.month {
margin: 0 auto;
margin-bottom: 10px;
width: 285px;
border-collapse: collapse;
}

	table.month caption {
	color: #666;
	text-align: center;
	font-weight: bold;
	}
	
	table.month td {
	text-align: center;
	width: 55px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
		table.month td {
		border: solid 1px #999;
		}
		
			table.month td.monthnavigation, table.month td.monthname, table.month td.datepicker {
			border: none;
			font-size: 85%;
			}
			
			table.month td.dayname {
			border-top: none;
			border-left: none;
			border-right: none;
			}
			
			table.month tr td.event {
			background: url(http://chamber.dazil.com/wp-content/themes/sandbox/images/event.jpg) #eee 0 0 repeat-x;
			}
			
				table.month tr td.event a {
				display: block;
				color: #000;
				text-decoration: none;
				}
				
					table.month tr td.event a:hover {
					color: #7A062E;
					}

			table.month tr td.todayevent {
			background: url(http://chamber.dazil.com/wp-content/themes/sandbox/images/event.jpg) #eee 0 0 repeat-x;
			}
			
				table.month tr td.todayevent a {
				display: block;
				color: #000;
				text-decoration: none;
				}
				
					table.month tr td.todayevent a:hover {
					color: #7A062E;
					}
					
		ul.event_links li {
		font-size: 85%;
		}
			
	
	
	