DateChooser {
cornerRadius: 8;
borderThickness: 0;
horizontalGap: 40;
verticalGap: 40;
headerColors: #00cc33, #ffcc00;
highlightAlphas: 0.56, 0.56;
fillAlphas: 0.69, 0.64, 0.45, 0.65;
fillColors: #cc0000, #ccff00, #6600ff, #ff6600;
todayColor: #ff66ff;
rollOverColor: #cc0000;
selectionColor: #99ffcc;
color: #6633ff;
borderColor: #00ff99;
iconColor: #ff0000;
backgroundColor: #ccff99;
themeColor: #cc6699;
dropShadowEnabled: true;
shadowDistance: 5;
shadowDirection: left;
dropShadowColor: #cc00ff;
fontFamily: Verdana;
fontSize: 16;
fontWeight: bold;
fontStyle: italic;
textDecoration: underline;
headerStyleName: "mydateChooserHeaderStyle"; weekDayStyleName: "mydateChooserWeekDayStyle"; todayStyleName: "mydateChooserTodayStyle";
}
.mydateChooserHeaderStyle {
color: #3333ff;
fontFamily: Times New Roman;
fontWeight: bold;
fontSize: 16;
fontStyle: italic;
textDecoration: none;
}
.mydateChooserWeekDayStyle {
color: #ff3300;
fontFamily: Arial Black;
fontWeight: bold;
fontSize: 18;
fontStyle: italic;
textDecoration: underline;
}
.mydateChooserTodayStyle {
color: #99ff00;
fontFamily: Arial Black;
fontWeight: bold;
fontSize: 24;
fontStyle: italic;
textDecoration: underline;
}