table.jCalendar {
	background: #ADB1B3;
   border-collapse: separate;  
   border-spacing: 1px; 
	margin: 7px 0 2px 0;
	width: 162px;
	border-left: 0px; border-right: 0px;
}
table.jCalendar th {
	background: #EBECEC;
	color: #000;
	font-weight: normal; font-size: 11px;
	padding: 5px 3px;
}
table.jCalendar th.weekend {
	color: #D81E05;
}
table.jCalendar td {
	background: #fff;
	color: #3E7DB9;
	text-align: center; font-size: 11px;
	padding: 5px 3px;
}
table.jCalendar td.other-month {
	background: #C2C5C6; cursor: default;
	color: #C2C5C6;
}
	table.jCalendar td.other-month:hover {
		background: #C2C5C6; cursor: default;
		color: #C2C5C6;	
	}
table.jCalendar td.today {
	background: #E7F6FE;
	color: #3E7DB9;
	font-weight: bold; font-size: 11px;
}
table.jCalendar td.selected {
	background: #E7F6FE;
	color: #D81E05;
	font-weight: bold;
}
table.jCalendar td.selected:hover {
	background: #E7F6FE;
	color: #D81E05;
	font-weight: bold;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #E7F6FE;
	color: #D81E05;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #FFF;
	color: #888;
}

/* For the popup */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 11px;
	font-family: arial, sans-serif;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	line-height: 21px;
	margin: 0;
	padding: 0;
	color: #000;
}
a#dp-close {
	font-size: 11px;
	height: 20px;
	text-align: right;
	display: block; margin: 0 4px 3px 0;
	color: #000000; padding: 0 20px 0 0; line-height: 20px;
	background-image: url(/static/images/icon_close_calendar.gif); background-repeat: no-repeat; background-position: right 4px;
}
a#dp-close:hover {
	text-decoration: none; color: #D81E05;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 21px; height: 21px; overflow: hidden;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 0px;
	width: 25px; height: 21px; overflow: hidden;
}
div.dp-popup div.dp-nav-next a {
	float: right; 
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/* aua redesign */
a.dp-nav-prev-month {
	width: 21px; height: 21px; overflow: hidden; display: block; text-indent: -1000em;
	background-image: url(/static/images/calendar_prev.gif); background-repeat: no-repeat;
}
	a.dp-nav-prev-month:hover {
		background-position: 0 -21px;		
	}
		a.dp-nav-prev-month.disabled {
			width: 21px; height: 21px; overflow: hidden; display: block; text-indent: -1000em;
			background-image: none;
		}
			a.dp-nav-prev-month.disabled:hover {
				background-position: 0 0;
			}
a.dp-nav-next-month {
	width: 21px; height: 21px; overflow: hidden;display: block; text-indent: -1000em;
	background-image: url(/static/images/calendar_next.gif); background-repeat: no-repeat;
}
	a.dp-nav-next-month:hover {
		background-position: 0 -21px;	
	}
a.dp-nav-prev-year {
	display: none; visibility: hidden;
}
a.dp-nav-next-year {
	display: none; visibility: hidden;
}
