body {
  background: url("../images/pecs_bg.jpg") center top no-repeat fixed #bba78e;
  color: #808285;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 155%;
}

.wrapper {
  *zoom: 1;
  max-width: 68em;
  _width: 68em;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 1024px;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.main-header {
  position: relative;
}

.main-header nav {
  overflow: hidden;
  *zoom: 1;
  height: 50px;
  margin: 50px 0 10px;
  background: #8c0052;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.main-header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-header nav ul li {
  float: left;
  margin: 0;
  padding: 0;
}

.main-header nav ul li a {
  display: block;
  line-height: 50px;
  padding: 0 15px;
  color: white;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  border-right: solid 1px #a60061;
}

.main-header nav ul li:first-child a {
  padding: 0 16px;
}

.main-header nav ul li:last-child a {
  border: none;
  padding: 0 16px;
}

.main-header nav ul li a:hover {
  background: #730043;
}

.main-header nav ul li.current a {
  background: #730043;
}

.main-header nav ul li ul {
  display: none;
  background: #730043;
}

.main-header nav ul li:hover {
  background: #730043;
}

.main-header nav ul li:hover > ul {
  display: block;
  position: absolute;
}

.main-header nav ul li > ul li {
  float: none;
  margin: 0;
  padding: 0;
  min-width: 200px;
}

.main-header nav ul li > ul li a {
  padding: 0 15;
}

.main-header nav ul li > ul li a:before {
  content: "- ";
}

.main-header .site-banner {
  height: auto;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.main-header div.pagination {
  position: absolute;
  z-index: 10;
  bottom: -40px;
  left: 300px;
  font-size: 12px;
  overflow: hidden;
  *zoom: 1;
}

.main-header.full div.pagination {
  position: absolute;
  z-index: 10;
  bottom: -40px;
  left: 35px;
  font-size: 12px;
  overflow: hidden;
  *zoom: 1;
}

.main-header div.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-header div.pagination ul li {
  float: left;
  margin: 0;
  color: #aa967d;
}

.main-header div.pagination ul li a {
  background: white;
  color: #8c0052;
  text-decoration: none;
}

.main-header div.pagination ul li a:after {
  content: " / ";
  margin: 0 5px;
}

.main-content {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  background: white;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border-top: solid 1px #e5e5e5;
}

.main-content .page {
  width: 74.46809%;
  float: right;
  margin-right: 0;
  #margin-left: -3%;
  display: inline;
  background: white;
  padding: 65px 35px 35px;
  border-left: solid 1px #e5e5e5;
  min-height: 650px;
}

.main-content .page.full {
  width: 100%;
  border: none;
}

.main-content .page h1 {
  color: #8c0052;
  font-size: 38px;
  line-height: 115%;
  margin: 0 0 40px 0;
  letter-spacing: -2px;
}

.main-content .page h2 {
  color: #808285;
  font-size: 26px;
  margin: 20px 0 20px 0;
  display: block;
}
.main-content .page h2:before {
  content: "";
  display: block;
  height: 30px;
}

.main-content .page h3 {
  color: #aa967d;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.main-content .page h4 {
  color: #8c0052;
  font-size: 13px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}

.main-content .page h5 {
  background: #c8bbab;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  padding: 6px 10px;
  display: inline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.main-content .page p {
  margin: 0 0 20px 0;
}

.main-content .page p.highlight {
  padding: 20px;
  text-align: center;
  background: #8c0052;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.main-content .page p.highlight a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.main-content .page p.extract {
  margin-left: 20px;
  padding-left: 20px;
  font-style: italic;
  border-left: solid 1px #8c0052;
}

.main-content .page p.note {
  font-size: 13px;
  line-height: 135%;
  font-style: italic;
  margin: -10px 0 20px 0;
}

.main-content .page img.se_logo {
  margin: 20px 0;
}

.main-content .page a {
  color: #8c0052;
  text-decoration: underline;
}

.main-content .page table.signature {
  margin: 0 0 20px 0;
}

.main-content .page table.signature td {
  padding: 0 20px 0 0;
}

.main-content .page .image-left {
  float: left;
  width: 150px;
  height: auto;
  margin: 5px 20px 5px 0;
  border: solid 1px #e5e5e5;
  padding: 5px;
}

.main-content .page .images {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 0 0;
}

.main-content .page .images figure {
  float: left;
  margin: 0 30px 0 0;
}

.main-content .page .images figure img {
  margin: 0 0 10px 0;
  width: 150px;
  height: auto;
  border: solid 1px #e5e5e5;
  padding: 5px;
}

.main-content .page .images figure p {
  font-size: 12px;
  line-height: 145%;
}

.main-content .page iframe {
  border: none;
}

.main-content .page ul.abstract-themes {
  margin-bottom: 30px;
}

.main-content .page ul.abstract-themes li.section {
  font-weight: 700;
  color: #aa967d;
  text-transform: uppercase;
  font-size: 14px;
  list-style: none;
  position: relative;
  left: -17px;
  margin-top: 20px;
}

.main-content .page ul.abstract-themes li ul {
  font-weight: 400;
  margin-bottom: 5px;
}

.main-content .page ul.abstract-themes li ul li {
  font-weight: 400;
  margin-bottom: 0px;
}

.main-content .page.plenaris h3 {
  margin-top: 30px;
}

.main-content .page.plenaris ol.ref li:nth-child(2n+2) {
  margin-top: 20px;
}

.main-content .page ul.sponsors {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-content .page ul.sponsors li {
  display: inline-block;
  width: 210px;
  height: auto;
  margin: 0 20px 20px 0;
}
.main-content .page ul.sponsors li:nth-of-type(3n+3) {
  margin-right: 0;
}

.main-content .page table.registration {
  width: 100%;
  margin: 0 0 20px 0;
}

.main-content .page table.registration td, .main-content .page table.registration th {
  padding: 7px 10px;
  border: solid 1px #e5e5e5;
  vertical-align: top;
}

.main-content .page table.registration thead {
  background: #8c0052;
  color: white;
  text-align: right;
}

.main-content .page table.registration tbody {
  text-align: right;
}

.main-content .page table.registration thead tr th:first-child {
  text-align: left;
  font-weight: bold;
}

.main-content .page table.registration tbody tr td:first-child {
  text-align: left;
  font-weight: bold;
}
.main-content .page table.registration tbody tr td:first-child span {
  font-weight: normal;
  font-style: italic;
}

.main-content .page table.program {
  width: 100%;
  margin: 0 0 20px 0;
}

.main-content .page table.program td {
  padding: 7px 10px;
  border: solid 1px #e5e5e5;
  vertical-align: top;
}

.main-content .page table.program td:first-child {
  width: 110px;
}

.main-content .page table.program tr.break td {
  color: #8c0052;
}

.main-content .page table.program-overview {
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 14px;
  line-height: 135%;
}

.main-content .page table.program-overview thead tr th {
  padding: 6px;
  border: solid 1px #e5e5e5;
  vertical-align: top;
  text-align: center;
  background: #8c0052;
  color: white;
}

.main-content .page table.program-overview tbody tr td {
  padding: 6px;
  border: solid 1px #e5e5e5;
  vertical-align: middle;
  text-align: center;
  width: 170px;
}

.main-content .page table.program-overview tbody tr td:nth-of-type(1) {
  width: 100px;
  text-align: center;
}

.main-content .page table.program-overview tbody tr td.inline-coffeebreak {
  background: #808285;
  color: white;
}

.main-content .page table.program-overview tbody tr td.inline-techbreak {
  background: #e5e5e5;
}

.main-content .page table.program-overview tbody tr.lunchbreak td {
  background: #aa967d;
  color: white;
}

.main-content .page table.program-overview tbody tr.coffeebreak td {
  background: #808285;
  color: white;
}

.main-content .page table.program-overview tbody tr.lunchbreak_poster td {
  background: #aa967d;
  color: white;
}

.main-content .page table.program-overview tbody tr.opening td {
  background: #aa967d;
  color: white;
}

.main-content .page table.program-overview tbody tr.closing td {
  background: #aa967d;
  color: white;
}

.main-content .page table.hotel {
  width: 100%;
  margin: 0 0 20px 0;
}

.main-content .page table.hotel td, .main-content .page table.hotel th {
  padding: 7px 10px;
  border: solid 1px #e5e5e5;
  vertical-align: middle;
}

.main-content .page table.hotel thead {
  background: #8c0052;
  color: white;
  text-align: right;
}

.main-content .page table.hotel tbody {
  text-align: right;
}

.main-content .page table.hotel thead tr th:first-child {
  text-align: left;
}

.main-content .page table.hotel tbody tr td.left {
  text-align: left;
}

.main-content .page .szatellit_logo {
  margin-bottom: 20px;
}

.main-content .page table.signature {
  margin-bottom: 20px;
}

.main-content .page table.signature td {
  padding: 0 30px 20px 0;
}

.main-content .page .hotel-tour {
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-bottom: solid 1px #e5e5e5;
}

.main-content .page .hotel-tour:last-of-type {
  border: 0;
}

.main-content .page .hotel-tour .image {
  position: relative;
  float: left;
  border: solid 1px #e5e5e5;
  padding: 5px;
  margin: 0 0 10px 0;
}

.main-content .page .hotel-tour .image:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url('../images/plus.png?1387211870') 0 0 no-repeat;
  position: absolute;
  z-index: 30;
  left: -5px;
  top: -5px;
}

.main-content .page .hotel-tour .image a:nth-child(2n) {
  display: none;
}

.main-content .page .hotel-tour .lead {
  margin: 0 0 0 175px;
  padding: 5px 0 0 0;
}

.main-content .page .hotel-tour .lead h4 {
  margin: 0;
}

.main-content .page .hotel-tour .lead p {
  margin: 0;
}

.main-content .page .hotel-tour .content {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
}

.main-content .page .hotel-tour dl.options {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 30px 175px;
  padding: 5px 0 0 0;
  position: relative;
}

.main-content .page .hotel-tour dl.options dt {
  position: absolute;
  float: left;
  width: 80px;
  color: #aa967d;
}

.main-content .page .hotel-tour dl.options dt:after {
  content: ":";
}

.main-content .page .hotel-tour dl.options dd {
  position: relative;
  left: 40px;
}

fieldset {
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  overflow: hidden;
  *zoom: 1;
}
fieldset h3 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 100%;
  border: solid 1px #d9d9d9;
  padding: 10px 15px;
  margin: 0 0 10px 0;
  background: #8c0052;
  color: white !important;
}
fieldset h3 input[type="radio"], fieldset h3 input[type="checkbox"] {
  float: left;
  margin: 0 10px 0 0;
}
fieldset h3 span a {
  float: right;
  display: block;
  text-transform: none;
  font-size: 13px;
  font-style: italic;
  background-color: #fff !important;
  text-decoration: none !important;
  padding: 3px 6px;
  position: relative;
  top: -3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

legend {
  color: #aa967d;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  width: 100%;
}
legend .required {
  float: right;
  position: relative;
  display: block;
  top: -3px;
  background: #e6e6e6;
  color: #4d4d4d;
  padding: 6px 15px 6px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
legend .required input[type="radio"] {
  display: inline;
  position: relative;
  top: -1px;
  margin: 0 0 0 5px;
  border: none;
}

.req {
  color: red;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}

.row {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 10px 0;
}
.row div:last-child {
  float: right;
  margin-right: 0;
  #margin-left: -3%;
  display: inline;
}

.c1 {
  width: 5.71429%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

.c2 {
  width: 14.28571%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

.c3 {
  width: 22.85714%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

.c4 {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

.c5 {
  width: 40%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

.c6 {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

.c7 {
  width: 57.14286%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

.c8 {
  width: 65.71429%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

.c9 {
  width: 74.28571%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

.c10 {
  width: 82.85714%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

.full {
  width: 100%;
  clear: both;
}

label {
  cursor: pointer;
  display: block;
  margin: 0 0 5px 0;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}

label.inline {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 5px 0;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  display: block;
  width: 100%;
  padding: 4px 6px;
  border: solid 1px #cccccc;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #f2f2f2;
}

input[type="text"].digit {
  width: 30px;
  display: inline-block;
  text-align: center;
}

input[type="radio"].inline {
  display: inline-block;
  margin: 0 0 0 10px;
}

input[type="submit"], input[type="reset"] {
  padding: 10px 15px;
  background: #f2f2f2;
  border: solid 1px #d9d9d9;
  margin: 20px 0 0 0;
}

select {
  display: block;
  width: 100%;
  height: 25px;
  border: solid 1px #e6e6e6;
}

.main-content .sidebar {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  padding: 40px 10px 30px 30px;
}

.main-content .sidebar h4 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #b3b3b3;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.main-content .sidebar .sidebar-btn {
  display: block;
  background: #aa967d;
  color: white;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}

.main-content .sidebar .downloads {
  display: block;
  margin-bottom: 20px;
  background: #aa967d;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
.main-content .sidebar .downloads span {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 13px;
}

.main-content .sidebar .sidebar-nav {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  list-style: none;
  border-bottom: solid 1px #e5e5e5;
}
.main-content .sidebar .sidebar-nav li {
  margin: 0 0 5px 0;
}
.main-content .sidebar .sidebar-nav li a {
  display: block;
  background: #aa967d;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.main-content .sidebar .sidebar-info {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  list-style: none;
  border-bottom: solid 1px #e5e5e5;
}
.main-content .sidebar .sidebar-info li {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 135%;
}
.main-content .sidebar .sidebar-info li strong {
  color: #aa967d;
}

.main-footer {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  padding-bottom: 60px;
}

.main-footer p {
  font-size: 13px;
  text-align: center;
  padding-top: 20px;
  color: white;
}

.main-footer p a {
  color: #8c0052;
  text-decoration: underline;
}

.ie7-alert {
  background: #f2f2f2;
  border: solid 1px #bfbfbf;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.ie7-alert span.inline-logo {
  display: inline;
}
.ie7-alert span.inline-logo img {
  width: 40px;
  height: auto;
}
.ie7-alert ul {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.ie7-alert ul li {
  display: inline-block;
  margin: 0 10px;
}
.ie7-alert ul li a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  width: 70px;
  height: 70px;
  display: block;
  text-decoration: none;
}
.ie7-alert ul li a.ie {
  background: url('../images/explorer.png?1365084739') center center no-repeat;
}
.ie7-alert ul li a.ch {
  background: url('../images/chrome.png?1365084763') center center no-repeat;
}
.ie7-alert ul li a.ff {
  background: url('../images/firefox.png?1365084776') center center no-repeat;
}

.notice {
  background: #f2f2f2;
  border: solid 1px #bfbfbf;
  text-align: center;
  padding: 10px 20px 0px 20px;
  margin-bottom: 20px;
}
