/* CSS Document */
#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 400px;
  width: 400px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
 /* background:url(/customer_care/images/calendar.png) no-repeat; */
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 9pt;
  width:195px;
  height:187px;
     background:url(/help/images/calendar.png) no-repeat;
/*  background:url(/customer_care/images/calendar_backup.gif) no-repeat; */
/*   border-left: 1px solid #339900;
  border-right: 1px solid #339900;
  border-bottom: 1px solid #339900;
  border-top: 1px solid #339900;*/
}

#CalendarControl th {
  font-weight: normal;
  color:#339900;
  text-align:center;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
 /* background-color: #E5F4D8 ; */
 height:27px;
}

#CalendarControl .weekday {
/*  background-color: #DDD; */
  color: #000;
}

#CalendarControl .weekend {
/*  background-color: #FFC; */
  color: #000;
}

#CalendarControl .current {
 /* border: 1px solid #339; */
  background-color: #006600;
  color: #FFF;
}

#CalendarControl .grey {
 /* border: 1px solid #339; */
  background-color: #EBEBEB;
  color: #FFF;
  cursor:default;
 }

#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: #006600;
/*  border: 1px solid #999; */
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 1px 1px 1px;
/*  font-size: 1.4em; */
  font-size: 1em;
  vertical-align: middle;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
 color: #FFF;
  
 /*color:#006600; */
}

#CalendarControl .empty {
 /* background-color: #CCC; */
/* background-color:#FFFFFF; 
  border: 1px solid #FFF;*/
}

#CalendarControl .insidetable {
  width:181px;
  height:165px;
  background:none;
  margin-left:2px;  
  
}
#CalendarControl .insidetableheader {
  width:171px;
  height:31px;
  background:none;
  margin-left:3px;
 /* margin-top:2px;    */
}
#CalendarControl .forcalendartable {
 width:171px;
 background:none;
 height:20px;
}
