/*
 * SIGINT Fahrplan Stylesheet
 *
 * by AmP - based on so many congress Styles
 * edited 07.05.2009 by micha, grunge design colors
 *
 */

 
/* The body */
 body {
  background-color: #FFFFFF;;
  color: black;
  font-family: "Lucida Grande", "Arial", sans-serif;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 20px 20px;
}

.feedback a{
  color: #FFFFFF;
}

@media print {
  .noprint {
    display: none;
  }
}



#content {
  position: absolute;
  top: 20px;
  left: 175px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  clear:  both;
  right: 2em;
  border-style: solid;
  border-width: 1px;
  border-color: #C7C8C6;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #d00;
  background-color: #fefefe;
}

/* Default links */
:link, :visited {
  text-decoration: none;
  color: black;
}

:link:hover, :visited:hover {
  text-decoration: underline;
}


/* Sections in Schedules - aka rooms */
div.section {
  clear:  both;
  margin: 20px;
}


/* TEXT */
p.release {
  margin: 0;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
  float: right;
  color: #FFFFFF;;
  background-color: #d00;
  font-size: 80%;
  font-weight: bold;
}

p.intro {
  font-size: 150%;
  margin-left: 20px;
}



p.intro em {
  font-family: "Times", serif;
}

/* Fucking borders 'round images */
img {
  border-style: none;
}


#event img.event-image, #speaker img.speaker-image {
  height: 128px;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 2px;
  border: 1px solid #C7C8C6;
}

#speaker img.event-image, #event img.speaker-image {  height: 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; }

/* INFOBOXES */

#infobox {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 250px;
  min-width: 250px;
  background-color: #000;
  border: 1px solid #000;
  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: #FFFFFF;;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}



#infobox span.person-name, #infobox span.event-title {
  font-weight: bold;
  font-size: 90%;
}


/* TABLES - hat em */


table {
  border-collapse: seperate; /* thats why */
}



th {
  background-color: #333;
  color: #FFFFFF;;
  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, #schedule h1 {
  color: #d00;
  margin-bottom: 20px;
}



#event p.subtitle {
  font-family: "Times", serif;
  font-style: italic;
  font-size: 100%;
  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: #000;
  color: #FFFFFF;;
  border-style: solid;
  border-width: 1px;
  border-color: #C7C8C6;
}



#navigation span.previous { float: left; }
#navigation span.next { float: right; }
#navigation a { color: #FFFFFF; }
#navigation a:hover { 
  text-decoration: underline;
  color: #FFFFFF;
}

/* EVENT INDEX */

#event-index p.title {
  font-weight: bold;
  font-size: 100%;
  margin: 0;
}

#event-index p.subtitle {
  font-family: "Times", serif;
  font-style: italic;
  font-size: 90%;
  margin-top: 5px;
}

#event-index span.type { font-size: 90%; color: #d00; visibility:visible !important; float:left; }
#event-index p.info a { visibility:hidden !important; }

/* COLOURS: EVENT INDEX, SPEAKER INDEX, EVENT DETAIL */

#event-index th, #speaker-index th, #infobox th { background-color: #C7C8C6: }
#event-index td, #speaker-index td, #infobox td { background-color: #DADBD9; }

/* SCHEDULE */

#schedule th {
  padding: 3px;
  color: #FFFFFF;
  background-color: #666666; 
  font-size: 80%;
}

#schedule th.time { background-color: #FFFFFF; }
#schedule td { padding: 4px; }

#schedule td.time {
  font-size: 90%;
  vertical-align: top;
  border-top-color: #d00;
  border-top-width: 5px; 
  border-top-style: solid;
  color: #666666;
  font-weight:bold;
  font-size:90%;
  padding: 2px;
}

#schedule td.empty { background-color: #e6e9e1; }

#schedule td.event {
  background-color: #DADBD9;
  padding: 5px;
  border-color: #C7C8C6;
  border-style: solid;
  border-width: 1px;
}

#schedule td.conflict {
  background-color: red;
  border-color: #C7C8C6;
  border-style: solid;
  border-width: 0.01cm;
}

ul.speakers { 
  margin: 0;
  margin-top: 15px;
  padding: 0; 
  display: inline;
  color: #d00;
  font-size: 85%;
  float: right;
  clear:both:
}

ul li :link, ul li :visited {
  text-decoration: bold;
  color: #d00;
}

ul.speakers li {
  margin: 0;
  padding: 0;
  display: inline; 
  float: right;
  clear:both;
}

#schedule span.language, #schedule span.type, #schedule span.track {
  color: #d00;
  font-size: 60%;
  visibility:visible !important;
  float: right;
}

#schedule div.language-info, #schedule div.type-info, #schedule div.track-info  {
  visibility:hidden !important;  
  line-height: 30%;
  float: right;
  clear: both;
} 

#schedule p.abstract {
  border-top: #F93A00 dotted 1px;
  font-size: 90%;
  padding: 8px 2px 0px 2px;
}

#schedule span.event-id {
  display: block;
  color: #FFFFFF;;
  background-color: #000000;
  text-align: center;
  padding: 2px;
  width: 3em;
}

#schedule p.title {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

#schedule p.subtitle {
  font-family: "Times", serif;
  font-style: italic;
  font-size: 90%;
  margin-top: 5px;
}

/* LINKS */
/* The Logo */
#conference-logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 135px;
  text-align: center;
}

/* Left Menu */
#menu {
  position: absolute;
  left: 20px;
  top: 170px;
  width: 135px;
  font-weight: bold;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu ul.track {
  font-size: 80%;
  margin: auto;
  width: 120px;
}

#menu li {
  margin:  0;
  padding: 0;
  display: block;
}

#menu li span {
  display:  block;
  padding: 4px;
  font-size: 90%;
  line-height: 125%;
  margin: 5px 0px 5px 0px;
  text-align: center;
  border-style: solid;
  border-width:1px;
  border-color: #C7C8C6;
}

#menu :link, #menu :visited {
  text-decoration: none;
  color: #666666;
}

#menu span.normal { background-color: #e1e1e1; }

#menu span.normal:hover {
  color: #FFFFFF;
  border-style: solid;
  border-width:1px;
  border-color: #F93A00;
}

#menu span.normal:active {
  background-color: #666666;
  color: #FFFFFF;
}

#menu span.selected {
  background-color: #999;
  color: #FFFFFF;
  font-weight: bold;
}

#menu span.active {
  background-color: #999;
  color: black;
  font-weight: bold;
}

#menu span.active:hover {
  color: #ccc;
}

@media tty {
  table {
    border: medium solid;
  }
}

