div.ui-datepicker{
 font-size:11px;
}
.outSeason a.ui-state-default, .lowSeason a.ui-state-default, .midSeason a.ui-state-default, .highSeason a.ui-state-default, .peakSeason a.ui-state-default { color: #FFFFFF; background: none; } 
div#outKey, .outSeason a.ui-state-default { background-color: #1891a0; }
div#lowKey, .lowSeason a.ui-state-default { background-color: #6dbb21; }
div#midKey, .midSeason a.ui-state-default { background-color: #d0e01e; }
div#highKey, .highSeason a.ui-state-default { background-color: #f87b15; }
div#peakKey, .peakSeason a.ui-state-default { background-color: #db1208; }

div.keyContainer { clear: left; }
div.seasonKey div.keyContainer span { font-size: 12px; line-height: 24px; color: #77004C; }
div.seasonKeyItem { float: left; width: 25px; height: 25px; margin-right: 10px; }

