.dateChooser td.dateChooserActiveToday {
}

.dateChooser td.dateChooserActiveToday a{
   background-color:#8E5CAF;
   color:#FFFFFF;
   display:block;
}

.dateChooser td.weekday {
	background-color:#EEF2F9;
	width:20px;
	height:20px;
	text-align:center;
	line-height: 20px;
}

.dateChooser td.weekend {
	background-color:#5A8AB1;
	width:20px;
	height:20px;
	text-align:center;
	line-height: 20px;
}


.dateChooser td a {
    color:#000066;
	text-decoration:none;
	display:block;
	width:20px;
	height:20px;
	text-align:center;
}
.dateChooser td a:hover {
    color:#000066;
	text-decoration:none;
	background-color:#FFFF00;
	display:block;
	width:20px;
	height:20px;
	text-align:center;
}


.dateChooser th {
	background-color:#334177;
    color: white;
    width: 20px;
	height:20px;
  	text-align:center;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 1px outset #aaa;
    background: white;
    padding: 1px;
	z-index:100;
}
.dateChooser table {
}