.depCalendar {
	width: 150px;
	height: 203px;
	margin-top: 50px;
	border: solid 1px #CDCEC6;
	background-color: white;
	left: -70px;
	top: -32px;
}
.retCalendar {
	width: 150px;
	height: 203px;
	margin-top: 50px;
	border: solid 1px #CDCEC6;
	background-color: white;
	left: -60px;
	top: -5px;
}
.calendarTitle {
    height:12px;
	color: black;
	FONT-FAMILY: Arial, tahoma, Verdana;
	FONT-SIZE: 12px;
	background-color: #FF9801;
	font-weight: bold;
}
.mainTable {
	height: 20px;
	FONT-FAMILY: Arial, tahoma, Verdana;
	FONT-SIZE: 11px;
	background-color: #3387C8;
}
.leftButton {
	width: 15px;
	height: 16px;
	background-image: url(/templates/weisstours/images/leftButton.gif);
	background-repeat: no-repeat;
}
.rightButton {
	width: 15px;
	height: 16px;
	background-image: url(/templates/weisstours/images/rightButton.gif);
	background-repeat: no-repeat;
}
.monthYearHeader {
	color: white;
}
.close {
	border-top: solid #CDCEC6 1px;
	cursor: pointer;
	FONT-FAMILY: Arial, tahoma, Verdana;
	FONT-SIZE: 10px;
	height: 10px;
}
.closeHover {
	cursor: pointer;
	color: red;
	border-top: 1px solid #CDCEC6;
	FONT-FAMILY: Arial, tahoma, Verdana;
	FONT-SIZE: 10px;
}
.daysHeader {
	background-color: #CDCEC6;
	height: 18px;
	FONT-FAMILY: Arial, tahoma, Verdana;
	FONT-SIZE: 8pt;
}

.saturdayHeader {
	background-color: #CDCEC6;
	FONT-FAMILY: Arial, tahoma, Verdana;
	FONT-SIZE: 8pt;
}

.saturdayCell {
	margin: 1px;
	height: 20px;
	width: 20px;
	background-color: #ECECEC;
	FONT-FAMILY: Arial, tahoma, Verdana;
	FONT-SIZE: 8pt;
}
.cell {
	margin: 1px;
	width: 20px;
	height: 20px;
	FONT-FAMILY: Arial, tahoma, Verdana;
	FONT-SIZE: 8pt;
}
.onMouseOver {
	height: 20px;
	width: 20px;
	background-color: #5C9FD3;
	cursor:pointer;
	color: white;
	FONT-SIZE: 8pt;
}
.pastDays{
	margin: 1px;
	height: 20px;
	color: #CDCEC6;
	FONT-SIZE: 8pt;
}
.today{
	margin: 1px;
	background-color: #FFFFFF;
	FONT-SIZE: 8pt;
	color: black;
	font-weight: bold;
	cursor:pointer;
	width: 20px;
	height: 20px;
}
.selectedDay {
background-color: #3387C8;
	margin: 1px;
	width: 20px;
	height: 20px;
	FONT-FAMILY: Arial, tahoma, Verdana;
	FONT-SIZE: 8pt;
	color: white;
}
.depCell{
background-color: #DAEEF8;
	margin: 1px;
	width: 20px;
	height: 20px;
	FONT-FAMILY: Arial, tahoma, Verdana;
	FONT-SIZE: 8pt;
}
.retCell {
background-color: #DAEEF8;
	margin: 1px;
	width: 20px;
	height: 20px;
	FONT-FAMILY: Arial, tahoma, Verdana;
	FONT-SIZE: 8pt;
}













