td {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9pt}
th { font-family: "Verdana", "Arial", "Helvetica", "sans-serif" ; font-size: 10pt}
a:hover { text-decoration: underline; color: #CC99CC}
a:link { text-decoration: none ; color: #009900}
a:visited { text-decoration: none; color: #336699}
p { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 10pt }

/*
  project: CSS - table design
  type: stylesheet
  description: golden style
  edited: 14.09.2005, Michael Horn
*/
#content table {
  border-collapse: collapse;
  border: 2px solid #000000;
  font: normal 10px verdana, arial, helvetica, sans-serif;
  color: #FFFFFF;
  background: #000000;
}

#content td, #content th {
  color: #000000;
  border: 1px solid #000000;
  padding: .3em;
}

#content thead th, #content tfoot th {
  font: bold 10pt "Verdana", "Arial", "Helvetica", "sans-serif";
  border: transparent;
  text-align: center;
  /*font-size: 1em;*/
  font-weight: bold;
  color: #FFFFFF;
  background: #000000;
}

#content tbody td a {
  background: transparent;
  color: #009900;
  text-decoration: none;
}

#content tbody td a:hover {
  background: transparent;
  color: #CC99CC;
  text-decoration:underline;
}

#content tbody th a {
  font: bold 10pt "Verdana", "Arial", "Helvetica", "sans-serif";
  background: transparent;
  color: #333333;
  text-decoration: none;
  font-weight:normal;
}

#content tbody th a:hover {
  background: transparent;
  color: #333333;
}

#content tbody th, #content tbody td {
  vertical-align: top;
  /*text-align: left;*/
}

.odd {
  background: #91AB59;
}

#content tbody tr:hover {
  color: #333444;
  background: #DDCFAE;
}

#content tbody tr:hover th,
#content tbody tr.odd:hover th {
  background: #C5BA85;
}
