.tih-event {
	font-family: sans-serif;
}

.tih-cal {
	text-align:center;
	max-width:4em;
	min-width:3.5em;
	border:3px solid #500000;
	border-radius:4px;
	margin-bottom:2px;
	margin-right:0.5em;
	font-weight: bold;
	background-color: #ffffff;
	float: left;
}

.tih-month {
	color: white;
	background-color: #b06040;
	text-transform: uppercase;
	margin: 1px;
}

.tih-day {
	font-size: 2em;
	margin: 0.2em;
}

.tih-no-events {
	font-style: italic;
}

.tih-year {
	font-weight: bold;
	font-size: 1.3em;
}

.tih-text {
	min-width: 10em;
}