/* ------------------------------
	Main
------------------------------ */
#inputDateContainer {
	margin: 0;
	padding: 0;}

#inputDateCalContainer {
	z-index: 10000;
	position: absolute;
	left: -999em;
	top: -999em;
	margin: 0;
	padding: 0;}

#inputDateField {}

.hide { display: none; }

/* ------------------------------
	Calendar
------------------------------ */
#inputDateCal, #inputDateCal th, #inputDateCal td, #inputDateCal select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;}

#inputDateCal {
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;}

#inputDateCal th {
	padding: 0 2px;
	text-align: center;
	color: #fff;}

#inputDateCal td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0;
	text-align: center;}

#inputDateCal td.empty {
	background: #eee;}

#inputDateCal td a {
	display: block;
	padding: 3px;
	font-weight: normal;
	text-decoration: none;
	color: #666;}

#inputDateCal td a:hover {
	background: yellow;
	color: #000;}
