.calendar {
	width: 274px;
	z-index: 100;
	filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1;
	height: 178px;
}
.calendar table {
	clear: both;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
}
.calendar th,
.calendar td {
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 16px;
	border: 1px solid #CCC;
	color: #006188;
	text-align: center;
}
.calendar th {
	font-weight: bold;
	font-size: 11px;
	color: #333;
	height: 20px;
	text-align: center;
}
.calendar td a {
	display: block;
	line-height: 20px;
	width: 38px;
	color: #006188;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none !important;
}
.calendar td a:hover {
	background: #f2c64f;
}

.calendar .empty {
	background: #EEE;
}
.calendar .today a,
.calendar .sl a {
	background: #f2c64f;
	color: #FFF;
}
.calendar .today a:hover,
.calendar .sl a:hover {
	background: #f2c64f;
	color: #FFF;
	font-weight: bold;
}

.calendar .calnavi {
	font-weight: bold;
	height: 30px;
	display: block;
}

.NM, .PM, .TODAY {
	float: right;
	width: 20px;
	height: 20px;
}

.PM a, .NM a, .TODAY a {
	display: block;
	background: URL("/js/lib/glow/widgets/images/carousel/lightdots.png") -20px -20px no-repeat;
	width: 20px;
	height: 20px;
	border: none !important;
}
.PM a {	background-position: 0 -20px; }
.NM a {	background-position: -40px -20px; }
.TODAY a {	background-position: -20px -20px; }

.TXTm, .TXTM, .TXTY {
	margin-right: 5px;
	float: left;
	line-height: 22px;
	font-size: 11px;
}

.SELM, .SELY {
	margin-right: 5px;
	float: left;
	line-height: 22px;
	font-size: 11px;
}

.hoverCal {
	border: 1px solid #006188;
	padding: 5px;		
	background: #f4f8fc;
	position: absolute;
	top: 22px;
	left: -142px;
	z-index: 100000;
}
.hoverCal .calendar {
	width: 155px;
	height: auto;
}
.hoverCal .calendar td a {
	display: block;
	line-height: 19px;
	width: 21px;
	color: #006188;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none !important;
}

.selectedCal {
	border: 1px solid #006188;
	padding: 5px;		
	background: #f4f8fc;
	position: absolute;
	left: 170px;
	top: 20px;
	z-index: 100000;
}
.selectedCal .calendar {
	width: 155px;
	height: auto;
}
.selectedCal .calendar td a {
	display: block;
	line-height: 19px;
	width: 21px;
	color: #006188;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none !important;
}