body {
	background-color: #FFFFFF;
	/* The following gives the body element the max height of content and window. This will affect background layout, borders, and absolutely positioned children with 'bottom: 0px;', but will prevent 'height:100%' or 'min-height:100%' from working on any non-absolutely-positioned child elements. Note that if you want this to happen on the site-wrapper instead, you have to disable this for the body element. */
	min-height: 100%;
	height: auto;
	position: relative;
}

.sitecomponent {
	width:1185px;
	padding: 0px;
	box-sizing: border-box;
	margin: 0px auto;
	position: relative;
	top: 0px;
	right: 0px;
}

header#main-header {
	width: 100%;
	height: 70px;
	padding: 0px;
	background-color: #FFFFFF;
}

header#main-header div.searchbox {
	position: absolute;
	top: 5px;
	right: 0px;
	background-color: #999999;
}
header#main-header div.searchbox form {
	height: 25px;
	font-size: 15px;
	line-height: 20px;
	vertical-align: top;
}
header#main-header div.searchbox input {
	background-color: #999999;
	border: 0px none;
	color: #FFFFFF;
	height: 19px;
	padding: 3px;
	margin: 0px;
	font-size: 15px;
	line-height: 22px;
	vertical-align: top;
}
header#main-header div.searchbox label.overTxtLabel {
	color: #FFFFFF;	
}

nav#navcontainer {
	width: 100%;
	height: 50px;
/*	background: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
	background: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}

.navbar-inverse {

}
/*
nav#navcontainer ul.dropdownmenu {
	margin-left: -15px;
	margin-right: -15px;
}
nav#navcontainer ul.dropdownmenu ul.dropdownmenu {
	margin: 0px;
}
nav#navcontainer ul.dropdownmenu > li a {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 10px 15px;
}
nav#navcontainer ul.dropdownmenu > li:hover > a {
	background-color: #BC0031;
}

nav#navcontainer ul.dropdownmenu li ul { 
	background-color: #FFFFFF;
}
nav#navcontainer ul.dropdownmenu li ul li a { 
	color: #231F20;
	font-size: 15px;
	font-weight: normal;  
	line-height: 20px;
	background-color: #FFFFFF;
	background-image: url('../images/conference/list_arrow.png');
	background-repeat: no-repeat;
	background-position: 15px 10px;
	padding: 7px 10px 7px 30px;
}
nav#navcontainer ul.dropdownmenu li ul li:hover > a {
	background-image: url('../images/conference/list_arrow_purple.png');
	background-color: #FFFFFF;
	color: #BC0031;
}
*/
.logo{
	float: left;
	height: 50px;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	margin-left: -15px;
}
.logo a{
	/*color: #9d9d9d;*/
	color: #000000;
}
.logo a:hover{
	/*color: #FFFFFF;*/
	text-decoration: none;
}
.logo a strong{
	color: #bc0031;
}
.sitecomponent div.langselect {
	float: right;
	height: 30px;
	margin: 10px 15px;
}

div#breadcrumbs {
	width: 100%;
	height: 35px;
	background-color: rgba(0,0,0,0.4);
	color: white;
}
div#breadcrumbs div.breadcrumb {
	display: inline-block;
}
div#breadcrumbs div.breadcrumb a {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	line-height: 35px;
	height: 35px;
	margin-right: 5px;
}
div#breadcrumbs span.breadcrumbseparator {
	display: inline-block;
	margin-right: 5px;
}

div#breadcrumbs div.breadcrumb:hover a {
	text-decoration: underline;
}

div#pagecontents {
	padding: 0px;
	width: 100%;
	/* background-image: url(../images/conference/header2.jpg);*/

	clear: both;
}

div#breadcrumbs .sitecomponent {
	overflow: hidden;
}
header#subheader{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 225px;
	border-radius: 6px;
	width: 1185px;
	margin: 0px auto 20px;
}
header#subheader .sitecomponent {
	/* padding: 68px 60px; */
	padding: 32px 120px 32px 60px;
	color: #FFFFFF;
	text-shadow: 2px 2px #000000;
}
header#subheader .sitecomponent h1{
	font-size: 55px;
	margin-bottom: 10px;
	
}
div#contentcontainer .sitecomponent {
	padding: 0px 40px;
}
footer .sitecomponent {
	padding: 20px 40px;
}
/*
div#contentcontainer .sitecomponent {
	margin-top: 4px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	width: 1000px;
	box-sizing: border-box;
}
*/
footer {
	margin-top: 15px;
}

.cmsbackbutton {
	float:right;
}

/* Uncomment & adapt the commented subsection in order to have only the
   specified printcontents section visible when printing.
   IMPORTANT: the left/top margins and offsets MUST be adjusted for your site.
   For multi-page printing of containers with large contents, note:
   - position:absolute inhibits multi-page printing
   - overflow: auto inhibits multi-page printing
   - height: (something other than auto) inhibits multi-page printing
   - top: -XXXpx shifts contains of post-first pages in Firefox
   - margin-top: -XXXpx causes double-printing of lines in IE
 */
/*
@media print {
	body {
		visibility: hidden;
	}
	div.printcontents {
		visibility: visible;
		position: relative;
		left: -320px;
		margin-top: -170px;
		width: 700px;
	}
	.browserMSIE div.printcontents {
		top: -170px;
		margin-top: 0px;
	}
	img#printbutton, input[type=submit], .noprint {
		visibility: hidden;
	}
	option {
		visibility: hidden;
		color: white;
	}
	select {
		color: white;
		height: 2ex;
	}
}
*/

body, #tinymce.mceContentBody {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
}

a {
	color: #bc0031;
	outline:none;
	text-decoration: none;
	
}
a:hover{
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 {
	font-size: 36px;
}
.span5{
	width: 470px;
	float: left;
}
.span5 .cmstext{
	max-width: 470px;	
	margin-top: -10px;	
}
.span3{
	width: 270px;
	float: left;
	margin-left: 40px;
}
.span3 .cmstext{
	max-width: 270px;	
	margin-top: 0px;
}
.span3 .list-items{
	margin-top: 0px;
	margin-bottom: 20px;
}
.labeltextarea {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding-left:5px;
}

.submitbutton{
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 2px ridge #DDDDDD;
}

li {
	margin-top: 1ex;
}

/*
.myavenueclass1 {
	color: red;
}
*/

.list-items {
	margin-top:20px;
}

.list-items .item {
	margin-top:5px;
}

.prev-next-container {
	text-align:center;
	padding-top:10px;
	white-space: nowrap;
}

.prev-next-container a, .prev-next-container span {
	display: inline-block;
	text-decoration: none;
}

.prev-next-container .paged-navigation .selected {
	font-weight: bold;
}

.prev-button-container, .next-button-container {
	width: 80px;
}
.prev-button-container {
	float: left;
	text-align: left;
	margin-top: 0px;
}
.paged-navigation {
	float: left;
	text-align: center;
	width: calc( 100% - 160px );
}
.next-button-container {
	float: right;
	text-align: right;
	margin-top: 0px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}

.cmstext, .cmstext p, body.mceContentBody, body.mceContentBody p {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

.cmstext, body.mceContentBody {
	max-width: 800px;
}

body.mceContentBody { 
	width: 800px;
}
small {
	font-size: small;
}


.prev-button, .prev-next-info, .next-button {
	display:inline;
}

.sharebuttons-container div {
	float:left;
	margin-right:10px;
}

.breadcrumb {
	font-size:10px;
}

div.breadcrumb {
	display:inline;
}

/** Customization */


