﻿.main
{
    width: 100%;
}

.logo
{
    width: 164px;
    height: 80px;
    min-width: 164px;
    background-image: url(images/topo/logo.gif);
    background-repeat: no-repeat;
    float: left;
}
.curva
{
    width: 170px;
    height: 77px;
    min-width: 170px;
    background-image: url(images/topo/curva.gif);
    background-repeat: no-repeat;
    background-position: 10% 60%;
    float: left;
    z-index:10;
}
.painel-superior
{
    height: 30px;
    min-width: 1200px;
}

.degrade
{
    height: 30px;
    background-image: url(images/topo/degrade.gif);
    background-repeat: no-repeat;
    background-position: -130px 0px;
    width:420px;
    float:left;
}

.separador
{
    height: 30px;
    background-image: url(images/topo/separador.gif);
    background-repeat: no-repeat;
    width:100px;
    float:left;
    vertical-align:bottom;
    text-align:center;
}

.barras
{
    width: 100%;
    height: 50px;
    background-image: url(images/topo/barras.gif);
    background-position: bottom;
    min-width: 1200px;
}

.menu1
{
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
    color: white;
    height: 30px;
    vertical-align: text-bottom;
    text-align: left;
    
    position:absolute; 
    left:230px; 
    top:36px; 
    min-width: 900px;
}


.menu2
{
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
    color: white;
    height: 20px;
    vertical-align: text-bottom;
    text-align: left;
    
    position:absolute; 
    left:200px; 
    top:63px; 
    min-width: 900px;
}

.funcionalidades
{
    vertical-align:bottom;
    text-align:right;
    margin-top: 7px;
    margin-left: 200px;
    height: 20px;
    width: 230px;
    text-align: left;
    float: left;
}

.outras-funcionalidades
{
    margin-top: 5px;
    height: 20px;
    width: 350px;
    text-align: left;
    float: left;
}

.contextMenu
{
    min-width: 200px;
    }