#calendar_div {
	width: auto;
	height: auto;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

#calendar_div {
	background: #0D1B33;
	padding: 5px 5px 5px 5px;
	margin: 10px 0 0 1px;
	position: absolute;
	z-index: 100000;
	display: none;
}
#calendar_div_ieframe {
	position: absolute;
	z-index: 99999;
	display: none;
}
#calendar_div .month_nav {
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
}
#calendar_div .month_name {
	font-weight: bold;
	line-height: 20px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
#calendar_div .month_nav a {
	display: block;
	position: absolute;
	top: 5px;
	width: 20px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 120%;
	overflow: hidden;
	cursor: pointer;
}
#calendar_div .month_nav a:hover, #calendar_div .month_nav a:focus {
	background: none;
	color: #666;
	text-decoration: none;
}

#calendar_div .prev {
	left: 5px;
}
#calendar_div .next {
	right: 5px;
}
#calendar_div table {
	border-spacing: 0;
	border-collapse: collapse;
}
#calendar_div th, #calendar_div td {
	width: 2.5em;
	height: 2em;
	padding: 0;
	text-align: center;
	font-size: 11px;
	color: #333;
}
#calendar_div td {
	border: 1px solid #FFF;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
	background: #CCC;
}

#calendar_div td.unselected_month {
	color: #ccc;
}

#calendar_div td a {
	display: block;
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	line-height: 2em;
	color: #666;
	text-align: center;
}

#calendar_div td#calendar_today {
	background: #BACE25;
}

	#calendar_div td#calendar_currentDay a {
		color: #FFF;
	}

#calendar_div td#calendar_currentDay {
	background: #BACE25;
}

	#calendar_div td#calendar_currentDay a {
		color: #FFF;
	}

#calendar_div td.selected a {
	background: #009ec8;
	font-weight: bold;
	color: #fff;
}

#calendar_div td a:hover {
	background: #009ec8;
	color: #fff;
}

#calendar_div #calendar_close {
	text-align: right;
}

#calendar_div #calendar_links {
	text-align: center;
	padding: 0 0 4px 0;
}

	#calendar_div #calendar_links a {
		text-decoration: none;
		padding: 2px 0;
		font-size: 11px;
		color: #FFF;
	}

#calendar_div a#calendar_close {
	text-align: right;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

