div#hdcal {
	position: absolute;
	height: 190px;
	width: 240px;
	background-color: #ddd;
	visibility: hidden;
	border: 2px groove #666;
	z-index: 9999;
}

input.calInput {
	margin-top: 2px;
	border: 1px solid #666;
	width: 84px;
	height: 14px;
	font-size: 12px;
	font-family: "Courier New", sans-serif;
	padding: 2px 2px 0px 2px;
	float: left;
}

input.calInputInvalid {
	margin-top: 2px;
	border: 1px dotted #f22;
	width: 84px;
	height: 14px;
	font-size: 12px;
	font-family: "Courier New", sans-serif;
	padding: 2px 2px 0px 2px;
	float: left;
}

.calTable{
	border-width:0px;
	border-color: #666;
	border-style: solid;
}

tr.calHeading {
	width: 100%;
	position: relative;
}
tr.calHeading td {
	color: #333;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	border: 0px;
}

.calDetails {
	position: relative;
	width: 100%;
	height: 100%;
}

tr.calWeekdays {
	width: 100%;
	position:relative;
}
tr.calWeekdays td {
	color: #333;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}

tr.calWeekRow {
	width: 100%;
	position: relative;
}
tr.calWeekRow td {
	color: #333;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

td.calCell {
	background-color: #ddd;
	border: 1px solid #999;
	text-align: center;
	cursor:pointer;
}

td.calCellSelected {
	background-color: #ddd;
	border: 1px solid #f00;
	text-align: center;
	cursor:pointer;
}

td.calCellToday {
	background-color: #abc;
	border: 1px solid #999;
	text-align: center;
	cursor:pointer;
}
td.calCellToday:hover {
	background-color: #def;
}

td.calCell:hover {
	background-color: #555;
	color: #eee;
}

td.calCellLabel {
	background-color: #ddd;
	border: 1px solid #999;
	text-align: center;
}

td.calCellOtherMonth {
	color: #999;
	background-color: #bbb;
	border: 1px solid #999;
	text-align: center;
}

/** IDs **/
td#clearer {
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	cursor: pointer;
}

td#closer {
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	cursor: pointer;
}

select#month {
	font-size: 8pt;
	width: 56px;
}

select#year {
	width: 56px;
	font-size: 8pt;
}
