@charset "utf-8";
/* CSS Document */

.calendartable {
	width:300px;
}

.calendarTableSmall {
	width:270px;
}

#calendarButton {
	background-color:#666; 
	width:100%;
	height:60px;
	color:#fff; 
	text-align:center;
	line-height:60px;
	vertical-align:middle;
	cursor:pointer;
}

#calendarSmallButton {
	background-color:#666; 
	width:100%;
	height:100%;
	color:#fff; 
	text-align:center;
	line-height:24px;
	vertical-align:middle;
	cursor:pointer;
}

.calendarhead {
	background-color:#D0D0D0;
	color:#000000;
	}

.calendarweekdays {
	background-color:#CCC;
	color:#000000;
	}
	
.calendarblanks {
	background-color:#CCC;
	}
	
.calendardays {
	padding:3px;
	background-color:#D0D0D0;
	}

.calendarDaySmall {
	background-color:#D0D0D0;
	color:#000;
	width:10px;
	text-align:center;
	}

.calendarDaySmallButton {
	background-color:#D0D0D0;
	color:#000;
	width:100%;
	}

.calendarlink {
	color:#FFFFFF;
	}
	
.availabilityLegendBox {
	width:200px;
	background-color:#CCC;
	padding:9px;
	border:solid;
	border-color:#000;
	border-width:1px;
}

.availabilityLegendHead {
	font-weight:bold;
	text-align:center;
}


.availabilityLegendGraphic {
	display:inline-block;
	width:20px;
	height:20px;
}

.availabilityMonthSpan {
	/* This has not been tested in IE6 */
	display:inline-block;
	padding:9px;
	width:200px;
	height:200px;
}

.availabilityMonthTable {
	width:100%;
	height:100%;
}

.availabilityDataTable {
	width:100%;	
}

/*-------------------------------------------------------------------------------------------
	CSS for small calendars.
	MJP // 03-09 // D3Corp
---------------------------------------------------------------------------------------------*/	



/*********************************************
	/ Main Calendar Div
*********************************************/	
div.small-calendar {
	width: 223px;
	height: 194px;
	padding: 0 30px 0 18px;
	background: url(../images/cal-bg.jpg) right top no-repeat;
	float: right;
}


/*********************************************
	/ Below are the individual rows for
	/ the calendar.
*********************************************/

/*calendar header */
.cal-previous {
	float: left;
	width: 25%;
}

.cal-month {
	width: 50%;
	padding: 2px 0 2px 0;
	float: left;
	text-align: center;
	font-weight: bold;
}

.cal-next {
	width: 25%;
	padding: 2px 0 2px 0;
	float: left;
}


/* the days and weeks layout */
div.cal-days {
	width: 14%;
	padding: 1px 0 1px 0;
	color: #F00;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	float: left;
	display: block;
}

div.cal-weeks {
	width: 14%;
	padding: 1px 0 1px 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	float: left;
	display: block;
}


	.cal-weeks a {
		text-decoration: underline;
		display: block;
		color: #320000;
		font-weight: bold;
	}
	
	.cal-weeks a:hover {
		text-decoration: none;
		background: #320000;
		color: #fff;
		font-weight: bold;
		display: block;
	}


/*********************************************
	/ Tooltip for the remember me area.  
*********************************************/

div.cal-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #320000;
	width: 97%;
	padding: 15px 0 0 0;
}


/*********************************************
	/ Tooltip for the remember me area.  
*********************************************/

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 70px;
	padding: 2px;
	background: #fff;
	visibility: hidden;
	z-index: 20000;
	border: 1px solid #000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #000;
	}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 21000;
	visibility: hidden;
}
