.marketcal_even {
	background-color: #f0f0f0;
}

.marketcal_even td {
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 21px;
}

.marketcal_odd {
	background-color: #97becf;
}

.marketcal_odd td {
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 21px;
}

.monthselect {
	margin-top: 24px;
	text-align: right;
}

.marketcal_default_wrap {
	width: 631px;
}

.marketcal_grey {
	background-color: #878787;
	color: white;
}

