@font-face{
	font-family: 'ElegantIcons';
	src: url('../fonts/ElegantIcons.eot');
	src: url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ElegantIcons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

div#mainFrame{
	width: 980px;
	min-width: 980px;
	margin: 0 auto;
	padding: 0px;
	background-color: #34331c;
	border: 1px solid #000000;
	box-shadow: #000000 0px 2px 10px;
	-moz-box-shadow: #000000 0px 2px 10px;
	-webkit-box-shadow: #000000 0px 2px 10px;
	margin-top: 24px;
	margin-bottom: 50px;
}

div#mainFrameText{
	width: 940px;
	min-width: 940px;
	padding: 20px;
	margin: 0 auto;
	background-color: #fcfcfc;
	border: 1px solid #000000;
	box-shadow: #000000 0px 2px 10px;
	-moz-box-shadow: #000000 0px 2px 10px;
	-webkit-box-shadow: #000000 0px 2px 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}
div#mainFrameText{ font-size: 18px; }
div#mainFrameText *{ font-size: 18px; }
.openingTimes{ width: 100%; }
.openingTimes tr td{
	font-size: 18px;
}
.openingTimes tr td:nth-child(1){ width: 400px; }
.openingTimes tr td:nth-child(2){ text-align: right; }

.eventsForm{ width: 100%; }
.selectionMenuContainerLeft{
	display: inline-block;
	width: calc(50% - 25px);
	text-align: left;
	color: #ffffff;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.selectionMenuContainerRight{
	display: inline-block;
	width: calc(50% - 25px);
	text-align: right;
	color: #ffffff;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
}
.selectYear, .selectDiscipline{
	padding: 3px;
	font-size: 18px;
	line-height: 21px;
	margin-left: 10px;
}
.iconContainer{
	position: absolute;
	top: 25px;
	left: 25px;
	width: 75px;
	height: 75px;
	text-align: center;
	font-size: 16px;
	line-height: 100px;
	color: #dedbdb;
}
.iconContainer span{
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 75px;
	line-height: 75px;
	color: #dedbdb;
}
.icon{
	font-family: 'ElegantIcons', Verdana, Lucida Grande, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-right: 10px;
}
.eventsMonthContainer{
	position: relative;
	width: calc(100% - 150px);
	min-height: 75px;
	padding: 25px;
	padding-left: 125px;
	background-color: #ffffff;
	margin-bottom: 25px;
	line-height: 40px;
}
.formatEventsOutputTable{ width: 100%; }
.formatEventsOutputTable tr td .icon{ margin: 0px; }
.formatEventsOutputTable tr td{
	font-size: 18px;
	padding: 5px;
}
.formatEventsOutputTable tr td:nth-child(1){ width: 20px; }
.formatEventsOutputTable tr td:nth-child(2){ width: 120px; }
.formatEventsOutputTable tr td:nth-child(3){ width: auto; }
.formatEventsOutputTable tr td:nth-child(4){ width: 110px; }
.formatEventsOutputTable tr td:nth-child(5){ width: 50px; text-align: center; }
.formatEventsOutputTable tr td:nth-child(6){ width: 40px; text-align: right; }