@charset "utf-8";
/* CSS Document */
div#calendarToolbar {
	width:960px;
	border:1px solid white;
	margin:0px auto 4px auto;
	background:#222;
}
div#calendarToolbar p {
	clear:left;
}
div#calendarWrapper {
	width:946px;
	text-align:center;
	margin:auto;
	clear:both;
}
div#calendarToolbar div {
	float:left;
	margin:4px 0px;
}
div#calendarToolbar div label {
	width:120px;
}
div#calendarToolbar h2 {
	text-transform:none;
}
div#calendarToolbar ul {
	float:left;
	margin:0px 8px 0px 8px;
	list-style:none;
	font-size:14px;
	padding:0;
}
div#calendarToolbar ul li {
	font-size:12px;
	margin:0px;
	text-indent:0;
	padding:0;
}
div#calendarToolbar ul li label {
	margin:0;
	padding:0;
}
p.calendarNav {
	text-align:center;
	width:200px;
	margin:4px auto;
	
}
div.calendarHeader {
	width:960px;
	clear:left;
	text-align:center;
	margin:0px auto 4px auto;
	background:url(../images/backgrounds/divBackTransparent.png) repeat;
	border:1px solid #333;
}
div.monthToView {
	width:308px;
	border:1px solid white;
	margin:0px;
	min-height:400px;
	float:left;
	text-align:left;
}
div.middleMonth {
	margin:0px 8px;
}
div.monthToView h1.monthName {
	font-size:18px;
	font-weight:normal;
	background:#111;
	border-bottom:1px solid #999;
	padding:4px;
	margin:0;
}
div.monthToView p {
	margin-left:4px;
}
p.primary {
	padding-left:20px;
	background:url(../images/logos/primaryIcon.png) no-repeat 0% 50%;
}
p.secondary {
	padding-left:20px;
	background:url(../images/logos/secondaryIcon.png) no-repeat 0% 50%;
}
p.whole {
	padding-left:20px;
	background:url(../images/logos/wholeAcademy.png) no-repeat 0% 50%;
}
p.sixteen {
	padding-left:20px;
	background:url(../images/logos/post16Icon.png) no-repeat 0% 50%;
}
a#earlier:link, a#earlier:visited, a#earlier:active {
	text-indent:-10000px;
	height:14px;
	line-height:14px;
	width:60px;
	background:url(../images/buttons/earlier.png) no-repeat top left;
	display:block;
	float:left;
	margin-right:4px;
	padding:0;
}
a#earlier:hover {
	text-indent:-10000px;
	height:14px;
	line-height:14px;
	padding:0;
	width:60px;
	background:url(../images/buttons/earlier.png) no-repeat bottom left;
	display:block;
	float:left;
	margin-right:4px;
}
a#later:link, a#later:visited, a#later:active {
	text-indent:-10000px;
	height:14px;
	line-height:14px;
	width:60px;
	background:url(../images/buttons/later.png) top left;
	display:block;
	float:left;
	padding:0;
}
a#later:hover {
	text-indent:-10000px;
	height:14px;
	line-height:14px;
	width:60px;
	background:url(../images/buttons/later.png) bottom left;
	display:block;
	float:left;
	padding:0;
}
