/* the seminar table - for historical reasons called "tabledef" */

TABLE.tabledef {
  border-collapse: collapse;
}

.tabledef TBODY {
  border-top: 5px solid white; /* does not work with IE */
}

.tabledef TD {
  vertical-align: baseline;
  text-align: left;
  padding: 5px;
  border-left: 2px solid white;
}

.lightblue {
  background-color: #e0efff;
}

.darkblue {
  background-color: #bfddff;
}

P.abstract {
  margin-top: 0.5em;
  margin-bottom: 0em;
  text-align: justify;
}


/* the software table */

TABLE.software {
  margin-top: -5px;
  margin-bottom: -10px;
  /*width: 100%;*/
}

TABLE.software H3 {
  padding-top: 2px;
  border-top: solid 1px #D6CCBD;
}

.warning {
  color: red;
  font-weight: bold;
}


/* the list of publications */
/* AXEL: work around IE bug with child selectors */
UL.publ LI {
  margin-top: 10px;
}
UL.publ * LI {
  margin-top: 0px;
}

UL.nomarker {
  list-style-type: none;
}



/* picture gallery */
DIV.gallery {
  margin-top: 20px;
  text-align: center;
}

DIV.gallery TABLE {
  padding: 0px;
  margin: 0 auto;
  text-align: center;
}

DIV.gallery IMG {
  margin-top: 10px;
}

DIV.gallery HR {
  margin-top: 3em;
  margin-bottom: 3em;
  width: 85%;
}

/* small caption for images */
DIV.caption {
  font-size: 12px;
  text-align: center;
  margin-top: 1px;
/*  white-space: nowrap; */
}


/* conferences */
DIV.conf{
  font-weight: bold;
  font-size: 16px;
  margin-top: 17px;
}

TD.date {
  width: 75px;
  vertical-align: top; /*bottom;*/
  padding-bottom: 3px;
  padding-right: 5px;
  color: #888888;
  font-size: 10px;
  text-align: right;
}