#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  margin:0; padding:0;
  height: 400px;
  width: 164px;


}

#CalendarControl {
  position:absolute;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
	
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  width:190px;
  background-color:#ffffff;  
  font-size: 10pt;
  border-left: 1px solid #FF6600;
  border-right: 1px solid #FF6600;
  border-top: 1px solid #FF6600;
  border-bottom: 1px solid #FF6600;
}

#CalendarControl th {
	font-weight:bold;
	color:#000000;
	background-color:#FCB17F;
	font-style: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td 
{	
  text-align: center;
}


#CalendarControl .headerS
{
	background-color:#FF6600;
	font-weight: bold;
	color: #FFFFFF;
}
#CalendarControl .header
{
	background-color:#FF6600;
	font-weight: bold;
	color: #FFFFFF;
}

#CalendarControl .weekday 
{
	width:100px;
	font-size:10px;
  
  width:25px;
  background-color: #EFF3FA;
  color: #000;
}

#CalendarControl .pastday 
{
  width:100px;
  
  width:25px;
  background-color: #EFF3FA;
  color: #999999;
}


#CalendarControl .weekend 
{
	width:100px;
	font-size:10px;
	
  background-color: #eff3fa;
  color: #000;
}
#CalendarControl .DirectFlight 
{
	width:100px;
	font-size:10px;
	
	width:25px;
  border: 1px solid #FFF;
  background-color: #6d6d6d;
  color: #FFF;
 
}


#CalendarControl .current 
{
	width:100px;
	font-size:10px;
	
	width:25px;
  border: 1px solid #339;
  background-color: #BB1213;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current 
{
	width:100px;
	
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #5B7DBD;
  border: 1px solid #000;
}

#CalendarControl .previous {
  text-align: left; color:#FFFFFF;
}

#CalendarControl .next {
  text-align: right; color:#FFFFFF;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty 
{
	width:100px;
	
  background-color: #FBFBFB;
  border: 1px solid #FFF;
}

