/* CSS Document */

.cUpperTable {
	background-image:url(../images/cal_top.png);
	/*filter: 	progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/cal_top.png');*/
	margin-top:5px;
	width: 160px;
	height: 20px;
	font-weight: bold;
}
.cUpperTable[class] {background-image:url(../images/cal_top.png);width: 160px; height: 20px;}
.cUpperTable TD {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.cPrevArrow, .cNextArrow {
	width: 20px;
}

.cUpperTable TD A {
	color: #000000;
	text-decoration: none;
}
.cUpperTable TD A:Hover {
	color: 0000FF;
	text-decoration: none;
}



.cLowerTable {
	width: 160px;
	height: 150px;
	border: 1px solid #888;
	border-top: 0px;
}

.cLoadingCell {
	background-image: url(../images/pixel.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.cLowerTable TD {
	width: 14.2857%;		/* 100% / 7 */
	height: 14.2857%;		/* 100% / 7 */
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.cDayCell {
	font-weight: bold;
	background-color: #EEEEEE;
}

.cDateCell, .cCurDateCell, .cEventCell, .cEventCurDateCell {
	width: 100%;
	height: 100%;
	line-height: 18px;
	background-color: #c9e9f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.cRed {
	color: #FF0000;
}

.cCurDateCell, .cEventCurDateCell {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}

.cEventCell, .cEventCurDateCell {
	background-color: #c9e9f6;
	cursor: pointer;
	background-image: url(../images/cal_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}



/* TOOLTIP */
#tooltipDiv {
	text-align: center;
	padding: 3px;
	background-color: #FFFFDD;
	border: 1px solid #666666;
	color: #000000;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	overflow:hidden;
}

.cTooltipTitle {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #990000;
	overflow:hidden;
}