﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
     margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    height: 100%;
    overflow: auto;
}


/* Div
----------------------------------------------------------*/

Div#Topo
{
    width: 100%;
    border-bottom: 1px solid;
    position: relative;
    top: 0px;
    height: 65px;
    left: 0px;
}

Div#Titulo
{
    width: 100%;
    border-bottom: 1px solid;
    height: 35px;
    position: relative;
    top: 0px;
    left: 0px;
}

Div#TituloEsquerdo
{
    font-family: Verdana;
    text-align: justify;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    float: left;
    width: 47%;
    left: 2px;
    position: relative;
    top: 0px;
}

Div#TituloDireito
{
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #999999;
    float: right;
    width: 40%;
    left: 0px;
    text-align: right;
    position: relative;
    top: 0px;
}

Div#Menu
{
    height: 22px;
    background-image: url("../Images/fundo_preto3.gif");
    background-repeat: repeat;
}

Div#MenuEsquerdo
{
     position: absolute;
    left: 10px;
    width: 80%;
    float: left;
    width: 90%;
}


Div#MenuDireito
{
    height: 18px;
    float: right;
    width: 3%;
}

Div#Conteudo
{
    width: 100%;
    height: 100%;
}

Div#Rodape
{
    height: 100%;
    clear: both;
    background-image: url('../images/fundo-rodape.jpg');
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 11px;
    height: 25px;
    padding-top: 8px;
    text-align: center;
    position: fixed;
    vertical-align: middle;
    bottom: 1px;
    width: 100%;
    left: 1px;
}

Div#Consulta
{
    width: 980px;
    height: 100%;
    padding: 1px;
    text-align: left;
    background-color: #e6e6e6;
    border: 2px solid #cc0000;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 1%;
}

Div#Login
{
    width: 355px;
    height: 180px;
    padding: 1px;
    background-color: #e6e6e6;
    border: 2px solid #cc0000;
    
}
/*******fim div***********/


/********* GridView *********/

.GridView
{
    border-width: 1px;
    border-color: #838181;
    font-family: Arial;
    font-size: 10px;
    border-collapse: collapse;
    border: solid 1px #838181;
}

table.GridView td, th
{
    border: solid 1px #838181;
}
.HeaderStyle
{
    background-color: Silver;
}
.HeaderStyle a
{
    color: #424242;
    text-decoration: none;
    font-size: 11px;
}
.HeaderStyle a:hover
{
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

.AlternatingRowStyle
{
    background-color: White;
}

.PagerStyle
{
    background: #ECECEC;
}
.PagerStyle table
{
    margin: 2px 0;
}
.PagerStyle td
{
    border-width: 6;
    padding: 5px;
    border-left: solid 1px #666;
    font-weight: bold;
    font-size: 14px;
    color: Black;
    line-height: 11px;
}
.PagerStyle a
{
    color: #424242;
    text-decoration: none;
    font-size: 11px;
}
.PagerStyle a:hover
{
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

/*******fim gridview***********/


/*******Componentes***********/

fieldset
{
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 10px;
    border: solid 1px #CCCCCC;
}

legend
{
    font-size: 9pt;
    font-family: Arial;
    /*font-style: italic;*/
}

br
{
    clear: left;
}


.divLabel
{
    margin-left: 5px; 
    margin-top:5px;
    padding:4px;
    position: absolute;
}

.divTextBox
{
    margin-left:170px;
    margin-top:1px;
    padding-top:5px;
}

.label7pt
{
    font-family: Arial;
    font-size: 7pt;
}

.label8pt
{
    font-family: Arial;
    font-size: 8pt;
}

.label9pt
{
    font-family: Arial;
    font-size: 9pt;
}

.label10pt
{
    font-family: Arial;
    font-size: 10pt;
}

.label11pt
{
    font-family: Arial;
    font-size: 11pt;
}

.label11ptNegrito
{
    font-family: Arial;
    font-size: 11pt;
	font-weight: bold;
}


.label8ptNegrito
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
}

.label9ptNegrito
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

.labelTitulo
{
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
}

.label8ptVermelho
{
    font-family: Arial;
    font-size: 8pt;
    color: Red;
}

.label9ptVermelho
{
    font-family: Arial;
    font-size: 9pt;
    color: Red;
}

pull-right {
  float: right;
}

