/* CSS Document */

.selectmonth {
	text-align:center;	
}

.viewmonth {
	margin-bottom:10px;
}

.viewmonth td {
	padding:2px;
	min-height:50px;	
	max-width:75px;
}

.inactiveday {
	background-color:#ddd;	
}

.activeday {
	border:1px dotted #e9e9e9;
	background-color:#FFF;	
}

.today {
	border:1px dotted #e9e9e9;
	background-color:#FFC;	
}

.days {
	font-size:10px;
	color:#bbb;	
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
}

.calenderfooter {
	font-size:10px;
	text-align:center;	
}

.event {
	font-size:10px;	
	border-bottom:1px dotted #e9e9e9;
	padding-bottom:3px;
	margin-bottom:5px;
}

	.event a:hover {
		color:#cf0000;	
	}

.nextmonth, .prevmonth {
	font-size:20px;
	font-weight:bold;	
}