.calendar-wrap {
	width:197px;
	height:182px;
	padding:0 0 0 8px;
	background:url(calendar-bg.gif) no-repeat left top;
	}
.calendar-wrap a, .calendar-wrap{
	font-size:11px !important;
	}
.calendar-wrap a{
	background:none;
	}
.cal-load-wrap {
	position:relative;
	display: block;
	}
.cal-loader{
	position:absolute;
	display:none;
	top:36px;
	left:94px;
	}
.cal {
	border-collapse: collapse; 
	width:178px;
	}
.cal {
	*margin:0 0 0 -5px;
	}
.cal-title {
	width:100px;
	color:#000;
	font-size:11px;
	}
.cal .hilight {
	width:21px;
	height:18px;
	}
.cal .hilight a, .cal .hilight a:hover {
	color:#0099ff !important;
	font-weight:bold;
	}
.cal .pad {
	font-weight: bold;
	height:30px;
	background:none;
	text-align:left !important;
	}
.cal .padcent {
	border: thin solid darkgray;
	}
.cal .padday {
	background:none;
	}
.cal th {
	width: 14%;
	padding:6px 3px 5px 0;
	text-align:center;
	font-weight:normal;
	}

.cal td {
	vertical-align:middle;
	padding:0 5px 5px 0;
	text-align:center;
	height:10px;
	}
.cal td a {
	display: block;
	text-decoration: none;
	}
.cal a.cal-prev {
	display: block;
	width: 40px;
	height: 10px;
	margin:2px 0 0 14px;
	background:url(prev.gif) no-repeat left top;
	}
.cal a.cal-next {
	display: block;
	float: right;
	width: 40px;
	height: 10px;
	margin:2px 7px 0 0;
	background:url(next.gif) no-repeat left top;
	}
.cal-tip-wrap {
	position: relative;	
	}
.cal-tip {
	position: absolute;
	left: 5px;
	bottom: 28px;
	width: 81px;
	z-index: 9999;
	background:#eeeeee url(tip-bg.gif) repeat-x left center;
	border:2px solid #d8d8d8;
	color:#363636;
	display:none;
	font-size:11px !important;
	}
.cal-tip div.cal-info {
	margin: 4px;
	padding: 5px;
	text-align: left;
	}
.cal-tip .pointer-down, .cal-tip .pointer-down-inner {
	position: absolute; 
	width:0; 
	height:0;
	border: 2px solid #d8d8d8;
	border-bottom-width: 0;
	background: none;
	}
.cal-tip .pointer-down {	
	border-left: 0; 
	border-right: 17px dotted transparent;
	border-top-width: 14px;
	bottom:	-14px;
	right: auto;
	left: 1em;
	margin: 0;
	}
.cal-tip .pointer-down-inner {
	border-left: 0; 
	border-right: 12px dotted transparent;
	border-top: 10px solid #fff;
	bottom:	auto;
	top: -14px;
	left: 2px;
	border-top: 10px solid #eeeeee;
	}
.date-wrap{
	float:left;
	width:90px !important;
	overflow:hidden;
	}
.page-wrap{
	float:right;
	width:80px;
	position:relative;
	}
.page-wrap a{
	position:absolute;
	}
.page-wrap a.cal-next{
	left:50px;
	top:2px;
	}
.page-wrap a.cal-prev{
	left:-10px;
	top:2px;
	}