/*
** Event Calendar
*/

table.event_table {
	border: 1px solid #666;
	margin: 0;
	padding: 2px;
	border-collapse:collapse;
	width: 90%;
}

.day_header {
	color: #333;
	background: #DBD1C7;
	font-weight: bold;
	border-top: 1px solid #666;
}

.day {
	width: 65px;
	height: 65px;
	border: 1px solid #666;
	vertical-align: top;
	text-align: right;
	font-size: 90%;
}

.cal_month_header {
	font-size: 125%;
	text-align: center;	
	font-weight: bold;
}

.cal_info {
	font-size: 80%;	
	padding: 5px;
}

/*
** Mini Event Calendar
*/

table.mini_event_table {
	border: 2px solid #a1978b;
	margin: 0;
	padding: 2px;
	border-collapse:collapse;
	width: 100%;
	height: 75px;
}

.mini_cal_month_header {
	color: #a1978b;
	text-align: center;	
	font-weight: bold;	
}

.mini_cal_month_header a {
	color: #a1978b;
	text-decoration: none;
}
