@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
---------------------------------------------------------------------------------------------*/	



/*********************************************
	/ SMALL CALENDAR FORMATTING
*********************************************/	
div.small-calendar {
	width: 200px;
	height: 100%;
	background: #fff;
}


/*********************************************
	/ SMALL CALENDAR GRID FORMATTING
*********************************************/

/*calendar header */
.cal-previous, .cal-next {
	float: left;
	padding: 2px 0 2px 0;
	width: 20%;
	height: 20px;
	background-color:#4C3C29;
	color:#ffffff;
}

.cal-previous a, .cal-next a{
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
}

.cal-month {
	width: 59%;
	padding: 2px 0 2px 0;
	height: 20px;
	float: left;
	text-align: center;
	font-weight: bold;
	background-color:#4C3C29;
	color:#ffffff;
}

.cal-month-list { /* this designates the list without the buttons. */
	width: 100%;
	padding: 2px 0 2px 0;
	height: 20px;
	float: left;
	text-align: center;
	font-weight: bold;
	background-color:#36a6fe;
	clear: both;
}



/* the days and weeks layout */
div.cal-days {
	width: 28.2px;
	padding: 1px 0 1px 0;
	color: #ffffff;
	background: #000000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	float: left;
	display: block;
}

div.cal-weeks {
	width: 14%;
	height: 2em;
	padding: 1px 0 1px 0;
	color: #000;
	font-size: 11px;
	text-align: center;
	float: left;
	display: block;
	line-height: 20px;
}


	.cal-weeks a {
		text-decoration: none;
		display: block;
		color:#000;
		height: 2em;
		background: #CCC;
		font-weight: bold;
	}
	
	.cal-weeks a:hover {
		text-decoration: none;
		background: #51597D;
		color: #fff;
		height: 2em;
		font-weight: bold;
		display: block;
	}
	
	
/*********************************************
	/ SMALL CALENDAR LIST FORMATTING
*********************************************/	


a.cal-tit:link {
	color: #004066;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: underline;
	}
	
a.cal-tit:hover {
	color: #000;
	background: #faef8e;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: none;
	}
	
a.cal-tit:visited {
	color: #004066;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: underline;
	}
	
.cal-list-left {
	text-align: left;
	color: #000;
	padding: 5px;
}

.cal-divider {
	border-bottom: 1px dotted #000;
	margin: 5px 0 5px 0;
	padding: 0 2px 0 2px;
}
	
	
	
/*********************************************
	/ LARGE CALENDAR FORMATING
*********************************************/


div.large-calendar {
	width: 931px;
	height: 100%;
	float: left;
	background: #fff;
	border-left: 1px solid #ccc;
	margin-left:2px;
}


.cal-month-list-l { /* this designates the list without the buttons. */
	width: 550px;
	padding: 2px 0 2px 0;
	height: 30px;
	float: left;
	text-align: center;
	font-weight: bold;
	background-color:#36a6fe;
	clear: both;
}

/*********************************************
	/ LARGE CALENDAR GRID FORMATING
*********************************************/



/*calendar header */
.cal-previous-l, .cal-next-l {
	float: left;
	padding: 7px 0 7px 0;
	width: 4%;
	height: 30px;
	background-color:#4C3C29;
	color:#ffffff;
}

.cal-previous-l a, .cal-next-l a {
	text-decoration:none;
	color:#ffffff;
	font-size:26px;
}

.cal-month-l {
	width: 92%;
	padding: 7px 0 7px 0;
	height: 30px;
	float: left;
	color:#ffffff;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	background-color:#4C3C29;
	font-family:Georgia, "Times New Roman", Times, serif;
}



/* the days and weeks layout */
div.cal-days-l {
	width: 132px;
	height: 2em;
	padding: 1px 0 1px 0;
	color: #ffffff;
	background: #000000;
	font-size: 10px;
	text-align: center;
	float: left;
	display: block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div.cal-weeks-l {
	width:132px;
	height: 6em;
	padding: 0;
	color: #000;
	font-size: 10px;
	text-align: center;
	float: left;
	display: block;
	line-height: 32px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


	.cal-weeks-l a {
		text-decoration: none;
		display: block;
		color:#000;
		height: 6em;
		background: #CCC;
		font-weight: bold;
	}
	
	.cal-weeks-l a:hover {
		text-decoration: none;
		background: #51597D;
		color: #fff;
		height: 6em;
		font-weight: bold;
		display: block;
	}
	


	