/* Styles for the example page */
div.popup-calendar {
	direction: ltr;
	color: #fff;
	font-size: 11px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 0;
	padding: 4px;
	border: 1px solid #515F4B;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 96%;
	text-align: center;
}
div.popup-calendar div.link-prev {
	float: left;
	cursor:pointer;
}
div.popup-calendar h3 {
	font-size: 11px;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
	cursor:pointer;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #aaa;
	color: #fff;
}

div.popup-calendar table th{
	width: 25px;
	height: 20px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	font-size: 11px;
	padding: 1px 0 0;
	text-align: center;
}

div.popup-calendar table td.weekday, div.popup-calendar table th.weekday {
	background: #eee;
	font-size: 11px;
	width: 25px;
	height: 20px;
	text-align: center;
}

div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #f6f6f6;
}
div.popup-calendar table td{
	text-align: center;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 18px;
	text-decoration: none;
	color: #DC7000;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #aaa; 
	color: #fff;
}
div.link-prev:hover {
	background: #aaa; 
	color: #fff;
	cursor:pointer;
}

div.link-next:hover {
	background: #aaa; 
	color: #fff;
	cursor:pointer;
}

