html {
  height: 100%;
}

body {
  text-align: center;
  margin: 0;
  font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background-color: #EEEEEE;  
  height: 100%;
}

a,
a:visited {
  color: #1EAFCE;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

td {
  height: 25px;
}

#page {
  background-color: #FFFFFF;
}

#page-left-shadow {
  margin: auto;
  width: 818px;
  background-image: url("img/page_lshadow.gif");
  background-repeat: repeat-y;
  background-position: left;
}

#page-right-shadow {
  background-image: url("img/page_rshadow.gif");
  background-repeat: repeat-y;
  background-position: right;
  margin-left: 44px;
}

#header {
  background-image: url("img/header.gif");
  background-repeat: repeat;
  background-position: center;
  padding-top: 42px;
  margin-right: 44px;
  position: relative;
  text-align: left;
  color: #FFFFFF;
}

#logo {
  background-image: url("img/logo.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 98px;
  height: 24px;
  position: absolute;
  top: 9px;
  left: 20px;
}

#language {
  position: absolute;
  top: 15px;
  left: 655px;
  color: #000000;
}

#language a,
#language a:visited,
#language a:hover {
  color: #000000;
}

#language .active {
  color: #FFFFFF;
}

#menu {
  width: 690px;
  margin-left: 20px;
  height: 25px;
}

.section {
  width: 115px;
  height: 25px;
  float: left;
  text-align: center;
}

.section a,
.section a:visited,
.section a:hover {
  color: #FFFFFF;
}

.selected {
  background-color: #FFFFFF;
}

.label1,
.label2,
.label3,
.label4,
.label5,
.label6 {
  padding-top: 4px;
  color: #FFFFFF;
  background-image: none;
}

.selected .label1 {
  color: #EE1C25;
  background-image: url("img/section1.gif");
  background-position: top right;
  background-repeat: no-repeat;
}

.selected .label2 {
  color: #EE1C25;
  background-image: url("img/section2.gif");
  background-position: top right;
  background-repeat: no-repeat;
}

.selected .label3 {
  color: #EE1C25;
  background-image: url("img/section3.gif");
  background-position: top right;
  background-repeat: no-repeat;
}

.selected .label4 {
  color: #EE1C25;
  background-image: url("img/section4.gif");
  background-position: top right;
  background-repeat: no-repeat;
}

.selected .label5 {
  color: #EE1C25;
  background-image: url("img/section5.gif");
  background-position: top right;
  background-repeat: no-repeat;
}

.selected .label6 {
  color: #EE1C25;
  background-image: url("img/section6.gif");
  background-position: top right;
  background-repeat: no-repeat;
}

#content-hp {
  margin-right: 44px;
  background-image: url("img/squares_white.gif");
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 314px;
  height: auto !important;
  height: 314px;
  position: relative;
}

#content-others {
  margin-right: 44px;
  background-image: url("img/squares_internal.gif");
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 290px;
  height: auto !important;
  height: 290px;
  position: relative;
}

#content-text-hp {
  padding: 40px;
  margin-right: 194px;
  text-align: left;
}

#content-text-others {
  padding: 40px 10px 40px 30px;
  margin-right: 199px;
  text-align: left;
}

#content-bottom {
  position: absolute;
  bottom: 5px;
  font-size: 12px;
}

#loghettino {
  float: right;
  margin-right: 200px;
}

#footer {
  background-color: #EEEEEE;
}

#footer-left-shadow {
  margin: auto;
  width: 818px;
  background-image: url("img/footer_lshadow.gif");
  background-repeat: repeat-y;
  background-position: left;
}

#footer-right-shadow {
  background-image: url("img/footer_rshadow.gif");
  background-repeat: repeat-y;
  background-position: right;
  margin-left: 44px;
}

#footer-content {
  margin-right: 44px;
  background-image: url("img/squares_gray.gif");
  background-repeat: no-repeat;
  background-position: top right;
  height: 219px;
}

#footer-content-text {
  padding: 55px 25px 35px 25px;
  margin-right: 194px;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

.left-floated {
  float: left;
  margin-right: 30px;
}

.highlight {
  color: #1EAFCE;
}

.time {
  color: #1EAFCE;
  text-align: left;
  width: 50px;
}

.time-title {
  color: #1EAFCE;
  text-align: left;
  width: 50px;
  padding-top: 20px;
}

.row {
  border-bottom: 1px solid #EEEEEE;
  padding-left: 20px;
}

.row-title {
  border-bottom: 1px solid #EEEEEE;
  padding-left: 0px;
  padding-top: 20px;
}

.subtitle {
  font-style: italic;
  padding-left: 20px;
}

.contracted-row td {
  height: 0px;
}

.closed-div {
  height: 0px;
  overflow: hidden;
}

.speaker-name {
  color: #1EAFCE;
  cursor: pointer;
}

.speaker-title {
  font-style: italic;
  font-size: 12px;
}

.speaker-button {
  float: right;
  background-image: url("img/arrow_down.gif");
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin: 5px 3px 5px 0;
  cursor: pointer;
}

.speaker-button span {
  display: none;
}

.speaker-extended {
  background-color: #EEEEEE;
  padding: 10px;
  font-weight: normal;
  font-size: 12px;
}

.speaker-photo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

form {
  padding: 0;
  margin: 0;
}

.form-item {
  padding: 5px;
}

.form-item label {
  width: 220px;
  float: left;
  display: block;
  text-align: right;
  padding-right: 10px;
}

.form-buttons {
  text-align: center;
  padding-top: 15px;
}

.smalltext {
  color: #EE1C25;
  margin-bottom: 10px;
  text-align: center;
}

div.smalltext {
  font-size: 11px;
}

span.smalltext {
  font-size: 13px;
}

.centered-message {
  text-align: center;
  margin-top: 80px;
}

.error-message {
  color: #EE1C25;
  border: 1px solid #EE1C25;
  text-align: center;
  margin-top: 80px;
}

.bolded {
  font-weight: bold;
}

.unbolded {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.centered {
  text-align: center;
}

.smaller {
  font-size: 12px;
}

.common-text {
  padding: 10px;
  text-align: left;
  background-color: #FFFFFF;
}

.redtitle {
  color: #EE1C25;
}

