﻿html, body 
{
    padding: 0px;
    margin: 0px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 0.8em;
}

#titlebar
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 54px;   
    z-index: 9999;
    background: #35495e;
}

#titlebar h1
{
    color: White;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 5px;
    display: block;
    padding-left: 10px;
}

#lnkMoreInfo
{
    position: absolute;
    z-index: 10000;
    right: 5px;
    top: 18px;
    color: White;
    font-size: 1.5em;
}

#divStatus
{
    position: absolute; 
    left: 10px; 
    bottom: 10px; 
    z-index: 99;  
    width: auto;
    height: auto;
    padding: 5px;
    background: White;
    border: 1px solid #35495e;
}

#divMoreInformation
{
    position: absolute; 
    top: 60px; 
    right: 10px; 
    z-index: 99;  
    width: 130px;
    height: auto;
    background: White;
    border: 1px solid #35495e;
    padding: 5px;
    font-size: 1.1em;
}

#divMoreInformation a 
{
    color: #000000;
    text-decoration: none;   
}

#divMoreInformation a:hover
{
    color: #000000;
    text-decoration: underline;   
}

#severity
{
    position: absolute; 
    bottom: 60px; 
    left: 10px; 
    z-index: 99;  
    width: 100px;
    height: 75px;
    background: White;
    border: 1px solid #35495e;
    padding: 5px;
}

#searchForm
{
    position: absolute; 
    bottom: 10px; 
    right: 40px; 
    z-index: 99;  
    width: auto;
    height: auto;
    padding: 5px;
}

#searchFormCollapsed
{
    position: absolute; 
    bottom: 10px; 
    right: 40px; 
    z-index: 99;  
    width: 50px;
    height: 50px;
}

.filterIcon
{
    cursor:pointer;
}

table .blueRow
{
    background-color: #35495e; 
    color: #ffffff;
}

.filterCheckBox
{
    float: right;   
}

.filterTable
{
    width: 235px; 
    margin-top: 5px;
    background: #e6e6e6;
    border: 1px solid #35495e;
}