﻿html
{
    height: 100%;
}

body
{
    height: 100%;
    font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-image: url("../Imagens/img_bg800.gif");
    background-repeat: repeat-y;
    background-position: center top;
}

.page
{
    width: 802px;
    margin: 0px auto 0px auto;
    border-left: 1px solid silver;
    border-right: 1px solid sivler;
    border-bottom: 0px solid #496077;
    height: 100%;
    height: 100vh !important;
}

.main
{
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    font-family: Verdana;
    font-weight: normal;
}

.header
{
    position: relative;
    background-image: url("../Imagens/img_banner.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px;
    padding: 0px;
    height: 100px;
    width: 100%;
}

.header h1
{
    background-image: url("../Imagens/logo_pmc_cor197x60.gif");
    background-repeat: no-repeat;
    background-position: center center;
    font-weight: 700;
    margin: 15px 10px 15px 5px;
    height: 70px;
    padding: 00px;
    color: black;
    border: none;
    line-height: 2em;
    font-size: 2.5em;
    font-family: Tahoma;
    font-weight: normal;
    text-transform: capitalize;
    text-indent: 80px;
    width: 240px;
    float: left;
    cursor: pointer;
}

.versionInfo
{
    text-align: right;
    margin: 3px 10px 0px 10px;
    font-family: Tahoma;
    font-size: 7.5pt;
}

.avisos
{
    margin: 8px 0 8px 0;
    text-align: center;
    font-family: Tahoma;
    font-size: 8pt;
    color: red;
}

/*****************/

input[type="text"], input[type="password"]
{
    border: 1px solid gray;
    padding: 2px 2px 2px 2px;
}

input[type="button"], input[type="submit"]
{
    border: gray 1px solid;
    font-family: verdana;
    font-size: 12px;
    cursor: hand;
    width: 100px;
    height: 30px;
}

input[type="button"]:hover, input[type="submit"]:hover
{
    background-color: #ccccff;
}

/*****************/

table
{
    font-family: verdana;
}


#backGroundModal
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: gray;
    z-index: 99;
    opacity: 0.6;
    width: 100%;
    filter: alpha(opacity=60);
}
#mensagem
{
    position: absolute;
    left: 20%;
    top: 40%;
    width: 60%;
    background-color: White;
    text-align: center;
    z-index: 100;
    padding-bottom: 10px;
    border: 2px solid #00659A;
}
#mensagem span
{
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
#mensagem div
{
    width: 100%;
}
#mensagem div div
{
    float: left;
    width: 49.7%;
}
#mensagem div div input
{
    width: 100px;
}
#mensagem div div input#btnOk
{
    float: right;
    margin: 2px;
}
#mensagem div div input#btnCancelar
{
    float: left;
    margin: 2px;
}
