.city {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	border: 1px solid #B7B7B7;
	padding: 0px;
	width:75px;
	background-color: #FFFEFB;
		height:15px;
}
.city1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	border: 1px solid #B7B7B7;
	padding: 0px;
	width:170px;
	background-color: #FFFEFB;
		height:15px;
}
.expmon {
font-size:11px;
border:1px solid #B7B7B7; 
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#FFFEFB;
 }



#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 400px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#006699;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #006699;
  border-right: 1px solid #006699;
  border-top: 1px solid #006699;
  border-bottom: 1px solid #006699;
}

#CalendarControl th {
	font-weight:bold;
	color:White;
	background-color:#006699;
	font-style: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
	background-color:#006699;
	font-weight: bold;
	color: #000000;
}

#CalendarControl .weekday {
  background-color: #EFF3FA;
  color: #000000
}

#CalendarControl .pastday {
  background-color: #EFF3FA;
  color: #999999;
}


#CalendarControl .weekend {
  background-color: #FFFFCC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #666633;
  color: #FFF;
}

#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: #000000;
  background-color: #5B7DBD;
  border: 1px solid #000;
}

#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: #FBFBFB;
  border: 1px solid #FFF;
}
