.calIcon {
	cursor: pointer;
}

.calendarDiv {
	position: absolute;
	width: 205px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	visibility: hidden;
	font-size: 70%;
}
.calendarDiv a {
	color: #cb0000;
}

td.monthSpan {
	text-align: center;
	font-weight: bold;
}

.calendarDiv div {
	margin: 5px;
}

table.calTablePopup td {
	text-align: center;
}

table.calTablePopup tr.calHead {
	background-color: #e3e3e3;
	color: #424242;
	font-weight: bold;
}
table.calTablePopup tr.calRow td {
	border: 1px solid #d6d6d6;
}

.calendarDiv #closeBar {
	text-align: right;
}


