/* ----- These styles can be used to match the calendar popup to your site. ---- */
/* ----- You can even create a different style for calendar addons and admin calendars if you wish. ---- */
.CFWcpYearNavigation,
.CFWcpMonthNavigation {
	background-color:#D3CDBD;
	text-align:center;
	text-decoration:none;
	color:#4A4036;
	font-weight:bold;
}
.CFWcpDayColumnHeader,
.CFWcpYearNavigation,
.CFWcpMonthNavigation,
.CFWcpCurrentMonthDate,
.CFWcpCurrentMonthDateDisabled,
.CFWcpOtherMonthDate,
.CFWcpOtherMonthDateDisabled,
.CFWcpCurrentDate,
.CFWcpCurrentDateDisabled,
.CFWcpTodayText,
.CFWcpTodayTextDisabled,
.CFWcpText {
	font-family:arial;
	font-size:8pt;
}
TD.CFWcpDayColumnHeader {
	text-align:right;
	border:solid thin #669;
	border-width:0 0 1px ;
}
.CFWcpCurrentMonthDate,
.CFWcpOtherMonthDate,
.CFWcpCurrentDate {
	text-align:right;
	text-decoration:none;
}
.CFWcpCurrentMonthDateDisabled,
.CFWcpOtherMonthDateDisabled,
.CFWcpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.CFWcpCurrentMonthDate {
	color:#369;
	font-weight:bold;
}
.CFWcpCurrentDate {
	color:#FFF;
	font-weight:bold;
}
.CFWcpOtherMonthDate{
	color:#808080;
}
TD.CFWcpCurrentDate {
	color:#FFF;
	background-color:#D3CDBD;
	border-width:1;
	border:solid thin #000;
}
TD.CFWcpCurrentDateDisabled {
	border-width:1;
	border:solid thin #FAA;
}
TD.CFWcpTodayText,
TD.CFWcpTodayTextDisabled {
	border:solid thin #669;
	border-width:1px 0 0;
}
a.CFWcpTodayText,
span.CFWcpTodayTextDisabled {
	height:20px;
}
a.CFWcpTodayText {
	color:#80776F;
	font-weight:bold;
}
span.CFWcpTodayTextDisabled {
	color:#D0D0D0;
}
.CFWcpBorder{
	border:solid thin #474036;
	width:150px !important;
}


form div#calwrap {
	width: 1px;
	display: inline;
	position: relative;
	clear: none;
	margin: 0;
	border: none;
	padding: 0;
}
div#divcalevent {
	position: absolute;
	top: -1em !important;
	left: 0 !important;
	width: 150px;
	margin: 0;
	padding: 0;
	border: none;
}
div#divcalevent table td {
	border: 0;
}