/* Exibir */
div.questionario div.row {
	text-align: left;
	float: left;
	width: 240px;
	display: block;
	padding: 5px;
	line-height: normal;
}
div.questionario div.pergunta {
	display: block;
	font-weight: bold;
	color: #333;
	line-height: normal;
}
div.questionario div.resposta {
	color: #666;
	line-height: normal;
}
/* Filter */
div#filter {
	background: #FFF;
	border-top: #EFEFEF 1px solid;
	border-bottom: #EFEFEF 1px solid;
	padding: 1px 0px;
	margin:  0px 0px 10px 0px;
}
div#filter div {
	background: #EFEFEF;
	padding: 10px;
	text-align: right;
}
div#filter div select.select, div#filter div input.input {
	color: #666;
	padding: 2px;
	margin: 0px 10px;
	background-color: #EFEFEF;
	border: 0;
}
/* List */
ul#list {
	padding: 10px 0px;
}
ul#list h3 {
	font-size: 18px;
	color: #666;
	background: url("/images/dotted.gif") bottom repeat-x;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}
ul#list li {
	display: block;
	float: left;
	width: 163px;
	margin: 0px 30px 20px 0px;
	padding: 1px;
}
ul#list li.last {
	margin: 0px 0px 0px 0px;
}
ul#list li div.image {
	padding: 5px 0px;
}
ul#list li div.image img {
	background: #FFF;
	padding: 1px;
	border: 1px solid #B7B7B7;
}
ul#list li div.description {
	padding: 0px;
	text-align: justify;
}
ul#list li h4 {
	font-size: 12px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul#list li h4 a, ul#list li h4 a:visited {
	color: #666;
}
ul#list li h4 a:hover {
}
ul#list li span {
}
/* Seal */
.no-seal {
}
.seal-gold {
	background: url("/images/seal-gold.png") no-repeat left top;
	min-height: 20px;
	padding-left: 23px;
}
.seal-gold-box {
}
.seal-silver {
	background: url("/images/seal-silver.png") no-repeat left top;
	min-height: 20px;
	padding-left: 23px;
}
.seal-silver-box {
}
.seal-bronze {
	background: url("/images/seal-bronze.png") no-repeat left top;
	min-height: 20px;
	padding-left: 23px;
}
.seal-bronze-box {
}
/* Box */
div#box {
	padding: 10px;
	margin: 0 0 10px 0;
}
div#box div.block-left {
	float: left;
	width: 400px;
}
div#box div.block-right {
	float: right;
}
div#box div.block-left div.contact, div#box div.block-left div.address {
	margin: 10px;
}
/* Gallery */
div#box div.block-right div.gallery {
}
div#box div.block-right div.gallery ul#list-image img {
	width: 80px;
	height: 60px;
}
div#row-grove {
}
/* Google Maps */
div#gMaps { margin: 0 0 20px 0; }
div#gMaps div#map-canvas {}
h2#keeper_error { font-size: 14px; }
span.opengMaps {
	text-decoration: underline;
	cursor: pointer;
}
/* Contact */
div#box div.block-left div.contact {
}
span.openContact {
	text-decoration: underline;
	cursor: pointer;
}
/* Address */
div#box div.block-left div.address {
}
/* Roteiro */
div#roteiro {
}
div#roteiro.adicionar {
}
div#roteiro.adicionar a, div#roteiro.adicionar a:visited {
}
div#roteiro.adicionar a:hover {
}
div#roteiro.remover {
}
div#roteiro.remover a, div#roteiro.remover a:visited {
}
div#roteiro.remover a:hover {
}
/* Add/Remove Roteiros */
a.adicionar-roteiro, a.remover-roteiro {
	cursor: pointer;
}
a.adicionar-roteiro, a.adicionar-roteiro:visited {
	display: block;
	padding: 3px 10px;
	margin: 0px 5px;
	font-size: 11px;
	background-color: #066;
	color: #FFF;
	font-weight: normal;
	border: 1px solid #066;
}
a.adicionar-roteiro a:hover {
}
a.remover-roteiro, a.remover-roteiro:visited {
	display: block;
	padding: 3px 10px;
	margin: 0px 5px;
	font-size: 11px;
	background-color: #E3F0F0;
	color: #5BAAA3;
	font-weight: normal;
	border: 1px solid #5BAAA3;
}
a.remover-roteiro a:hover {
}
/* Planlha */
div.planilha {
	clear: both;
	padding: 10px 0;
}
div.planilha div.pergunta {
	padding: 5px;
}
table.planilha {
	border: 1px solid #CCC;
	width: 100%;
	background-color: #F5F5F5;
}
table.planilha tr th, table.planilha tr td {
}
table.planilha tr th {
	margin: 1px;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
}
table.planilha tr td {
	margin: 1px;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #666;
}
table.planilha tr th.planilha-titulo-coluna {
	padding: 5px;
	text-align: center;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FF;
	background-color: #EFEFEF;
	color: #000;
}
table.planilha tr th.planilha-titulo-linha {
	text-align: right;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background-color: #EFEFEF;
	color: #000;
}
table.planilha tr.row1 {
	background-color: #666;
}
table.planilha tr.row2 {
	background-color: #666;
}
