﻿html, body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial;
}
.header
{
    background: #999;
}
.header h2
{
    margin: 0px;
    padding: 10px;
    color: #fff;
}
.content
{
    margin: 1em;
}
.content .section, .content table 
{
    margin-left: 3em;
}
.content table tr:nth-child(odd) td
{
    background: #f9f9f9;
}
.content table td
{
    width: 25%;
}
.content table td:first-child
{
    width: 50%;
}
.content table td:first-child span
{
    padding-left: 10px;
}
.content span
{
    font-size: 1.2em;
    display: block;
    padding: .15em 0;
}
.pbar
{
    width: 90%;
    height: 15px;
    background-color: #fff;
    border: solid 1px #aaa;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: inset 0px 5px 5px #eee;
    -webkit-box-shadow: inset 0px 5px 5px #eee;
    -moz-box-shadow: inset 0px 5px 5px #eee;
    -ms-box-shadow: inset 0px 5px 5px #eee;
}
.pbar-running
{
    background-image: url(../rapmlsimages/progressBar.gif);
}
.pbar-done
{
    background: #9ab1c2;
}
.pbar-error
{
    background: Red;
}