.empty {
	color: white;
	font-size: 1px;
	background: transparent;
}

#calendar {
	float: left;
	margin-top: 40px;
	margin-bottom: 30px;
}

#controls {
	text-align: right;
	height: 20px;
	line-height: 20px;
	background: #aaa;
 	opacity: 0.5;
 	filter: alpha(opacity = 50);
 	zoom:1;
	margin-bottom: 5px;
	padding: 5px;
}

#controls a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#controls a:hover{
	color: #f52d7e;
}

#month .event{
	text-align: right;
}

.event #prev{
	float: left;
}

.day, .empty {
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 123px;
	font-family: Verdana;
}

.day, .endday {
	height: 80px;
}

.endday, .endempty {
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 123px;
	font-family: Verdana;
}

.day a, .endday a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.calcol1, .calInfo1-tip {
	background: #efa0c5;
}

.calcol2, .calInfo2-tip {
	background: #fa8958;
}

.calcol3, .calInfo3-tip {
	background: #8fd9ee;
}

.calcol4, .calInfo4-tip {
	background: #f0e402;
}

.calcol5, .calInfo5-tip {
	background: #d4cbc8;
}

.calcol6, .calInfo6-tip {
	background: #28abe2;
}

.calcol7, .calInfo7-tip {
	background: #ee5b9f;
}

.calcol8, .calInfo8-tip {
	background: #887d79;
}

.event {
	font-size: 12px;
	color: white;
	display: block;
	height: 60px;
}

#month a {
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 24px;
}

.date {
	display: block;
	height: 24px;
	text-align: right;
	font-family: "Letter Gothic Std";
	font-size: 24px;
	line-height: 24px;
}

.calInfo1-tip,
.calInfo2-tip,
.calInfo3-tip,
.calInfo4-tip,
.calInfo5-tip,
.calInfo6-tip,
.calInfo7-tip,
.calInfo8-tip {
	color: #fff;
	width: 306px;
	z-index: 13000;
	padding: 8px;
	border: solid 2px;
	 opacity: 0.9;
  filter: alpha(opacity = 90);
  zoom:1;
	
}



.calInfo1-tip h3,
.calInfo2-tip h3,
.calInfo3-tip h3,
.calInfo4-tip h3,
.calInfo5-tip h3,
.calInfo6-tip h3,
.calInfo7-tip h3,
.calInfo8-tip {
	margin: 0;	
}



.calInfo1-title,
.calInfo2-title,
.calInfo3-title,
.calInfo4-title,
.calInfo5-title,
.calInfo6-title,
.calInfo7-title,
.calInfo8-title {
	display: block;
	height: 24px;
	text-align: right;
	font-family: "Letter Gothic Std";
	font-size: 24px;
	line-height: 24px;
}

.calInfo1-text,
.calInfo2-text,
.calInfo3-text,
.calInfo4-text,
.calInfo5-text,
.calInfo6-text,
.calInfo7-text,
.calInfo8-text {
	font-size: 11px;
}

.lame {
	background: #aaa;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  zoom:1;
}