#body {
	background-color: transparent;
}

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 200px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  left:2px;
  top:0px;
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:block;
  z-index: 100;
  width: 150px;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid rgb(230,0,0);
  border-right: 1px solid rgb(230,0,0);
  border-collapse: collapse;
}

#CalendarControl th {
  font-weight: normal;
  padding: 0px;
  cursor: default;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
  padding: 0px;
}

#CalendarControl .header {
  background-color: rgb(230,0,0);
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: rgb(230,0,0);
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .enabled .weekday:hover,
#CalendarControl .enabled .weekend:hover,
#CalendarControl .enabled .current:hover {
  color: #FFF;
  background-color: rgb(230,0,0);
  border: 1px solid #999;
}

#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: #CCC;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .disabled .weekday,
#CalendarControl .disabled .weekend,
#CalendarControl .disabled .current {
  cursor: default;
  color: #C0C0C0 !important;
  font-style: italic !important;
}

.mDisabled
{
	visibility: hidden;
}

.mEnabled
{
	visibility: visible;
}
