#CalendarControlIFrame {

  display: none;

  left: 0px;

  position: absolute;

  top: 0px;

  width: 250px;

  z-index: 99;

}



#CalendarControl {

  position:absolute;

  background-color:#FFFFFF;

  margin:0;

  padding:0;

  display:none;

  z-index: 100;

}



#CalendarControl table {

  font-family: arial, verdana, helvetica, sans-serif;

  font-size: 11px;

  border-left: 1px solid #CCCCCC;

  border-right: 1px solid #CCCCCC;

}



#CalendarControl th {

  font-weight: normal;

  font-size: 11px;

}



#CalendarControl th a {

  font-weight: normal;

  text-decoration: none;

  color: #FFFFFF;

  padding: 1px;

  font-size: 11px;

}



#CalendarControl td {

  text-align: center;

  font-size: 11px;

}



#CalendarControl .header {

  background-color: #778CAC;

  font-size: 11px;

}



#CalendarControl .weekday {

  background-color: #EEEEEE;

  color: #333333;

  font-size: 11px;

}



#CalendarControl .weekend {

  background-color: #CCCCCC;

  color: #333333;

  font-size: 11px;

}



#CalendarControl .current {

  border: 1px solid #BEA388;

  background-color: #EBE5DF;

  color: #965423;

  font-weight: bold;

  font-size: 11px;

}



#CalendarControl .weekday,

#CalendarControl .weekend,

#CalendarControl .current {

  display: block;

  text-decoration: none;

  border: 1px solid #FFFFFF;

  width: 2em;

  font-size: 11px;

}



#CalendarControl .weekday:hover,

#CalendarControl .weekend:hover,

#CalendarControl .current:hover {

  color: #965423;

  background-color: #EBE5DF;

  border: 1px solid #BEA388;

  font-weight: bold;

  font-size: 11px;

}



#CalendarControl .previous {

  text-align: left;

  font-size: 11px;

}



#CalendarControl .next {

  text-align: right;

  font-size: 11px;

}



#CalendarControl .previous,

#CalendarControl .next {

  padding: 1px 3px 1px 3px;

  font-size: 11px;

}



#CalendarControl .previous a,

#CalendarControl .next a {

  color: #FFFFFF;

  text-decoration: none;

  font-weight: bold;

  font-size: 11px;

}



#CalendarControl .title {

  text-align: center;

  font-size: 11px;

  font-weight: bold;

  color: #FFFFFF;

}



#CalendarControl .empty {

  background-color: #EEEEEE;

  border: 1px solid #FFFFFF;

}.couponPerday {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.blackoutOFF {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.blackoutON {
	background-color: #C02C19;
	padding: 10px;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

}

