td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align:top;
	 
}

#calback {
	background: #FFF url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 590px;
	
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #ffffff;
	width: 100%; 
}

.calhead {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;      
}

.calhead img {
	border: none;
}

.dayhead {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	height: 20px;
	background: #EC4E46;
}

.dayhead td {
	text-align: center;
	color: #eeeeee;
}

.dayrow {
	background: #eeeeee;
	height: 20px;
}

.dayrow td {
	width: 50px;
	color: #000;
	font-size: 10px;
}

.day {
	float: right;
}

.dayover {
	background: #ffffff;
}

.dayout {
	background: #eeeeee;
}
.dhtmltooltip{
position: absolute;
border: 1px solid red;
width: 150px;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);
}