.dropdownstyle {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 10px;
    color: 384d66;
    background-color: #FFFFbf;
    border: 1px solid #666666;
}
.calendar-header {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.calendar-cell {
	font-size: 10px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 2px;
	list-style-type: circle;
	list-style-position: inside;
}
.calendar-cell-today {
	font-size: 10px;
	background-color: #FFFFbf;
	vertical-align: top;
}
.calendar-cell-off {
	font-size: 10px;
	background-color: #CCCCCC;
	vertical-align: top;
}
.calendar-table {
	background-color: #810;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.calendar-date {
	font-size: 11px;
	font-weight: bold;
}

.calendar-month {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.calendar-month-header {
	background-color: #a81;
}
a.calendar-month-header, a.calendar-month-header:hover, a.calendar-month-header:visited, a.calendar-month-header:active{ font-size:11px; color:#FFFFFF;}

