/* Main Style Sheet for jQuery Calendar */
#calendar_div .nub{ position: absolute; top: 25px; left: -15px; width: 15px; height: 15px; background: url(/v8/global/js/jquery/calendar/nub.gif) no-repeat; }
#calendar_div, .calendar_inline {
	z-index: 10;
	font-family:  "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: transparent;
}
#calendar_div {
	display: none;
	width: 185px;
	height: 210px;
	z-index: 10; /*must have*/ 
}
.calendar_control, .calendar_links, .calendar_header, .calendar {
	width: 100%;
}
.calendar_inline {
	float: left;
	display: block;
	border: 0;
}
.calendar_dialog {
	padding: 5px;
	border: 4px ridge #ddd;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
.calendar_prompt {
	float: left;
	width: 181px;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .calendar_prompt {
	width: 185px;
}
.calendar_control, .calendar_links, .calendar_header, .calendar {
	clear: both;
	float: left;
	color: #DDD;
}
.calendar_control {
	display: none;
	background: #400;
}
.calendar_links {
	background: #333 url(/v8/global/js/jquery/calendar/calendarcontrol.gif) repeat-x;
}
.calendar_control, .calendar_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.calendar_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.calendar_clear, .calendar_prev {
	float: left;
}
.calendar_current {
	float: left;
	width: 35%;
	text-align: center;
}
#calendar_div .calendar_current a{
	display: block;
	padding-top: 5px;
	line-height: 15px;
	color: #fff;
}
.calendar_close, .calendar_next {
	float: right;
}
#calendar_div .calendar_header {
	width: 100%;
	padding: 5px 0;
	background: #333;
}
.calendar_header select {
	background: #333;
	color: #fff;
	border: 0px;
	margin-left: 5px;
}
.calendar_header select.calendar_newMonth{ width: 50%; font-size: 85%; }
.calendar_header select.calendar_newYear{ width: 40%; margin-left: 10px; font-size: 85%; }
.calendar {
	border: 1px solid #AAA;
	border-top: 0;
	background: #C4C4C4 url(/v8/global/js/jquery/calendar/calendar.gif) repeat-x;
	text-align: center;
	font-size: 100%;
}
.calendar a {
	display: block;
	width: 100%;
}
.calendar .calendar_titleRow td{
	background: #666;
}
.calendar .calendar_daysRow td{
	color: #AAA;
}
.calendar .calendar_daysCell {
	color: #000;
	padding: 2px;
}
#calendar .calendar_daysCell a{
	display: block;
}
.calendar .calendar_weekEndCell {
	background: #eee;
}
.calendar .calendar_daysCellOver {
	background: #fff;
}
.calendar .calendar_unselectable {
	cursor: default;
	color: #888;
}
.calendar_today {
	background: #fcc;
}
#calendar_div .calendar_currentDay {
	background: #3881C3 url(/v8/global/js/jquery/calendar/currentday.gif) repeat-x 0 0;
}
#calendar_div .calendar_currentDay a { color: #fff; }
/* ________ CALENDAR LINKS _______

** Reset link properties and then override them with */
#calendar_div a, .calendar_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.calendar_inline .calendar_links a {
	padding: 0 5px;
}
.calendar_control a, .calendar_links a {
	padding: 2px 5px;
	color: #eee;
}
#calendar_div .calendar_titleRow a {
	padding: 2px 0;
	font-size: 77%;
	text-transform: uppercase;
	color: #fff;
}
.calendar_control a:hover {
	background: #fdd;
	color: #333;
}
.calendar_links a:hover, .calendar_titleRow a:hover {
	background: #ddd;
	color: #333;
}
.calendar_currentDay a{ color: #fff; }
/* clickable prev/next buttons */
#calendar_div .calendar_prev a{ display: block; width: 15px; height: 15px; margin: 5px 0 0 5px; padding: 0; line-height: 15px; text-indent: -9999px; background: url(/v8/global/js/jquery/calendar/calendarprevious.gif) no-repeat; }
#calendar_div .calendar_next a{ display: block; width: 15px; height: 15px; margin: 5px 5px 0 0; padding: 0; line-height: 15px; text-indent: -9999px; background: url(/v8/global/js/jquery/calendar/calendarnext.gif) no-repeat; }
/* disabled prev/next buttons */
#calendar_div .calendar_prev label{ display: block; width: 15px; height: 15px; margin: 5px 0 0 5px; padding: 0; line-height: 15px; text-indent: -9999px; opacity: 0.25; background: url(/v8/global/js/jquery/calendar/calendarprevious.gif) no-repeat; }
#calendar_div .calendar_next label{ display: block; width: 15px; height: 15px; margin: 5px 5px 0 0; padding: 0; line-height: 15px; text-indent: -9999px; opacity: 0.25; background: url(/v8/global/js/jquery/calendar/calendarnext.gif) no-repeat; }

* html #calendar_div .calendar_prev label,
* html #calendar_div .calendar_next label{ display: none; }

*+html #calendar_div .calendar_prev label,
*+html #calendar_div .calendar_next label{ display: none; }

/* ___________ IE6 IFRAME FIX ________ */

.calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 193px; /*must have to match width and borders*/
    height: 200px; /*must have to match maximum height*/ 
}