/* CSS for Month Header plugin */
.zc_monthheader {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
	
.zc_monthheader_months {
	height: 22px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: inherit;
	padding-top: 2px;
}

.zc_monthheader_month {
	float: left;
	width: 8.3%;
	height: 100%;
}

.zc_monthheader_month a:link, .zc_monthheader_month a:visited {
	color: inherit;
}

.zc_monthheader_month a:hover {
	color: inherit;
	text-decoration: underline;
}

.zc_monthheader_years {
	text-align: center;
	height: 18px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 90%;	
	text-decoration: none;
	color: inherit;
}

.zc_monthheader_year {
	float: left;
	height: 100%;
	padding-left: 4px;
	padding-right: 6px;
}

.zc_monthheader_year a:link, .zc_monthheader_year a:visited {
	color: inherit;
}

.zc_monthheader_year a:hover {
	color: inherit;
	text-decoration: underline;
}

.zc_monthheader .active {
	font-weight: bold;
	font-size: 125%;
}
