.clear {
	clear: both;
}

#calMonth {
	width: 328px;
	clear: both;
	background: url( /library/pics/calBg.jpg ) no-repeat top left;
	padding: 10px;
}

.calTitle {
	background: url( /library/pics/calHeader.jpg ) no-repeat top left;
	padding: 10px 10px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	width: 288px;
	#width: 308px;
}

.calTitle a {
	color: #fff;
	text-decoration: none;
}

.calBox {
	clear: both;
}
.calPrev {
	float: left;
	width: 20px;
}
.calMonthTitle {
	float: left;
}
.calNext {
	float: right;
	width: 20px;
}
.calDayTitle, .calDayBlank, .calDay, .calDayEmpty {
	width: 40px;
	height: 40px;
	float: left;
	padding: 0;
	color: #333;
	margin: 2px;
	font-size: 12px;
}

.calDayTitle {
	height: 25px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.calDayBlank {
	background-color: #efefef;
}

.calDayEmpty {
	background: url( /library/pics/calBg.gif ) no-repeat top left;
}

.calDay {
	background: url( /library/pics/calBgOn.gif ) no-repeat top left;
}

.current {
	background: url( /library/pics/calBgCurrent.gif ) no-repeat top left;
}

.day {
	margin:  6px;
}
/* POPUP */
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url( /library/pics/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: left;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #000000;
}

#eventList h3,  #eventList h2, #eventList h1 {
	color: #333;
	margin: 10px 0;
	padding: 0;
}

#eventList h3 {
	margin: 5px 0;
	padding: 0;
}

#eventList p {
	margin: 0;
	padding: 0;
}

h1.main {
	margin-top: 0; 
	padding: 0;
	color: #a5619e;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}

.back {
	margin-top: 20px;
	border-top: 1px solid #efefef;
	padding-top: 10px;
}
