﻿body
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS,Tahoma,Arial,Helvetica,Sans-Serif;
}

table
{
    padding: 0px;
        margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}


.filtros
{
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    border: solid #001358 1px;
    padding: 0px 2px 0px 2px;
}

.filtros2
{
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    padding: 0px 2px 0px 2px;
}

.labelCampoVerde
{
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 30pt;
    font-weight: bold;
    background-color: #ffffff;
    color: #008000;
    text-align: center;
    padding: 0px 2px 0px 2px;
}

.labelCampoVerdeMaior
{
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 40pt;
    font-weight: bold;
    background-color: #ffffff;
    color: #008000;
    text-align: center;
    padding: 0px 2px 0px 2px;
}

.labelCampoLaranja
{
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 30pt;
    font-weight: bold;
    background-color: #ffffff;
    color: #FF6600;
    text-align: center;
    padding: 0px 2px 0px 2px;
}

.labelCampoVermelho
{
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 30pt;
    font-weight: bold;
    background-color: #ffffff;
    color: #FF0000;
    text-align: center;
    padding: 0px 2px 0px 2px;
}

.labelCampoVermelhoMaior
{
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 40pt;
    font-weight: bold;
    background-color: #ffffff;
    color: #FF0000;
    text-align: center;
    padding: 0px 2px 0px 2px;
}

.Usuario
{
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    background-color: #ffffff;
    color: #001358;
    text-align: left;
    padding: 0px 2px 0px 2px;
}

.Titulo
{
    font-family: Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    background-color: #ffffff;
    color: #001358;
    text-align: center;
    background-position: center;
    padding: 0px 2px 0px 2px;
}

.inputdados
{
    background-color: #FFFFFF;
    color: #000000;
    border: solid #001358 1px;
    font-family: Trebuchet MS,Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 8pt;
    line-height: 8pt;
    padding-top: 0px !important;
    padding-top: 3px;
    padding-left: 2px !important;
    padding-left: 1px;
    margin-bottom: 3px;
    width: 97%;
    }



/* Utilizado para colocar o cabeçalho nos filtros da pesquisa */
.tarja
{
    margin: 0px;
    font-family: Verdana,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 13px;
    color: #FFFFFF;
    background-color: #001358;
    text-align:left;
}

.tarjaMaior
{
    margin: 0px;
    font-family: Verdana,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 35pt;
    font-weight: bold;
    /*line-height: 45px;*/
    color: #FFFFFF;
    background-color: #001358;
    text-align:left;
}
/* Utilizado para Rodapé ou qualquer outro tipo de divisão */
.divisao
{
    width: 100%;
    height: 16px;
    background-color: #001358;
    line-height: 16px;
}


.fundobanner
{
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    background-image: url("res/fundobanner.gif");
}

#copyright
{
    color: #0b4f6a;
    font-family: Trebuchet MS,Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 8pt;
}


/* Estilos para a tela de login */
.login
{
    background-image: url("res/login.png");
    width: 241px;
    height: 205px;
}


/* Estilos para a tela de alteração de senha */
.senha
{
    background-image: url("res/alterarsenha.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 2px 0px 2px;
    width: 241px;
    height: 205px;
}


/* Estilos para o Menu */

.menu
{
    /*background-color: #0091ca;*/
    background-color: #001358;
    color: #ffffff;
    font-family: Verdana, Trebuchet MS,Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 8pt;
}

.menuitem
{
    background-color: #dbdbdb;
    color: #0b4f6a;
    font-family: Verdana, Trebuchet MS,Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 8pt;
}

.fundomenu
{
    background-color: #001358;
}

.staticmenuhover
{
    background-color: #6d78b6;
    color: #ffffff;
    font-family: Verdana, Trebuchet MS,Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 8pt;
}

.staticmenuitemhover
{
    background-color: #001358;
    color: #ffffff;
    font-family: Verdana, Trebuchet MS,Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 8pt;
}


/* Estilos para os Grids */

.gridfooterstyle
{
    background-color: #CCCCCC;
    color: #000000;
}

.gridrowstyle
{
    background-color: #fbf0d0;
    color: #000000;
}

.gridselectedrowstyle
{
    background-color: #008A8C;
    color: #ffffff;
    font-weight: bold;
}

.gridpagerstyle
{
    background-color: #999999;
    color: #000000;
}


.gridheaderstyle
{
    background-color: #e85636;
    color: #ffffff;
    font-weight: bold;
}
.gridheaderstyle A:link
{
    color: #ffffff;
}
.gridheaderstyle A:visited
{
    color: #ffffff;
}
.gridheaderstyle A:active
{
    color: #ffffff;
}
.gridheaderstyle A:hover
{
    color: #ffffff;
}

.gridalternatingrowstyle
{
    background-color: #C5D0D4;
}

.frame
{
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    border-bottom: solid #001358 1px;
    border-left: solid #001358 1px;
    border-right: solid #001358 1px;
    border-top: solid #001358 1px;
}

.frameCampo
{
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    border-bottom: solid #001358 1px;
    border-left: solid #001358 1px;
    border-right: solid #001358 1px;
    border-top: solid #001358 1px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #001358;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    margin-top: 2px;
    cursor: pointer;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 2px;
    padding-top: 3px;
}

/*COLLAPSE PANEL*/
.collapsePanelHeader
{
    margin: 0px;
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align:left;
    /*background-color: #001358;*/
    background-color:#0099FF ;
    margin: 0;
}

.h1
{
    margin: 0px;
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 13px;
    color: #000000;
    text-align:left;
}

.h1Maior
{
    margin: 0px;
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 18pt;
    font-weight: bold;
    /*line-height: 13px;*/
    color: #000000;
    text-align:left;
}

.h1Fonte20
{
    margin: 0px;
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 20pt;
    font-weight: bold;
    /*line-height: 13px;*/
    color: #000000;
    text-align:left;
}

.h1Azul
{
    margin: 0px;
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 30px;
    font-weight: bold;
    /*line-height: 13px;*/
    color: #0000FF;
    text-align:left;
}


.h1Verde
{
    margin: 0px;
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 30px;
    font-weight: bold;
    /*line-height: 13px;*/
    color: #008000;
    text-align:center;
}

.h1Laranja
{
    margin: 0px;
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 30px;
    font-weight: bold;
    /*line-height: 13px;*/
    color:  #FF6600;
    text-align:center;
}

.h1Vermelho
{
    margin: 0px;
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 30px;
    font-weight: bold;
    /*line-height: 13px;*/
    color:  #FF0000;
    text-align:center;
}

.labelMeta
{
    font-size: 12pt;
    font-weight: bold;
}

.CampoRelatorio
{
    font-family: Trebuchet MS,Verdana,Tahoma,Franklin Gothic Medium,Arial Black,Helvetica,Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    text-align: left;
    padding: 0px 2px 0px 2px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.framecontent
{
    position: relative;
    width: 50%;
    height: 50%;
    background-color: #fff;
    color: white;
    margin-left: 30%;
    margin-top: 20%;
}

#maincontent
{
    position: fixed;
    top: 130px; /*Set top value to HeightOfFrameDiv*/
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
}

.innertube
{
    margin: 15%; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.principal
{
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
}

/*AutoComplete flyout */

.autocomplete_completionListElement
{
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: circle;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}

.watermarked
{
    background-color: #FFFFFF;
    color: gray;
    border: solid #001358 1px;
    font-family: Trebuchet MS,Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 8pt;
    line-height: 8pt;
    padding-top: 0px !important;
    padding-top: 3px;
    padding-left: 2px !important;
    padding-left: 1px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 97%;
}

/*Drag Panel*/
.dragMe
{
    width: 100%;
    height: 21px;
    background-color: #FFF;
    background-image: url(images/header-opened.png);
    text-align: center;
    cursor: move;
    font-weight: bold;
}

.overflowHidden
{
    overflow: hidden;
}

.overflowScroll
{
    overflow: hidden;
}

.LabelPainel
{
    cursor: pointer;
    font-weight: bold;
    font-size: 20pt;
    color: #4F81BD;
}

body
{
    margin: 0;
    padding: 0;
    text-align: center; /* hack para o IE */
}
#tudo
{
    width: 1000px;
    margin: 0 auto;
    padding: 3px;
    text-align: left; /* "remédio" para o hack do IE */
}
