﻿html
{
    font-family: 'Segoe UI',Verdana;
    background-color: #f7f7f7;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

body
{
    font-family: 'Segoe UI',Verdana;
    font-size: 9pt;
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}

.separator
{
    margin-top: 5px!important;
    padding-top: 5px!important;
}

    .separator span
    {
        display: block;
    }

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: .7;
}

.frame
{
    position: absolute;
    font-family: 'Segoe UI';
    font-size: 8pt;
    padding: 2px 3px;
    width: 85%;
    top: 100px;
}

.body
{
    background-color: #f2f2f2;
    border-color: gray;
    border-style: solid;
    border-width: 0 1px;
    padding: 10px;
}

td.ClientHeader
{
    color: #000;
    font-weight: 700;
    background: url(../images/title.png) left top repeat-x;
    border-bottom: 1px solid #A0A0A0;
}

.header
{
    cursor: move;
    background: url(../images/sprite.png) 0 -200px repeat-x;
    color: #000;
    border-bottom: solid 1px #ccc;
    padding: 3px 10px;
}

    .header .msg
    {
        font-weight: 700;
    }

.footer
{
    text-align: right;
    background: url(../images/sprite.png) 0 -200px repeat-x;
    color: #000;
    border-top: solid 1px #ccc;
    padding: 5px 3px;
}

.box
{
    position: fixed;
    margin-left: -150px;
    margin-top: -150px;
    top: 50%;
    left: 46.1%;
}
