div.calendar {
    position: relative;
    background: url(/p-3.3.0/bg-cal.gif) no-repeat;
    padding: 7px 10px 10px 10px;
	width: 270px;
    height: 230px;
}

.calendar {
	cursor: pointer;
}

.calendar table {
	cursor: pointer;
	width: 250px;
	height: 210px;
}

.calendar .button {
  text-align: center;
  padding: 2px;
  color: #000;
  font-size: 90%;
  visibility: hidden;
}

.calendar .headrow .button {
  visibility: visible;
}

.calendar .title {
  font-weight: bold;
  text-align: center;
  padding-right: 30px;
  padding-bottom: 5px;
  font-size:14px;
  line-height: 14px;
}

.calendar thead .name {
  padding: 2px;
  text-align: center;
  color: #000;
  background-color: #FFF;
  font-size: 12px;
}

.calendar thead .hilite {
  background-color: #c0ff00;
  color: #000;
  padding: 1px;
}

.calendar thead .active {
  background-color: #7c7;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames {
  background: #fff;
}

.calendar tbody .day {
  width: 2em;
  color: #000;
  text-align: center;
  padding: 2px 3px 2px 3px;
  font-weight: bold;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #8a8;
  background: #dfb;
}

.calendar tbody td.hilite {
  background: #c0ff00;
}

.calendar tbody td.active {
  background: #dec;
  padding: 2px 2px 0px 2px;
}

.calendar tbody .emptycell {
  visibility: hidden;
}

.calendar tbody .emptyrow {
  display: none;
}

.calendar tfoot .footrow {
  text-align: center;
  color: #fff;
}

.calendar tfoot .ttip {
/*  display: none;*/
  padding: 2px;
  color: #000000;
}

.calendar tfoot .hilite {
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active {
  padding: 2px 0px 0px 2px;
}

.calendar .combo {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 4em;
    cursor: pointer;
    border: 1px solid #565;
    background: #fff;
    color: #000;
    font-size: 90%;
    z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #c0ff00;
}

.calendar .combo .active {
  border-top: 1px solid #6a4;
  border-bottom: 1px solid #6a4;
  background: #efe;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #8a8;
  padding: 1px 0px;
  text-align: center;
  background-color: #dfb;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #898;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #686;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/* special days */

.calendar tbody .off_range_internet {
  background-color: #DDDDDD;
}

.calendar tbody .on_promo {
	background-color: #FFD533;
}

.calendar tbody .on_promo span {
	display:none; padding:2px 3px; margin-left:8px; margin-top:-2px; width:100px;
}

.calendar tbody .on_promo:hover span {
	display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;
}

.calendar tbody .on_promo_full {
	background-color: #FFF3C1;
}

.calendar tbody .imposed {
	background-color: #96DACF;
}

.calendar tbody .disabled {
    cursor: default;
	color: #d0d0d0;
	text-decoration: line-through;
}

.calendar tbody .disabled.full {
    text-decoration: none;
}
/*
.calendar tbody .daysrow {
    background: #dddddd;
}
*/
