﻿/********************************************** ELEMENTOS ************************************/
body
{
    margin-top: 0px;
    font-family: Verdana;
    font-size: 12pt;
}

div > a
{
    font-size: 7.3pt;
    font-weight: normal;
}

iframe
{
    padding-top: 20px;
    height: 650px;
}

table
{
    margin: 0 auto;
}

pnlMainContent > input[type=submit]
{
    border-radius: 5px;
    font-family: Verdana;
    font-weight: normal;
    font-size: 11pt;
    color: #4D4D4D;
    border: Solid 1px #55AA28;
    border: Solid 1px #55AA28;
}

/********************************************** CLASSES ************************************/

.mainContainer
{
    float: right;
    text-align: right;
    width: auto;
    padding-top: 0px;
    overflow: visible;
}

.panels
{
/*    font-size: 8pt;
    color: #999999;
    font-weight: bold;
    float: left;
    margin-top: 0px;
    width: 80px;*/
}

.titulo
{
    font-family: Calibri;
    font-size: 15p;
    color: #4D4D4D;
}

.submenu
{
    font-family: Calibri;
    font-size: 13p;
    color: #B3B3B3;
}

.icones
{
    margin: 0 auto;
    font-family: Calibri;
    font-size: 9p;
    color: #808080;
}

.colSubmenus
{
    background-color: White;
}

.submenu_selected
{
    background-color: #E6E6E6;
}

.fonte
{
    font-family: Calibri;
    color: #999999;
    font-size: 9pt;
}

.fontelegenda
{
    font-family: Verdana;
    color: #808080;
    font-size: 10pt;
}

.textbox
{
    color: #999999;
    font-family: Calibri;
    font-size: 9pt;
    height: 13px;
    width: 90px;
}

.combo
{
    color: #999999;
    font-family: Calibri;
    font-size: 9pt;
    height: 20px;
    width: 150px;
}

.msgBox
{
    font-family: Calibri;
    font-size: 15p;
    color: #4D4D4D;
    text-align: center;
}

.login
{
    width: 552px;
    height: 30px;
    font-family: Calibri;
    padding: 0px;
    overflow: hidden;
}

.button
{
    background-color: Transparent;
    border-style: none;
    font-family: Calibri;
    font-weight: bold;
    color: #999999;
    font-size: 10pt;
}

.footer
{
    font-family: Verdana;
    text-align: center;
    margin-top: 15px;
    font-size: 8pt;
}

.container
{
    width: 80%;
    height: 516px;
    border: Solid 1px Gray;
    margin: 0 auto;
    overflow: hidden;
    margin-left: 0;
}

.sideInfo
{
    background-image: url('../img/fundoItemFLista.png');
    width: 100%;
    font-size: 7pt;
}

.pnlMainContent
{
    font-family: Verdana;
    font-size: 10pt;
}

/***************************************** TARGET ELEMENTS ************************************/

#topBar
{
    width: 100%;
    border-bottom: Solid 1px Gray;
    height: 15px;
    background-image: url('../img/fundoStatus.png');
    color: White;
}
#divCollapse
{
    width: 100%;
    height: 100%;
    background-color: White;
    float: left;
}
#Flista
{
    width: 100%;
    height: 100%;
    float: left;
    background-color: White;
}
#CollapseExpand
{
    float: left;
    width: 17px;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
}
#CollapseExpand table tr td
{
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
}
#mapa
{
    width: 100%;
    height: 97%;
    float: left;
}
#directions
{
    width: 1024px;
    margin: 0 auto;
}

#display
{
    width: auto;
}

