#cal {
		margin-left: -75px;
		margin-bottom: 30px;
		margin-right: 30px;
		margin-top: 30px;
		font-size: 90%;
		width: 294px;
		position: relative;
	}
ul.week {
		clear: both;
	}
ul.week li.day {
		padding: 5px;
		z-index: 2;
		position: relative;
		float: left;
		border-bottom-width: 1px;
		display: block;
		border-bottom-color: #a9a9a9;
		border-bottom-style: solid;
		border-left-color: #a9a9a9;
		border-left-width: 1px;
		border-left-style: solid;
		background-color: #e7e7e7;
		height: 35px;
		width: 31px;
	}
ul.week li {
		padding-bottom: 2px;
		line-height: 100%;
		font-size: 100%;
		color: black;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 2px;
		text-align: center;
		z-index: 2;
		position: relative;
		float: left;
		border-bottom-width: 1px;
		display: block;
		border-bottom-color: #a9a9a9;
		border-bottom-style: solid;
		border-left-color: #a9a9a9;
		border-left-width: 1px;
		border-left-style: solid;
		background-color: #c1c1c1;
		height: 10px;
		width: 41px;
	}
ul.week li.event {
		background-color: #b6bfff;
	}
#summary {
		background-image: url(../images/bg-cal-summary.png);
		z-index: 3;
		display: block;
		height: 90px;
		width: 195px;
		position: absolute;
	}
#summary-text{
	position: relative;
	padding: 15px;
}

#summary-text p{
	font-weight: small;
	margin:5px;
}

#summary-text a
{
	display:block;
	height:auto;
	color: #0a04ff;
	font-size: 90%;
	text-decoration: underline;
	font-style:italic;
	line-height:123.1%;
}


#summary-close {
	position: absolute;
	height: 15px;
	width: 15px;
	background-image: url(../images/cal-summary-close.png);
	display: block;
	right: -3px;
	top:-3px;
	}
.click {
		background-color: #feffd1;
	}
ul.title {
		background-color: #193277;
		height: 25px;
	}
ul.title li {
		float: left;
		text-align: center;
	}
ul.title li.arrow {
		font-size: 100%;
		line-height: 100%;
		color: white;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 5px;
		height: 40px;
		width: 20px;
	}
ul.title li.month {
		line-height: 14px;
		color: white;
		font-style: Normal;
		font-size: 14px;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		height: 40px;
		width: 140px;
	}

