.dateChooser td {
	cursor:default;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
    height:20px;
}
.dateChooser td.dateChooserActive:hover {
	color:#000033;
	background-image: url(cell_bg.gif);
}
.dateChooser td.dateChooserActiveToday {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dateChooser th {
	color: #000033;
	width: 10px;
	border: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	background-image: url(cell_bg.gif);
}

.dateChooser select{
 width:5pc;
 font-size:9px;
}


.dateChooser {
	border: 1px solid #aaa;
	padding: 1px;
	background-color: #ffffff;
}
.dateChooser table {
	width:160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
