body {
	background-color: #DBDBDB;
	/* 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;
}

/** Font declarations */

@font-face {
    font-family: 'Meta';
    src: url(fontface/MetaWeb-Book.eot?#iefix) format('embedded-opentype'),
    url(fontface/MetaWeb-Book.woff) format('woff');
}
@font-face {
    font-family: 'Meta';

    src: url('http://:/') format('IE-No-404'),
    url(fontface/MetaWeb-BookIta.eot?#iefix) format('embedded-opentype'),
    url(fontface/MetaWeb-BookIta.woff) format('woff');
    font-style: italic;
}
@font-face {
    font-family: 'Meta';
    src: url(fontface/MetaWeb-Bold.eot?#iefix) format('embedded-opentype'),
    url(fontface/MetaWeb-Bold.woff) format('woff');
    font-weight: bold;
}
@font-face {
    font-family: 'Meta Serif';
    src: url(fontface/MetaSerifWeb-Bold.eot?#iefix) format('embedded-opentype'),
    url(fontface/MetaSerifWeb-Bold.woff) format('woff');
    font-weight: bold;
}

.sitecomponent {
	width:910px;
	padding: 0px 15px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	right: 0px;
}

header#main-header {
	width: 100%;
	height: 70px;
	padding: 10px 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;	
}
header#main-header .sitecomponent h2{
	max-width: 700px;
}
nav#navcontainer {
	width: 100%;
	height: 50px;
	background-color: #333333;
}
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;
}


.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);
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
}

div#breadcrumbs .sitecomponent {
	overflow: hidden;
}
header#subheader .sitecomponent {
	background-color: rgba(255, 255, 255, 0.8);
	height: 40px;
/*	margin-top: 75px;*/
	margin-top: 188px;
	padding-top: 10px;
}

div#contentcontainer .sitecomponent {
	margin-top: 4px;
	padding-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	padding-left: 170px;
	padding-right: 170px;
	width: 600px;
	min-height: 900px;
}

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: "Meta", Arial, sans-serif;
	font-size: 15px;
	line-height:normal;
	color: #000000;
}

a:link, a:hover, a:visited, a:active {
	color: #000000;
	outline:none;
}

h1 {
	font-family: "Meta Serif", Georgia, serif;
	font-size: 34px;
}
h2 {
	font-family: "Meta Serif", Georgia, serif;
	font-size: 26px;
}
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: 600px;
}
body.mceContentBody { 
	width: 600px;
}

.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;
}

.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 */


