
div.calendar_class div.thumb {
	width: 180px;
	float: right;
	margin: 0 0 10px 10px;
	
}

div.calendar_class table.calendarthumb {
	width: 100%;
}

table.calendarthumb td {
	line-height: 1;
}

table.calendarthumb tr.header td {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	
	border-bottom: 2px solid #5B4837;
}

table.calendarthumb tbody td {
	padding: 2px;
	text-align: center;
}

table.calendarthumb td.outofrange {
	color: #C5A27C;
}

table.calendarthumb td.highlight {
	background-color: #FFF;
}