/* 
** content styles for INT09
*/

HTML {
	font-family: Times, serif, Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana;
	font-size: 90%;
	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;
}


/* IE hacks */
* html table {font-size:97%}

/* frame set */

@media screen {
.php, body {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  height: 100%; 
	  width: 100%;
	  overflow:hidden;
  }

  #title {
	  position: absolute;
	  top: 0; 
	  left: 0; 
	  right: 0; 
	  height: 150px;
	  overflow: hidden; 
  }

  #menu {
	  position: absolute; 
	  top: 150px;
	  bottom: 0; 
	  left: 0; 
	  width: 150px; 
	  overflow: hidden; 
	  outline: 0px;
  }

  #logo {
	  position:absolute;
	  top: 0; 
	  left: 0; 
	  width: 150px; 
	  height: 150px; 
	  overflow: hidden; 
  }

  #main {
	  position: absolute;
	  top: 150px;
	  left: 150px;
	  right: 0;
	  bottom: 20px;
	  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;
  }*/
    
    #footer {
	  position: absolute;
	  left: 150px;
	  right: 0;
	  bottom: 0;
	  height: 20px;
	  width: auto;
	  overflow: hidden;
  }

  /*IE hacks */

  * html body { padding: 150px 0 0 150px; overflow:hidden; }
  * html #main { height: 100%; width: 100%; position:static; }
  * html #title { width: 100%; }
  * html #menu { height: 100%; }
  * html #footer { width: 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 solid white;
        
}*/


#title TABLE.box {
	border-left: 0 solid rgb(95%,95%,95%);
}

#title TABLE.box, #topmenu TABLE.box {
	border-bottom: 1px solid rgb(95%,95%,95%);
}

#footer TABLE.box {
	border-top: 0 solid black;
        border-left: 0 solid rgb(95%,95%,95%);
}



/*#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;
	margin: 40px;
}

DIV.content P {
	margin-bottom: 1.5ex;
	margin-top: 0.5ex;
	text-align:justify;
}

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:1px solid rgb(95%,95%,95%);
	border-bottom:1px solid rgb(95%,95%,95%);
	width:100%;
}

#menu TABLE.menu TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: 13px;
	font-weight: bold;
	padding-top: 8px; 
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border-top:0px solid rgb(95%,95%,95%);
	border-bottom:1px solid rgb(95%,95%,95%);
}



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

/* topmenu */

#topmenu TABLE.box TD {
	vertical-align: middle; 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 15px; 
	padding-bottom: 15px;
}

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

/* logo, title and footer styles */

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

#logo img {
 border:0px;
 height:150px;
 width:150px;
}

#title DIV.logo { 
	display: none; 
}


/*#title TABLE.box TR{
	text-align:center;
}*/

#title TABLE.box TD {
	padding-left: 40px; 
	/*padding-right: 1.5em; 
	/*padding-top: 1.5em; */
	padding-bottom: 20px;
/* 	white-space:nowrap; */
	vertical-align: middle;
	text-align: left;
}


#title H1 {
    padding:0;
    /*margin:0em;*/
    margin-top:1ex;
    margin-bottom:0.5ex;
    font-size: 26px; 
    font-weight: bold;
    font-variant:small-caps;
}

#title H2 {
    padding-bottom:0; 
    /*margin-left:1.5em;*/
    margin-bottom:0; 
    font-size: 16px; 
    font-weight: bold;
}

#title H3 {
    padding-bottom:0; 
    margin-top:0.5ex;
    /*margin-left:1.8em;*/
    font-size: 14px; 
    font-weight: bold;
}    


/* IE hacks */
/** html #title H1{font-size:160%}
* html #title H2{font-size:120%}
* html #title H3{font-size:100%}*/

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

#footer TABLE.box TD {
	padding-left: 40px; 
	padding-right: 20px; 
	padding-top: 0; 
	vertical-align:center;
	white-space:nowrap;
}

#footer h5{
	padding:0;
	margin:0;
	font-weight:normal;
}


/* schedule */

TABLE.schedule {
	border-collapse: collapse;
/* 	border-right: 1px solid black; */
	/*border-bottom: 1px solid black;*/
}

/* TABLE.schedule tbody { border:1px solid black;} */

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

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

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

TABLE.schedule TR.break TD {
	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;
}

span.titlepresent {
  text-decoration: underline;
}

span.titleschedule {
  display:none;
}

td:hover .titleschedule {
  display:block;
  position:absolute;
  width: 400px;
  background-color: #E6E6FA;
  text-align: left;
/*   font-style: italic; */
  font-size:90%;
  border-style:solid;
  border-width:thin;
  border-color:#000000;
  margin-left:0.5em;
  padding:0.5em;
  line-height:120%;
}


/*booking*/

TABLE.booking{
	text-align:left;
	border:0;
/* 	cellspacing:10" cellpadding="10" margin-bottom=4px; */
	border-collapse: collapse;
}

TABLE.booking td{
	padding:5px;
	padding-bottom:15px;
	
}

TABLE.booking_hotel{
	border-collapse: collapse;
}

TABLE.booking_hotel TH{
	padding:0.2em 1em;
	border-bottom: 1px dashed black;
}


TABLE.booking_hotel TD{
	text-align:center;
	border-bottom: 1px dashed black;
	padding:0.2em 1em;
/* 	border-top: 1px dashed black; */
	/*border-bottom: 1px dashed black;
	border-top: 1px dashed black;*/
}

/* lists */

TABLE.participants TH{
  text-align:left;
  padding-left: 1em;
  padding-right: 1em;
}

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

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

TABLE.participants TD.abspresent {
  text-decoration: underline;
  font-weight: bold;
}

span.abstract {
  display:none;
}

td:hover .abstract {
  display:block;
  position:absolute;
  width: 400px;
  background-color: #E6E6FA;
  text-align: left;
  font-style: italic;
  border-style:solid;
  border-width:thin;
  border-color:#000000;
  margin-left:0.5em;
  padding:0.5em;
  line-height:120%;
}


/*forms*/

label {
  line-height:2em;
}




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 THEAD TH {

	border: 0px solid black;
	padding: 0.2em;
}


TABLE.hotels TBODY TH {

	border: 0px solid black;
	border-bottom: 0px;
	padding: 0.2em;
	padding-left:0;
}

TABLE.hotels TD {
    text-align:center;
	border-bottom: 1px dashed black;
	
}


/* photos */

A.photo {
	border:0px;
}

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

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

/* IMG.slideshow {max-width:800px;max-height:600px;} */


/* iphone */

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

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

  #topmenu, #title div.logo {
  	  display: block;
  }
  
  #menu, #blob, #logo {
  	display: block;
  }

  #topmenu SPAN {
  	font-size: 250%;
  }
  
  DIV.content {
  	font-size: 200%;
  }

} */




/* colors */

.error{
	color:red;
}

#menu table.box{
	background-color:black;
/* 	background-color: rgb(100%,100%,100%);  /* weiss */ */
/* 	background-color: rgb(27%,25%,25%); */
/* 	background-color: rgb(15%,40%,15%);  /* gg */ */
    /*background-color: rgb(95,95,95);  /* weinrot */
	/*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 */
}

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

#logo {
/* 	background-color: rgb(27%,25%,25%); */
	color: rgb(95%,95%,95%);
	background-color:black;
/* 	background-color: rgb(100%,100%,100%);  /* naturweiss */ */
	/*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%);  /* ?? */
}

#menu table.box{
	/*background:url("gtc3.jpg");*/
	background-color: rgb(0%,0%,0%);
}

#menu table.menu TD.selected {
	background-color: rgb(95%,95%,95%);  /* gg */
/* 	background-color: rgb(80%,40%,40%);  /* gg */ 
	/*background-color: rgb(75%,70%,54%);  /* dunkel braun */
	/*background-color: rgb(100%,100%,92%);  /* naturweiss */
	/*background-color: rgb(75%,20%,20%);  /* ?? */
}

#menu table.menu TD, #menu table.menu TD.inactive:hover{
	background-color: rgb(71%,86%,66%);  /* gg */
	/*background-color: rgb(75%,70%,54%);  /* dunkel braun */
	/*background-color: rgb(100%,100%,92%);  /* naturweiss */
	/*background-color: rgb(75%,20%,20%);  /* ?? */
}

#menu table.menu TD:hover {
	background-color: rgb(24%,71%,28%);
	/*background-color: rgb(75%,70%,54%);  /* dunkel braun */
	/*background-color: rgb(100%,100%,92%);  /* naturweiss */
	/*background-color: rgb(80%,30%,30%);  /* ?? */
}


#menu TABLE.menu TD.inactive {
	color: rgb(50%,70%,90%);
}

#title {
	color: rgb(95%,95%,95%);
	background-color: rgb(0,0,0);  /* weinrot */
	background:url("bkgsmall.png");
	background-size:100px 150px;
}


#topmenu {
	background-color: rgb(0,100,100);  /* weinrot */
	color: rgb(85%,58%,67%); /* pink */
}

#topmenu A {
	color: black;
	color: rgb(50,35,40);  /* weinrot */
        color: rgb(85%,58%,67%); /* pink */
	color: rgb(95%,95%,95%);
}

#main, DIV.content {
	background-color: rgb(95%,95%,95%);
}

#footer {
	background-color: black; 
	color: rgb(95%,95%,95%);
}

#footer H5 { 
	color: rgb(95%,95%,95%);
}


#footer a { 
	color: rgb(50%,70%,90%);
}


DIV.content A, span.int {
        color: rgb(130,60,60); /* weinrot */
        text-decoration: underline;
}

DIV.content A:hover {
        color: blue; 
        text-decoration: underline;
}

div.content A.ext, div.content A.printurl, span.ext {
        color: rgb(130,60,60); /* weinpink */
        
}

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

/*IE hacks */

* html #title H1, #title H2, #title H3 {
	color: rgb(95%,95%,95%);
}
* html #logo {
	background-color: rgb(95%,95%,95%);  
}

@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;
    background-color: transparent;
  }
}



/* --- */


