/*****************************************************************************
* Stylesheet for caching results file pages (including progressbars)         *
******************************************************************************
*     $Author: villek $ 
*       $Date: 2010-03-19 11:44:58 $ 
*   $Revision: 1.5 $ 
******************************************************************************
* COPYRIGHT NOTICE                                                           *
* Copyright 2008-2009 Matrix Science Limited  All Rights Reserved.           *
*                                                                            *
* This program may be used and modified within the licensee's organisation   *
* provided that this copyright notice remains intact. Distribution of this   *
* program or parts thereof outside the licensee's organisation without the   *
* prior written consent of Matrix Science Limited is expressly forbidden.    *
******************************************************************************/

body {
    background: white;
    color: black;
}

div.stream {
    position: relative;
    padding: 0;
    margin: 3.6em 1em 0 0.5em;
    height: 28.8em;
}

div.stream div {
    width: 100%;
    position: absolute;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    height: 3.6em;
    line-height: 1.4em;
    font-size: 0.8em;
}

div.stream div h2 {
    background: white;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 15em;
    z-index: 1;
}

div.stream div p {
    position: absolute;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    top: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: white;
    border-bottom: 1px solid black;
}

div.stream div p img {
    height: 1em;
    width: 1em;
    padding: 0;
    margin: 0;
}

div.stream div.warning p,
div.stream div.error p {
    position: static;
    height: auto;
    overflow: visible;
    border: none;
    margin: 1em;
}

div.stream div.warning p { margin: 0; }

div.stream div p span { 
    margin-left: 15em; 
}

div.stream div.warning p span,
div.stream div.error p span {
    margin-left: 0.5em;
}

div.stream div p.clear-progressbar,
div.stream div p.progressbar { 
    position: absolute;
    top: 1.2em;
    left: 0;
    padding: 0.1em 0;
    background: green;
    color: white;
    border: 1px solid;
    border-color: #ddd #555 #555 #ddd;
    text-align: center;
}

div.stream div p.clear-progressbar { 
    background: white;
    border: 1px solid;
    border-color: white;
    width: 100%;
}

div.stream div.error {
    width: 100%;
    height: 100%;
    z-index: 10;
    background: white;
    font-size: 1em;
    margin: 0;
    padding: 0.1em;
}

div.stream div.warning {
    overflow: auto;
    width: auto;
    height: auto;
    z-index: 10;
    background: white;
    font-size: 1em;
    border: 1px solid black;
    margin: 0;
    padding: 0.1em;
    color: red;
}

div.stream div.done {
    top: -3.6em;
}

div.stream div.generic {
    top: -3.6em;
}

div.stream div.ci {
    top: 0em;
}

div.stream div.perc {
    top: 3.6em;
}

div.stream div.rf {
    top: 7.2em; 
}

div.stream div.ap {
    top: 10.8em;
}

div.stream div.gp {
    top: 14.4em;
}

div.stream div.cc {
    top: 18em; 
}

div.stream div.quant {
    top: 21.6em;
}

div.stream div.ul {
    top: 25.2em;
}


