/* style.css (2010-12-19) */
/* Copyright 2003-2004 Reto Kromer */
/* Copyright 2004-2011 reto.ch Ltd */

body {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    padding: 0pt;
}



table.primary {
    width: 100%;
    padding: 0pt;
}

td.menu {
    background-color: #ffffff;
    font-size: 8pt;
    width: 200px;
}

td.menu > ul {
    padding: 10pt;
    text-indent: 0pt;
}

td.menu > p {
    text-indent: 0;
}

td.content {
    background-color: #ffffff;
    padding: 10pt;
}



/* BLOCK ELEMENTS */

div.figure {
    float: none;
    width: 100%;
    text-align: center;
    text-indent: 0;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

h1, h2, h3, h4, h5, h6 {
    color: #ea7825;
}

h1 {
    font-size: 18pt;
    text-align: center;
}

h2 {
    margin-top: 14pt;
    font-size: 14pt;
    padding-top: 14pt;
}

h3, h4, h5, h6 {
    margin-top: 10pt;
    font-size: 10pt;
    padding-top: 10pt;
}

h3 {
    text-transform: uppercase;
}

h4 {
    font-style: italic;
}

hr + h2, h1 + h2, h2 + h3, h3 + h4 {
    padding-top: 0;
}

hr {
    color: #ea7825;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

p {
    text-indent: 14pt;
    margin-top: 0;
    margin-bottom: 0;
}

a + p, img + p, table + p {
    margin-top: 10pt;
}

blockquote {
    background-color: #eeeeee;
    padding: 5pt 10pt 5pt 10pt;
}

pre {
    font-family: monospace;
}



/* INLINE ELEMENTS */

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

tt {
    font-family: monospace;
}

sup, sub, small {
    font-size: .67em;
}

a:link, a:visited, a:active {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #ea7825;
    font-weight: bold;
}

a:link img, a:active img, a:visited img, a:link map, a:active map, a:visited map {
    border-style: none
}



/* LISTS */

dt {
    font-weight: bold;
    margin-top: 10pt;
}

dd {
    margin-left: 14pt;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}



/* TABLE */

table {
    float: none;
    padding: 5pt;
}

th {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding: 3pt;
    background-color: #eeeeee;
}

td {

    vertical-align: top;
    padding: 3pt;
    background-color: #eeeeee;
}

td > td > p {
    text-indent: 0;
    text-align: left;
    background-color: #eeeeee;
}

td.right {
    padding-right: 3pt;
}

.tabr {
    padding-right: 14pt;
    text-align: right;
    color: #ea7825;
    font-weight: bold;
}

.tabl {
    color: #ea7825;
    font-weight: bold;
}



/* GLOBAL CLASSES */

.left {
    text-indent: 0;
}

.center {
    text-indent: 0;
    text-align: center;
}

.orange {
    background: #ea7825;
}

.centerorange {
    background: #ea7825;
    text-align: center;
}

.white {
    background: #ffffff;
}

.grey {
    background: #eeeeee;
}

.transparent {
    background: none;
}

.verbatim {
    text-transform: none;
}

.old {
    text-decoration: line-through;
}

.inverse {
    padding-left: 14pt;
    text-indent: -14pt;
}

.right {
    text-align: right;
    padding-right: 14pt;
}

