/* CSS Document */

#calendar-legend{padding:0px; margin:0px; font-size:0.9em; }

#calendar-legend table {
background-color:#F1F9F5;
border:1px solid #CCCCCC;
border-collapse:collapse;
width:97%;}
#calendar-legend table th{
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#calendar-legend table td{ border-bottom:1px solid #CCCCCC; padding:3px;}

#calendar-key{padding:0px; margin:20px 0 0 0; font-size:0.9em; }

#calendar-key table {
background-color:#F1F9F5;
border:1px solid #CCCCCC;
border-collapse:collapse;
width:100%;}
#calendar-key table th{
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#calendar-key table td{ border-bottom:1px solid #CCCCCC; padding:3px;}

table.calendar {
	width:100%;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 10px;
	border-collapse:separate;
	border-spacing: 2px;
	}
table.calendar caption {
	margin: 0;
	padding: .3em 0;
	background: #ffa51e;
	}
table.calendar th {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	background: #ae942e;
	text-align:center;
	}
table.calendar thead th {
    color: #FFFFFF;
}
table.calendar td {
	border: 1px solid #cccccc;
	padding: .1em .3em;
	width: 1em;
	height: 60px;
	text-align: center;
	/*background-image: url(../images/calendar-td-back.gif);
	background-repeat: repeat;*/
	}
table.calendar a {
	color: #000;
	text-decoration: none;
	}

table.calendar td.today {
	background: #ffc;
	}
table.calendar td.selected {
	border: 1px dotted #ff7800;
	}
table.calendar td.passed{
	background: #fff !important;
	color:#CCCCCC !important;
	text-decoration: line-through;
}
table.calendar td.highlighted {
	background-image:none;
	}
table.calendar td.booked {
	color:#333333;
	background-color: #CCCCCC;
	background-image:none;
	}
	
/*.calendar td:hover, .calendar td.today:hover, 
.calendar td.selected:hover, .calendar td.highlighted:hover {
	background: #cff;
	border: 1px solid #09f;
	}*/

table.calendar td.pad {
	color: #999;
	background: #fff;
	}
/*table.calendar td.pad:hover {
	background: none;
	border: 0;
	}*/
	
table.calendar .sunday,table.calendar .saturday {
	background: #f0f0f0;
	}
	
#year {
	padding: 0;
	width: 500px;
	list-style: none;
	}
#year:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#year li {
	float: left;
	padding: 0 .5em .5em 0;
	height: 150px;
	}
#calendar-legend table th,#calendar-legend table td {
text-align:left !important;
}
