/* CSS for BASH*/
/* (C) 2007 Bruker BioSpin GmbH */

/* Last modification: 28-Feb-2007 by Stanley J. Niles */

a:hover { text-decoration: underline; }

body,p,ul,ol,li,td,th,h1,h2,h3,h4 {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

b,strong { font-weight: bold }

th {
    font-size: 10pt;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    background-color: #003C95;
}

td {
    font-size: 9pt;
}

th.left { text-align: left }

tr.cell_light,td.cell_light,tr#cell_light,td#cell_light { background-color: #FFFFE7 }

.cell_dark,#cell_dark { background-color: #FFEDCC }

h1 {
    font-size: 16pt;
    color: #0071BC;
    text-align: left;
}

h2 {
  font-size: 10pt;
  color: #748A96;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
}

h3 {
    font-size: 13pt;
    color: #00659C;
    text-align: left;
    font-style: italic;
}

h4  {
    font-size: 10pt;
    color: #748A96;
    text-align: left;
    font-weight: bold;
}

pre,.fixedfont,#fixedfont {
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    color: #000000;
}

th.condensedfont,td.condensedfont,th#condensedfont,td#condensedfont {
    font-family : Arial, Helvetica, sans-serif;
}

.center,#center { text-align: center }

.justify,#justify { text-align: justify }

.right,#right { text-align: right }

.bold,#bold { font-weight: bold }

.italic,#italic { font-style: italic }

.bolditalic,#bolditalic {
    font-weight: bold;
    font-style: italic;
}

.red,#red { color: #FF0000 }

.green,#green { color: #32CD32 }

.blue,#blue { color: #0000FF }

.darkblue,#darkblue { color: #003C95 }

.annotation,#annotation { font-size: 8pt }

.fnote {
    font-size: 8pt;
    text-align: center;
    color: #AAAAAA;
}

.fnotelink {
    color: #8D8DFF;
    text-decoration: none;
}

.nounderline,#nounderline { text-decoration: none }

span.inline_help {
  cursor: help;
  border-bottom: 1px dashed;
}

span#inline_help {
  cursor: help;
  border-bottom: 1px dashed;
}

.trademark,#trademark {
    vertical-align: text-top;
    font-size: 65%;
}

.border_ad,#border_ad {
    border-width: 1px 2px 2px 1px;
    border-style: ridge;
    border-color: #DDDDDD;
    background-color : #EFEFEF;
}

.table_h2,#table_h2 {
    font-weight: bold;
    border-bottom: 1px solid #C0C0C0;
}
