#CalendarControlIFrame {  display: none;  left: 0px;  position: absolute;  top: 0px;  height: 250px;  width: 220px; /* 250px; should to be 188px; ?? */  z-index: 99;}#CalendarControl {  position:absolute;  background-color:#fff;  margin:0;  padding:0;  display:none;  z-index: 100;}#CalendarControl table {  font-family: arial, verdana, helvetica, "sans serif";  font-size: 0.75em;  border-left: 1px solid #336;  border-right: 1px solid #336;}#CalendarControl th {  font-weight: normal;  font-size: 111%;}#CalendarControl th a {  font-weight: normal;    font-size: 63%;  text-decoration: none;  color: #fff;  padding: 1px;}#CalendarControl td {  text-align: center;}#CalendarControl .header {  background-color: #6666cc; /* #990033; */    font-size: 122%;}#CalendarControl .weekday {  background-color: #ddd;  color: #000;}#CalendarControl .weekend {  background-color: #ddd;  color: #000;}#CalendarControl .current {  border: 1px solid #339;  background-color:  #6666cc; /*  #ff9933; /* #6666cc; /* #990033; */  color: #FFF;}#CalendarControl .weekday,#CalendarControl .weekend,#CalendarControl .current {  display: block;  text-decoration: none;  border: 1px solid #fff;  width: 2em;}#CalendarControl .weekday:hover,#CalendarControl .weekend:hover,#CalendarControl .current:hover {  color: #fff;  background-color: #ff9933; /* #6666cc; /* #ff9933; /* #990033; */  border: 1px solid #d7d7d7;}#CalendarControl .previous {  text-align: left;}#CalendarControl .next {  text-align: right;}#CalendarControl .previous,#CalendarControl .next {  padding: 1px 3px 1px 3px;  font-size: 1.4em;}#CalendarControl .previous a,#CalendarControl .next a {  color: #fff;  text-decoration: none;  font-weight: bold;}#CalendarControl .title {  text-align: center;  font-weight: bold;  color: #fff;}#CalendarControl .empty {  background-color: #f8f8f8;  border: 1px solid #fff;}