/* Calendar widget */
img.datepicker {
	cursor: pointer;
}

a.datepicker {
	padding-left: 15px;
	background: transparent url(images/calendar.gif) no-repeat 0 0;
	border: none;
}

a.datepicker:hover {
	background-image: url(images/calendar.gif);
}

div.calendar {
	position: relative;
	z-index: 5000;
}

.calendar,.calendar table {
	font-size: 11px;
	color: #fff;
	background: #333;
}

.calendar td {
	background: #333;
	color: #fff;
	cursor: pointer;
	padding: 2px;
}

.calendar .button {
	text-align: center;
}

.calendar .button:hover {
	color: #fff;
	background: transparent;
}

.calendar .nav {
	
}

.calendar thead .title {
	background: transparent;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	font-family: Arial, sans-serif;
}

.calendar thead .headrow {
	
}

.calendar thead .daynames {
	
}

.calendar thead .daynames td {
	text-transform: lowercase;
	font-weight: bold;
	text-align: right;
}

.calendar thead .weekend {
	
}

.calendar thead .hilite {
	
}

.calendar thead .active {
	
}

.calendar tbody .day {
	width: 2em;
	text-align: right;
}

.calendar tbody .day.othermonth {
	font-size: 80%;
}

.calendar tbody .day.othermonth.oweekend {
	
}

.calendar table .wn {
	
}

.calendar tbody .rowhilite td {
	
}

.calendar tbody .rowhilite td.wn {
	
}

.calendar tbody td.hilite {
	background: transparent url(images/datepicker/over_ball.gif) no-repeat
		right center;
}

.calendar tbody td.active {
	
}

.calendar tbody td.selected {
	color: #333;
	background: transparent url(images/datepicker/active_ball.gif) no-repeat
		right center;
}

.calendar tbody td.weekend {
	
}

.calendar tbody td.today {
	font-weight: bold;
}

.calendar tbody .disabled {
	
}

.calendar tbody .daysrow td {
	text-align: right;
}

.calendar tbody .emptycell {
	
}

.calendar tbody .emptyrow {
	display: none;
}

.calendar tfoot .footrow {
	text-align: center;
	font-weight: bold;
}

.calendar tfoot .ttip {
	
}

.calendar tfoot .hilite {
	
}

.calendar tfoot .active {
	
}

.calendar .combo {
	background: #333;
	color: #fff;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 4em;
	cursor: default;
	font-size: 90%;
	z-index: 100;
}

.calendar .combo .label,.calendar .combo .label-IEfix {
	text-align: center;
	padding: 1px 2px;
	cursor: pointer;
	width: auto;
}

.calendar .combo .label-IEfix {
	width: 4em;
}

.calendar .combo .hilite {
	font-weight: bold;
}

.calendar .combo .active {
	font-weight: bold;
}

.calendar td.time {
	text-align: center;
}

.calendar td.time .hour,.calendar td.time .minute,.calendar td.time .ampm
	{
	font-weight: bold;
}

.calendar td.time .ampm {
	text-align: center;
}

.calendar td.time .colon {
	font-weight: bold;
}

.calendar td.time span.hilite {
	
}

.calendar td.time span.active {
	
}