/**********************************/
/* CSS ETH WCMS-Templates         */
/* copyright 2004 ETH Web Office  */
/* Author:P. Ruetsche             */
/* Author:Y. Serrano              */
/**********************************/
/*
$Id: silva.css 3927 2007-09-05 13:36:22Z yserrano $
$Rev: 3927 $
$Release: 1.1.0 $
*/

/* 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 : #000000; 
  background : transparent;
}

ul.disc {
  list-style-type : disc;
}

ul.square {
  list-style-type : square;
}

ul.circle {
  list-style-type : circle;
}

ul.nobullet {
  list-style-type : none;
}

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 {
}










/* _________________________________________________ silva table styles _____ */

table.silvatable {
  empty-cells: show;
  border-collapse: collapse;
  margin-bottom: 1em;
}
table.silvatable tr {
  vertical-align: top;
} 
table.silvatable tr.rowheading {
  font-weight: bold;
} 
table.silvatable td {
  border-right: none ! important;
} 
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;
}

table.datagrid, table.plain, table.list, table.grid {
  width: 100%;
}

table.plain {
  border-style: none;
} 
table.plain td {
  border-right: none ! important;
}
table.list td {
  border-bottom: 1px solid #ccc;
}

table.list tr.rowheading td, table.list thead th {
  border-bottom: 1px solid #666666;
} 
  
table.grid td, table.grid thead th {
  border: 1px dotted #666666;
  border-right: 1px dotted #666666 ! important;
} 
  
table.datagrid td {
  border: 1px dotted #666666;
  border-right: 1px dotted #666666 ! important;
} 
table.datagrid tr.rowheading td {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none ! important;  
} 

table.simple {
  border-style: none;
}

table.simple thead th {
  font-weight: normal;
}

td.even table td {
  border-right: none ! important;
}


/*___________________________________________ various table layouts _____ */ 



/* __________________________________________________ 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;
}
