.calendar-wrap {
	/*width:278px;*/
	}
.calendar-wrap a, .calendar-wrap{
	font-size:11px !important;
	padding:0;
	}
.calendar-wrap a{
	background:none;
	}
.cal-load-wrap {
	position:absolute;
	display: block;
	left:290px;
	*left:50px;
	*top:15px;
	width:100px;
	}
.cal-loader{
	position:absolute;
	display:none;
	top:-8px;
	left:0;
	}
.cal {
	border-collapse: collapse; 
	width:280px;
	margin:0;
	}
.cal {
	*margin:0 0 0 -5px;
	}
.cal-title {
	color:#000;
	font-size:14px;
	margin-top:-4px;
	height:18px;
	*width:90px;
	}
.cal .hilight {
	width:21px;
	height:18px;
	}
.cal .hilight a {
	color:#95C33D !important;
	}
.cal .hilight a:hover, .cal .today a {
	color:#F97318 !important;
	}
.cal .pad {
	font-weight: bold;
	height:30px;
	background:none;
	padding:0 0 0 50px;
	position:relative;
	text-transform:uppercase;
	}
.nxtlbl, .prevlbl {
	margin:-4px 0 0;
	color:#959595;
	font-size:14px;
}
.nxtlbl {
	padding-left:11px;
}
.cal .padcent {
	border: thin solid darkgray;
	}
.cal .padday {
	background:none;
	}
.cal th {
	width: 14%;
	padding:1px 3px 5px 0;
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	}

.cal td {
	vertical-align:middle;
	padding:0 5px 5px 0;
	text-align:center;
	height:15px;
	}
.cal td a {
	display: block;
	text-decoration: none;
	}
.cal a.cal-prev {
	height: 11px;
	float:left;
	}
.cal a.cal-next {
	float:left;
	height: 11px;
	}
.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;
	};
