select.sb {font: 8pt verdana}

/* calendar */
.cal-top {background-color: #C62929}  /* month and year drop-down box cell (th) */
.cal-nav {font: 8pt tahoma; text-decoration: none; color: #FFFFFF}  /* "next" and "prev" month navigation links */
.cal-date {font: 8pt tahoma; background-color: #FFFFFF}  /* cell with previous or next month's date (th) */
.cal-month {font: 8pt tahoma; background-color: #F7F3EA}  /* cell with current month's date (th) */
.cal-this {font: 8pt tahoma; background-color: #C62929}  /* selected date cell (th) */
.cal-wday {text-decoration: none; color: #000000}  /* weekday date link (a) */
.cal-wend {text-decoration: none; color: #C62929}  /* weekend date link (a) */
.cal-lthis {text-decoration: none; color: #FFFFFF}  /* selected date link (a) */
.cal-day {background-color: 7D94BB; font: bold 8pt tahoma; color: #FFFFFF}  /* day of the week cell (th) */
.cal-sel {font: 8pt tahoma; color: #FFFFFF; background-color: #C62929}  /* month and year drop-down box (select) */

/* hand cursor */
.hand-cur {cursor: pointer; cursor: hand}