body {
	margin:0 auto;
	padding:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif, "Trebuchet MS" ;
	font-size:11px;
	color:#333; 
}

a {	text-decoration:none; 
	border:none; 
	color:#666666;
	cursor:pointer
}

a:hover{text-decoration:underline;}

a img{border:none; cursor:pointer;}

img{border:none}

table tr{height: 25px;}

form{margin:0; padding:0; border:0}

ul, li{list-style:none}

ul{margin:0; padding:0}

input{ 
	font-family:Tahoma, Arial, Helvetica, sans-serif, "Trebuchet MS" ;
	font-size:11px;
	color:#666;
	border: 1px solid #c2c2c2;
	background:url(images/bgInput.jpg) repeat-x #f6f6f6;
	padding:2px 0 0 4px;
	margin:0;
	height:18px;

}

textArea
{
	font-family:Tahoma, Arial, Helvetica, sans-serif, "Trebuchet MS" ;
	font-size:11px;
	color:#666;
	border: 1px solid #c2c2c2;
	background:url(images/bgInput.jpg) repeat-x #f6f6f6;
	padding:2px;
	margin:0;
}

select { 
	font-family:Tahoma, Arial, Helvetica, sans-serif, "Trebuchet MS" ;
	font-size:11px;
	color:#666;
	border: 1px solid #c2c2c2;
	background:url(images/bgInput.jpg) repeat-x #f6f6f6;
	padding:0 0 0 2px;
	margin:0;
	height:20px
}

.pagInterna{text-align:left; clear:left;  margin-left:20px}

/*ESQUELETO*/


#cabecalho{width:100%;}

#direita{
	width:160px;
	float:right;
	height:100%;
	overflow:hidden;
	margin-left:5px;
	padding-bottom:10px ;
}

#esquerda{
	width:160px;
	float:left;
	overflow:hidden;
	margin-right:5px
}

#conteudo{text-align:center; height:100%; overflow:hidden; }

#rodape{clear:both; margin-top:15px; overflow:hidden;}

/*PÁGINA DE LOGIN  - PADRÃO*/
.loginFrm{float:left; width:49%; border-right: #cccccc solid 1px;}

.loginFrm ul li{margin-bottom:15px; text-align:center;}

.loginCadastrar{float:right; width:40%; text-align:center }

input.botao{height: 25px;}

.paginacao{
	width:100%; 
	float:left; 
	margin-top:10px;
	border-top: #cccccc solid 1px;
	background:#F4F4F4;
	height:20px;
	vertical-align:middle;
}
.botaoImg{
	cursor:pointer; 
	border:none; 
	background:none; 
	height:auto; 
	width:auto;
}


/*TELA FORMAS DE PAGAMENTO*/

#formasPagamento {width:500px; float:left;}
#formasPagamento li{ float:left; height:26px}
#formasPagamento li.selecao {width:5%} 
#formasPagamento li.valores {width:95%; padding-top:4px}
#formasPagamento li input{background:none; border:none}

/*LISTA CASAMENTO*/

#buscaLista { height: 150px; }
#buscaLista li { padding: 3px; }
#novaBusca { margin: 10px 0px; font-weight: bold; }

#listagemNoivos{ width: 100%;}
#listagemNoivos ul{ margin:0; padding:0; width: 100%; }

#listagemNoivos ul li { width:100%; float:none; }

#listagemNoivos li.listagem{
	float:left;
	height:90px;
	width:24%;
	overflow:hidden;
	border-right:1px dashed #DDD;
	border-bottom:1px dashed #DDD;
	text-align:center;
	padding:5px 0; 
}

#listagemNoivos .listagem div{height: 26px}

#listagemNoivos .title{
	border:1px solid #fff;
	font-weight:bold; 
	font-size:12px; 
	background:#c61616; 
	height: 20px; 
	float:left; 
	width:24%;
	text-align:center;
	padding:5px 0;
	color: #fff; 
}

#sugestao div
{
	background:url(images/arrow.jpg)  150px 9px  #fff no-repeat;
 	color:#0A2e68;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding-left:10px;
	height: 21px;
	clear: both;
	cursor: pointer;
}
/*MENU PADRÃO LATERAL*/

#menu{clear:both; z-index:100; width:160px;}

#menu span{display:block; height:100%; cursor: pointer; padding:5px 0}

#menu li{ float:left; width:100%}

#menu a{display:block; padding:5px 0}

#menu a:hover{text-decoration:none}

/*1º NÍVEL*/
#menu .containerN1 li span{
	background: url(images/bgLinhaMenu.jpg) no-repeat bottom;
 	color:#333333;
	font-weight:bold;
	padding-left:10px
}
/*2º NÍVEL*/
#menu .containerN2 li a{
	color:#333; 
	background: url(images/bgMenu2.jpg) repeat-y;
	border-bottom:1px solid #f1f1f1;
	padding-left:20px;
	width:140px
}
 
#menu .containerN2  li a:hover{	background:#f1f1f1;}

/*3º NÍVEL*/
#menu .containerN2 li ul{
	position: absolute;  
	margin:-26px 0px 0px 160px; 
	z-index:200
}

#menu .containerN3{width: 100%;}

#menu .containerN3 li a{
	z-index:100;
	border-bottom:1px solid #D1D1D1; 
	background:#F1F1F1;
	color:#333;
}

#menu .containerN3 li a:hover{background:#DFDFDF}
