﻿/* corpo página em geral */
html, body {
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #696969;
    height: 100%;
    /*background-color: #EAEAEA;*/
    background-repeat: repeat;
    background-image: url('backall.png');
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1.2em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 1.5em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    padding: 0 0 10px 0;
    font-weight: lighter;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
    margin-top: 1px;
    margin-bottom: 1px;
}
#page {
	width: 1000px; /* width + border for IE 5.x */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
    min-height: 800px;
}

#header {
    margin:0px;
    padding:1px;   
    vertical-align:top;
    height:85px;
}
#header label {
    line-height: 2em;
    padding: 5px 0;
    margin: 0;
}
#title {
    height: 100%;
    _height: 100%;
    padding-top: 2px;
    padding-left: 5px;
    background-image: url('back.png');
    background-repeat: no-repeat;
	vertical-align: middle;
}
#title_logo {
    background-position: center center;
    width: 20%;
    height:100%;
    background-repeat: no-repeat;
    background-image: url('logo.png');
    margin-right: 5px;
    float:left;
	clear:none;
}
#title_text {
	width: 60%;
    text-align: left;
	padding-top: 25px;
    margin-right: 94px;
    float:right;
	clear:none;
}
#title_text h1 {
	font-size: 1.5em;
	font-style: italic;
	color: Gray;
}

#left {	
    clear: left;
    float: left;
    margin: 0;
    width: 233px;
    margin-top: 2px;
}

#middletop {
    height: 15px;
    padding: 0px;
    margin-left: 230px;
    background-repeat:no-repeat;
    background-image: url('backht.png');
    margin-top: 3px;
}
#middlebottom {
    background-image: url('backhb.png');
    height: 15px;
    margin: 0px;
    padding: 0px;
    margin-left: 230px;
    background-repeat:no-repeat;
    margin-top: 0px;
}
#middle {
    padding: 10px 15px 15px 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    margin: 0px;
    margin-left: 230px;
    _margin-top: -3px;
    min-height:409px;
    clear:none;
    background-repeat:repeat-y;
    background-image: url('backh.png');
}
/*verificar onde é usado*/
#middleDef {
    height: 72%;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 15px 10px;
    position: relative;
    vertical-align: top;
}
#mainDef {
    margin-left: auto;
	margin-right: auto;
}
#main {
    height: 99%;
    padding: 2px;
    width: 99%;
}
/*Ajuste pate tela de mapa
#middletopmap {
    height: 16px;
    margin: 0px;
    padding: 0px;
    background-repeat:no-repeat;
    background-image: url('backhtmap.png');
    margin-top: 3px
}
#middlebottommap 
{
    height: 16px;
    margin: 0px;
    padding: 0px;
    background-repeat:no-repeat;
    background-image: url('backhbmap.png');
}*/
#middletopmap {
    height: 15px;
    padding: 0px;
    margin-left: 230px;
    background-repeat:no-repeat;
    background-image: url('backhtmap.png');
    margin-top: 3px;
}
#middlebottommap {
    background-image: url('backhbmap.png');
    height: 15px;
    margin: 0px;
    padding: 0px;
    margin-left: 230px;
    background-repeat:no-repeat;
    margin-top: 0px;
}
#middlemap {
    padding: 10px 15px 15px 10px;
    /*_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    _height: 1px;
    margin: 0px;
    _margin-top: -3px;
    margin-left: 230px;
    min-height:360px;
    clear:none;
    background-repeat:repeat-y;
    background-image: url('backhmap.png');
}

/*menu lateral esquerdo */
#vertmenutop, #vertmenubottom {
    padding: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: 13px;   
    background-image: url('backvt.png');
    background-repeat: no-repeat;
}
#vertmenubottom {
    background-image: url('backvb.png');
    margin-top: 0px;
    margin-bottom: 0px;
}
#vertmenu {
    font-size: 100%;
    padding: 3px 3px 3px 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 95%;
    height: 282px;
    display: inline-block;
    text-align: left;
    background-image: url('backv.png');
    background-repeat: repeat-y;
}
#vertmenu h1 {
    display: block;
    padding: 3px 0 5px 3px;
    border: 1px solid #000;
    color: #888888;
    margin: 0px;
    width: 100%;
}
#vertmenu ul {    
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#vertmenu ul li {
    margin: 0px;
    margin-bottom: 2px;
    padding: 0px;
    padding-left: 1px;
    padding-right: 1px;
}
#vertmenu ul li a {
    font-size: 80%;
    font-family: Tahoma;
    text-align: center;
    color: White;
    display: block;
    border-bottom: 1px none black;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    width:95%;
    background-image: url(menuvert.png);  
}
#vertmenu ul li.last > a {
    border-bottom: none;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
    color: Black;
    /*background-color: #EEE;*/
}
#vertmenu ul li.selected a {
    /*background-color: #FFF;*/
    color: #990000;
}

#vertmenuIni {
    font-size: 100%;
    padding: 1px;
    margin-left: 5px;
	margin-bottom: 10px;
    width:100%;
    display:inline-block;
    text-align: center;
}
#vertmenuIni h1 {
    display: block;
    background-color: #FF9900;
    padding: 3px 0 5px 3px;
    border: 1px solid #000;
    color: #333;
    margin: 0px;
    width: 100%;
}
#vertmenuIni ul {    
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#vertmenuIni ul li {
    margin: 0px;
    padding: 0px;
    padding-left: 1px;
    padding-right: 1px;
}
#vertmenuIni ul li a {   
    background-image: url(menuini.png);
    font-size: 90%;
    font-weight:bold;
    display: block;
    border-bottom: 1px none white;
    padding: 4px 0px 0px 0px;
    text-decoration: none;
    color: White;
    width:960px;
    height:30px;   
}
#vertmenuIni ul li.last > a {
    border-bottom: none;
}

#vertmenuIni ul li a:hover, #vertmenuIni ul li a:focus {
    color: #000;
    background-color: #EEE;
}
#vertmenuIni ul li.selected a {
    background-color: #FFF;
    color: #000;
}
#vertmenumap {
    font-size: 0.8em;
    margin-top: 0px;
    _margin-top: -5px;
    padding: 3px 3px 3px 10px;
    margin-bottom: 0px;
    width: 100%;
    height: 427px;
    display: inline-block;
    text-align: left;
    background-image: url('backv.png');
    background-repeat: repeat-y;
}

/* lista lateral esquerda */
#vertlist {
    width: 95%;
    height: 130px;
    padding: 20px 3px 3px 10px;
    margin-bottom: 10px;    
    display: inline-block;
    text-align: left;
    background-image: url('backv2.png');
    background-repeat: no-repeat;
}
#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: 2px;
    padding: 0px;
    padding-left: 1px;
    padding-right: 1px;
}
#vertlist ul li b {
    font-size: 8px;
    font-family: Tahoma;
    text-align: left;
    color: Gray;
    display: block;
    border-bottom: 1px none black;
    padding: 8px 0px 9px 0px;
    text-decoration: none;
    text-indent: 10px;
    width:95%;
    background-image: url(vertlist.png);
    height: 20px; 
}

/* lista lateral direita */
#vertlistdir {
    padding: 6px 3px 3px 10px;
    text-align: justify;
}
#vertlistdir ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#vertlistdir ul li {
    background-image: url("vertlistdir.png");
    color: Gray;
    display: block;
    font-family: Tahoma;
    font-size: 80%;
    padding: 8px 0;
    text-decoration: none;
    width: 208px;
    text-indent: 8px;
}

.teste{		
	float:left; 
	width:70%;
}
#Phrase{
	width: 100%;
}

#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;
    color: White;
    margin-right: 20px;
    margin-top:-22px;
    background-image: url(btnsair.png);
    background-position: right center;
    background-repeat: no-repeat;
}*/
#logindisplay input[type="submit"]{
    
    margin-top:-32px;
    margin-right:5px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnsair.png) no-repeat right center;	
    border: none;
    width:65px;  
    height:27px;	
    position: inherit;
    margin-bottom: 10px;
    float:right;
}




#logindisplay input[type="submit"]:hover {
    
    margin-top:-32px;
    margin-right:5px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnsairclick.png) no-repeat right center;	
    border: none;
    width:65px;  
    height:27px;	
    position: inherit;
    margin-bottom: 10px;
    float:right;
}
#logindisplay a:link {
    color: White;
    text-decoration: none;
}
#logindisplay a:visited {
    color: White;
    text-decoration: none;
}
.field-validation-error {
    color: #ff0000;
}
.input-validation-error {
    border: 1px solid #000000;
    background-color: #F4FDDB;
}
.validation-summary-errors {
    /*font-weight: bold;*/
    color: Orange;
}
form {
    margin: 0px;
}

/* colunas de algumas tabelas */
.tdExt01 {
    background-color: #747474;
    color: #ffffff;
    border: solid 1px Gray;
}
.tdExt01dark {
    background-color: #747474;
    font-weight: bold;
    color: #FFF;
}
.tdExt02A {
    height: 6px;
}
.tdExt02B {
    height: 40px;
}

.btnincluircartao input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnincluir.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;    
}

.btnincluircartao input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnincluirclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}

.btngerarelatorio input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btngerarelatorio.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;    
}

.btngerarelatorio input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btngerarelatorioclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}


.btnlistarcartoes input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnlistarcartoes.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}
.btnlistarcartoes input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnlistarcartoesclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}
.btnsolicitar input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnsolicitar.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;    
}

.btnsolicitar input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnsolicitarclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}
.btnalterarlimite input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnalterarlimite.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;    
}

.btnalterarlimite input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnalterarlimiteclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}
.btnincluircartao input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnincluircartao.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;    
}

.btnincluircartao input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnincluircartaoclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}
.btnsolicitarsenha input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnsolicitarsenha.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;    
}

.btnsolicitarsenha input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnsolicitarsenhaclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}
.btnalterarlimitecredito input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnalterarlimitecredito.png) no-repeat center center;	
    border: none;
    width:115px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;    
}

.btnalterarlimitecredito input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnalterarlimitecreditoclick.png) no-repeat center center;	
    border: none;
    width:115px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}
.tdExt02, .tdExt02A, .tdExt02B {
    background-color: #EEE;
    font-weight:inherit;
}
.tdExt03 {
    background-color: #FFF;
    font-weight:inherit;
}

#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: hidden 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: hidden 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  {
    display: inline-block;
    float: left;
    margin: 1px;
    width: 30%;
}
#dvPainelMap h3 {
    margin: 0px;
}
#dvPainelMap p {
    font-size: 0.8em;
    margin-top: 4px;
}

/* caixa de mapa do google */
.jmap {
	height: 400px;
	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;    
}

/*forms */
.clogin span {
    border: medium none;
    color: #222222;
    /*display: block;*/
    font-size: 0.7em;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px;
}
.clogin input[type="text"], .clogin input[type="password"] {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	color:#333;
	margin:0;
	margin-bottom:2px;
	padding:2px 2px;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(fieldbg.gif) repeat-x top;	
}

.clogin input[type="submit"] {
    margin-top:6px;
    /*border: 1px solid #006;*/
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnentrar.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    display:block;
    white-space:nowrap;
    
}
.clogin input[type="submit"]:hover {
    margin-top:6px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnentrarclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    display:block;
}
.cloginesqueci span {
    border: medium none;
    color: #222222;
    /*display: block;*/
    font-size: 0.7em;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px;
}
.cloginesqueci input[type="text"], .clogin input[type="password"] {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	color:#333;
	margin:0;
	margin-bottom:2px;
	padding:2px 2px;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(fieldbg.gif) repeat-x top;	
}

.cloginesqueci input[type="submit"] {
    margin-top:6px;
    /*border: 1px solid #006;*/
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnsolicitarsenha.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    display:block;
    white-space:nowrap;
    
}
.cloginesqueci input[type="submit"]:hover {
    margin-top:6px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnsolicitarsenhaclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    display:block;
}
.btnenviar input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnenviar.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;    
}

.btnenviar input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnenviarclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}
.btnenviardados input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnenviardados.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;    
}

.btnenviardados input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnenviardadosclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}
.btnalterarsenha input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnalterarsenha.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;    
}

.btnalterarsenha input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnalterarsenhaclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}
.btnconsultar input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnconsultar.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;    
}

.btnconsultar input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnconsultarclick.png) no-repeat center center;	
    border: none;
    width:100px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}
.btnmovdiaria input[type="submit"] {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnmovdiaria.png) no-repeat center center;	
    border: none;
    width:120px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;    
}
.btnmovdiaria input[type="submit"]:hover {
    margin-top:10px;    
    text-decoration: none;
    color:#FFF;
    background: #FFF url(btnmovdiariaclick.png) no-repeat center center;	
    border: none;
    width:120px;  
    height:35px;	
    position: inherit;
    margin-bottom: 10px;
}
