@charset "utf-8";
/* CSS Document */

h2{
	clear: both;
	color: #333333;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: normal;
}
ul.cpmscalendar {
	width:651px;
	clear:both;
}
ul.cpmscalendar > li {
	margin:0;
	padding:2px;
	background:none;
	height:280px;
	width:85px;
	float:left;
	border: 1px solid #ddd;
	background-color:#fff;
	text-align:right;
}
ul.cpmscalendar > li.calendarheader {
	height:1.5em;
	text-align:center;
}
ul.cpmscalendar > li.grey {
	color:#000;
}
ul.cpmscalendar > li.weekend {
	background-color:#efefef;
}
div.calendarcity {
	background-color: #CCC;
	text-align: center;
	z-index: 2;
	position: relative;
	margin-bottom:2px;
	color:#fff;
	white-space: nowrap;
	overflow: hidden;
	font-size:0.8em;
	line-height:1.5em;
}
div.calendarcity { background:url(images/tl.png) no-repeat top left; }
div.calendarcity > div { background:url(images/tr.png) no-repeat top right; }
div.calendarcity > div > div { background:url(images/br.png) no-repeat bottom right; }
div.calendarcity > div > div > div { background:url(images/bl.png) no-repeat bottom left; }

table.calendarcontent{
	border: 1px solid #666;
	padding:5px;
	text-align:left;
	color:#000;
}
.boldprogram{
	font-weight:bold;
}