@CHARSET "ISO-8859-1";

.dateSelector {
	position:absolute;
	background:#ffffff;
	left:0;
	top:0;
	border:1px solid #333333;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
}

.dateSelector table.calendarSmall {
	
}

.dateSelector table.calendarSmall td {
	font-size:10px;
}

.dateSelector table.calendarSmall .calendarDayNames td {
	text-align:center;
	font-weight: bold;
	border-bottom: 1px;
}

.dateSelector table.calendarSmall .calendarDates td {
	text-align:center;
}

.dateSelector table{
	border-spacing:3px;
}

.dateSelector .monthName {
	font-size:12px !important;
	font-weight:bold;
	text-align: center;	
	color:#4872D2;
}

.dateSelector .smallArrow {
	cursor:pointer;
}

.dateSelector .smallDate {
	float:left;
	padding:5px;
	width:20px;
	cursor:pointer;
	color:#000000;
	background-color: #DBEBAA;
	text-decoration:none;
	border:1px solid #7BAD1D;
}

.dateSelector .smallDate:hover {
	background-color:#4872D2;
	color:#FFFFFF;
}

.dateSelector .active {
	cursor:pointer;
	background-color:#4872D2;
	color:#FFFFFF;
}

.calendarDates table {
	width:100%;
}

.timeSelector {
	position:absolute;
	background:#ffffff;
	left:0;
	top:0;
	border:1px solid #333333;
	height:60px;
}

.timeHandle {
	cursor:move;
	height:20px;
	width:15px;
	border:1px solid #666666;
	background:#ffffff;
	margin-top:-5px;
}

.timeTrack {
	width:200px;
	height:10px;
	border-top:1px solid #666666;
	margin:10px 5px;
}