#myCalendarDiv, #myCalendarDiv2 {
	display: none;
	
	border: 1px solid #cccccc;
}



.dhtml_calendar, .dhtml_calendar table {
	font-family: "Arial, Sans-serif";
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.dhtml_calendar_titlebar {
	background-color: #0033ff;
	color: #ffffff;
}
.dhtml_calendar_titlebar a.dhtml_calendar_prev_month, .dhtml_calendar_titlebar a.dhtml_calendar_next_month, .dhtml_calendar_month_label, .dhtml_calendar_year_label {
	border: 1px solid #0099cc;
	background-color: transparent;
}
.dhtml_calendar_titlebar a.dhtml_calendar_prev_month {
	background: url("../../images/calendar/left_arrow.png") no-repeat 1px 1px;
}
.dhtml_calendar_titlebar a.dhtml_calendar_next_month {
	background: url("../../images/calendar/right_arrow.png") no-repeat 1px 1px;
}
.dhtml_calendar_month_label, .dhtml_calendar_year_label {
	text-decoration: none
	color: #ffffff;
	background: url("../../images/calendar/down_arrow.png") no-repeat right center;
}
.dhtml_calendar_close {
	background: url("../../images/calendar/closebox.gif") no-repeat 0px 1px;
}
.dhtml_calendar table {
	width: 100%;
	border: 0px;
}
.dhtml_calendar table a {
	color: #000000;
	text-decoration: none;
}
.dhtml_calendar table a:hover {
	color: red;
	text-decoration: underline;
}
.dhtml_calendar table td {
	border: 1px solid #ffffff;
	font-weight: normal;
	text-align: center;
}
.dhtml_calendar table td.selected_day, .dhtml_calendar table td.selected_inactive_day {
	border: 1px solid red;
	font-weight: bold;
}
.dhtml_calendar table td.selected_inactive_day {
	border: 1px solid #cccccc;
	color: #cccccc;
}
.dhtml_calendar table td.inactive_date {
	color: #cccccc;
}
.dhtml_calendar table td.dhtml_calendar_select_week a {
	color: blue;
}
.dhtml_calendar_menu {
	padding: 2px 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.dhtml_calendar_menu li {
	list-style: none;
}
.dhtml_calendar_menu li a {
	text-decoration: none;
	color: #000000;
}
.dhtml_calendar_menu li a:hover {
	color: red;
}
