/* Calendar control */
.calendarDiv {
	z-index: 1000;   
}

.calendarDiv select { 
	background-color: #AB9856;
}

.wFcpYearNavigation, .wFcpMonthNavigation {
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.wFcpYearNavigation a:hover, .wFcpMonthNavigation a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

td.wFcpDayColumnHeader {
	text-align:right;
}

.wFcpCurrentMonthDate, .wFcpOtherMonthDate, .wFcpCurrentDate {
	text-align:right;
	text-decoration:none;
	font-weight: bold;
}

.wFcpCurrentMonthDateDisabled, .wFcpOtherMonthDateDisabled, .wFcpCurrentDateDisabled {
	text-align:right;
	font-weight: normal;
}

.wFcpCurrentDate {
	color: #FFFFFF;
	font-weight:bold;
}

.wFcpOtherMonthDate {
	color:#808080;
	visibility: hidden;
}

td.wFcpCurrentDate {
	color:#FFFFFF;
	background-color: #B00468;
}

a.wFcpTodayText, span.wFcpTodayTextDisabled {
	height:20px;
}

a.wFcpTodayText {
	color:#4A3B02;
	font-weight:bold;
}

span.wFcpTodayTextDisabled {
	display: none;
}

.wFcpBorder {
	border: 1px solid #A0A6A6;
}

.wFcpBorder td {
	padding: 3px;
}

#events_table .wFcpMonthNavigation span, #events_table .wFcpYearNavigation span {
	font-weight: bold;
}
