/*MODELO WEBSTORM*/

/*CONFIGURAÇÕES GERAIS*/
body {
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	color:#333;
	width:1000px;
	background:url(images/BGOK.gif) no-repeat top center #000
}

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

a:hover{text-decoration:underline;}

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

h1{font-size:1.3em; font-weight:bold}


.paginacao{width:100%; float:left; margin-top:10px;height:20px;padding-top:10px; font-size:1.2em; font-weight:bold}
.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{margin:auto; width:955px}

#cabecalho{ height:100%}

#direita{width:160px; float:right; overflow:hidden; margin-bottom:10px}

#esquerda{width:160px; float:left; overflow:hidden; margin-bottom:10px; background:#000}

#conteudo{float:left; width:635px; overflow:hidden; text-align:center; height:100%; background:#fff;}

#home{float:left; width:635px; height:195px; overflow:hidden; cursor:pointer}

#rodape{clear:both; overflow:hidden; }

#copyright{float:left; width:100%; text-align:center; padding:4px 0; color:#828282}


/*MENU PADRÃO LATERAL*/

#menu{clear:both; z-index:100; width:160px; background:#000; padding:4px 0; overflow:hidden}

#menu span{display:block; height:100%; cursor: pointer; padding:2px 0}

#menu li{ float:left; width:100%}

#menu a{display:block; padding:0; color:#cccccc; height:14px}

#menu a:hover{text-decoration:none}

/*1º NÍVEL*/
#menu .containerN1 li span{
	background:#000;
 	color:#cccccc;
	font-weight:bold;
	padding-left:10px
}
/*2º NÍVEL*/
#menu .containerN2 li a{
	color:#333; 
	border-bottom:1px dashed #ccc;
	padding-left:20px;
	width:140px;
}
 
#menu .containerN1 li a:hover{color:#FC0}

/*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;
	background:#000;
	color:#cccccc;
	font-weight:bold;
	border-top:1px solid #222;
	border-right:1px solid #222;
	padding:3px 0 3px 6px
}

#menu .containerN3 li a:hover{color:#FC0}


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

/*AVALIA??O*/

#star div{height:13px;}

#star .level5{ background:url(../../images/site/iconStar.png) no-repeat 0 0; width:73px;  }
#star .level4{ background:url(../../images/site/iconStar.png) no-repeat -14px 0; width:73px; }
#star .level3{ background:url(../../images/site/iconStar.png) no-repeat -28px 0; width:73px;}
#star .level2{ background:url(../../images/site/iconStar.png) no-repeat -42px 0; width:73px; }
#star .level1{ background:url(../../images/site/iconStar.png) no-repeat -57px 0; width:73px;}

#star{
	margin:auto;
	height:13px;
	width:75px;
	text-align:center;
	margin:5px  auto;
}

.nome_Campos {float:left; width:100px; text-align:right; padding-right:5px}
.nome_Campos li{padding:0 0 10px 0}

#star2 div{height:15px; line-height:15px; text-align: left}
#star2Top div{height:15px; line-height:15px; text-align: left; cursor: pointer}

#star2 .level5, #star2Top .level5{ background:url(images/iconStar.png) no-repeat 0 0; width:90px;  }
#star2 .level4, #star2Top .level4{ background:url(images/iconStar.png) no-repeat -18px 0; width:90px; }
#star2 .level3, #star2Top .level3{ background:url(images/iconStar.png) no-repeat -36px 0; width:90px;}
#star2 .level2, #star2Top .level2{ background:url(images/iconStar.png) no-repeat -53px 0; width:90px; }
#star2 .level1, #star2Top .level1{ background:url(images/iconStar.png) no-repeat -71px 0; width:90px;}


