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: 1px 15px 0px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	right: 0px;
}

header#main-header {
	width: 100%;
/*	height: 85px;*/
	height: 55px;
/*	padding: 10px 0px;*/
/*	background-color: #727272;*/
	background-color: #FFFFFF;
	border-top: 4px solid #980059;
}

header#main-header .sitecomponent {
/*width: 1250px;
background-color: #666666;*/
	padding: 1px 0px 0px;
	width:940px;
}

header#main-header .sitecomponent h1 {
	display: inline-block;
	line-height: 55px;
	height: 55px;
	margin: 0px;
}

header#main-header div.searchbox {
	position: absolute;
	top: 15px;
	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 input[type=text] {
	width: 150px;
}

header#main-header div.searchbox label.overTxtLabel {
	color: #FFFFFF;	
}

nav#navcontainer {
	width: 100%;
	height: 27px;
/*	background-color: #333333;*/
	border-bottom: 1px solid #FFFFFF;
}
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: #555555;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	padding: 0px 15px;
	border-right: 1px solid #FFFFFF;
}
nav#navcontainer ul.dropdownmenu > li:hover > a {
	background-color: #555555;
	color: #FFFFFF;
}

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;
}


nav#navcontainer .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);*/
/*  9 jul 2013: background-image was made uploadable trough site configuration */
	background-position: top center;
	background-repeat: no-repeat;
}

div#breadcrumbs .sitecomponent {
	overflow: hidden;
}
header#subheader .sitecomponent {
	background-color: #FFFFFF;
	height: 34px;
/*	margin-top: 76px;*/
	margin-top: 26px;
}
div#contentcontainer {
/*	min-height: 600px;*/
/*	background-color: #FFFFFF;	*/
	background-color: #DBDBDB;	
}

div#contentcontainer .sitecomponent {
	margin-top: 4px;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 910px;
/*	padding-right: 120px;
	padding-left: 10px;*/
	padding-right: 15px;
	padding-left: 15px;	
	background-color: #FFFFFF;	
}

div#contentcontainer .sitecomponent .column-middle {
	width: 600px;
	margin-right: 10px;
	float: left;
}
div#contentcontainer .sitecomponent .column-middle .cmstext {
	max-width: 600px;
}	
div#contentcontainer .sitecomponent .column-right {
	width: 300px;
	float: left;
}

/*
time {
	font-size: 12px;
	color: #555555;
}
*/
footer {
	margin-top: 5px;
	margin-bottom: 5px;
}

footer .sitecomponent {
	background-color: #FFFFFF;
	padding: 5px;
	width: 930px;
}
footer .sitecomponent .logo1 {
	display: block;
	float: left;
}
footer .sitecomponent .logo2 {
	display: block;
	float: right;
}
footer .sitecomponent p {
	display: block;
	float: left;
	margin: 12px 5px 0px 5px;
	color: #494a51;
}
.sitecomponent.privacy {
	text-align: right;
}
.sitecomponent.privacy a {
	color: #888;
	text-transform: lowercase;
}
.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, Verdana, sans;
	font-size: 15px;
	line-height: 120%;
	color: #000000;
}

a:link, a:hover, a:visited, a:active {
	color: #000000;
	outline:none;
}
h1, h2, h3, h4 {
color: #980059
}
h1 a, h2 a, h3 a, h4 a {
text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a :hover{
text-decoration: underline;
}
h1 {
	font-size: 19px;
	line-height: 120%;
	margin-top: 5px;
}
h2 {
	font-size: 17px;
	line-height: 120%;
}
h3 {
	font-size: 15px;
	line-height: 120%;
}
h4 {
	font-size: 15px;
	line-height: 120%;
}

.cmstext, .cmstext p, body.mceContentBody, body.mceContentBody p {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

.cmstext, body.mceContentBody {
	max-width: 910px;
}
body.mceContentBody { 
	width: 600px;
}
.cmstext a, body.mceContentBody a {
	color: #980059;
	text-decoration: none;
}
.cmstext a:hover, body.mceContentBody a:hover {
	text-decoration: underline;
}

.labeltextarea {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	line-height: 120%;
	padding-left:5px;
}

.submitbutton{
	font-size: 12px;
	line-height: 120%;
	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;
}
.paged-navigation {
	display:inline;
}
.prev-button-container {
	width: 100px;
	text-align: left;
	float: left;
}
.next-button-container {
	width: 100px;
	text-align: right;
	float: right;
}
.prev-button, .prev-next-info, .next-button {
	display:inline;
}

.sharebuttons-container div {
	float:left;
	margin-right:10px;
}

.breadcrumb {
	font-size:10px;
	line-height: 120%;
}

div.breadcrumb {
	display:inline;
}

/** Customization */


