/* Styles for the example page */
div.popup-calendar {
	direction: ltr;
	display: block;
	color: #fff;
	font-size: 10px;
	font-family	: Verdana;
	position: relative;
	z-index: 0;
	top: 0;
	left: 0; /* value for IE */
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 250px;
	height: 170px;
	margin-bottom: 10px;
}
div.popup-calendar div.link-prev {
	float: left;
	cursor:pointer;
}
div.popup-calendar h3 {
	font-size: 10px;
	text-align: center;
	background: #4475C4;
	color: #FFFFFF;
	padding-top:3px;
	padding-bottom: 3px;
	margin:0;
	width:100%;
	position: relative;
}
div.popup-calendar div.link-next {
	float: right;
	cursor:pointer;
}
div.popup-calendar div a {
	padding: 1px 3px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #aaa;
	color: #fff;
}

div.popup-calendar table th{
	width: 30px;
	height: 20px;
	text-align: center;
}
/*
div.popup-calendar table td.inactive {
	color: #aaa;
	font-size: 12px;
	padding: 1px 0 0;
	text-align: center;
}
*/

div.popup-calendar table td.inactive {
	background: #FFFFFF;
	font-size: 10px;
	width: 30px;
	color: #919091;
	height: 17px;
	text-align: center;
	text-decoration:line-through;
	border: 1px solid #eee;
}

div.popup-calendar table td.weekday, div.popup-calendar table th.weekday {
	background: #FFFFFF;
	font-size: 10px;
	width: 30px;
	height: 17px;
	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: 17px;*/
	height: 14px;
	text-decoration: none;
	color: #000;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table tr{
	margin-left: 10px;
	margin-right: 10px;
}

div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #5F9Dff; 
	color: #fff;
}

div.popup-calendar table td a.selected, div.popup-calendar table td.selected {
	font-size: 10px;
	font-weight: bold;
	background: #5F9Dff; 
	color: #fff;
}

div.link-prev:hover {
	background: #aaa; 
	color: #fff;
	cursor:pointer;
}

div.link-next:hover {
	background: #aaa; 
	color: #fff;
	cursor:pointer;
}

.day_table, th{
	font-size: 10px;
	font-family	: Verdana;
	background: #5F9DFF;
	color: #ffffff;
}
.day_table th{
	width: 17px;
	font-size: 10px;
	font-family	: Verdana;
	background: #5F9DFF;
	color: #ffffff;
}

.calendar_container{
	float: left;
	width: 250px;
	margin-left: 3px;
}
.clear{
	clear: both;
}