/* ============================================================================ */
/* Base styles for all pages														*/
/* ============================================================================ */




/* @group Reset */

/* ============================================================================ */

/* Reset CSS styles across all browsers											*/
/*																				*/
/* Based upon the latest from Eric Meyer and YUI plus a bit extra				*/
/* ============================================================================ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: 300;
	font-weight: 400;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */



/* @group Global */

/* ============================================================================ */

/* Global																		*/
/* ============================================================================ */


html {
	/* see http://www.christianmontoya.com/2007/02/01/css-techniques-i-use-all-the-time */
	font-size: 100.01%;
}

body {
	background: #fff;
	color: #333;
	font-family: "Lato", Arial, sans-serif;
	font-size: 0.875em;	/* 14px */
	font-weight: 400;
	line-height: 1.5;
	margin: 0 auto;
	width: 760px;
	word-wrap: break-word;
}

h1, h2, h3, h4 {
	font-family: "Lato", Arial, sans-serif;
	font-weight: 700;
}

input, select, textarea {
	font-family: "Lato", Arial, sans-serif;
	font-size: 1em;
	margin: 0;
}

a {
	color: #0081ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
}

/* This cryptic stuff makes sure an element's height is expanded to contain its floating child elements */
/* (this is the new, improved way that doesn't require "clearing" divs) */
/* We use 'group' and not 'clearfix' for the class name 'cos Dan Cederholm said so */
.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.groupLeft:after {
	clear: left;
}
.groupRight:after {
	clear: right;
}

/* @end */



/* @group Common */

/* ============================================================================ */

/* Common styles																*/
/* ============================================================================ */


span.locationEtterbeek,
span.locationEtterbeek2,
span.locationEtterbeek3,
span.locationForetDeSoignes,
span.locationIxelles,
span.locationKraainem,
span.locationLaWoluwe,
span.locationTervuren,
span.locationStudio,
span.locationWaterloo,
span.locationWaterloo2,
span.locationWatermael,
span.locationWezembeek,
span.locationWoluwe,
span.locationExam,
span.locationTheatre {
	border-radius: 5px;
	display: inline-block;
	height: 10px;
	margin-right: 10px;
	width: 20px;
}

span.locationEtterbeek {
	/*background: #ffd600;*/
	/*background: #1e3245;*/
/*	background: #376f64;*/
	background: #d783ff;
}

span.locationEtterbeek2 {
	background: #d73648;
	background: #ff9f00;
}

span.locationEtterbeek3 {
	/*background: #fd7d95;*/
	background: #ffd600;
}

span.locationForetDeSoignes {
	background: #76d6ff;
}

span.locationIxelles {
	background: #979286;
}

span.locationKraainem {
	/*background: #ff9f00;*/
	background: #ffd600;
}

span.locationLaWoluwe {
	background: #76d6ff;
}

span.locationTervuren {
	background: #0081ff;
}

span.locationWaterloo {
	background: #A2B209;
}

span.locationWaterloo2 {
	background: #0081ff;
	background: #409FFF;
	background: #00B3FF;
}

span.locationWatermael {
	/*background: #de7a85;*/
	background: #ff9f00;
}

span.locationWezembeek {
	background: #0260a3;
	background: #006BB8;
}

span.locationWoluwe {
	/*background: #376f64;*/
	background: #fd7d95;
}

span.locationExam {
	background: #d7d1c3;
}

span.locationTheatre {
	background: #856a30;
}

span.locationStudio {
	background: #d73648;
}

span.locationStudioPrePrimary {
	background: #fd7d95;
}

span.locationStudioAdult {
	background: #0081ff;
}

span.locationStudioPointe {
	background: #ff9f00;
}

span.locationStudioVocational {
	background: #d783ff;
}

span.locationStudioOther {
	background: #A2B209;
}

/* @end */



/* @group Page */

/* ============================================================================ */

/* Page structure																*/
/* ============================================================================ */


div#base {
	margin: 0 -30px;
	width: 820px;
}

/* @end */



/* @group Header */

/* ============================================================================ */

/* Common page header & navigation												*/
/* ============================================================================ */


div#header {
	position: relative;
}

div#header div {
	height: 94px;
	position: relative;
}

div#header div span {
	background: url(/images/backgrounds.png) left top no-repeat;
	background-size: 1160px 800px;
	display: block;
	height: 100%;
	overflow: hidden;		/* Prevents the text from extending outside of the background-image */
	position: absolute;
	text-overflow: ellipsis;	/* Adds an ellipsis to the end of any clipped text */
	width: 100%;
}


/* Navigation tabs */

div#header ul#headerNav {
	height: 32px;
	margin: -8px 0 0 25px;
	position: relative;
}

div#header ul#headerNav li {
	display: block;
	float: left;
	height: 32px;
	list-style: none;
	position: relative;
}

div#header ul#headerNav li a {
	display: block;
	height: 32px;
	overflow: hidden;		/* Prevents the text from extending outside of the background-image */
	text-overflow: ellipsis;	/* Adds an ellipsis to the end of any clipped text */
}

div#header ul#headerNav li a span {
	background: url(/images/backgrounds.png) left -140px no-repeat;
	background-size: 1160px 800px;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

div#header ul#headerNav li#headerNavHome {
	width: 74px;
}

div#header ul#headerNav li#headerNavClasses {
	width: 141px;
}

div#header ul#headerNav li#headerNavLocations {
	width: 110px;
}

div#header ul#headerNav li#headerNavUniforms {
	width: 108px;
}

div#header ul#headerNav li#headerNavRAD {
	width: 211px;
}

div#header ul#headerNav li#headerNavAbout {
	width: 109px;
}

div#header ul#headerNav li#headerNavHome a span {
	background-position: -25px -140px;
}

div#header ul#headerNav li#headerNavClasses a span {
	background-position: -99px -140px;
}

div#header ul#headerNav li#headerNavLocations a span {
	background-position: -240px -140px;
}

div#header ul#headerNav li#headerNavUniforms a span {
	background-position: -350px -140px;
}

div#header ul#headerNav li#headerNavRAD a span {
	background-position: -458px -140px;
}

div#header ul#headerNav li#headerNavAbout a span {
	background-position: -669px -140px;
}

div#header ul#headerNav li#headerNavHome a:hover span,
div#header ul#headerNav li#headerNavHome.selected a span {
	background-position: -25px -100px;
}

div#header ul#headerNav li#headerNavClasses a:hover span,
div#header ul#headerNav li#headerNavClasses.selected a span {
	background-position: -99px -100px;
}

div#header ul#headerNav li#headerNavLocations a:hover span,
div#header ul#headerNav li#headerNavLocations.selected a span {
	background-position: -240px -100px;
}

div#header ul#headerNav li#headerNavUniforms a:hover span,
div#header ul#headerNav li#headerNavUniforms.selected a span {
	background-position: -350px -100px;
}

div#header ul#headerNav li#headerNavRAD a:hover span,
div#header ul#headerNav li#headerNavRAD.selected a span {
	background-position: -458px -100px;
}

div#header ul#headerNav li#headerNavAbout a:hover span,
div#header ul#headerNav li#headerNavAbout.selected a span {
	background-position: -669px -100px;
}

div#header p {
	font-size: 86%;
	position: absolute;
	right: 30px;
	top: 15px;
}

div#header p a {
	border-left: 1px solid #fff;
	color: #fff;
	font-weight: 400;
	margin-left: 10px;
	padding-left: 10px;
}

div#header p a:first-child {
	border-left: none;
}

/* @end */



/* @group Footer */

/* ============================================================================ */

/* Common page footer with site map												*/
/* ============================================================================ */


div#footer {
	background: #4c4344;
	border-radius: 10px;
	box-shadow: 0 0 5px #4c4344;
	font-size: 86%;
	margin: 10px 10px 0 10px;
	padding: 20px 20px 20px 0;
}

div#footer div {
	background: transparent;
	float: left;
	padding: 0 0 0 20px;
	width: 135px;
}

div#footer div:last-child {
	width: 155px;
}

div#footer div#footerContact {
	background: #352f2f;
	border: 1px solid #ccc;
	border-radius: 10px;
	float: right;
	padding: 15px;
	width: 240px;
	color: #ccc;
}

div#footer h6 {
	color: #ccc;
	font-weight: 700;
	padding-top: 10px;
}

div#footer h6:first-child {
	padding-top: 0;
}

div#footer div#footerContact h6 {
	font-size: 116%;
	position: relative;
}

div#footer div#footerContact h6 span {
	background: url(/images/backgrounds.png) -1116px -600px no-repeat;
	background-size: 1160px 800px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

div#footer h6 a {
	color: #ffd600;
	font-weight: 700;
}

div#footer ul li {
	color: #ccc;
}

div#footer ul li a {
	color: #ccc;
	font-weight: 400;
}

div#footer div#footerContact p {
	clear: both;
	color: #999;
	padding-top: 5px;
	position: relative;
}

div#footer div#footerContact p#footerTwitter {
	background: url(/images/backgrounds.png) -1120px -194px no-repeat;
	background-size: 1160px 800px;
	padding: 5px 0 15px 20px;
}

div#footer div#footerContact p#footerFacebook {
	background: url(/images/backgrounds.png) -1120px -284px no-repeat;
	background-size: 1160px 800px;
	padding: 15px 0 0 20px;
}

div#footer div#footerContact p a {
	color: #ccc;
	font-weight: 700;
}

div#footer div#footerContact p a.footerContactRight {
	left: 35%;
	position: absolute;
	white-space: nowrap;
}

/* @end */



/* @group Home */

/* ============================================================================ */

/* Home page content															*/
/* ============================================================================ */


div#home {
	margin: 0 30px;
	width: 760px;
}

div#home a {
	margin-top: 10px;
	font-weight: 700;
}

div#home img {
	display: block;
}

div#home div h1 {
	height: 50px;
	overflow: hidden;		/* Prevents the text from extending outside of the background-image */
	position: relative;
	text-overflow: ellipsis;	/* Adds an ellipsis to the end of any clipped text */
}

div#home div h1 span {
	background: url(/images/home.png) -10px top no-repeat;
	background-size: 1600px 800px;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

div#home h2 {
	color: #d73648;
}

div#home p {
	margin-bottom: 10px;
}

div#home div#homeNews {
	background: #fff8d3;
	border: 1px dashed #ccc;
	border-radius: 10px;
	font-size: 93%;
	margin: 10px 0;
	padding: 5px 17px;
}

div#home div#homeNews h3 {
	color: #d73648;
	float: left;
/*	padding-right: 20px;*/
	width: 13%;
}

div#home div#homeNews p {
	float: left;
	margin: 0;
}

div#home div#homeNews ul {
	float: left;
	margin: 0;
	width: 86%;
}

div#home div#homeNews ul li {
	color: #666;
	list-style: disc inside;
	margin-top: 3px;
}

div#home div#homeNews ul li strong {
	font-weight: 700;
}

div#home div#homeNews ul li.homeNewsHighlight {
	color: #d73648;
}

div#home div#homeNews ul li.homeNewsHighlight strong {
	font-size: 107%;
}

div#home div#homeNews ul li:first-child {
	margin-top: 0;
}

div#home div#homeNews a {
	color: #666;
	font-weight: 400;
}

div#home div#homeNews ul li.homeNewsHighlight a {
	color: #d73648;
}

div#home div#homeNews a:hover {
	color: #0081ff !important;
}

div#home div#homeNews a em {
	font-style: italic;
}

div#home div#homePromotion,
div#home div#homeHalloween {
	background-image: linear-gradient(#d73648, #d6969d);
	border-radius: 30px;
	box-shadow: 0 0 10px #d6969d;
	color: #fff;
	margin: 20px 0;
	padding: 20px;
	position: relative;
	text-align: center;
}

div#home div#homePromotion h3,
div#home div#homeHalloween h3 {
	font-size: 133%;
}

div#home div#homePromotion p,
div#home div#homeHalloween p {
	margin: 10px 0 0 0;
}

div#home div#homePromotion p strong,
div#home div#homeHalloween p strong {
	font-weight: 700;
}

div#home div#homePromotion a,
div#home div#homeHalloween a {
	color: #fff;
	font-weight: 700;
}

div#home div#homePromotion h3 a,
div#home div#homeHalloween h3 a {
	color: #ffd600;
}

div#home div#homePromotion a:hover,
div#home div#homeHalloween a:hover {
	text-decoration: none !important;
}

div#home div#homePromotion p#homePromotionButtons a,
div#home div#homeHalloween p#homeHalloweenButtons a {
	background: #fff;
	border-radius: 10px;
	color: #0081ff;
	display: inline-block;
	margin-left: 20px;
	padding: 5px 10px;
}

div#home div#homePromotion p#homePromotionButtons a:first-child,
div#home div#homeHalloween p#homeHalloweenButtons a:first-child {
	margin-left: 0;
}

div#home div#homePromotion p#homePromotionButtons a:hover,
div#home div#homeHalloween p#homeHalloweenButtons a:hover {
	background: #0081ff;
	box-shadow: 0 0 10px #0081ff;
	color: #fff;
}

/* Special Halloween promotion on main page */
div#home div#homeHalloween {
	background-image: linear-gradient(#e27f3d, #ebab43);
	box-shadow: 0 0 10px #ebab43;
}

div#home div#homeHalloween h3 a {
	color: #ffffff;
}

div#home div#homeHalloween p {
	color: #333;
}

div#home div#homeHalloween p#homeHalloweenButtons a {
	background: #fff;
	color: #e27f3d;
}

div#home div#homeHalloween p#homeHalloweenButtons a:hover {
	background: #333;
	box-shadow: 0 0 10px #333;
	color: #ebab43;
}

div#home div#homeMain {
	background: url(/images/home.png) -10px bottom no-repeat;
	background-size: 1600px 800px;
}

div#home div#homeMain div.homeSection {
	float: left;
	position: relative;
	width: 280px;
}

div#home div#homeMain div#homeLocations.homeSection h1 span {
	background-position: -490px top;
}

div#home div#homeMain div.homeSection div {
	padding: 151px 18px 25px 18px;
}

div#home div#homeMain div.homeSection div img {
	left: 18px;
	padding-top: 40px;
	position: absolute;
	top: 0;
}

/* Adds rounded corners and shadow to photo-type images */
div#home div#homeMain div.homeSection div img.homePhoto {
	border-radius: 20px;
	box-shadow: 0 0 5px #aaa;
	padding-top: 0;
	top: 40px;
}

div#home div#homeMain div.homeSection ul {
	margin-bottom: 15px;
}

div#home div#homeMain div.homeSection ul li {
	color: #0081ff;
	font-size: 86%;
	list-style: disc inside;
	margin-top: 5px;
}

div#home div#homeMain div.homeSection ul li small {
	color: #999;
	font-size: 92%;
	padding-left: 5px;
}

div#home div#homeMain div.homeCentre {
	float: left;
	padding: 38px 20px 0 20px;
	width: 160px;
}

div#home div#homeMain div.homeCentre h1 {
	height: 94px;
	padding-bottom: 17px;
}

div#home div#homeMain div.homeCentre h1 span {
	background-position: -310px top;
}


div#home div#homeOther {
	background: url(/images/home.png) -800px bottom no-repeat;
	background-size: 1600px 800px;
}

div#home div#homeOther h1 span {
	background: url(/images/home.png) -800px top no-repeat;
	background-size: 1600px 800px;
}

div#home div#homeOther div {
	padding: 0 18px 25px 18px;
}

div#home div#homeOther div p strong {
	color: #d73648;
	font-size: 150%;
	font-weight: 700;
}

div#home div#homeOther div img {
	float: right;
	margin-left: 20px;
}

/* Adds rounded corners and shadow to photo-type images */
div#home div#homeOther div img.homePhoto {
	border-radius: 20px;
	box-shadow: 0 0 5px #aaa;
}

/* @end */



/* @group Content */

/* ============================================================================ */

/* Left-hand content															*/
/* ============================================================================ */


div#content {
	float: left;
	padding: 10px 0 0 30px;
	width: 470px;
}

div#content div.contentHighlight {
	background: #fff8d3;
	border: 1px dashed #ccc;
	border-radius: 10px;
	clear: both;
	margin: 20px 0;
	padding: 0 10px;
}

div#content div.contentSmall,
div#content div.contentHighlightSmall {
	font-size: 93%;
}

div#content h1 {
	color: #d73648;
	font-size: 143%;
	margin-bottom: 10px;
}

div#content h2 {
	color: #d73648;
	clear: both;
	font-size: 114%;
	margin-top: 20px;
}

div#content h1 + h2 {
	margin-top: 0;
}

div#content div.contentHighlight h2:first-child,
div#content div.contentHighlight h3:first-child,
div#content div.contentHighlight p:first-child,
div#content div.contentHighlight ul:first-child {
	margin-top: 10px;
}

div#content div.contentNewSection,
div#content h2.contentNewSection,
div#content h3.contentNewSection,
div#content p.contentNewSection {
	border-top: 1px dashed #ccc;
	margin-top: 20px;
	padding-top: 20px;
}

div#content div.contentHighlight + h2.contentNewSection {
	border-top: none;
	padding-top: 0;
}

div#content.contentTeachers h2 {
	margin: 20px 0 10px 0;
}

div#content br {
	clear: both;
}

div#content h3 {
	color: #d73648;
}

div#content h5 {
	color: #999;
	font-style: italic;
}

div#content img {
	display: block;
	float: left;
	margin: 0 20px 10px 0;
}

/* Adds rounded corners and shadow to photo-type images */
div#content img.contentPhoto {
	border-radius: 10px;
	box-shadow: 0 0 5px #aaa;
}

div#content img.contentRight {
	float: right;
	margin: 0 0 10px 20px;
}

div#content img.contentFull {
	float: none;
	margin: 20px 0;
}

div#content h2 + img,
div#content h2 + img.contentRight {
	margin-top: 10px;
}

div#content a,
.contentLink {
	color: #0081ff;
	font-weight: 700;
}

div#content h2 a {
	font-weight: 700;
}

div#content strong {
	font-weight: 700;
}

div#content em {
	color: #999;
	font-style: italic;
}

div#content h2 em {
	color: #d73648;
}

div#content h3 em {
	color: #d73648;
	font-style: italic;
}

div#content small {
	font-size: 86%;
}

div#content small.contentSmall,
div#content small.contentSmall a {
	color: #999;
}

div#content h1 small,
div#content h2 small {
	font-weight: 400;
}

div#content h1 small {
	padding-left: 1ex;
}

div#content cite {
	color: #999;
	font-size: 93%;
	font-style: italic;
}

div#content p {
	margin-bottom: 10px;
}

div#content p.contentNewBlock,
div#content blockquote.contentNewBlock {
	clear: both;
	padding-top: 10px;
}

div#content p.contentCalendarShowPastMonths {
	font-size: 93%;
	margin-top: 20px;
}

div#content p.contentTimetableField {
	background: #f8f8f8;
	border: 1px dashed #ccc;
	border-radius: 10px;
	font-size: 86%;
	margin-left: 37px;
	padding: 10px 20px;
}

div#content p.contentTimetableField label {
	color: #666;
	padding-right: 5px;
}

div#content p.contentTimetableField span {
	color: #666;
	padding-left: 5px;
}

div#content h2 + img + p {
	margin-top: 10px;
}

div#content ul {
	margin-bottom: 10px;
}

div#content ul li {
	list-style: outside disc;
	margin-left: 20px;
}

div#content div.contentHighlight ul li.contentHighlightItem {
	color: #d73648;
}

div#content div.contentHighlight ul li span {
	display: inline-block;
	font-weight: 700;
	width: 120px;
}

div#content div.contentHighlight ul li span.contentHighlightBit {
	color: #d73648;
	display: inline;
	width: auto;
}

div#content ul li em {
	color: #333;
}

div#content blockquote {
	background: #fff8d3;
	border-left: 5px solid #ccc;
	color: #666;
	font-size: 93%;
	font-style: italic;
	margin: 10px 20px;
	padding: 5px 10px;
}

div#content blockquote.contentRight {
	margin-left: 200px;
}

div#content blockquote cite {
	color: inherit;
	display: block;
	font-style: 300;
	font-weight: 700;
	margin-top: 5px;
}

div#content sup {
	font-size: 64%;
	vertical-align: super;
}

div#content div.contentHighlight dl {
	margin: 10px 0;
}

div#content div.contentHighlight dl dt {
	clear: left;
	color: #999;
	float: left;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px;
}

div#content div.contentHighlight dl dd {
	font-weight: 700;
	margin-left: 120px;
}

div#content div.contentCalendar {
	margin: 20px 0;
}

div#content div.contentCalendarPastMonth {
	display: none;
}

div#content div.contentCalendar h3 {
	color: #333;
	font-size: 114%;
	margin-bottom: 5px;
	text-align: center;
}

div#content div.contentCalendar table {
}

div#content div.contentCalendar table thead {
}

div#content div.contentCalendar table thead tr {
}

div#content div.contentCalendar table thead tr th {
	color: #ccc;
	font-size: 71%;
	padding-bottom: 5px;
	text-align: center;
	width: 67px;
}

div#content div.contentCalendar table tbody {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div#content div.contentCalendar table tbody tr {
}

div#content div.contentCalendar table tbody tr td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

div#content div.contentCalendar table tbody tr td.contentCalendarToday {
	background: #d4e9ff;
}

div#content div.contentCalendar table tbody tr td.contentCalendarToday span {
	font-weight: 700;
}

div#content div.contentCalendar table tbody tr td:hover {
	background: #fff5bb;
}

div#content div.contentCalendar table tbody tr td.contentCalendarOtherMonth {
	background: #f6f6f6;
	color: #ccc;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarEtterbeek,
div#content div.contentCalendar table tbody tr td div.contentCalendarEtterbeek2,
div#content div.contentCalendar table tbody tr td div.contentCalendarEtterbeek3,
div#content div.contentCalendar table tbody tr td div.contentCalendarForetDeSoignes,
div#content div.contentCalendar table tbody tr td div.contentCalendarIxelles,
div#content div.contentCalendar table tbody tr td div.contentCalendarKraainem,
div#content div.contentCalendar table tbody tr td div.contentCalendarLaWoluwe,
div#content div.contentCalendar table tbody tr td div.contentCalendarTervuren,
div#content div.contentCalendar table tbody tr td div.contentCalendarStudio,
div#content div.contentCalendar table tbody tr td div.contentCalendarWaterloo,
div#content div.contentCalendar table tbody tr td div.contentCalendarWaterloo2,
div#content div.contentCalendar table tbody tr td div.contentCalendarWatermael,
div#content div.contentCalendar table tbody tr td div.contentCalendarWezembeek,
div#content div.contentCalendar table tbody tr td div.contentCalendarWoluwe,
div#content div.contentCalendar table tbody tr td div.contentCalendarExam,
div#content div.contentCalendar table tbody tr td div.contentCalendarTheatre {
	border-radius: 5px;
	height: 10px;
	margin-bottom: 5px;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarEtterbeek {
	/*background: #ffd600;*/
	/*background: #1e3245;*/
	/*background: #376f64;*/
	background: #d783ff;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarEtterbeek2 {
	background: #d73648;
	background: #ff9f00;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarEtterbeek3 {
	/*background: #fd7d95;*/
	background: #ffd600;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarForetDeSoignes {
	background: #76d6ff;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarIxelles {
	background: #979286;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarKraainem {
	/*background: #ff9f00;*/
	background: #ffd600;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarLaWoluwe {
	background: #76d6ff;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarTervuren {
	background: #0081ff;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarStudio {
	background: #d73648;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarWaterloo {
	background: #A2B209;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarWaterloo2 {
	background: #0081ff;
	background: #409FFF;
	background: #00B3FF;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarWatermael {
	/*background: #de7a85;*/
	background: #ff9f00;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarWezembeek {
	background: #0260a3;
	background: #006BB8;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarWoluwe {
	/*background: #376f64;*/
	background: #fd7d95;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarExam {
	background: #d7d1c3;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarTheatre {
	background: #856a30;
}

div#content div.contentCalendar table tbody tr td div.contentCalendarDetail {
	display: none;
}

div#content table.contentExam {
	border: 5px solid #ccc;
	font-size: 86%;
	margin: 10px 20px;
}

div#content table.contentExam thead {
}

div#content table.contentExam thead tr {
}

div#content table.contentExam thead tr th {
	background: #ccc;
	color: #fff;
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}

div#content table.contentExam tbody {
}

div#content table.contentExam tbody tr {
}

div#content table.contentExam tbody tr td {
	padding: 5px 10px;
}

div#content table.contentExam tbody tr td.contentExamNumber {
	text-align: right;
}

div#content table.contentExam tbody tr td.contentExamOld {
	color: #999;
	text-decoration: line-through;
}

div#content table.contentExam tbody tr.contentExamRow td {
	background: #f3f3f3;
}

div#content table.contentExam tbody tr td span.contentExamStrikeOut {
	color: #999;
	text-decoration: line-through;
}

div#content table.contentExam tbody tr td span.contentExamHighlight {
	color: #d73648;
	font-weight: 700;
}

div#content p.contentExamShowPastSessions {
	font-size: 93%;
}

div#content div.contentExamPastSessions {
	display: none;
}

div#content div.contentList {
	border: 5px solid #ccc;
	float: left;
	font-size: 93%;
	margin: 10px 0;
	width: 215px;
}

div#content div.contentListFirst {
	clear: left;
	margin-right: 20px;
}

div#content div.contentList h3 {
	background: #ccc;
	color: #fff;
	padding: 5px 10px;
	text-align: left;
}

div#content div.contentList ul {
	margin: 0;
}

div#content div.contentList ul li {
	list-style: none;
	margin: 0;
	padding: 5px 10px 5px 30px;
}

div#content div.contentList ul li.contentAlternate,
div#content div.contentList ul li.contentRibbonGrey {
	background: #f3f3f3;
}

div#content div.contentList ul li.contentRibbonPink {
	background: #fbd2f1;
}

div#content div.contentList ul li.contentRibbonBlue {
	background: #d4e9ff;
}

div#content div.contentList ul li.contentRibbonWhite {
	background: #fff;
}

div#content div.contentList ul li.contentRibbonYellow {
	background: #fff5bb;
}

div#content div.contentList ul li span {
	color: #666;
	display: block;
	font-size: 86%;
}

div#content div.contentList ul li em {
	color: #999;
	display: block;
	float: left;
	font-style: 300;
	margin-left: -20px;
}

div#content ul.contentTimetable li {
	background: #f8f8f8;
	list-style: none;
	margin: 0;
	padding: 5px 10px;
	position: relative;
}

div#content ul.contentTimetable li:nth-child(even) {
	background: #f0f0f0;
}

div#content ul.contentTimetable li p {
	margin: 0 130px 0 110px;
}

div#content ul.contentTimetable li p.contentTimetableNotes {
	color: #999;
	font-size: 86%;
}

div#content ul.contentTimetable li span {
	color: #de7a85;
	display: block;
	left: 10px;
	position: absolute;
	top: 5px;
}

div#content ul.contentTimetable li span.contentTimetableChanged {
	left: -10px;
}

div#content ul.contentTimetable li small {
	color: #999;
	display: block;
	font-size: 86%;
	left: 350px;
	position: absolute;
	top: 7px;
}

div#content div.contentTimetable {
	margin-top: 20px;
	position: relative;
}

div#content div.contentTimetable table  {
	border-collapse: separate;
	empty-cells: show;
	font-size: 86%;
	margin-bottom: 20px;
}

div#content div.contentTimetable table thead tr th {
	color: #999;
	height: 25px !important;
	text-align: center;
	vertical-align: top;
}

div#content div.contentTimetable table tbody tr td {
	background: #f8f8f8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 51px;
	vertical-align: top;
}

div#content div.contentTimetable table tbody tr.contentTimetableLastHour td {
	background: none !important;
	border: none;
	height: auto;
}

div#content div.contentTimetable table tbody tr td:nth-child(even) {
	background: #f0f0f0;
}

div#content div.contentTimetable table tbody tr:first-child td {
	border-top: 1px solid #ccc;
}

div#content div.contentTimetable table tbody tr td:first-child {
	background: #fff;
	border-top: none;
	border-bottom: none;
	color: #999;
	width: 37px;
}

div#content div.contentTimetable table tbody tr td:first-child span {
	display: block;
	position: relative;
	top: -0.75em;
}

div#content div.contentTimetable div.contentTimetableClass {
	border: 1px solid #ccc;
	color: #fff;
	cursor: default;
	font-size: 93%;
	padding: 1px;
	position: absolute;
	text-align: center;
}

div#content div.contentTimetable div.contentTimetableEtterbeek {
	/*background: #ffd600;*/
	/*background: #1e3245;*/
	/*background: #376f64;*/
	background: #d783ff;
}

div#content div.contentTimetable div.contentTimetableEtterbeek2 {
	background: #d73648;
	background: #ff9f00;
}

div#content div.contentTimetable div.contentTimetableEtterbeek3 {
	/*background: #fd7d95;*/
	background: #ffd600;
}

div#content div.contentTimetable div.contentTimetableForetDeSoignes {
	background: #76d6ff;
}

div#content div.contentTimetable div.contentTimetableIxelles {
	background: #979286;
}

div#content div.contentTimetable div.contentTimetableKraainem {
	/*background: #ff9f00;*/
	background: #ffd600;
}

div#content div.contentTimetable div.contentTimetableLaWoluwe {
	background: #76d6ff;
}

div#content div.contentTimetable div.contentTimetableTervuren {
	background: #0081ff;
}

div#content div.contentTimetable div.contentTimetableStudio {
	background: #d73648;
}

div#content div.contentTimetableExtra div.contentTimetableClassPP,
div#content div.contentTimetableExtra div.contentTimetableClassP,
div#content div.contentTimetableExtra div.contentTimetableClassTT {
	background: #fd7d95;
}

div#content div.contentTimetableExtra div.contentTimetableClassAD,
div#content div.contentTimetableExtra div.contentTimetableClassAI,
div#content div.contentTimetableExtra div.contentTimetableClassY1,
div#content div.contentTimetableExtra div.contentTimetableClassY2,
div#content div.contentTimetableExtra div.contentTimetableClassYS {
	background: #0081ff;
}

div#content div.contentTimetableExtra div.contentTimetableClassAR,
div#content div.contentTimetableExtra div.contentTimetableClassP1,
div#content div.contentTimetableExtra div.contentTimetableClassP2,
div#content div.contentTimetableExtra div.contentTimetableClassP3,
div#content div.contentTimetableExtra div.contentTimetableClassPB,
div#content div.contentTimetableExtra div.contentTimetableClassPI,
div#content div.contentTimetableExtra div.contentTimetableClassPA,
div#content div.contentTimetableExtra div.contentTimetableClassPR,
div#content div.contentTimetableExtra div.contentTimetableClassRP {
	background: #ff9f00;
}

div#content div.contentTimetableExtra div.contentTimetableClassC1,
div#content div.contentTimetableExtra div.contentTimetableClassC2,
div#content div.contentTimetableExtra div.contentTimetableClassC3,
div#content div.contentTimetableExtra div.contentTimetableClassCA,
div#content div.contentTimetableExtra div.contentTimetableClassCB,
div#content div.contentTimetableExtra div.contentTimetableClassCI,
div#content div.contentTimetableExtra div.contentTimetableClassCS,
div#content div.contentTimetableExtra div.contentTimetableClassCX,
div#content div.contentTimetableExtra div.contentTimetableClassCY,
div#content div.contentTimetableExtra div.contentTimetableClassJ0,
div#content div.contentTimetableExtra div.contentTimetableClassJ1,
div#content div.contentTimetableExtra div.contentTimetableClassJ2,
div#content div.contentTimetableExtra div.contentTimetableClassB2 {
	background: #A2B209;
}

div#content div.contentTimetableExtra div.contentTimetableClassIF,
div#content div.contentTimetableExtra div.contentTimetableClassI,
div#content div.contentTimetableExtra div.contentTimetableClassAF {
	background: #d783ff;
}

div#content div.contentTimetable div.contentTimetableWaterloo {
	background: #A2B209;
}

div#content div.contentTimetable div.contentTimetableWaterloo2 {
	background: #0081ff;
	background: #409FFF;
	background: #00B3FF;
}

div#content div.contentTimetable div.contentTimetableWatermael {
	/*background: #de7a85;*/
	background: #ff9f00;
}

div#content div.contentTimetable div.contentTimetableWezembeek {
	background: #0260a3;
	background: #006BB8;
}

div#content div.contentTimetable div.contentTimetableWoluwe {
	/*background: #376f64;*/
	background: #fd7d95;
}

div#content div.contentTimetable div.contentTimetableClass div.contentTimetableDetail {
	display: none;
}

div#content div.contentRecital {
	background: #fff8d3;
	border: 1px dashed #ccc;
	border-radius: 10px;
	margin: 20px 0;
	padding: 10px;
}

div#content div.contentRecital ul {
	list-style: none;
	margin: 0;
}

div#content div.contentRecital ul li {
	list-style: none;
	margin-left: 0;
}

div#content div.contentRecital ul li h4 {
	font-size: 93%;
	margin: 20px 0 3px 10px;
	position: relative;
}

div#content div.contentRecital ul li h4 small {
	color: #999;
	font-weight: 400;
}

div#content div.contentRecital ul li h4 span {
	color: #999;
	font-weight: 400;
	left: 290px;
	position: absolute;
	bottom: 0;
}

div#content div.contentRecital ul li ul li {
	background: #f8f8f8;
	padding: 3px 10px;
	position: relative;
}

div#content div.contentRecital ul li ul li:nth-child(even) {
	background: #e8e8e8;
}

div#content div.contentRecital ul li ul li small {
	color: #999;
	padding-left: 5px;
}

div#content div.contentRecital ul li ul li span {
	color: #d73648;
	left: 400px;
	font-size: 100% !important;
	position: absolute;
	top: 3px;
}

div#content div.contentRecitalPhotos {
	margin: 10px 0 20px 0;
}

div#content div.contentRecitalPhotos h3 {
	margin: 20px 0 10px 0;
}

div#content div.contentRecitalPhotos ul {
	list-style: none;
	margin: 0;
}

div#content div.contentRecitalPhotos ul li {
	background: #f8f8f8;
	list-style: none;
	margin-left: 0;
	padding: 10px 20px;
	position: relative;
}

div#content div.contentRecitalPhotos ul li:nth-child(even) {
	background: #e8e8e8;
}

div#content div.contentRecitalPhotos ul li ul {
	margin: 10px 0;
}

div#content div.contentRecitalPhotos ul li ul li {
	background: #fff;
}

div#content div.contentRecitalPhotos ul li ul li:nth-child(even) {
	background: #fff;
}

div#content div.contentRecitalPhotos ul li h4 {
	color: #333;
	margin: 0;
	position: relative;
}

div#content div.contentRecitalPhotos ul li h4 small {
	color: #999;
	font-weight: 400;
	padding-left: 5px;
}

div#content div.contentRecitalPhotos ul li h4 span {
	color: #999;
	float: right;
	font-weight: 300;
}

div#content div.contentRecitalPhotos ul li h5 {
	color: #333;
	font-style: 300;
	font-weight: 400;
	left: 285px;
	padding-right: 20px;
	position: absolute;
	top: 10px;
}

div#content div.contentRecitalPhotos ul li ul li h5 {
	color: #de7a85;
	left: 0;
	padding-right: 0;
	position: relative;
	top: 0;
}

div#content div.contentRecitalPhotos ul li p {
	font-size: 93%;
	margin: 3px 0 0 0;
}

div#content div.contentRecitalPhotos ul li p.contentRecitalPhotosInfo,
div#content div.contentRecitalPhotos ul li p.contentRecitalPhotosPhoto,
div#content div.contentRecitalPhotos ul li p.contentRecitalPhotosVideo,
div#content div.contentRecitalPhotos ul li p.contentRecitalPhotosDownload {
	color: #999;
}

div#content div.contentRecitalPhotos ul li p.contentRecitalPhotosPhoto a:first-child {
	background: url(/images/backgrounds.png) -1121px -398px no-repeat;
	background-size: 1160px 800px;
	padding-left: 25px;
}

div#content div.contentRecitalPhotos ul li p.contentRecitalPhotosVideo a:first-child {
	background: url(/images/backgrounds.png) -1118px -497px no-repeat;
	background-size: 1160px 800px;
	padding-left: 25px;
}

div#content div.contentRecitalPhotos ul li p.contentRecitalPhotosDownload a:first-child {
	background: url(/images/backgrounds.png) -1122px -703px no-repeat;
	background-size: 1160px 800px;
	padding-left: 25px;
}

div#content form {
	margin: 0 0 20px 0;
}

div#content form fieldset {
	background: #f0f0f0;
	border: 1px dashed #ccc;
	border-radius: 10px;
	margin: 30px 0;
	padding: 0 20px 20px 20px;
}

div#content form fieldset legend {
	background: #f8f8f8;
	border: 1px solid #ccc;
	color: #d73648;
	display: block;
	padding: 0 5px;
	float: right;
	margin-top: -0.9em;
}

div#content form fieldset label {
	color: #666;
	display: block;
	margin: 10px 0 2px 0;
}

div#content form fieldset label small {
	color: #999;
	font-size: 78%;
	padding-left: 20px;
}

div#content form fieldset input[type=text] {
	padding: 3px 5px;
	width: 250px;
}

div#content form fieldset select {
}

div#content form fieldset select + input[type=text] {
	margin-top: 10px;
}

div#content form fieldset textarea {
	padding: 3px 5px;
	width: 416px;
}

div#content form fieldset br {
	clear: both;
}

div#content form fieldset span {
	color: #999;
	font-size: 93%;
	margin-left: 10px;
}

div#content form fieldset span.contentRadioButton {
	font-size: 100%;
	margin: 0 20px 0 0;
}

div#content form fieldset span.contentRadioButton label {
	color: #333;
	display: inline;
	padding: 0;
	text-align: left;
	width: auto;
}

div#content form fieldset span.contentRadioButton input {
}

div#content form fieldset div {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 100%;
}

div#content form fieldset div.contentHelp {
	background: #e0e0e0;
	border: 1px dashed #ccc;
	border-radius: 10px;
	float: none;
	font-size: 93%;
	margin: 20px 0 0 0;
	padding: 10px 10px 0 10px;
	width: auto;
}

div#content form fieldset div p.contentInfo {
	color: #999;
	font-size: 86%;
	position: absolute;
	right: 0;
	top: 10px;
	width: 120px;
}

div#content form fieldset input[type=text].contentNarrow,
div#content form fieldset div.contentNarrow input[type=text] {
	width: 100px;
}

div#content form button {
	background: #d73648;
	border: none;
	border-radius: 10px;
	box-shadow: 0 0 3px #d73648;
	color: #fff;
	cursor: pointer;
	font-family: "Lato", Arial, sans-serif;
	font-size: 107%;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 5px 30px;
}

div#content form button:hover {
	background: #0081ff;
	box-shadow: 0 0 3px #0081ff;
}


div#content div.contentPromotion {
	background-image: linear-gradient(#d73648, #d6969d);
	border-radius: 30px;
	box-shadow: 0 0 10px #d6969d;
	color: #fff;
	margin: 20px 0;
	padding: 20px;
	position: relative;
	text-align: center;
}

div#content div.contentPromotion h2 {
	color: #ffd600;
	font-size: 133%;
	margin-top: 0;
}

div#content div.contentPromotion p {
	margin: 10px 0 0 0;
}

div#content div.contentPromotion p strong {
	font-weight: 700;
}

div#content div.contentPromotion a {
	color: #fff;
	font-weight: 700;
}

div#content div.contentPromotion h2 a {
	color: #ffd600;
}

div#content div.contentPromotion a:hover {
	text-decoration: none !important;
}

div#content div.contentPromotion p#contentPromotionButtons {
	margin: 0;
}

div#content div.contentPromotion p#contentPromotionButtons a {
	background: #fff;
	border-radius: 10px;
	color: #0081ff;
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px;
	padding: 5px 10px;
}

div#content div.contentPromotion p#contentPromotionButtons a:hover {
	background: #0081ff;
	box-shadow: 0 0 10px #0081ff;
	color: #fff;
}

div#content div.contentPromotionLeft h2,
div#content div.contentPromotionLeft h3,
div#content div.contentPromotionLeft p,
div#content div.contentPromotionLeft ul {
	text-align: left;
}

/* Special Black Friday promotion */
div#content div.contentBlackFriday {
	padding-right: 120px;
}

div#content div.contentBlackFriday h3 a {
	color: #ffd600;
}

div#content div.contentBlackFriday ul {
	margin: 10px 0 0 0;
}

div#content div.contentBlackFriday ul li {
	color: #333333;
}

div#content div.contentBlackFriday ul li span.contentHighlightBit {
	color: #ffffff;
	display: inline;
	font-weight: 700;
	width: auto;
}

/* Special Halloween promotion */
div#content div.contentHalloween {
	background-image: linear-gradient(#e27f3d, #ebab43);
	box-shadow: 0 0 10px #ebab43;
	padding-right: 120px;
}

div#content div.contentHalloween h2 {
	color: #ffffff;
}

div#content div.contentHalloween ul {
	margin: 10px 0 0 0;
}

div#content div.contentHalloween p,
div#content div.contentHalloween ul li {
	color: #333333;
}

div#content div.contentHalloween ul li span.contentHighlightBit {
	color: #ffffff;
	display: inline;
	font-weight: 700;
	width: auto;
}

div#content div.contentHalloween a {
	color: #fff;
}

div#content div.contentHalloween h2 a {
	color: #ffffff;
}

div#content div.contentHalloween p#contentPromotionButtons a {
	background: #fff;
	color: #e27f3d;
}

div#content div.contentHalloween p#contentPromotionButtons a:hover {
	background: #333;
	box-shadow: 0 0 10px #333;
	color: #ebab43;
}

/* @end */



/* @group Errors */

/* ============================================================================ */

/* Error blocks																	*/
/* ============================================================================ */


div.error {
	background: #fff8d3;
	border: 2px dashed #d73648;
	border-radius: 10px;
	margin: 20px 0;
	padding: 10px 20px;
}

div.error h5 {
	color: #d73648 !important;
	font-style: 300 !important;
}

div.error ul li {
	color: #d73648 !important;
	font-weight: 700;
}

div.error p {
	color: #d73648 !important;
	margin: 10px 0 0 0 !important;
}

div.error p:first-child {
	margin-top: 0 !important;
}

/* @end */



/* @group Pop Ups */

/* ============================================================================ */

/* Dynamic pop-ups																*/
/* ============================================================================ */


div#popUp {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 10px;
	box-shadow: 0 5px 30px #808080;
	color: #666;
	font-size: 86%;
	font-weight: 700;
	padding: 10px;
	position: absolute;
	width: 218px;
}

div#popUp span.popUpArrow {
	background: url(/images/backgrounds.png) -1120px -100px no-repeat;
	background-size: 1160px 800px;
	display: block;
	height: 22px;
	left: -9px;
	position: absolute;
	top: 20px;
	width: 9px;
}

div#popUp h4 {
	color: #d73648;
	font-size: 133%;
}

div#popUp h4 span {
	color: #aaa;
	display: block;
	font-size: 67%;
	font-weight: 400;
	margin: 0 !important;
	padding: 0 !important;
}

div#popUp h5 {
	font-weight: 700;
	margin: 10px 0 0 0;
}

div#popUp h5 small {
	color: #999;
	display: block;
	font-weight: 400;
	padding-left: 30px;
}

div#popUp p {
	margin-top: 10px;
	padding-left: 30px;
}

div#popUp p.calendarRoom {
	font-weight: 700;
	margin-top: 0;
	padding-left: 30px;
}

div#popUp p.calendarNotes {
	color: #999;
}

div#popUp p strong {
	font-weight: 700;
}

div#popUp ul {
	padding-left: 70px;
	margin-top: 5px;
}

div#popUp ul li {
	position: relative;
}

div#popUp ul li span {
	color: #999;
	display: block;
	left: -40px;
	position: absolute;
	top: 0;
}


/* ============================================================================ */

/* jQuery UI Date Picker pop-up modifications									*/
/* ============================================================================ */


div.ui-datepicker {
	border: 1px solid #aaa;
	border-radius: 10px;
	box-shadow: 0 5px 30px #808080;
	font-size: 86%;
	padding: 10px;
}

div.ui-datepicker select.ui-datepicker-month {
	margin-right: 5%;
	width: 45%;
}

div.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

div.ui-datepicker table.ui-datepicker-calendar th span {
	color: #999;
}

div.ui-datepicker a:hover {
	text-decoration: none !important;
}

/* @end */



/* @group Sidebar */

/* ============================================================================ */

/* Right-hand sidebar navigation & form											*/
/* ============================================================================ */


div#sidebar {
	color: #666;
	float: left;
	font-size: 86%;
	font-weight: 700;
	padding: 0 20px 0 10px;
	width: 290px;
}

div#sidebar div {
	background-color: #f8f8f8;
	border: 2px solid #aaa;
	border-radius: 10px;
	box-shadow: 0 0 5px #aaa;
	margin: 10px 10px 20px 10px;
	padding-bottom: 10px;
}

div#sidebar div.sidebarFixed {
}

div#sidebar div h4 {
	background: #aaa;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	font-family: "Lato", Arial, sans-serif;
	font-weight: 700;
	padding: 3px 0 5px 0;
	text-align: center;
}

div#sidebar h5 {
	font-weight: 700;
	padding: 10px 18px 0 18px;
}

div#sidebar h5 small {
	font-size: 93%;
	font-weight: 400;
}

div#sidebar p {
	padding: 10px 18px 0 18px;
}

div#sidebar p.sidebarButton {
	margin: 10px 10px 20px 10px;
	padding: 0;
}

div#sidebar div.sidebarTweets p {
	padding-top: 0;
}

div#sidebar p.calendarRoom {
	font-weight: 700;
	padding: 0 30px 0 60px;
}

div#sidebar p strong {
	font-weight: 700;
}

div#sidebar p a {
	color: #666;
	font-weight: 700;
}

div#sidebar p.sidebarButton a {
	background: #d73648;
	border-radius: 10px;
	box-shadow: 0 0 5px #d73648;
	color: #ffd600;
	display: block;
	font-family: "Lato", Arial, sans-serif;
	font-size: 116%;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px;
	text-align: center;
}

div#sidebar p.sidebarButton a:hover {
	background: #0081ff;
	box-shadow: 0 0 5px #0081ff;
	color: #fff;
	text-decoration: none !important;
}

div#sidebar p.sidebarButton a small {
	font-size: 79%;
	font-weight: 400;
}

div#sidebar p.sidebarButtonHalloween a {
	background: #e27f3d;
	box-shadow: 0 0 5px #e27f3d;
	color: #fff;
}

div#sidebar p.sidebarButtonHalloween a:hover {
	background: #333;
	box-shadow: 0 0 5px #333;
	color: #ebab43;
}


div#sidebar ul {
	padding: 5px 18px 0 18px;
}

div#sidebar div#sidebarMenu ul {
	padding: 5px 0 0 0;
}

div#sidebar ul li {
	list-style: none;
}

div#sidebar ul.sidebarTimetableInfo li {
	padding-left: 30px;
}

div#sidebar ul.sidebarTimetableInfo li span {
	margin-left: -30px;
}

div#sidebar div.sidebarTweets ul li {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div#sidebar div#sidebarMenu ul li {
	padding: 5px 8px 0 8px;
}

div#sidebar div#sidebarMenu ul li.sidebarNewMenu {
	border-top: 1px dashed #ccc;
	margin: 10px 3px 0 3px;
	padding-left: 5px;
	padding-top: 10px;
}

div#sidebar ul li.selected {
	background: url(/images/backgrounds.png) -1113px 3px no-repeat;
	background-size: 1160px 800px;
}

div#sidebar ul li.sidebarNewMenu.selected {
	background: url(/images/backgrounds.png) -1116px 8px no-repeat;
	background-size: 1160px 800px;
}

div#sidebar ul li a {
	display: block;
	color: #666;
	font-weight: 700;
	padding: 2px 5px;
	width: 230px;	/* Setting the width prevents IE from adding extra padding */
}

div#sidebar div#sidebarMenu ul li a span.sidebarNew {
	background: #d73648;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 93%;
	font-weight: 400;
	padding: 1px 5px;
	position: relative;
	top: -1px;
}

div#sidebar div#sidebarMenu ul li a:hover span.sidebarNew {
	background: #0081ff;
}

div#sidebar div.sidebarTweets ul li a {
	display: inline;
	padding: 0;
	width: auto;
}

div#sidebar div#sidebarMenu ul li a {
	padding: 2px 10px;
}

div#sidebar ul li small {
	font-size: 93%;
	font-weight: 400;
}

div#sidebar div.sidebarTweets ul li small {
	color: #999;
	display: block;
}

div#sidebar ul li a:hover {
	background: #aaa;
	border-radius: 10px;
	box-shadow: 0px 0 3px #aaa;
	color: #fff;
	text-decoration: none !important;
}

div#sidebar div.sidebarTweets ul li a:hover {
	background: transparent;
	color: #666;
	text-decoration: underline !important;
}

div#sidebar ul li.selected:hover {
	background: none;
}

div#sidebar ul li a strong {
	color: #d73648;
	font-size: 116%;
	font-weight: 700;
	text-transform: uppercase;
}

div#sidebar ul li a:hover strong {
	color: #fff;
}

div#sidebar ul li em {
	font-style: italic;
}

div#sidebar fieldset {
	border: none;
	padding: 15px 30px 25px 30px;
}

div#sidebar fieldset input.field {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px 2px;
	width: 150px;
	color: #666;
}

div#sidebar fieldset input.submit {
	display: block;
	float: right;
}

div#sidebar fieldset label {
	display: block;
	float: left;
	margin-top: 3px;
	color: #666;
}

div#sidebar fieldset br {
	clear: left;
}

div#sidebar fieldset textarea {
	margin: 3px 0 10px 0;
	padding: 1px 2px;
	width: 224px;
	color: #666;
	overflow: hidden;
}

div#sidebar div.sidebarClasses h6 {
	font-style: italic;
	padding: 0 18px;
}

div#sidebar div.sidebarClasses ul + h6 {
	padding-top: 10px;
}

div#sidebar div.sidebarClasses ul {
	padding: 0 18px;
}

div#sidebar div.sidebarClasses ul li {
	margin-top: 3px;
}

div#sidebar div.sidebarClasses ul li span {
	display: inline-block;
}

div#sidebar div.sidebarClasses ul li span.sidebarClassesTime {
	font-weight: 700;
	width: 50px;
}

div#sidebar div.sidebarClasses ul li span.sidebarClassesAges {
	display: block;
	font-size: 92%;
	padding-left: 50px;
}

/* Adds rounded corners and shadow to photo-type images */
div#sidebar img.sidebarPhoto {
	border-radius: 10px;
	box-shadow: 0 0 5px #aaa;
	display: block;
	margin: 10px 10px 20px 10px;
	width: 270px;
}

/* @end */