#CalendarControlIFrame { display: none; z-index: 99; left: 0px; width: 250px; position: absolute; top: 0px; height: 250px; }

#CalendarControl { padding-right: 0px; display: none; padding-left: 0px; z-index: 100; padding-bottom: 0px; margin: 0px; padding-top: 0px; position: absolute; background-color: white; }

#CalendarControl table { border-right: black 1px solid; border-top: black 1px solid; font-size: 8pt; border-left: black 1px solid; border-bottom: black 1px solid; font-family: arial, verdana, helvetica, sans-serif; }

#CalendarControl th { font-weight: normal; }

#CalendarControl th a { padding-right: 1px; padding-left: 1px; font-weight: normal; padding-bottom: 1px; color: #fff; padding-top: 1px; text-decoration: none; }

#CalendarControl td { text-align: center; }

#CalendarControl .header { background-color: #9ab0c4; }

#CalendarControl .weekday { color: #000; background-color: whitesmoke; }

#CalendarControl .weekend { color: #000; background-color: palegoldenrod; }

#CalendarControl .current { border-right: mediumblue 1px solid; border-top: mediumblue 1px solid; border-left: mediumblue 1px solid; color: white; border-bottom: mediumblue 1px solid; background-color: mediumblue; }

#CalendarControl .weekday, 
#CalendarControl .weekend, 
#CalendarControl .current { border-right: #fff 1px solid; border-top: #fff 1px solid; display: block; border-left: #fff 1px solid; width: 2em; border-bottom: #fff 1px solid; text-decoration: none; }

#CalendarControl .weekday:hover, 
#CalendarControl .weekend:hover, 
#CalendarControl .current:hover { border-right: #999 1px solid; border-top: #999 1px solid; border-left: #999 1px solid; color: #fff; border-bottom: #999 1px solid; background-color: mediumblue; }

#CalendarControl .previous { text-align: left; }

#CalendarControl .next { text-align: right; }

#CalendarControl .previous, 
#CalendarControl .next { padding-right: 3px; padding-left: 3px; font-size: 1.4em; padding-bottom: 1px; padding-top: 1px; }

#CalendarControl .previous a, 
#CalendarControl .next a { font-weight: bold; color: white; text-decoration: none; }

#CalendarControl .title { font-weight: bold; color: #fff; text-align: center; }

#CalendarControl .empty { border-right: #fff 1px solid; border-top: #fff 1px solid; border-left: #fff 1px solid; border-bottom: #fff 1px solid; background-color: gainsboro; }
