BODY {
	background-color: transparent;
}

TD.titleBar {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

TD.titleText {
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
	color: white;
}

TD.offMonth {
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: #bfbfbf;
	color: black;
	vertical-align: middle;
	text-align: center;
	width: 25px;
	cursor: hand;
	border: 1px solid white;
}

TD.onMonth {
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: #efefef;
	color: black;
	vertical-align: middle;
	width: 25px;
	text-align: center;
	cursor: hand;
	border: 1px solid white;
}

TD.selectedDate {
	border: 1px solid maroon;
}

TD.onMonthOver {
	color: white;
	background-color: rgb(69,75,179);
	border: 1px solid darkgray;
}

TD.arrows {
	width: 20px;
	vertical-align: bottom;
}

TH {
	font-weight: normal;
	font-size: 7pt;
	font-family: Verdana, Arial;
}