/* {{{ Defaults */

html {
    font-size:100.001%;
}

body {
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    background-color: #666666;
}

h1 {
    font-size:2em;
    font-weight: bold;
    text-align:left;
    padding-top: 0px;
    padding-bottom: 12px;
    margin: 0;
}

h2 { font-size:1.3846em;
    text-align:left;
}
h3 { font-size:1.0769em;
    text-align:left;
}
h4 { font-size:1em;
    text-align:left;
}

th,
td,
p,
ul,
dl,
ol,
h1,
h2,
h3,
h4 {
    font-family: Helvetica,Arial,Verdana,sans-serif;
}

body,
table,
tr,
td,
span,
div,
form {
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: top;
    text-align: left;
}

th {
    vertical-align: middle;
    text-align: center;
}

td.middle {
    vertical-align: middle;
}

td.center {
    text-align: center;
}

td.right,
th.right {
    text-align: right;
}

td.large {
    font-size:1.0769em;
}

p.large {
    font-size:1.0769em;
}

td.huge {
    font-size:2.0em;
    font-weight:bold
}


a:link {
    /* color: #8C1428; */
    color: #820A1E;
}
a:visited {
    color: #520C17;
}
a:active {
    /* color: #8C1428; */
    color: #820A1E;
}

a.white:link,
a.white:visited,
a.white:active {
    color: white;
    text-decoration: none;
}

a.nooutline {
    outline: none;
}

strong code,
h1 code,
h2 code,
h3 code,
h4 code {
    font-weight: bold;
}

p {
    margin-top: 0;
    margin-bottom: 1.5ex;
}

p.right {
    text-align: right;
}

table.tst td,
table.tst th {
    border: 1px solid red;
}

.bgblue {
    background-color:#001E64;
}

.fgblue {
    color:#001E64;
}

.bgred {
    /* background-color:#8C1428; */
    background-color: #820A1E;
}

.fgred {
    /* background-color:#8C1428; */
    color: #820A1E;
}

.bglgrey {
    background-color:#F2F2F2;
}

/* }}} */
/* {{{ Search */

table.contactsearch {
    vertical-align:bottom;
    color:white;
    font-size:15px;
}

table.contactsearch td.search {
    padding-top: 10px;
}

div.search {
    background-color: #828282;
    border: 1px solid white;
    vertical-align: middle;
    text-align: center;
    padding-left:4px;
    padding-right:4px;
    padding-top:5px;
    padding-bottom:5px;
}

input.searchtext {
    color: white;
    background-color: #828282;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 15px;
    vertical-align: middle;
}

input.searchperform {
    position: absolute;
    visibility: hidden;
    top: 0;
    right: 0;
}

/* }}} */
/* {{{ Navigation */

table.navtree {
    background-color: #001E64;
    color: white;
    font-size: 95%;
    font-weight: bold;
}

table.navtree a:link,
table.navtree a:visited,
table.navtree a:active {
    color: white;
    text-decoration: none;
}

table.navtree td {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 10px;
}

td.seltopicexpanded {
    background-color: #606060;
}

td.seltopic,
td.selsubtopic,
td.selsubsubtopic {
    /* background-color: #8C1428; */
    background-color: #820A1E;
}

table.navtree td.subtopic,
table.navtree td.selsubtopic,
table.navtree td.selsubtopicexpanded {
    padding-left: 25px;
}
table.navtree td.subsubtopic,
table.navtree td.selsubsubtopic,
table.navtree td.selsubsubtopicexpanded {
    padding-left: 35px;
}

td.subtopic,
td.selsubtopicexpanded,
td.subsubtopic {
    background-color: #D0D0D0;
    color: #606060;
}

td.subtopic a:link,
td.subtopic a:visited,
td.subtopic a:active,
td.selsubtopicexpanded a:link,
td.selsubtopicexpanded a:visited,
td.selsubtopicexpanded a:active,
td.subsubtopic a:link,
td.subsubtopic a:visited,
td.subsubtopic a:active {
    color: #505050;
}

td.subsubtopic,
td.selsubsubtopic {
    font-weight: normal;
}
/* }}} */
/* {{{ Content area */

td.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* }}} */
/* {{{ Footer */

td.copyright {
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
    padding-bottom: 5px;
}

span.footer {
    color: white;
    font-size: 12px;
}

/* }}} */
/* {{{ Bullets */

table.bullets td.bullet {
    padding-top: .2ex;
    padding-bottom: .2ex;
}

table.bullets td.bullet div {
    white-space: nowrap;
}

table.bullets td.bullet img {
    vertical-align: baseline;
    padding-right: 2px;
    padding-bottom: 0.25ex;
}

table.bullets td.bullet ximg.small {
    padding-bottom: 0.35ex;
}

table.bullets td.bullet ximg.large {
    padding-bottom: 0.25ex;
}

table.bullets td.item {
    width: 100%;
    padding-top: .2ex;
    padding-bottom: .2ex;
}

/* }}} */
/* {{{ Roundedbox tables */

table.roundedbox td.header {
    color: white;
    font-weight: bold;
    font-size: 120%;
    vertical-align: middle;
    height: 30px;
    white-space: nowrap;
    width: 100%;
}

table.roundedbox td.content {
    padding-top: 10px;
    padding-bottom: 0px;
}

/* }}} */
/* {{{ Tables */

table.dgreyb {
    border-collapse:collapse;
}

table.dgreyb td,
table.dgreyb th {
    border: 1px solid #808080;
}

table.dgreyb td {
    padding: 3px;
}

table.dgreyb td.product {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

table.dgreyb td.spacer {
    border-left: 0;
    border-right: 0;
    height: 40px;
}

tr.lgrey td,
tr.lgrey th {
    background-color: #EEEEEE;
}
tr.mgrey td,
tr.mgrey th {
    background-color: #D0D0D0;
}

th.lgrey {
    background-color: #EEEEEE;
}
th.redonlgrey {
    background-color: #EEEEEE;
    /* color: #8C1428; */
    color: #820A1E;
}

td.mark {
    vertical-align: middle;
    text-align: center;
}

table.references td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* }}} */
/* {{{ News */

table.news {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;
}

table.news td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

table.news tr.newsyear td {
    background-color: #E6E6E6;
    font-weight: bold;
    border-top: 1px solid black;
}

/* }}} */
/* {{{ FAQ */

td.faqitopic {
    font-weight: bold;
    padding-top: 10px;
}

table.faqindex {
    margin-bottom: 20px;
}

td.faqanswer dt {
    /* font-weight: bold; */
}

td.faqanswer dd {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* }}} */
/* {{{ QF-Test header */

table.qftestheader {
    width: 100%;
    /* height: 50px; */
    margin-top: -13px;
    margin-bottom: 13px;
}

table.qftestheader td.claim {
    width: 100%;
    color: #828282;
    /* font-weight: bold; */
    font-size: 150%;
}

table.qftestheader td.pdf {
    white-space: nowrap;
}

/* }}} */
