BODY {
	background-image: url(TancoBack.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

TD.titleBar {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

TD.titleText {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
	color: white;
}

TD.offMonth {
	font-family: Tahoma;
	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: Tahoma;
	font-size: 8pt;
	background-color: #efefef;
	color: black;
	vertical-align: middle;
	width: 25px;
	text-align: center;
	border: 1px solid white;
	cursor: hand;
}

TD.selectedDate {
	border: 1px solid black;
}

TD.clickedDate {
	background-color: #008B8B;
	color: White;
	cursor: pointer;
}

TD.onMonthOver {
	color: white;
	background-color: #C58931;
	border: 1px solid darkgray;
}

TD.arrows {
	width: 20px;
	vertical-align: bottom;
}

TH {
	font-weight: normal;
	font-size: 7pt;
	font-family: Tahoma;
}
