.calContainer {
	position: absolute;
	font-size: 10px;
	background: #fff;
	padding: 6px;
	border: 1px solid #277AA7;
	z-index: 1;
	}

body.miniSite .calContainer {
	position: relative;
	padding: 0;
	border: 0;
	background: none;
	}

.calContainer table {
	width: 160px;
	padding: 0 !important;
	margin: 0 !important;
	border-left: 1px solid #A5D0E7;
	font: normal 11px/20px Arial, Verdana, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	cursor: default;
}

.calContainer table .calendarNav, .calendarNav a {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


.calContainer table caption {
	width: 160px;
	background: #277aa7;
	border-left: 1px solid #A5D0E7;
	border-right: 1px solid #277aa7;
	color: #fff;	 
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	line-height: 2em;
}

.calContainer table th {
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #4494bf;
	border-right: 1px solid #71bbe2;
	border-bottom: 1px solid #71bbe2;
	border-top: 1px solid #71bbe2;
	padding: 0 !important;
	margin: 0 !important;
}

.calContainer table .today, .calContainer table td.today a {
	font-weight: bold;
	background: #faedee;
}

.calContainer table td.today a {
	border: 1px solid #404040;
	width: 20px;
	height: 18px;
	}

.calContainer table tbody {
	border-left: 1px solid #A5D0E7;
	}

.calContainer table tbody td {
	border-right: 1px solid #a5d0e7;
	border-bottom: 1px solid #a5d0e7;
	width: 20px;
	height: 20px;
	text-align: center !important;
	background: #F0F9FD;
	padding: 0 !important;
	margin: 0 !important;
	text-indent: none !important;
	cursor: pointer;
}

.calContainer table td.disabled {
	background: #fff;
	color: #d7d7d7;
	cursor: default !important;
	}

.calContainer table td.selectedDay {
	font-weight: bold;
	background: #B0E0F9;
	color: #FFF;
	}

.calContainer table tbody td a {
	text-decoration: none;
	display: block !important;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 22px;
	line-height: 20px;
}

.calContainer table td a:link, td a:visited {	
	color: #608194;
}

.calContainer table caption a.calendarNav { 
	margin: 0 4px 0 4px;
	width: 14px; 
	height: 0; 
	padding-top: 26px !important; 
	overflow: hidden; 
	background-repeat: no-repeat; 
	background-position: 0 4px;  
	}

.calContainer table caption a.next { float: right; background-image: url(/img/ico/calendarNext.gif); }
.calContainer table caption a.prev { float: left; background-image: url(/img/ico/calendarPrev.gif); }
