/* Custom styles used for all pages */
input[type="submit"], .player_button, .player_button span {
	background-color: #b3bf7d !important;				/* button colour */
	color: white !important;							/* button text colour */
}
#banner, #header {
	display: all;									/* Change this to "display: none;" if banner isn't needed */
}
html {
	background-color: white;                                               /* Change this to transparent!important;" if using an image as the background*/
}
body {
        background-color: transparent;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container {
	border-left: unset;
	border-right: unset;
	box-shadow: unset;
	width: 100%;
	font-weight: bold;
}
.registration_above {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
.registration_above_register {
	display: none;
}
.password_above {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
.title_label {
	margin: 40px 0;
	font-size: 30px;
}
.title {
	color: #000;
	text-align: center;
        font-weight: normal;
}
.subtitle {
	margin-bottom: 40px;
	color: #000;
        font-weight: normal;
}
#branding {
	background-color: #363636;
	width: 100%;
	padding: 0;
	font-weight: bold;
}
.colour-bar {
	border: none;
}
#header {
	background-image: none;
	box-shadow: none;
}
#content-under {
	min-height: 50px;
}
#footer {
	background-image: none;
	box-shadow: none;
	background-color: #363636;
	padding: 15px;
}
#footer-right {
	float: right;
}
#footer-left {
	font-weight: bold;
	float: left;
	margin-top: 12px;
}
#footer a {
	color: #007bff;
}
@media screen and (max-width: 1091px) {
	#footer-right, #footer-left {
		float: none;
		text-align: center;
	}
}
.enter_button {
	background-image: none;
	border-radius: 2px;
	box-shadow: none;
}
.player_button {
	background-image: none;
	border-radius: 2px;
	box-shadow: none;
}
.player_button span {
	background-image:none;
	padding-left: 15px;
	padding-right: 15px;
}
.bar_styling_top {
	-webkit-box-shadow: none;
}
.bar_styling_bottom {
	-webkit-box-shadow: none;
}
.requirements {
	display:none;
}
.mini-cal {
	box-shadow: none;
	background-image: none;
}
.presenter-row {
	margin-bottom: 15px;
}
.presenter-titles {
	margin-bottom: 10px;
}
.presenter-names {
	color: #a32035;
}
.webcast_closed {
	    padding: 5px 15px;
}
#banner {
	margin-right: 0;
}
#banner > div {
	padding-right: 0;
	text-align: center;
}

/* Custom styles for expired page */
.expired_message {
	padding: 5px 15px;
}


/*recreated - not from cache - process time 0.0099449157714844 */
