#datesel {
	position:absolute;
	top:50px;
	left:50px;
	float:left;
	background-color:#FFFFFF;
	color:black;
	display:none;
	overflow:hidden;
	z-index:999;
	border:1px solid #000000;
	padding:2px;
}
#datesel table {
	border-style:none;
	border-collapse:collapse;
	color:black;
	font-weight:bold;
	width:220px;
}
#datesel td a {
	padding:0px;
	display:block;
	line-height:20px;
	height:20px;
	width:20px;
	font-weight:bold;
	text-decoration:none;
	color:#AAAAAA;
	text-align:center;
}
#datesel td a:hover {
	background-color:#CCCCCC;
}
#datesel th {
	height:20px;
	width:20px;
}
.selectmonth{
	width:100px;
}
.selectyear{
	width:60px;
}
.nextdate{
	width:16px;
	height:20px;
	background-image:url(images/date_next.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}
