/* Calendar */
#divCalendarContainer {
	width: 138px;
	height: 154px;
	background: url(../images/bg_calendar.gif) no-repeat;
	float: left;
}

#divCalendarContainer h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #003366;
	text-align: center;
	line-height: 33px;
	margin: 0;
}

#divCalendar {
	width: 136px;
	height: 119px;
	float: left;
}

#divWeekDays {
	font-size: 0.75em; /* 9px; */
/*	font-weight: bold; /**/
	text-align: center;
	line-height: 13px;
	color: #666699;
	background-color: #FFFFCC;
	float: left;
	width: 136px;
}

#divWeekDays div {
	width: 19px;
	float: left;
}

#divMonthDays {
	margin-left: 1px;
	float: left;
}

#divMonthDays div {
	font-size: 0.75em; /* 9px */
/*	font-weight: bold; /**/
	text-align: center;
	color: #999999;
	width: 19px;
	line-height: 15px;
	margin-top: 1px;
	float: left;
}

#divMonthDays div a {
	text-decoration: none;
	color: #333333;
	background-color: #EDF1F5;
	display: block;
}

#divMonthDays div a:hover {
	color: #006699;
	text-decoration: underline;
}

#divMonthDays div.today {
	width: 17px;
	line-height: 13px;
	border: 1px solid #FFCF32;
}

#divPostNewEvent {
	line-height: 9px;
	text-align: center;
	margin-top: 10px;
	width: 100%;
	float: left;
}

#divPostNewEvent a {
	font-size: 0.75em; /* 9px; */
/*	font-weight: bold; /**/
	color: #006699;
	text-decoration: none;
}

#divPostNewEvent a:hover {
	color: #006699;
	text-decoration: underline;
}

/* Calendar */