.calendar-wrap {
	width:213px;
	height:250px;
	padding:5px 0 0 0;
	margin:0 0 0 0;
	background:url(calender-bg.gif) no-repeat 0 0;
}
.cal-load-wrap {
	position:relative;
	display: block;
}
.cal-loader{
	position:absolute;
	display: none;
	top:-150px;
	left:25px;
}
.cal {
	margin: 3px 0px 0 10px;
	border-collapse: collapse; 
	width:194px;
	/*border:1px solid red; */
}
.cal {
	*margin:0 0 0 -5px;
}
.cal-title {
	width:200px;
	color:#595966;
	font-size:11px;
}
.weeksname {
	
}
.cal .hilight {
	background:url(hilight.gif) no-repeat center center;	
	width:21px;
	height:18px;
}
.cal .hilight a {
	color:#fff;
}
.cal .today, .cal .today.hilight a {
	color: #595966;
}
.cal .today {
	background:url(hilight-today.gif) no-repeat center center;	
	height:18px;
	width:21px;
	color:#fff;
}
.cal .pad {
	font-weight: bold;
	padding:20px 0 0 0;
}
.cal .padcent {
	/*background-color: white;  */
	border: thin solid darkgray;
}
.cal .padday {
	/*background-color: gainsboro; */
}
.cal th {
	width: 14%;
	color: #595966;
	padding:10px 0 20px 0;
	text-align: center;
}

.cal td {
	color:#595966;
	/*border: thin solid darkgray;
	background-color: white; */
	vertical-align:middle;
	padding:7px 0 3px 0;
	width:10px;
	text-align: center;
}
.cal td a {
	display: block;
	text-decoration: none;
}
.cal a.cal-prev {
	display: block;
	width: 15px;
	height: 8px;
	background:url(prev.gif) no-repeat center center;
}
.cal a.cal-next {
	display: block;
	float: right;
	width: 15px;
	height: 8px;
	background:url(next.gif) no-repeat center center;
}
.cal-tip-wrap {
	position: relative;	
	
}
.cal-tip {
	position: absolute;
	left: 0;
	bottom: 28px;
	width: 113px;
	z-index: 9999;
	background:url(../../image/tool-tip-top.gif) no-repeat left top;
	color:#363636;
	display: none;
}
.cal-tip div.cal-info {
	margin: 4px;
	padding: 5px;
	text-align: left;
}
.cal-tip .pointer-down, .cal-tip .pointer-down-inner {
	position: absolute; 
	width:113px; 
	height:32px;
}
.cal-tip .pointer-down {	
	bottom:	-14px;
	right: auto;
	left:0;
	margin: 0;
	background:url(../../image/tool-tip-bottom.gif) no-repeat left bottom;
	
}
.cal-tip .pointer-down-inner {
	bottom:	auto;
	top: -14px;
	left: 2px;
	
}