
.ui-tooltip {
    padding:10px 20px; 
	background:#23408F; 
	border:2px solid #FFF; 
	color:#FFF; 
	font-family:geneva, helvetica, arial, sans-serif;
    font-size:0.90em; 	 
	box-shadow:2px 2px 7px black;
	border-radius:15px;
} 

#indexCal {
  position:relative
  top:-2px;
  left:1px;
  width:258px; 										/* was width:259 then 256 px; */
  height:auto;
  overflow:hidden;
  font-family:geneva, helvetica, arial, sans-serif;
  font-size:1.00em;
  color:#000;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  line-height:25px;
}
#indexCal h2 {
  width:275px;
  height:25px;
  margin:0 1px 0 0;
  font-size:1.10em;
  background:#FE0000;
  color:#FFF;
}
#indexCal ul {width:270px; margin:0; padding:0; background:#333}  
#indexCal ul li {
  width:35px;   /* was width:36 then 35px; */
  height:25px;
  display:block;
  float:left;
  list-style:none;
  border:1px solid #CCC;
  border-collapse:collapse;
  margin:0;
}
#indexCal ul li.day {background:#23408F; color:#FFF; font-weight:600}
#indexCal ul li.num {background:#23408F; color:#FFF}
#indexCal a.event {
  display:block;
  width:35px;
  height:25px;
  background:#B1B1D5;
  text-decoration:none;
  color:#000;
}
#indexCal a.eventHoliday {
  display:block;
  width:35px;
  height:25px;
  background:#003470;
  text-decoration:none;
  color:#FFF;
}
#indexCal a.eventGreen {
  display:block;
  width:35px;
  height:25px;
  background:#99FF99;
  text-decoration:none;
  color:#000;
}
#indexCal a.eventOrange {
  display:block;
  width:35px;
  height:25px;
  background:#FFA500;
  text-decoration:none;
  color:#000;
}
#indexCal a.eventPats {
  display:block;
  width:35px;
  height:25px;
  background:#CC0E00;
  text-decoration:none;
  color:#FFF;
}
#indexCal a.eventWhite {
  display:block;
  width:35px;
  height:25px;
  background:#FFF;
  text-decoration:none;
  color:#000;
}
#indexCal a.eventPayDay {
  display:block;
  width:35px;
  height:25px;
  background:#008000;
  text-decoration:none;
  color:#FFF;
}
#indexCal a.event span {display:none}
#hello {
  position:relative;
  top:-3px;
  height:2.00em;
  background-color:#FE0000;
  color:#FFF;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  font-family:geneva, helvetica, arial, sans-serif;
  font-size:0.80em;
  padding:8px 0;
  line-height:1.1;
}
#calDisplay {
  position:relative;
  top:0;
  left:0;
  text-align:center;
  margin-left:2px;  
  margin-right:2px;
  width:259px;  
  height:189px;
  background:#FE0000
}
#payCal {position:relative; top:5px; padding:5px 0}


