.calendricalDatePopup {
	background:#fff;
	border:solid 1px #999;
	padding:2px;
	text-align:center;
	width:286px;
    -webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.calendricalDatePopup table {
	border-collapse:collapse;
	width:100%;
}
.calendricalDatePopup table .monthCell {
	padding:2px 0;
}
.calendricalDatePopup table .dayName {
	color:#000;
}
.calendricalDatePopup table .monthCell a {
	display:block;
	float:left;
	line-height:30px;
	font-size:30px;
	color:#fff;
}
.calendricalDatePopup table .monthCell .prevMonth, 
.calendricalDatePopup table .monthCell .nextMonth {
	width:35px;
}
.calendricalDatePopup table .monthCell .monthName {
	font-size:20px;
	padding-top:4px;
	width:205px;
	float:left;
}
.calendricalDatePopup table a {
	text-decoration:none;
}

.calendricalDatePopup table th {
	text-align:center;
	background:#0866c6;
}

.calendricalDatePopup table th:first-child {
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-bottomleft:8px;
}
.calendricalDatePopup table th:last-child {
    -webkit-border-top-right-radius:8px;
    -webkit-border-bottom-right-radius:8px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
}

.calendricalDatePopup table td {
	text-align:center;
	font-size:17px;
	padding:0;
}
.calendricalDatePopup table td a {
	display:block;
	color:#000;
	padding:2px 3px;
}
.calendricalDatePopup table td a:hover {
	background:#C8DCFD;
	border:none;
	padding:2px 3px;
}
.calendricalDatePopup table td.today a {
	background:#eeb;
}
.calendricalDatePopup table td.selected a {
	background:#C8DCFD;
}
.calendricalDatePopup table td.today_selected a {
	background:#C9D9F8;
	border:solid 1px #093B9D;
	padding:1px 2px;
}
.calendricalDatePopup table td.nonMonth a {
	color:silver;
}
.calendricalTimePopup {
  background: white;
  border: solid 1px #999999;
  width: 110px;
  height: 130px;
  overflow: auto;
}
.calendricalTimePopup ul {
	margin: 0;
	padding: 0;
}
.calendricalTimePopup ul li {
  list-style: none;
  margin: 0;
}
.calendricalTimePopup ul li a, .calendricalTimePopup ul li a:visited {
	text-indent: 10px;
	padding: 4px;
	display: block;
	color: black;
	text-decoration: none;
}
.calendricalTimePopup ul li a:hover, .calendricalTimePopup ul li.selected a {
	background:#6D95D1;
}
