div#calendar {
	text-align: center;
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#calendar table{
	border: solid #808080 2px;
	border-collapse: collapse;
	padding: 0;
	margin: 0px auto;
}
/**/
div#calendar table th{
	font-weight: bold;
	font-size: 1.05em;
	color: #BFBFC1;
	text-align: center;
	vertical-align: middle;
	background-color: #444;
	padding: 7px;
}

div#calendar table th.monthyear{
	color: #444;
	background-color: #D3D3D3;
	border: 1px solid #444;
	cursor: pointer;
}
div#calendar table th.nav{
	color: #555;
	cursor: pointer;
	background-color: #EEE;
}

div#calendar table th.wdnames{
	color: #444;
	background-color: #D3D3D3;
	border: 1px solid #444;
}
/**/
div#calendar table td{
	font-weight: normal;
	font-size: 1em;
	color: #0E224B;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #D3D3D3;
	padding: 7px;
	background-color: #F6F6F6;
}
div#calendar table td.today{
	background-color: #A7B5C7;
}
div#calendar table td.weekday
	{
		color: #0E224B;
	}
div#calendar table td.saturday{
	font-weight: normal;
}
div#calendar table td.sunday{
	font-weight: bold;
}
div#calendar table td.weekend{
	color: #9A2525;
}
/**/
div#calendar table td.click{
	cursor: pointer;
}
div#calendar  table td.noclick{
	background-color: #FFB5B5 !important;
}
div#calendar table td.click:hover{
	background-color: #CCC;
}
/**/
div#calendar table td.prevmonth, div#calendar table td.nextmonth {
	color: 	#a3afc4;
}
div#calendar table td.selectedDay{
	background-color: #C0CED3;
}


input.weekDaySelector
	{
		display: none;
	}
label.weekDaySelector
	{
		border: 1px solid #CCC;
		background: #D6D6D6;
		padding: 2px 4px;
	}
input.weekDaySelector:checked + label.weekDaySelector
	{
		background: #a9fca9 !important;
		border: 1px solid #5dc16a;
	}
