﻿/*menu lateral esquerdo */
#vertmenu {
    font-size: 100%;
    padding: 1px;
    margin-left: 5px;
	margin-bottom: 10px;
    width:95%;
    display:inline-block;
    text-align: center;
    background: #297542;
}
#vertmenu h1 {
    display: block;
    background-color: #FF9900;
    padding: 3px 0 5px 3px;
    border: 1px solid #000;
    color: #333;
    margin: 0px;
    width: 100%;
}
#vertmenu ul {    
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#vertmenu ul li {
    margin: 0px;
    padding: 0px;
    padding-left: 1px;
    padding-right: 1px;
}
#vertmenu ul li a {
    font-size: 90%;
    font-weight:bold;
    display: block;
    border-bottom: 1px dashed black;
    padding: 6px 0px 6px 0px;
    text-decoration: none;
    color: white;
    width:100%;
    
}
#vertmenu ul li.last > a {
    border-bottom: none;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
    color: #000;
    background-color: #EEE;
}
#vertmenu ul li.selected a {
    background-color: #FFF;
    color: #000;
}

/* lista lateral esquerda */
#vertlist {
    font-size: 90%;
    padding: 1px;
    margin-left: 5px;
	margin-bottom: 10px;
    width:95%;
    display:inline-block;
    text-align: left;
    background: #297542;
}
#vertlist h1 {
    font-size: 100%;
    display: block;
    background-color: red;
    padding: 0;
    margin: 0;
    display: block;
    color: #333;
    width: 100%;
}
#vertlist ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#vertlist ul li {
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 90%;
    font-weight:bold;
    display: block;
    border-bottom: 1px solid black;
    padding: 5px 1px 5px 1px;
    text-decoration: none;
    color: White;
    width:98%;
}

/* corpo página em geral */
html, body {
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #696969;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    padding: 0 0 10px 0;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
    margin-top: 1px;
    margin-bottom: 1px;
}
#page {
    background-color: #FFF;
    border: solid 2px black;	
	min-width: 790px; /* width + border for IE 5.x */
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;    
    min-height: 500px;
}

#header {
    margin-bottom: 8px;
    padding: 0;   
    vertical-align:top;
    height:95px;
    border-bottom: 3px solid black;
    
}
#header label {
    line-height: 2em;
    padding: 5px 0;
    margin: 0;
}

#left {
	margin-left: auto;
	margin-right: auto;
	float:left;
	width: 230px;
	position: relative;
}
#middle {
    border-left: solid 3px black;
    padding: 15px 15px 15px 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    margin-left: 230px;
    min-height:360px;
    vertical-align:top;
    position: relative;
}
#middleDef {
    padding: 3px 15px 10px 15px;
    _height: 1px;
    margin-left: auto;
	margin-right: auto;    
    vertical-align:top;
    position: relative;    
    height:72%;
}
#mainDef {
    margin-left: auto;
	margin-right: auto;
}
#main {
	height: 99%;	
	width: 99%;
	padding: 2px;
}
#title {
    text-align:left;   
    height:72px;
    _height:80px;
    padding-top:2px;
    padding-left:2px;
}

#title div {
    float:left;
    margin-right: 5px;
    width:20%;
    padding:10px 10px 10px 10px;
    text-align:center;
}
#title h1 {
    float:left;
    width:75%; 
    text-align:center;
    border-right:30px;
}
#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}
.clear {
    clear: both;
}
.error {
    color:red;
}
#logindisplay {
    font-size:90%;
    float:right;
    text-align:right;
    color: Black;
}
#logindisplay a:link {
    color: Black;
    text-decoration: underline;
}
#logindisplay a:visited {
    color: Black;
    text-decoration: underline;
}
.field-validation-error {
    color: #ff0000;
    font-size:large;
    font-weight:bold;
}
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-size:large;
     font-weight:bold;
    
}
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    font-size:large;
}
form {
    margin: 0px;
}

/* colunas de algumas tabelas */
.tdExt01 {
    background-color: #297542;
    font-weight: bold;
}
.tdExt01dark {
    background-color: DarkGreen;
    font-weight: bold;
    color: #FFF;
}
.tdExt02A {
    height: 6px;
}
.tdExt02B {
    height: 40px;
}

.tdExt02 {
   text-align:left;
}
.tdExt02, .tdExt02A, .tdExt02B {
    background-color: #EEE;
    font-weight:inherit;    
}
.tdExt03 {
    background-color: #FFF;
    font-weight:inherit;
    text-align:left;
}

#dv2ListaExtratos table.htab {
    background-color: #FFF; 
    margin-bottom: 0px;
    border: inherit;
}

/* maioria das tabelas */
.tabExt, #dvSolicitarMaq table, #dvAlterarSenha table, #ExFechados table, #dvConsRede,
#dvFuncoesCartao, #dvComprasAb, #dvAltSenha, #dvListarInclusoes table, #dvTrataAcao table,
#dvAlteraLimite, #dvInclusaoCartao, #dvExtFechados, #dvListarCartoes table {
    width:100%;
    font-size: 0.6em;
    color: #000;
    text-align: center;
    font-weight: bold;
    border: solid 1px black;
    margin-bottom: 10px;
}

#dvListaInclusoes table,  #dv2ListaCartoes table, #dvExtAbertos table, #dv2ListaExtratos table,
#dvListaFuncoesCartao table, #dvListaComprasAb table, #gridpage table, #dvListaExtFechados table {
    width:100%;
    font-size: 0.6em;
    color: #000;
    text-align:center;
    font-weight: normal;
    border: solid 1px black;
    margin-bottom: 5px;
    overflow:hidden;    
}

#dvComprasAb table tr td, #dvAltSenha table tr td, #dvListaCartoes table tr td,
#dvFuncoesCartao table tr td, #dvTrataAcao table tr td, #dvAlteraLimite table tr td,
#dvConsRede table tr td {
    width: 50%;
}

#dvConsRede {
    margin-bottom: 0px;
    background-color: #EEE;
}

#gridpage table {
    margin-top: 5px;
    margin-bottom: 1px;
}

.col1 {
    text-align:right;    
}
.col2 {
    text-align:left;
}

#MsgSenha, #MsgSolicitacao, #MsgInclusao {
    color: Red;
    font-size:1em;
    font-weight: bold;
    text-align:center;
    vertical-align:middle;
}
#MsgSenha p, #MsgSolicitacao p {
    width:100%;
    height: 15px;
}

.tabInclusao select {
    width:140px;
}

.panelInfos {
    width:100%;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 15px;
}

.input {
    width: 200px;
}

/* página de mapa */
#dvPainelMap  {
    float: left;
    width: 30%;
    margin: 1px;
    display: inline-block;
}
#dvPainelMap h3 {
    margin: 0px;
}
#dvPainelMap p {
    font-size: 0.8em;
    margin-top: 4px;
}

/* caixa de mapa do google */
.jmap {
	height: 100%;
	width: 69%;
	_width: 100%;
	display: inline-block;
	border: solid 1px black;
}

/* paginação e link para impressão */
.linkp, .linkv {   
    font-size: 0.8em;
}
.linkp {
    text-align: right;
    margin: 3px;
}
.linkv {
    text-align: center;
}
.pagination {
    font-size: 0.8em;
    font-weight:normal;
    color: black;
    margin-top: 4px;
}
.pagination a {
    color: black;
    text-decoration: underline;    
}
.pagination span {
    margin-left: 4px;    
}

.MsgErro
{
	 color: Blue;
    font-size:large;
    font-weight: bold;
    text-align:center;
    vertical-align:middle;
}