/**********************************/
/* CSS ETH WCMS-Templates         */
/* copyright 2004 ETH Web Office  */
/*  Release 1.0.9 | 03.06.2005    */
/* Author:P. Ruetsche             */
/* Author:Y. Serrano              */
/**********************************/


/* set margins on body content and focus tables with a div */
/* (classing the table does nix in Nav4) */
.margins {
  margin-left: 0px;
  margin-right: 0px;
}

.breadcrumb {
  font-size : 90%;
  font-weight : normal; 
  font-family : verdana, arial, helvetica, sans-serif; 
  color : #330033;
}

/* this is also defined in wcms.css ys
p.lead {
  font-size : 0.7em;
  font-weight : bold; 
  font-family : verdana, arial, helvetica, sans-serif; 
  color : #003333;
} 

*/

/* highlighting index links */

ul {
  font-size : 1em; 
  font-family : verdana, arial, helvetica, sans-serif; 
/*  color : #E61858; */
  background : transparent;
}

ul.disc {
  list-style-type : disc;
}

ul.square {
  list-style-type : square;
  color : #E61858;
}

ul.circle {
  list-style-type : circle;
}

ol.decimal {
  list-style-type : decimal;
}

ol.upper-roman {
  list-style-type : upper-roman;
}

ol.lower-roman {
  list-style-type : lower-roman;
}

ol.upper-alpha {
  list-style-type : upper-alpha;
}

ol.lower-alpha {
  list-style-type : lower-alpha;
}

/* for IE 5 compatibility */
p.nobullet {
}

table.silvatable {
  empty-cells: show;
  border-collapse: collapse;
}       
table.silvatable tr {
  vertical-align: top;
}
table.silvatable tr.rowheading {
  font-weight: bold;
}

table.plain {
  border-style: none;
}

table.listing tr.rowheading td {
  border-bottom: 1px solid #666666;
}

table.grid td {
  border: 1px dotted #666666;
}

table.datagrid td {
  border: 1px dotted #666666;
}
table.datagrid tr.rowheading td {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;  
}

table.silvatable th.align-left, table.silvatable td.align-left {
  text-align: left;
}
table.silvatable th.align-center, table.silvatable td.align-center {
  text-align: center;
}
table.silvatable th.align-right, table.silvatable td.align-right {
  text-align: right;
}

/* __________________________________________________ align/float definitions _____ */



/* also defined in wcms.css
.float-right {
  float: right;
  margin-left: 1em;
  clear: none;
} */

p.frontend {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #003333;
}

pre {
  font-family: Courier;
  font-size: 1em;
}

#footer {
  position: relative;
  width:100%;
  top: 0px;
  text-align: left;
  font-size: 10px;
  padding-left: 170px;
  margin-right:50px;
  margin-left:50px;
  width: 470px;
  max-height: 16px; 
}
