div.month_container
{
	background:white;
	padding-bottom:1.5em;
}

div.month_container .month
{
	clear:right;
	height:16em;
	padding:0.5em !important;
	border:1px solid #838287;
}

.month caption
{
	text-align: left;
	background-color:#b42617;
	padding-left:.3em;
	line-height:170%;
}

.month caption a, .month caption a:hover
{
	text-decoration: none!important;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: white!important;
}

.month th
{
	width:10em;
	height:1em;
	font-weight:normal;
	font-size: 1em;
	text-align: center!important;
	padding: 0!important;
	text-align:left;
	vertical-align:top;
}

.month tr{
	height:100%;
}

.month td
{
	text-align: center;
	line-height: 100%;
	}

.month td.day a, .month td.day span
{
	display: block!important;
	color: #666!important;
	border: 1px solid #ccc!important;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding-top: .5em!important;
	padding-bottom: .5em!important;
}

.month td.day a:hover
{
	color: #C10434;
	border: 1px solid #C10434;
	text-decoration: underline;
}

.month td.day a.active
{
	background: #ececec;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

.month td.day a.today, .month td.day span.today
{
	font-weight: bold;
	border:2px solid #666 !important;
}