#header_calendar {
	width:623px;
	height:30px;
}

#prevMonth {
	margin-left:5px;
	margin-top:8px;
	float:left;
	text-align:center;
}

#prevMonth a:link, #prevMonth a:visited {
	font-family: times new roman, serif;
	font-variant: small-caps;
	font-weight:bold;
	font-size:15px;
}

#prevMonth a:hover, #prevMonth a:active {
	font-family: times new roman, serif;
	font-variant: small-caps;
	font-weight:bold;
	font-size:15px;
	color:#636463;
	text-decoration:underline;
}

#currentMonth {
	float:left;
	text-align:right;
	width:300px;
	font-family: times new roman, serif;
	font-variant: small-caps;
	font-weight:bold;
	font-size:15px;
	margin-top:8px;
}

#nextMonth {
	float:right;
	margin-right:5px;
	margin-top:8px;
	text-align:center;
}

#nextMonth a:link, #nextMonth a:visited {
	font-family: times new roman, serif;
	font-variant: small-caps;
	font-weight:bold;
	font-size:15px;
}

#nextMonth a:hover, #nextMonth a:active {
	font-family: times new roman, serif;
	font-variant: small-caps;
	font-weight:bold;
	font-size:15px;
	color:#636463;
	text-decoration:underline;
}	

.table_calendar {
	margin-top:10px;
	table-layout:fixed;
	width:623px;
	border-collapse:collapse;
	text-align:center;
	border:1px solid #6F9C50;
}

.tx-advCaledar-pi1 { 
	BACKGROUND-COLOR: #D8E4D0; 
	font-family:Verdana; 
	font-size:12px; 
	width:628px;
}

.tx-advCaledar-pi1 P { 
	BACKGROUND-COLOR: #D8E4D0; 
	font-size:12px; 
}

.notInMonth, .currentDay, .dayNum,  {
	border-top:1px solid #6F9C50;
	border-left:1px solid #6F9C50;
	border-right:1px solid #6F9C50;
}

.notInMonthEvent, .currentDayEvent, .eventWrap {
	border-left:1px solid #6F9C50;	
	border-right:1px solid #6F9C50;	
	border-bottom:1px solid #6F9C50;
}

.currentDayEvent, .currentDay {
	background-color:#E3F6FF; 
}

.weekDayNames {
	border-left:1px solid #6F9C50;
	border-right:1px solid #6F9C50;
	height:25px;
}

