.hidden {
	display: none;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

.left {
	text-align: right;
}

.empty-block {
	min-height: 1em;
}
blockquote {
	color: #f6f0e8;
}


h1.box-title a {
	color: black;
	text-decoration: none;
	outline: none;
}


h1.box-title {
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0em;
	
	font: small-caps bold 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



#footer {
	margin-top: 2em;
}

/* @group Tabs */

#tabs div {
	text-align: center;
	background-color: #b0aca6;
	-moz-border-radius: .2em;
	-webkit-border-radius:.2em;
	border-radius:.2em;
	font: small-caps bold 2em "Goudy Old Style", Georgia, "Times New Roman", Times, serif;
	width: 7.01em;
	display: inline-block;
	text-decoration: none;
	margin-right: 0.9em;
	margin-left: 0;
	
}
#tabs div#content-location {
	margin-right: 0;
}


#tabs a {
	color: black;
	text-decoration: none;
	outline: none;
}

#tabs div:hover {
	background-color: silver;
}

#tabs {
	text-align: center;
	margin-bottom: 1.8em;
	margin-top: 2.2em;
	margin-left: 0em;
}

#tabs ul {
	padding-top: 1em;
}

/* @end */

#right-sidebar {
	margin-top: -1em;
}


p#sidebar-ending.clear {
	padding-right: 1em;
	padding-left: 1em;
}

/* @group Boxes */
#sidebar-items ul li {
	padding-bottom: 0em;
}

#sidebar-items ul {
	padding-right: 0em;
	padding-bottom: 1em;
}

p#sidebar-ending:first-letter{
	font-size: medium;
	font-weight: bold;
}


.els-box ul {
	padding-right: 1em;
	padding-left: 1em;
	list-style-type: none;
	text-indent: -1.5em;
	margin-bottom: 0em;
}

.els-box li {
	padding-bottom: 2em;
}



.els-box li:before {
	content: "\03BB \0020";
	color: gray;
}

div.els-box {
	padding: 0em;
	background-color: #e1dcd6;
	-moz-border-radius: .5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	margin-top: 1em;
	
}

/* @end */

#content li:before {
	content: "\03BB \0020";
	color: #465b6b;
}

#content ul {
	padding-left: 0em;
	list-style-type: none;
	text-indent: -1.5em;
}


#subtitle {
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	color: #bdbdbd;
	margin-top: 1.4em;
}

body {
	background: url(../img/bg.png) repeat 0;
}

div#top-gradient {
	background: url(../img/top-gradient.png) repeat-x;
	width: 100%;
	height: 20em;
	display: inline;
	position: absolute;
	z-index: -10;
}

p {
	text-align: justify;
}


p+p {
	text-indent: 1em;
}

#title {
	margin-top: 1.5em;
	color: white;
}

#title a {
	text-decoration: none;
	color: white;
}

#footer p {
	color: #4f6677;
}

/* @group Registration */
div.content-box {
	background-color: #6c8ba1;
	-moz-border-radius: .5em;
	-webkit-border-radius:.5em;
	border-radius: .5em;
	padding:  1em;
	margin-bottom: 1em;
}

.error-red{
	color: #870009;
}
span.required{
	padding-left: 0.5em;
}

#error-email-message {
	text-align: left;
}


table#fees-table {
	border: 2px solid silver;
	-moz-border-radius: .5em;
	-webkit-border-radius:.5em;
	padding: 1em;
	padding-bottom: 0em;
	text-align: left;
}
table#fees-table tr th {
	width: 40%;
	text-align: center;
}


#fees-table tbody tr th.small-column {
		width: 15%;
}
#fees-table tbody tr th.first {
		width: 15%;
		text-align: right;
		padding-right: 2em;
}

div#personal-data table#fees-table tbody tr td {
	border-top: 2px dashed silver;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}

div#personal-data.content-box {
	text-align: right;
}

div#personal-data.content-box h2{
	text-align: left;
}


div#personal-data.content-box div.check{
	display: inline;
	float: left;
	padding-left: 2em;
}
div#personal-data.content-box div {
	float: left;
}

input.check {
	left: -0.5em;
	float: left;
	display: inline;
	clear: none;
	position: relative;
}

input#register-button {
	position: relative;
	display: inline-block;
	right: 0;
}

#already-registered h4 {
	display: inline;
	float: left;
}

#already-registered p {
	display: inline-block;
}

#already-registered form {
	display: inline-block;
}

#already-registered-form input {
	display: inline;
}

#personal-data table tbody tr td {
	text-align: right;
	width: 6em;
}

#register-form div.content-box h3 {
	text-align: right;
}

#personal-data table input {
	width: 100%;
}

#mailling_address {
	width: 98%;
	height: 4em;
}

#personal-data table tbody tr td+td {
	text-align: left;
	width: 19em;
}


/* @end */

/* @group Buttons */

#tabs div.selected-tab {
	background-color: #a5d0f1;
}

#right-sidebar div.selected-tab {
	background-color: #a5d0f1;
}

img.sponsor-logo {
	width: 100%;
}

#relevant-links-items ul {
	margin: 0;
	padding-bottom: 1em;
	text-indent: 0em;
}


h1#relevant-links-title.box-title {
	margin-bottom: 0em;
}

div#content div.content-body {
	background-color: #6c8ba1;
	-moz-border-radius: .5em;
	-webkit-border-radius:.5em;
	border-radius: .5em;
	padding: 1em;
}

#relevant-links-items ul li{
	padding-bottom: 0em;
}

#relevant-links-items ul li:before {
	content: "";
}

#right-sidebar div#content-registration.selected-tab:hover {
	background-color: #a5d0f1;
}

table.hotels-table {
	background-color: #6c8ba1;
	-moz-border-radius: .5em;
	-webkit-border-radius:.5em;
	border-radius: .5em;
	padding:  1em;
	margin-bottom: 2em;
}

div#content table.hotels-table tbody tr td.left {
	text-align: left;
}

table.hotels-table tbody tr th {
	text-align: center;
}


table.hotels-table tbody tr td{
	text-align: center;
	border-bottom: 1px solid silver;
}

table.hotels-table tbody tr.last td{

	border-bottom-style: none;
	border-bottom-color: black;
}


#right-sidebar div#content-registration:hover {
	background-color: #b0aca6;
}

/* @end */

/* @group Programme */

div.programme-day {
	background-color: #6c8ba1;
	-moz-border-radius: .5em;
	-webkit-border-radius:.5em;
	border-radius: .5em;
	padding:  1em;
	margin-bottom: 1em;
}

ul#programme-days {
	list-style-type: none;
	text-indent: 0em;
}


#programme-days li:before {
	content: "";
}

div.programme-day div.date {
	text-align: right;
	color: silver;
	font-style: italic;
	font-weight: bold;
	
}
div.event {
	
}

ul.events li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid silver;	
}

/* @group Trip */

#content-trip p:first-letter {
	font-size: large;
	vertical-align: baseline;
}

#content-trip p {
	text-indent: 0em;
}

#content-trip div img {
	margin: 1em;
	margin-bottom: 1em;
	width: 13em;
	-webkit-box-shadow: -5px 5px 9px #73797d;
-moz-box-shadow: -5px 5px 9px #73797d;
box-shadow: -5px 5px 9px #73797d;
}
#content-trip div img.last {
	margin-bottom: 0em;
}



/* @end */

ul.events li.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px solid silver;	
}


ul.session-entries {
	margin-top: 1em;
	margin-left: 7em;
}
ul.session-entries li{
	text-indent: 0em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 0px solid silver;
	display: block;
}

a.bio-link {
	display: inline;
	float: right;
	font-variant: normal;
	font-size: x-small;
}


div.session-title {
	display: inline-block;
	position: relative;
	font-style: italic;
	width: 14em;
	text-align: right;
	vertical-align: middle;
	clear: none;
}
div.session-speakers {
	display: inline-block;
	position: relative;
	color: silver;
	font-style: italic;
	text-align: left;
	width:  12em;
	padding-left: 2em;
	vertical-align: middle;
}


div.event-time {
	float: left;
	display: inline;
	position: relative;
	clear: both;
	top: 0;
	left: 2em;
	width: 5em;
	font-style: italic;
}

div.event-title {
	text-indent: 3em;
	font-weight: bold;
}

div.event-speakers {
	position: relative;
	text-indent: 9em;
	display: block;
	font-style: italic;
	color: silver;
	padding-bottom: 1em;
}

#register-title  {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

div.event div.event-abstract {
	margin-left: 7em;
	text-indent: 1em;
	text-align: justify;
}

div.event-abstract p {
	text-indent: 0em;
}


div.event-abstract p + p{
	text-indent: 1em;
}




/* @end */

#content div.content-body div.highlight {
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	margin-bottom: 1em;
	background-color: #7fa1bb;
	padding: 1em;
}



#content div.content-body div.highlight div.highlight-title {
	font-size: 1.3em;
	display: inline;
	position: relative;
	font-weight: bold;
}

#content div.content-body div.highlight div.highlight-title.demo:before {
	content: "Demo: ";
	font-weight: normal;
	font-style: normal;
}

#content div.content-body div.highlight:before {
	content: url(../img/keynote.png);
	position: relative;
	float: left;
	clear: both;
	margin-right: 1em;
}

#content div.content-body div.highlight div.highlight-title.keynote:before {
	content: "Keynote: ";
	font-weight: normal;
	font-style: normal;
}

#content div.content-body div.highlight div.highlight-abstract p {
	margin-top: 1em;
}

#content div.content-body div.highlight div.highlight-speaker {
	font-size: 1.3em;
}

#content div.content-body div.highlight div.highlight-speaker:before {
	content: "by ";
	color: #586076;
}

a#demo.bio-link {
	text-align: right;
	display: block;
	position: relative;
	float: none;
}

#content div.content-body div.highlight div.highlight-abstract p {
	margin-bottom: 0em;
}

#content div.content-body blockquote p {
	color: #e3d8d1;
}


