* { margin: 0; padding: 0; }

body {
  font:normal 12px verdana;
  background: #ffffff;
}

#wrapper { width: 100%; }

#header {
  height: 79px;
  width: 100%;
  margin:2px 0 0 0;
  border-bottom:5px solid #000;
}

#header h1 {
  padding: 15px 26px;
  float: left;
}

#top-navigation {
  width: 60%;
  float: left;
  margin: 42px 0 0 0
}

ul.horizontal-navigation {
  width: 100%;
  height: 35px;
}

ul.horizontal-navigation li {
  background: #00afeb;
  width: auto;
  list-style: none;
  float: left;
  margin: 5px 1px 0 0;
  height:32px;
}

ul.horizontal-navigation li a {
  color: #fff;
  padding: 10px 25px;
  text-align: center;
  display:block; 
  font: bold 12px verdana;
  text-decoration: none;
  line-height:11px;
}

ul.horizontal-navigation li.selected {
  background: #000;
  height: 35px;
  font-size: 15px;
}

.clear {
  clear: both;
  line-height: 1px;
  height: 1px;
}

#main-content {
  padding: 15px 26px;
  width: 96%;
  height: auto;
  display: table;
}

#main-content > h2 {
  font-size: 24px;
}

.small-font{ font-size: 8px; }

#main-table {
  margin: 10px auto;
  width: auto;
  border: 1px solid #bababa;
  height: auto;
  overflow: visible;
  position: absolute;
}

table#time-line {
  border-spacing: 0;
  width: 45px;
  border: 1px solid #9d9d9d;
  height: auto;
  background: #5d5e5d;
  font: bold 12px verdana;
  color:#fff;
  position: absolute;
  top: 0px;
  left: 0px;
}

#time-line td {
  vertical-align: middle;
  text-align: center;
}

td#top-left {
  background: #5d5e5d;
  height: 36px;
  border-bottom: 1px solid #9D9D9D;
}

#conference-rooms {
  position: absolute;
  left: 45px;
  top: 0px;
}

table.rooms-table {
  table-layout: fixed;
  border-spacing: 0;
  background: #e4e4e4;
  position: relative;
}

table.rooms-table td {
  border: 1px solid #9d9d9d;
  border-left: 1px solid #ececec;
  vertical-align: top;
}

table.rooms-table th {
  height: 36px;
  border: 1px solid #9d9d9d;
  border-left: 1px solid #ececec;
  text-align: center;
  color: #fff;
  margin: 0;
  border-bottom: 1px solid #9D9D9D;
  font-weight: bold;
  background: rgb(75,77,74); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(75,77,74,1) 0%, rgba(77,79,76,1) 16%, rgba(119,119,119,1) 51%, rgba(93,93,93,1) 58%, rgba(94,94,94,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,77,74,1)), color-stop(16%,rgba(77,79,76,1)), color-stop(51%,rgba(119,119,119,1)), color-stop(58%,rgba(93,93,93,1)), color-stop(100%,rgba(94,94,94,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(75,77,74,1) 0%,rgba(77,79,76,1) 16%,rgba(119,119,119,1) 51%,rgba(93,93,93,1) 58%,rgba(94,94,94,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(75,77,74,1) 0%,rgba(77,79,76,1) 16%,rgba(119,119,119,1) 51%,rgba(93,93,93,1) 58%,rgba(94,94,94,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(75,77,74,1) 0%,rgba(77,79,76,1) 16%,rgba(119,119,119,1) 51%,rgba(93,93,93,1) 58%,rgba(94,94,94,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4d4a', endColorstr='#5e5e5e',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(75,77,74,1) 0%,rgba(77,79,76,1) 16%,rgba(119,119,119,1) 51%,rgba(93,93,93,1) 58%,rgba(94,94,94,1) 100%); /* W3C */
}

.event {
  width: 98%;
  height: 98%;
  border:1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.event-wrapper {
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.6) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.6) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#66ffffff',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.6) 100%); /* W3C */
}

.event-header {
  position: relative;
  width: 100%;
  height:auto;
}

.event-header h2 {
  padding: 5px;
  font-size: 11px;
}

.event-details {
  overflow: auto;
  width: 100%;
  height: 67%;
  font-size: 11px;
}

.event-details p { margin: 5px; }

.cell {
  width: 96%;
  border-bottom: 1px solid #9D9D9D;
}

div.event.track-default {
  background-color: #fefd7f;
  border-color: #fefd7f;
}

div.event.track-default div.event-header {
  background-color: #fefd7f;
}

div.subtitle {
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}

div.speakers {
  font-weight: bold;
}

table.list {
  border-spacing: 2px;
  font-size: 14px;
}

table.list td {
  background: #e4e4e4;
  padding: 10px;
}

ul {
  margin-left: 1em;
}

a {
  color: #000;
  text-decoration: none;
}

table.list a:hover {
  text-decoration: underline;
}

table.list a img {
  border: none;
}

.column-left {
  width: 30%;
  float: left;
}

.column-right {
  width: 30%;
  float: right;
}

h2.title,
h3.title {
  margin-bottom: 30px;
}

.column {
  font-size: 14px;
}

.column h3,
.column p,
.column ul {
  margin-bottom: 20px;
}

.column.left {
  float: left;
  margin-right: 20px;
}

.column.right {
  float: right;
}

.column#basic {
  width: 40%;
}

.column#details {
  width: 20%;
}

.column#sidebar {
  width: 30%;
}

.column#basic div.image {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

p.abstract {
  font-style: italic;
}

#pagination {
  text-align: right;
}

.page-button {
  background: #5d5e5d;
  border-bottom: 1px solid #9D9D9D;
  font-weight: bold;
  font-size: 24px;
  padding: 5px 10px 5px 10px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.page-button.disabled {
  background: #9D9D9D;
  color: #9D9D9D;
}

span#pages {
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  font-weight: bold;
}

.column a {
  text-decoration: underline;
}
