﻿body {
    font-size: .7em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#header 
{
    background: url(ECN-TNO.png) no-repeat right top;
    min-height: 44px;
}

#footer, #menu, #leftpane #main, .chart_type, #login
{
    display: none;
}

h1 { font-size: 2.5em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5,h6 { font-size: 1em; }
h2 { padding-top: 1em; border-top: 1px solid #ddd; }
h2:first-child { padding-top: 0; border-top: none; }

input.number { width: 4em; }

table h4, table h5, table h6 { margin: .5em 0; }

table 
{
    border-collapse: collapse;
}
td, th 
{
    border: thin solid #ccc;
    padding: .1em .5em;
    text-align: left;
}
td.indent 
{
    width: 1px;
    border: none;
    border-left: thin solid transparent;
}
th 
{
    font-weight: bold;
}

table.values td, table td.number
{
    text-align: right;
    white-space: nowrap;
}

.spritegraph 
{
    display: inline-block;
    vertical-align: top;
}

.preline { white-space: pre-line; }