html, body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
}

form
{
    margin: 0;
    padding: 0;
}

h1
{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 10%;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-size: small;
    line-height: 48px;
    vertical-align: middle;
}

h1 img
{
    margin-left: 8px;
    vertical-align: middle;
}

#Fields h1
{
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #000;
    font-size: xx-large;
    line-height: 100%;
    font-weight: bold;
}

#Fields h1 img
{
    margin-left: 0px;
}

#Fields, div.CenterPane
{
    position: absolute;
    left: 0px;
    top: 10%;
    width: 100%;
    height: 80%;
    overflow: auto;
}

div.LeftPane
{
    position: absolute;
    left: 0px;
    top: 10%;
    width: 30%;
    height: 80%;
    overflow: auto;
    border-right: 2px solid #999;
}

div.RightPane
{
    position: absolute;
    left: 30%;
    top: 10%;
    width: 70%;
    height: 80%;
    overflow: auto;
}

#Fields>p, #Fields div.Spacer, div.CenterPane>p, div.CenterPane div.Spacer
{
    margin: 8px;
}

#Buttons
{
    position: absolute;
    left: 0px;
    top: 90%;
    width: 100%;
    height: 10%;
    background-color: #000;
    color: #fff;
}

#Buttons a, #Buttons input
{
    float: left;
    color: #fff;
    display: block;
    width: 130px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: small;
    text-decoration: none;
    margin: 8px;
    background: #8fd400 url("http://www.data.virtualinterconnect.com/images/buttons/130x32greenoff.jpg") no-repeat;
    border: 0;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

#Buttons a:hover, #Buttons input.ButtonOver
{
    background: #33ff00 url("http://www.data.virtualinterconnect.com/images/buttons/130x32greenon.jpg") no-repeat;
}

#Buttons a.ButtonOK, #Buttons input.ButtonOK
{
    float: right;
}

#Buttons a.ButtonBlinking
{
    background: #8fd400 url("http://www.data.virtualinterconnect.com/images/buttons/130x32pulsating.gif") no-repeat;
}


