﻿body 
{
    overflow:auto;
}

table
{
    width:100%;
    height:100%; 
    z-index:3;
}

div#BackTop
{    
    background-image: url("../App_Themes/Imagens/fundoTop.jpg");
    background-repeat: no-repeat;
    height: 116px;
    width: 800px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 00px;
    padding-bottom: 00px;
    text-align: left;
    z-index:1;
}

div#Menu
{    
    height: 136px;
    width: 800px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 00px;
    padding-bottom: 00px;
    text-align: left; 
    position:absolute;
    display: none;
    z-index: 10;
    cursor: crosshair;
}

div#BackDown
{    
    background-image: url("../App_Themes/Imagens/fundoDown2.JPG");
    background-repeat: no-repeat;
    height: 450px;
    width: 800px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 00px;
    text-align: left;
    z-index:1;
}

.DDL
{
    border-style:solid;
    border-color:#BCD903;
    color:#4484B6;
    width:200px;
}