.dateChooser td.dateChooserActiveToday {
}

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

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

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


.dateChooser td a {
    color:#431F32;
	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:#D2AACC;
    color: #431F32;
    width: 20px;
	height:20px;
  	text-align:center;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 1px outset #aaa;
    background: white;
    padding: 1px;
}
.dateChooser table {
}
