/*
 * EV4 Fahrplan Stylesheet
 
 * Colors:
 *   background - white #FFFFFF
 *   backdrop   - bright yellow #CCE7E7
 *   events     - #319A9C light green
 *   menu       - #319A9C dark green
 */
 
body {
  color: #000000;
  background-color: #FFF8E2;

  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 10pt;
}

.feedback a{
  color: #FFFFFF;
}


#content {
/*
  position: absolute;
  top: 20px;
  left: 175px;
  right: 20px;
*/
  clear:  both;

  padding: 0px;
  margin: 0;


/*
  border-style: solid;
  border-width: 1px;
  border-color: #319A9C;

  border-top-width: 5px;
  border-top-color: #319A9C;
  border-top-style: solid;
*/
}

:link, :visited {
  text-decoration: none;
  color: #000000;
}

:link:hover, :visited:hover {
  text-decoration: underline;
}

div.section {
  clear:  both;
  margin: 20px;
}

div#conference-logo {
  display: none;
}

/* TEXT */

p.release {
  margin: 0;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
  float: right;
  color: #FFFFFF;
  background-color: #319A9C;
  font-size: 90%;
}

p.intro {
 display: none;
}

/* IMAGES */

img {
  border-style: none;
}

#event img.event-image,
#speaker img.speaker-image {
  height: 128px;
  width: 128px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;

  padding: 2px;
  border: 1px solid #319A9C;
}

#speaker img.event-image,
#event img.speaker-image {
  height: 48px;
  width: 48px;
}

#event-index img.event-image,
#speaker-index img.speaker-image {
  float: left;
  margin-right: 10px;
  height: 48px;
  width: 48px;
}

#event-index td.event p,
#speaker-index td.speaker p {
  margin-left: 60px;
}

#event-index td,
#speaker-index td {
  background-color: #CCE7E7;
}



/* INFOBOXES */

#infobox {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 230px;
  min-width: 150px;
  background-color: #FFF8E2;
  border: 1px solid #319A9C;
  padding: 1px;
}

#infobox table {
  width: 100%;
}

#infobox td.keyword {
  text-align: right;
  padding-right: 5px;
  width: 25%;
}

#infobox td.value {
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
}

#infobox td.feedback {
  background-color: #090;
  color: white;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

#infobox span.person-name,
#infobox span.event-title {
  font-weight: bold;
  font-size: 120%;
}





/* TABLES */

table {
  border-collapse: seperate;
}

th {
  background-color: #319A9C;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 2px;
}

td {
  padding: 2px;
  vertical-align: top;
  text-align: left;
}


/* EVENT */

#event h1.title {
  margin-bottom: 5px;
}

#event p.subtitle {
  font-family: "Times", serif;
  font-style: italic;
  font-size: 140%;
  margin-top: 5px;
}

#event div.abstract {
  font-weight: bold;
}






/* EVENT NAVIGATION */

#navigation {
  clear: both;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -20px;
  padding: 0;
}

#navigation span {
  padding: 5px;
  background-color: #319A9C;
  color: white;

  border-style: solid;
  border-width: 1px;
  border-color: #319A9C;
}

#navigation span.previous {
  float: left;
}

#navigation span.next {
  float: right;
}

/*
#navigation span.previous:before {
  content: "<<<  ";
}

#navigation span.next:after {
  content: "  >>>";
}
*/

#navigation a {
  color: white;
}

#navigation a:hover {
  text-decoration: underline;
}

#navigation a:hover {
  color: white;
  text-decoration: underline;
}






/* EVENT INDEX */

#event-index p.title {
  font-weight: bold;
  font-size: 180%;
  margin: 0;
}

#event-index p.subtitle {
  font-family: "Times", serif;
  font-style: italic;
  font-size: 140%;
  margin-top: 5px;
}






/* SCHEDULE */
#schedule {
  padding: 0;
  margin: 0;
}

#schedule th {
  padding: 10px;
  background-color: #319A9C;
  color: white;
}

#schedule td {
  padding: 10px;
}

#schedule td.time {
  font-size: 120%;
  vertical-align: top;

  background-color: #319A9C;
  color: white;
  padding: 2px;
}

#schedule td.empty {
  background-color: #74d7d8;
}

#schedule td.event {
  background-color: #CCE7E7;

  padding: 4px;

  border-color: black;
  border-style: solid;
  border-width: 1px;
}

#schedule td.conflict {
  background-color: red;

  border-color: black;
  border-style: solid;
  border-width: 0.01cm;
}


ul.speakers { margin: 0; padding: 0; display: inline; font-weight: bold; }
ul.speakers li { margin: 0; padding: 0; display: inline; }
ul.speakers li+li:before { content: ", "; }

#schedule span.language {
  font-weight: bold;
}

#schedule span.track {
  font-weight: bold;
}

#schedule span.type {
  font-weight: bold;
}

#schedule p.abstract {
  border-top: black dotted 1px;
  font-size: 90%;
  padding: 8px 2px 0px 2px;
}

#schedule span.event-id {
  display: block;
  color: white;
  background-color: black;
  text-align: center;
  padding: 2px;
  width: 3em;
}

#schedule p.title {
  font-weight: bold;
  font-size: 125%;
  margin-bottom: 0;
  padding-bottom: 0;
}

#schedule p.subtitle {
  font-family: "Times", serif;
  font-style: italic;
  font-size: 125%;

  margin-top: 0;
}


/* LINKS */

#menu {

/*
  position: absolute;

  left: 20px;
  top: 170px;

  width: 135px;
*/
}


#menu ul {
  margin: 0;
  padding: 0;
}


#menu li {
  margin-right:  10px;
  padding: 0;
  display: inline;
  float: left;
}


#menu li span {
  display:  block;
  
  padding: 4px;
  font-size: 120%;
  line-height: 120%;

  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  
  border-style: solid;
  border-width: 1px;
  border-color: #319A9C;
}

#menu :link,
#menu :visited {
  text-decoration: none;
  color: black;
}

#menu span.normal {
  background-color: inherit;
}

#menu span.normal:hover {
  background-color: #FFF8E2;
}

#menu span.normal:active {
  background-color: #319A9C;
}

#menu span.selected {
  background-color: #CCE7E7;
  color: #fff;
  font-weight: bold;
}

#menu span.active {
  background-color: #CCE7E7;
  color: black;
  font-weight: bold;
}

#menu span.active:hover {
  color: #FFF8E2;
}