/* EARSeL Base CSS */

body, th, td {
  font-size: 1.1em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

h2 { font-size: 1.3em; }

sup,
sub {
	height: 0;
	line-height: 1em;
	vertical-align: text-top;
	position: relative;
}

br.clear {
  clear: left;
}

.fixme {
  color: red;
  text-decoration: underline;
}

#wrapper {
  width: 800px;
  margin: 0 auto;
}

#header {
  color: #413790;
  background-color: #EFF5F3;
  border: 2px solid #DBEBE6;
  
  height: 6em;
  
  margin-top: 0.5em;
  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  
  padding: 0.5em;
  
  line-height: 6em;
  
  clear: left;
}

#header > div > div {
  float: left;
  width: 33%;
  height: 6em;
  text-align: center;
}

#earsel_logo img { vertical-align: top; float: left; padding: 0.3em; }
#earsel_logo p { line-height: 1.3em; margin-top: 1.6em; text-align: left;}

.symposium > div {
  font-weight: bold;
  font-size: 1.3em;
}
.symposium_number {


}


#header .title > div {
  line-height: 2em;
  letter-spacing: 1px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 1.5em;
  color: #143383;

}

#datelocationline {
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
#datelocationline .date { padding: 0 2.5em;}

#navigation {
  background-color: #EFF5F3;
  width: 12em;
  float: left;
}
#navigation ul {
  list-style: none;
  margin: 0;
  margin-right: 0.3em;
  border: 1px solid #DBEBE6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#navigation li {
  display: block;
  height: 2em;
  line-height: 2em;
  border-bottom: 1px solid #DBEBE6;
  margin: 0;
  padding: 0.4em;
}
#navigation li:last-child {
  border-bottom: 0;
}
#navigation li a {
  color: black;
  text-decoration: none;
}
#navigation li a:hover { text-decoration: underline; }

#content { margin-left: 13em; }

#footer {
  border-top: 1px dotted black;
  margin-top: 1em;
}
#footer .cosponsored { 
  float: left; 
  width: 13em; 
  font-size: 1.2em;
  height: 3em;
  line-height: 3em;
  color: #88BEAF;
}
#footer .sponsor { float: left; padding: 0.4em;}

#footer .copyright {
  clear: left;
  border-top: 1px solid black;
  text-align: center;
}

/* fee table */
table.fee {
  border: 1px solid #cccccc;
}
table.fee td { text-align: center; padding: 0.3em; }

table.fee tr.header td { background-color: #dbebe6;}

/* commitee table */
table.committee { border: none; }
table.committee td { border: none; }

#info {
	border: 1 px solid Navy;
	float: right;
}