﻿body
{
    margin: 0;
    padding: 0;
    background-color: #050505;
    color: #EEEEEE;
    font-family: Verdana, Arial;
    font-size: 11px;
    background-image: url("http://www.pardus.at/images/bgoutspace1.gif");
}

a, a:visited, a:active
{
    color: #DDDDFF;
}

a:hover
{
    text-decoration: none;
}

h2
{
	color: #FFCC00; margin: 3px 0 5px 0;
}

h3
{
	font-size: 120%; font-weight: bold; line-height: 1em; margin: 4px 0 4px 0; color: #FFCC00; text-decoration: none;
}
    	
#nav
{
	width: 100%;
	height: 32px;
	margin: 0 0 3px 0;
	background-color: #000044;
	border-bottom: solid 3px #050505;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#nav td
{
	padding: 1px 7px 1px 7px;
	vertical-align: middle;
}

.version
{
	color: #999999; 
	font-size: 90%;
	font-weight: bold;
	margin-right: 30px;
}

#reportGridContainer
{
    width: 765px;
    position: absolute;
    top: 70px;
}

#reportGrid td
{   
    white-space: nowrap;
    overflow: hidden;
}

.reportGridHeader td
{
    background-color: #000044;
    font-weight: bold;
    padding: 3px 0 3px 0;
    text-align: center;    
}

.amber
{
    background-color: #FFCC00;
    color: #000020;
}

.red
{
    background-color: #993300;
    color: #FFFFFF;
}

#detailsTable
{
    background-color: #00002C;
    border: solid 1px #DDDDFF;
    float: right;
    position: fixed;
    top: 72px; 
    left: 773px;
    display: none;
	z-index: 5;
}

#detailsTable tbody td, #commoditiesTable tr td
{
    text-align: center; 
    padding: 2px 5px 2px 5px;
}

#commoditiesTable
{
    background-color: #00002C;
    border: solid 1px #DDDDFF;
    float: right;
    position: fixed;
    top: 72px; 
    left: 830px;
	z-index: 5;
}

