/* 
** content styles for INT12
*/

HTML {
	font-family: Times, serif, Verdana, Arial, Helvetica, sans-serif;
	font-family: Times, serif;
	font-size: 100%;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}

/* tables inherit please */

TABLE { 
	color: inherit; 
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}


/* frame set */

@media screen {
  html, body {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  height: 100%; 
	  width: 100%; 
  }

  #title {
	  position: absolute; 
	  top: 0; 
	  left: 12em; 
	  right: 0; 
	  height: 12em; 
	  overflow: hidden; 
  }

  #menu {
	  position: absolute; 
	  top: 12em;
	  bottom: 0; 
	  left: 0; 
	  width: 12em; 
	  overflow: auto; 
	  outline: 0px;
  }

  #logo {
	  position: absolute; 
	  top: 0; 
	  left: 0; 
	  width: 12em; 
	  height: 12em; 
	  overflow: hidden; 
  }

  #main {
	  position: absolute;
	  top: 12em;
	  left: 12em;
	  right: 0;
	  bottom: 0;
	  height: auto;
	  width: auto;
	  overflow: auto;
	  outline: 0px;
  }

  #topmenu {
	  display: none;
  }
  
  #blob {
	  position: absolute;
	  top: 11em;
	  left: 11em;
	  width: 2em;
	  height: 2em;
	  padding: 0;
	  margin: 0;
	  overflow: hidden; 
	  z-index: 1;
  }

  /*IE6 hack*/
  * html body { padding: 12em 0 0 12em; overflow:hidden; }
  * html #main { height: 100%; width: 100%; position:static; }
  * html #title { width: 100%; }
  * html #menu { height: 100%; }
}

/* centering tables */

TABLE.box {
	border-spacing: 0;
	width:100%; 
	height:100%;
}

TABLE.box TD {
	padding:0;
	width:100%;
}

/* dividing line */

#logo TABLE.box, #menu TABLE.box {
	border-right: 0.24em solid black;  
}

#logo TABLE.box, #title TABLE.box, #topmenu TABLE.box {
	border-bottom: 0.24em solid black;
}

#title A {
        color: white;
        text-decoration: none;
}

#blob {
	margin-left: -0.12em; 
	margin-top: -0.12em; 
} 


/* select outlines */

A:focus {
	outline: none;
}



/* main content */

DIV.content {
	margin: 0;
	padding: 0;
        color: black;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 1.5ex;
	padding-bottom: 1.5ex;
}

DIV.content P {
	margin-bottom: 0.5ex;
	margin-top: 0;
}

DIV.content TABLE, DIV.content UL, DIV.content OL {
	margin-top: 1ex;
	margin-bottom: 1ex;
}



/* headlines */

DIV.content H1 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 1ex;
	margin-top: 1ex;
}


DIV.content H2 {
	font-variant:small-caps;
	font-size: 100%;
	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: 2ex;
	padding: 0.3ex 0.3em;
}

DIV.content H3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 1ex;
}



/* footer */

DIV.footer {
	border-top:1px solid black;
	margin-top: 2.5ex;
	margin-bottom: 0ex;
	padding: 0;
	font-size: 80%;
	font-style: italic;
}




/* menu styles */

#menu TABLE.box TD {
	vertical-align:top;
}

#menu TABLE.menu {
        border-collapse: collapse;
	border-top:0px solid white;
	border-bottom:0px solid white;
	width:100%;
}

#menu TABLE.menu TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: 95%;
	font-weight: normal;
	padding-top: 0.75ex; 
	padding-bottom: 1ex;
	padding-left: 1.5em;
	padding-right: 1.5em;
	border-top:0px solid white;
	border-bottom:2px solid black;
}

#menu TABLE.menu TD.inactive,
#topmenu span.inactive {
	color: gray;
}

#menu table.menu TD.current A {
	color: black;
	font-weight: bold;
}

#menu TABLE.menu A {
        text-decoration: none;
        color: black;
}

/* topmenu */

#topmenu TABLE.box TD {
	vertical-align: middle; 
	padding-left: 1.5em; 
	padding-right: 1.5em; 
	padding-top: 1.0em; 
	padding-bottom: 1.0em;
}

#topmenu TABLE.box SPAN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* logo and title styles */

#logo TABLE.box TD {
	text-align: center; 
	vertical-align: middle;
}

#logo IMG.logo {
	height:11em;
	border:0px;
}

#title DIV.logo { 
	display: none; 
}
  
#title TABLE.box TD {
	padding-left: 1.5em; 
	padding-right: 1.5em; 
	padding-top: 0.5em; 
	padding-bottom: 0.5em;
	white-space:nowrap;
	vertical-align: middle;
}

#title TABLE.box DIV {
	font-family: ETH light, Iwona, Candara, Arial, Helvetica, sans-serif;
	font-size: 90%;
}


/* schedule */

TABLE.schedule {
	border-collapse: collapse;
}

TABLE.schedule TH {
	border: 1px solid black;
	padding: 0.2em;
	color: white;
}

TABLE.schedule TD {
	border: 1px solid black;
	padding: 0.2em;
}

TABLE.schedule TR.break, TABLE.schedule TD.break {
	background-color: silver;
}

TABLE.schedule TR.break TD, TABLE.schedule TD.break  {
	font-weight: bold;
	text-align: center;
}

TABLE.schedule abbr, abbr.nodots {
  border:0px; 
  cursor:help;
}

A.media IMG {
  width:16px;
  height:16px;
  vertical-align: -2px; 
  border: none;
}

/* lists */


TABLE.participants TD, TABLE.speakers TD, TABLE.posters TD, TABLE.listing TD  {
	vertical-align:top;
	padding-left: 1em;
	padding-right: 0em;
}

TABLE.admin {
	border-collapse:collapse;
}

TABLE.admin TD, TABLE.admin TH  {
	vertical-align:top;
	border-left:thin solid black;
	border-right:thin solid black;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

TABLE.admin TH  {
	border-bottom:thin solid black;
}

TABLE.participants TD.name, TABLE.speakers TD.name, TABLE.posters TD.name {
	padding-left: 1.5em;
}

TABLE.speakers TD.slot {
	width: 5em;
}

TABLE.speakers TD.name, TABLE.posters TD.name {
	width: 10.5em;
}

TABLE.speakers TD.title, TABLE.posters TD.title {
	font-style: italic;
}

/* hotels */

TABLE.hotels {
	border-collapse: collapse;
}

TABLE.hotels UL {
	margin-top: 0px;
	margin-bottom: 0px;
}

TABLE.hotels THEAD TH {
	border: 1px solid black;
	padding: 0.2em;
}

TABLE.hotels TBODY TH {
	border: 1px solid black;
	border-bottom: 0px;
	padding: 0.2em;
	text-align: left;
	padding-left:0.5em;
}

TABLE.hotels TBODY TD {
	border: 1px solid black;
	border-top: 0px;
	padding: 0.2em;
	vertical-align:top;
}


/* photos */

A.photo {
	border:0px;
}

A.photo IMG {
	width: 160px;
	height: 120px;
	border:1px solid black;
}

A.photo IMG:hover {
	border:1px solid rgb(140,0,0);
}



/* iphone */


/*@media screen*/
@media only screen and (max-device-width: 1023px)
{
  html, body {
	  height: auto; 
  }

  #title, #topmenu, #main {
	  position: static; 
	  left: 0; 
	  right: 0; 
	  top: auto;
	  bottom: auto;	
	  height: auto;
	  width: 100%;  
	  overflow: hidden; 
  }

  #topmenu {
  	  font-size: 200%;
  }
  
  #topmenu, #title div.logo {
  	  display: block;
  }
  
  #menu, #blob, #logo {
  	display: none;
  }

  DIV.content {
  	font-size: 200%;
  }
}




/* colors */

form input.error {
	background-color: rgb(255,192,192);  
}


#menu, #topmenu {
	background-color: rgb(100%,100%,100%);  /* weiss */
	background-color: rgb(62%,0%,0%);  /* weinrot */
	background-color: rgb(12%,75%,75%);  /* blau */
	background-color: rgb(70%,95%,80%);  /* cyan */
	background-color: rgb(75%,70%,54%);  /* dunkel braun */
	background-color: rgb(100%,100%,92%);  /* naturweiss */
	background-color: rgb(140,0,0);  /* weinrot */
	background-color: rgb(0,43,94);  /* ETH blau */
}

DIV.content H2 {
	background-color: rgb(85%,58%,67%);  /* pink */
	background-color: rgb(0%,60%,60%);  /* blau */
	background-color: rgb(65%,80%,64%);  /* cyan */
	background-color: rgb(81%,78%,65%);  /* hell braun */
	background-color: rgb(85%,58%,67%);  /* pink */
	background-color: rgb(80%,40%,40%);  /* ?? */
	background-color: rgb(0,85,250);  /* ETH hell blau */
	color: white;
}

#logo {
	background-color: rgb(81%,78%,65%);  /* hell braun */
	background-color: rgb(100%,80%,80%);  /* matschepink */
	background-color: rgb(80%,30%,30%);  /* ?? */
	background-color: rgb(80%,40%,40%);  /* ?? */
	background-color: rgb(255,102,0);  /* ETH gelb */
	background-color: rgb(0,222,204);  /* ETH cyan */
	background-color: rgb(167,189,219);  /* ETH light blue */
}

#menu table.menu TD, #menu TABLE.menu TD.inactive:hover, TABLE.schedule TH {
	background-color: rgb(75%,70%,54%);  /* dunkel braun */
	background-color: rgb(100%,100%,92%);  /* naturweiss */
	background-color: rgb(75%,20%,20%);  /* ?? */
	background-color: rgb(0,85,250);  /* ETH hell blau */
}

#menu table.menu TD A {
	color: white;
}

#menu table.menu TD:hover,
#menu table.menu TD.current {
	background-color: rgb(75%,70%,54%);  /* dunkel braun */
	background-color: rgb(100%,100%,92%);  /* naturweiss */
	background-color: rgb(80%,30%,30%);  /* ?? */
	background-color: rgb(255,102,0);  /* ETH gelb */
}

#title, #title div.logo {
	background-color: rgb(140,0,0);  /* weinrot */
	background-color: rgb(0,43,94);  /* ETH blau */
	color: white;  
}

/*IE6 hacks*/
* html #title td {
	color: white;  
}
* html #logo {
	background-color: white;  
}

#topmenu A {
	color: black;
	color: rgb(140,0,0);  /* weinrot */
        color: rgb(85%,58%,67%); /* pink */
	color: white;
}

#main, DIV.content {
	background-color: rgb(100%,100%,92%);  /* naturweiss */
}

DIV.content A, span.int {
        color: rgb(160,0,0); /* weinrot */
        color: rgb(161,27,89); /* ETH hell weinrot */
        text-decoration: underline;
}

div.content A.ext, div.content A.printurl, span.ext {
        color: rgb(130,60,60); /* weinpink */
        color: rgb(154,77,0); /* ETH mittel braun */
}

span.ext, span.int
{
        text-decoration: underline;
}

span.construction
{
        font-weight:bold;
        color:darkgreen;
}

@media print {
  #title, #menu, #topmenu, #logo, .noprint, #blob, a.media {
	  display: none;
  }
  DIV.content A
  {
    text-decoration:none;
  }
  a.printurl:after {
    content:" ["attr(href)"]";
    color:gray;
    font-family:monospace;
    font-size:75%;
  }
  DIV.content H2 {
    padding: 0;
    color: black;
  }
  TABLE.schedule TH {
    color: black;
    background-color: rgb(221,221,221);
  }
  TABLE.schedule TR.break, TABLE.schedule TD.break {
    background-color: rgb(238,238,238);
  }
  #main, DIV.content, DIV.content H2 {
    background-color: transparent;
  }
}



/* --- */


