.calhead td {
  width: 116px;
  height: 25px;
  color: #9B9B9B;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.cal table {
  border: 3px;
}

.cal td {
  width: 106px;
  height: 138px;
  background: url(/images/cal1.gif) no-repeat;
  border: 0px;
  border-collapse:collapse;
  background-color: #F5F2FF;
  vertical-align:top;
  font-weight: bold;
}

td.locked {
  width: 106px;
  height: 138px;
  background: url(/images/cal0.gif) no-repeat;
  border: 0px;
  border-collapse:collapse;
  color: #F7F5F5;
  background-color: #F5F2FF;
  vertical-align:top;
}

.day {
  float: left;
  color: #998675;
  text-decoration: none;
  padding: 5px;
  font-weight: bold;
  line-height: 150%;
 }

.date {
  float: right;
  color: #998675;
  text-decoration: none;
  padding: 5px 10px 5px 5px;
  font-weight: bold;
  line-height: 150%;
}

.caltxt div, .caltxt a:link, .caltxt a:visited, .caltxt a:hover {
  padding: 5px 0px 5px 5px;
  font-size: 12px;
  overflow: hidden;
  width: 101px;
  height: 98px;
  color: #333333;
  text-decoration: none;
  text-align: left;
}

#theentry {
	padding: 10px 0px 0px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	width: 164px;
	height: 219px;
	background-image: url('/images/calbig.gif');
	background-position:0 0;
	background-repeat:no-repeat;
	margin-left:0px;
	display:none;
	position:absolute;
	line-height: 150%;
}

#theentry span {
	font-size: 24px;
}

#theentry span.date {
	padding-right: 5px;
}

#theentry .day, #theentry .date {
	color: #fff;
	margin-top: -8px;
} 

#theentry div.caltxt {
    height: 150px;
  overflow: auto;
	width: 154px;
}
