	.eventCalendar {
		border: 1px solid #003366;
		width: 175px; /* 175px */
		height: 169px; /* 169px */
		background: white;
		color: #433d27;
		overflow: hidden;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		margin-bottom: 15px;
		}
		.eventCalendar a {
			text-decoration: none;
			font-weight: bold;
			color: #433d27;
			}
		.eventCalendar table {	
			width: 175px;
			height: 169px;
			}
		.eventCalendar caption {
			background: url(../images/layout/caption-back.gif) 0px 0px repeat-x;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			}
		.eventCalendar td {
			width: 24px;
			height: 20px;
			line-height: 20px;
			text-align: center;
			}
		.eventCalendar th {
			height: 15px;
			overflow: hidden;
			line-height: 15px;
			text-align: center;
			background: #f5f4d3;
			}
		.calNormDay {
			background: #e0e0e0;
			}
		.calWeekend {
			background: #d0d0d0;
			}
		.calPastMonth {
			background: #eeeeee;
			}
		.calNextMonth {
			background: #eeeeee;
			}
		.calEventType1 {
			background: #f2bfbf;
			}
		.calEventType2 {
			background: #80c342;
			}
		.calEventType3 {
			background: #ffc18a;
			}
		.calEventType4 {
			background: #a4cae5;
			}
		.calEventType5 {
			background: #ccff00;
			}
