#calenderTable {
	width: 500px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
#calenderTable th,#calenderTable td {
	width: 14%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#calenderTable td {
	height: 80px;
}
#calenderTable td {
	vertical-align: top;
}
#calenderTable td div {
	height: 80px;
	overflow: hidden;
	vertical-align: top;
}
#calenderTable td li {
	list-style-type: none;
	font-size: 14px;
	line-height: 150%;
}
#calenderTable h6 {
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#calenderTable h5,#eventBox p a,h4 a {
	margin: 0px;
	padding: 0px;
}

#calenderTable td p {
	font-size: 10px;
	line-height: 150%;
	padding: 0px;
	text-align: left;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 4px!important;
	margin-bottom: 0px;
	margin-left: 2px!important;
	margin-left: 1px;
}
#calenderTable .sunWeek {
	color: #FF0000;
}
#calenderTable .satWeek {
	color: #0000FF;
}
.CalenderMonth {
	width: 500px!important;
	width: 500px;
	margin-right: auto;
	margin-left: -1px!important;
	margin-left: auto;
}
h4 {
	padding: 0px;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h4 a {
	font-weight: normal;
	text-decoration: none;
}
h4 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.calenderCategory {
	background-color: #FFFFCC;
	
}
#calenderBox {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#eventDetailBox {
	height: auto;
	margin-left: 5px;
}
#eventDetailBox p,#eventDetailBox h5 {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#eventDetailBox h5 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
}
#eventDetailBox div table {
	width: 250px!important;
	width: 248px;
	height: 36px;
	background-color: #FFCC00;
	margin: 0px;
	padding: 0px;
}

#eventDetailBox h5 a {
	font-weight: bold;
}
#eventDetailBox div {
	margin-bottom: 10px;
	background-color: #FFFFCC;
	width: 250px!important;
	width: 248px;
	display: block;
	border: 1px solid #FFCC00;
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	vertical-align: middle;
	height: 130px;
}

#eventDetailBox p span {
	font-weight: bold;
}
