/*MODELO WEBSTORM*/

/*GERAL*/
body {
	width:1000px;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	background:url(images/bg.png);
	color:#333}

a {text-decoration:none; border:none; color:#333;}

a:hover{text-decoration:underline;}

input, textArea, select{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px solid #d6d6d6;
	padding:0 0 0 4px;
	height:20px;
}

.paginacao{width:100%; float:left; margin-top:10px;height:20px;padding-top:10px}
.paginacao a{color:#666; padding:2px 5px;border:1px solid #fff}
.paginacao a:hover{border:1px solid #ccc; color:#666; text-decoration:none}


/*ESQUELETO*/
#geral{
	background:#fff}

#corpo{ clear:both;
	display:table;
	width:100%;
	background:#fff}
	
#cabecalho{ height:206px;
	clear:both;
	border-bottom:1px solid #4b3829;
	margin-bottom:15px;
	background:url(images/bird.png) 311px 59px no-repeat #f1f0db}

#direita{width:160px; float:right; margin-left:5px; overflow:hidden}

#esquerda{width:160px; float:left; margin-right:5px; overflow:hidden}

#conteudo{overflow:hidden;text-align:center; height:100%}

#rodape{width:100%; float:left; clear:both; margin-top:5px; overflow:hidden;}

  

/*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{
 	color:#715134;
	font-weight:bold;
	padding-left:10px;
	border-bottom:1px solid #e5e5e5;
	text-transform:uppercase
}
/*2º NÍVEL*/
#menu .containerN2 li a{
	background:#efedd6 url(images/linha.jpg) bottom no-repeat;
	color:#333; 
	padding-left:20px;
	width:140px
}
 
#menu .containerN2  li a:hover{	background:#f9f8f1;}

/*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}


/*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; 
}

