.cal-container {
	width: 140px;
	padding: 5px;
	background: #C2DBEB;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #A1BCCF;
}
.cal-container * {
	margin: 0;
	padding: 0;
}
.cal-container ul {
	list-style: none;
}
.cal-container li { /* Block visible only to IE */
	*display: inline;   /* Fixes an IE bug causing a blank line after LIs */
}
.cal-header {
	position: relative;
}
.cal-header h3 {
	font-size: 18px;
	color: #4a9acc;
	text-align: center;
	cursor: default;
}
.cal-months .cal-header h3 {
	font-size: 14px;
}
.cal-weeks {
	clear: both;
	width: 140px;
	background: transparent url(./bkg_cal.gif) no-repeat left top;
}
.cal-weeks li {
	height: 20px;
	cursor: pointer;
}
.cal-weeks .cal-day-active {
	color: #FFC;
}
.cal-weeks .cal-day-disabled {
	color: #F00;
}
.cal-weeks .cal-day-pad,
.cal-weeks .cal-day-disabled,
.cal-titles li {
	cursor: default;
}
.cal-days li {
	float: left;
	clear: none;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.cal-day-current {
	
}
.cal-day-selected {
       background: #FFC;       
}

.cal-close {
	position: absolute;
	right: 0;
	top: 0;	
	background: #C2DBEB url(./icon_cal_close.gif) no-repeat left top;
}

.cal-nav-container {
	position: relative;
	width: 100%;
}

.cal-month-prev {	
	position: absolute;
	left: 1px;
	top: 3px;
	background: #C2DBEB url(./icon_cal_prev.gif) no-repeat left top;
}
.cal-year-prev {	
	position: absolute;
	left: 1px;
	top: 3px;
	background: #C2DBEB url(./icon_cal_prev2.gif) no-repeat left top;
}
.cal-month-next {	
	position: absolute;
	right: 0;
	top: 3px;
	background: #C2DBEB url(./icon_cal_next.gif) no-repeat left top;
}
.cal-year-next {	
	position: absolute;
	right: 0;
	top: 3px;
	background: #C2DBEB url(./icon_cal_next2.gif) no-repeat left top;
}

* html .cal-close,
* html .cal-next-outer { /* Block visible only to IE */
	right: 6px; /* IE is confused about where the relatively positioned parent 
	               element of the close button ends */
}

* html .cal-next-inner { /* Block visible only to IE */
	right: 19px; /* IE is confused about where the relatively positioned parent 
	               element of the close button ends */
}

/* These styles are for image replacements on navigation links */
.cal-close,
.cal-month-prev,
.cal-month-next,
.cal-year-prev,
.cal-year-next {
	display: block;
	overflow: hidden;
	width: 12px;
	height: 0px;
	padding: 12px 0 0 0;
}
* html .cal-close,
* html .cal-month-prev,
* html .cal-month-next,
* html .cal-year-prev,
* html .cal-year-next { /* Block visible only to IE */
	height: 12px;
	/* This voice family nonsense is to hide the actual height from IE5.5 and below */
	voice-family: "\"}\""; /* IE5/Win doesn't see anything below this line until the close of the block */
	voice-family: inherit;
	height: 0 !important;
}
