﻿body
{
    margin: 0;
    padding: 0;
    background: #FFFFFF url( "images/bgdegrade.jpg" ) top left repeat-x fixed;
    text-align: center; /* hack para o IE */
}

#tudo
{
    width: 916px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    height: 818px;
}

#conteudo
{
    padding: 5px;
    background-color: #eee;
    width: 787px;
    height: 700px;
}


.style1
{
    width: 100%;
    height: 100px;
}
.style2
{
    width: 94px;
}
.LblHeader
{
    text-align: right;
    font-family: Verdana;
    font-size: x-small;
}

.LblFooter
{
    text-align: Center;
    font-family: Verdana;
    font-size: x-small;
}

.style3
{
    text-align: right;
    font-family: Verdana;
    font-size: x-small;
    width: 98px;
}
.style4
{
    text-align: right;
    font-family: Verdana;
    font-size: x-small;
    width: 46px;
}
.style7
{
    width: 106px;
}

.style9
{
    text-align: right;
    font-family: Verdana;
    font-size: x-small;
    width: 100px;
}

.style18
{
    width: 250px;
    height: 131px;
}
.style19
{
    height: 24px;
}

.style20
{
    height: 86px;
}
.BgModal
{
    background-color: #c0c0c0;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}
.button
{
    background-color: #fafafa;
    border: solid 1px black;
}
.button:hover
{
    background-color: #eaeaea;
    border: solid 1px black;
}
.textbox
{
    background-color: White;
    border: solid 1px black;
}
.textbox:hover
{
    background-color: White;
    border: solid 1px red;
}
.textboxfocus
{
    background-color: White;
    border: solid 1px red;
}
