body {background-image: url(back.gif);}
a:link {text-decoration: none;	color: #003366;}
a:visited {	text-decoration: none;	color: #00C;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}
h1 {font-size:20px; color:#003366; font-family:'Arial', Helvetica, sans-serif; font-weight:bold; text-align:justify; margin-bottom:6px;}
h2 {font-size:12px; color:#000000; font-family:'Arial', Helvetica, sans-serif; text-align:justify;}
#wrapper {
	width: 850px;
	background-color: #FFF;
	font-family:'Arial';
	font-size: 14px;
	color: #999 solid 1px;
	margin: auto;
	margin-top: 5px;
	float: left;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: #EEE solid 1px;
	margin-bottom:10px;
}
#wrapper2 {
	width: 740px;
	background-image: url(back.gif);
	margin: auto;
	float: left;
	font-family:'Arial';
	font-size:14px;
}
#envelope {
	width: 842px;
	background-image:url(back.gif);
	margin: auto;
	margin-top: 10px;
	float: left;
}
#envelope1 {
	width: 1024px;
	height: auto;
	margin: auto;
}
#envelope2 {
	width: 165px;
	height: auto;
	float: left;
	margin-left:3px;
	margin-right:3px;
}
#menulateral {
	width: 160px;
	height: auto;
	margin: auto;
	float: right;
	margin-left: 2px;
	margin-top: 5px;
}
#banner {
	width: 160px;
	height: 600px;
	margin: auto;
	border-radius: 7px;
	border: #eee solid 1px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	background: #FFF;
	margin-top: 5px;
}
#resultpesquisa {
	width: 820px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	font-family: 'Arial';
	font-size: 16px;
	line-height: 150%;
}
#newsletter {
	width: 282px;
	height: 66px;
	border: #fff solid 1px;
	background: #FFF;
	border: #eee solid 1px;	
	-moz-border-radius: 5px 5px 5px 5px;
	webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px;
	margin-top: 5px;
	font-family:'Arial';
	font-size: 12px;
	float:left;
}
#imagemnews {
	width: 32px;
	height: 32px;
	background-image: url(images/smallEnvelope.jpg);
	margin-left: 5px;
	margn-top:5px;
	float: left;
}
#inscricaonews {
	font-family:'Arial';
	font-size: 12px;
	width: 270px;
	height: auto;
	margin-left: 5px;
	float: left;
}
#textonews {
	font-family: 'Arial';
	font-size: 12px;
	color: #999;
	width: 270px;
	height:auto;
	float: left;
	margin-top: 3px;
}
.text {
	width: 220px;
	padding: 5px;
	margin-right: 2px;
	margin-top:10px;
	margin-left:2px;
	border: #ccc solid 1px;
	float:left;
	background: -moz-linear-gradient(center top, #FFF, #EEE 1px, #FFF 20px);
	background: -webkit-gradient(linear, left top, left 20, from(#FFF), color-stop(5%, #EEE) to(#FFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFF');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 2px #DDD;
	-webkit-box-shadow: 0 0 2px #DDD;
	box-shadow: 0 0 2px #DDD;
}
.text:hover {
	border: 1px solid #CCC;
}
.text:focus {
	box-shadow: 0 0 2px #FFFE00;
}
.text2 {
	float: left;
	width: 180px;
	padding: 5px;
	margin-right: 3px;
	border: #ccc solid 1px;
	margin-top: 2px;
	background: -moz-linear-gradient(center top, #FFF, #EEE 1px, #FFF 20px);
	background: -webkit-gradient(linear, left top, left 20, from(#FFF), color-stop(5%, #EEE) to(#FFF));
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFF');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 2px #DDD;
	-webkit-box-shadow: 0 0 2px #DDD;
	box-shadow: 0 0 2px #DDD;
}
.text2:hover {
	border: 1px solid #CCC;
}
.text2:focus {
	box-shadow: 0 0 2px #FFFE00;
}
/* barra de pesquisa */
#menudepesquisa {
	width: 1017px;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background-color:#C1E0FF;
	border:#AED7FF solid 2px; 
	position: fixed absolute;
}
#form {
	width: 1000px;
	height: 30px;
	margin-top: 3px;
	margin-left: 15px;
	border:#C1E0FF solid 2px; 
}
.styled-select select {
	background: transparent;
	width: 275px;
	font-size: 14px;
	border: 0;
	border-radius: 0;
	height: 25px;
	-webkit-appearance: none;
	-moz-appearance:none;
}
.styled-select {
	width: 275px;
	height: 25px;
	overflow: hidden;
	background: url(select2.jpg) no-repeat right #FFF;
	border: #C1E0FF solid 1px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: left;
	line-height: 1;
	margin-top:2px;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.styled-select2 select {
	background: transparent;
	width: 190px;
	font-size: 14px;
	border: 0;
	border-radius: 0;
	height: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.styled-select2 {
	width: 190px;
	height: 25px;
	overflow: hidden;
	background: url(select2.jpg) no-repeat right #FFF;
	border: #C1E0FF solid 1px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: left;
	margin-left: 5px;
	line-height: 1;
	margin-top:2px;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.styled-select3 select {
	background: transparent;
	width: 135px;
	font-size: 14px;
	border: 0;
	border-radius: 0;
	height: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.styled-select3 {
	width: 135px;
	height: 25px;
	overflow: hidden;
	background: url(select2.jpg) no-repeat right #FFF;
	border: #C1E0FF solid 1px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: left;
	margin-left: 5px;
	line-height: 1;
	margin-top:2px;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.styled-select4 select {
	background: transparent;
	width: 100px;
	font-size: 14px;
	border: 0;
	border-radius: 0;
	height: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.styled-select4 {
	width: 100px;
	height: 25px;
	overflow: hidden;
	background: url(select2.jpg) no-repeat right #FFF;
	border: #C1E0FF solid 1px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: left;
	margin-top:2px;
	margin-left: 5px;
	font-family:'Arial';
	line-height: 2;
	-moz-appearance:none;
	-webkit-appearance:none;
}
#button4 /*botÃƒÆ’Ã‚Â£o "pesquisar" */ {
	background: #09F;
	border: 2px solid #eee;
	height: 30px;
	margin-left: 27px;
	margin-top: 0px;
	width: 100px;
	font-family:'Arial';
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;
	float: left;
}
#button4:hover {
	cursor: pointer;
	background-color:#06F;
}
.texto {
	font-size: 12px;
	float: left;
	width: 110px;
	padding: 5px;
	border: #EEE solid 1px;
	margin-left: 10px;
	background: -moz-linear-gradient(center top, #FFF, #EEE 1px, #FFF 20px);
	background: -webkit-gradient(linear, left top, left 20, from(#FFF), color-stop(5%, #EEE) to(#FFF));
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFF');
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 2px #DDD;
	-webkit-box-shadow: 0 0 2px #DDD;
	box-shadow: 0 0 2px #DDD;
}
.texto:hover {
	border: 1px solid #CCC;
}
.texto:focus {
	box-shadow: 0 0 2px #FFFE00;
}
/* fim da barra de pesquisa */
#header {
	width: 1017px;
	height: 114px;
	margin: auto;
	background-color: #FFF;
	border: #F00;
}
#logotipo {
	width: 300px;
	height: 30px;
	background-image: url(../sampaonline.gif);
	padding-top: 30px;
}
#guia {
	height: 50px;
	width: 1024px;
	margin: auto;
	font-size: 14px;
	font-family: 'Arial';
}
#espetaculo {
	width: 840px;
	min-height: 180px;
}
#foto {
	width:auto;
	height:auto;
	margin:auto;
	cursor:pointer;
}
#fotopadrao {
	width: 240px;
	height: 200px;
	margin: auto;
}
#foto2 {
	width: 240px;
	height: 240px;
	margin-left: 25px;
}
#envelopefotopadrao {
	width: 245px;
	height: 202px;
	float: left;
	margin-top: 8px;
}
#envelopefoto {
	width: 245px;
	height: auto;
	float: left;
	margin-top: 8px;
	margin-left:3px;
	cursor:pointer;
}
#detalhes {
	width: 570px;
	float: left;
	margin-left: 20px;
	margin-top: 4px;
	line-height: 190%;
	font-size: 12px;
	font-family:'Arial';
	min-height: auto;
}
#compra {
	width: 570px;
	height: 70px;
	background: #F3F3F3;
	border-radius: 10px;
	margin-top: 15px;
	float: left;
	line-height: 150%;
	font-size: 12px;
	font-family:'Arial';
}
#compra2 {
	width: 370px;
	height: 65px;
	border-radius: 10px;
	margin-top: 15px;
	float: left;
	background: #F3F3F3;
	line-height: 150%;
	font-size: 12px;
	font-family: 'Arial';
}
#preco {
	width: 170px;
	height: 50px;
	float: left;
	margin-top: 14px;
	margin-left: 12px;
	font-size: 14px;
}
#preco2 {
	width: 150px;
	height: 50px;
	float: left;
	margin-top: 14px;
	margin-left: 2px;
	font-size: 14px;
}
#botao {
	width: 140px;
	height: 60px;
	float: left;
	margin: auto;
	margin-left: 28px;
	margin-top: 8px;
}
#desconto {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: #F00;
	float: left;
	margin-top: 8px;
	margin-left: 15px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
}
#desconto2 {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #F00;
	float: left;
	margin-right:15px;
	margin-top:6px;
	font-size: 15.5px;
	color: #FFF;
	line-height:250%;
}
#titulo {
	width: 600px;
	height: auto;
	font-family: 'Arial';
	font-size: 16px;
	float: left;
}
#button /* botÃƒÆ’Ã‚Â£o "compre aqui" */ {
	background: #09F;
	border: 2px solid #eee;
	height: 38px;
	margin-left: 3px;
	margin-top: 7px;
	width: 125px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 38px;
	font-family: 'Arial';
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;
}
#button:hover {
	background-color: #06F;
	cursor: pointer;
}
#button2 /* botÃƒÆ’Ã‚Â£o ingresso rÃƒÆ’Ã‚Â¡pido/tickets 4 fun */ {
	border: #CCC solid 1px;
	height: 38px;
	margin-left: 15px;
	margin-top: 4px;
	width: 125px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px px 5px 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}
#button2:hover {
	cursor: pointer;
}
#button3 /* botÃƒÆ’Ã‚Â£o 'OK' da newsletter */ {
	background: #09F;
	color: white;
	height: 28px;
	width: 33px;
	float:left;
	display: block;
	margin-top:10px;
	font-family: 'Arial';
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}
#button3:hover {
	cursor: pointer;
}
#avaliacoes {
	width: 192px;
	height: 42px;
	margin-left:30px;
	margin-top:10px;
}
#tituloranking {
	width: 40px;
	height: 15px;
	border: #fff solid 1px;
	margin-top: 0px;
	margin-left:4px;
	float: left;
	text-align: center;
	font-family:'Arial';
	font-size: 12px;
}
#tituloranking2 {
	width:40px;
	height: 15px;
	border: #fff solid 1px;
	margin-top: 0px;
	margin-left: 4px;
	float: left;
	text-align: center;
	font-family:'Arial';
	font-size: 12px;
}
#tituloranking3 {
	width: 38px;
	height: 15px;
	border: #fff solid 1px;
	margin-top: 0px;
	margin-left: 7px;
	float: left;
	text-align: center;
	font-family: 'Arial';
	font-size: 12px;
}
#tituloranking4 {
	width: 35px;
	height: 15px;
	border: #fff solid 1px;
	margin-top: 0px;
	margin-left: 7px;
	float: left;
	text-align: center;
	font-family: 'Arial';
	font-size: 12px;
}
#ranking1 {
	width: 35px;
	height: 20px;
	margin-left: 8px;
	margin-top: 2px;
	border: #ccc solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	text-align: center;
	font-family: 'Arial';
	font-size: 14px;
	color: #999;
}
#ranking2 {
	width: 35px;
	height: 20px;
	margin-left: 8px;
	margin-top: 2px;
	float: left;
	border: #ccc solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-family:'Arial';
	font-size: 14px;
	color: #999;
}
#ranking3 {
	width: 35px;
	height: 20px;
	margin-left: 8px;
	margin-top: 2px;
	float: left;
	border: #ccc solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-family:'Arial';
	font-size: 14px;
	color: #999;
}
#ranking4 {
	width: 35px;
	height: 20px;
	margin-left: 8px;
	margin-top: 2px;
	float: left;
	border: #ccc solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-family: 'Arial';
	font-size: 14px;
	color: #999;
}
#redessociais {
	width: 240px;
	height: 28px;
	float: left;
	margin-bottom: 5px;
	margin-left: 26px;
	color: #006;
	font-family:'Arial';
	font-size: 14px;
}
#atualizacoes {
	width: 1017px;
	height: 30px;
	margin-top:115px;
	background:#FFF;
	color: #006;
	font-family:'Arial';
	font-size: 14px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
hr.style-two {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}	
hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
select.style-select {
	width: 150px;
	margin:auto;
	margin-top:3px;
}
#caixadebusca_2 {
	width: 160px;
	height: 350px;
	background-color: #FFF;
	font-family: 'Arial';
	font-size: 14px;
	border:#EEE solid 1px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
#caixa_2 {
	width: 160px;
	height: auto;
	margin: auto;
	font-size: 12px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-top: 10px;
	background-color: #FFF;
	font-family: 'Arial';
}
#comercio_2 {
	width: 155px;
	height: auto;
	font-size: 12px;
	font-family: 'Arial';
	float: left;
	margin-left: 3px;
	margin-top:6px;
}
#botaoPaginacao {
	font-size: 100%;
	color:#333;
	background: #FFF;
	font-family: 'Arial';
	height: 50px;
	width: 730px;
	padding-left:100px;
}
#pages {
	padding: 3px;
}
#pages ul {
	list-style-type: none;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
}
#pages li a {
	color: #000;
	padding: 4px;
	text-decoration: none;
	float: left;
	border: #CCC solid 1px;
	border-radius: 4px;
	cursor: pointer;
}
#pages li a:hover {
	color: #FFF;
	background:#C4E1FF;
}
#pages li.nolink {
	color: #000;
	padding: 4px;
	border: #CCC solid 1px;
}
#pages li.current {
	color: #FFF;
	padding: 4px;
	background: #00F;
}
#google728x90 	{
	font-size: 100%;
	height: 96x;
	width: 729px;
	margin-top:8px;
	margin-left: 7px;
	float:right;
	margin-right:3px;
}
#bannergoogle 	{
	height: 96px;
	width: 740px;
	margin-top:8px;
	margin-left:50px;
}
#creditos {
	width: 235px;
	min-height: 15px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 150%;
	margin-top: 5px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-bottom:5px;
}
#redessociais2 { 
	width:282px;
	height:25px;
	background:#FFF solid 1px;
	margin-top:5px;
	float:left;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border:#EEE solid 1px;
	background-color:#FFF;
}
#redes_news {
	width:283px;
	height:auto;
	float:left;
}
#areaDeDivulgacao {
	width: 1008px;
	height: auto;
	background:#FFF solid 1px;
	margin-top:5px;
	margin-left:-1px;
	float: left;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border:#EEE solid 1px;
	background-color: #FFF;
	font-family:'Arial';
	font-size: 12px;
	padding-left:7px;
	padding-top:7px;
	padding-right:7px;
	padding-bottom:7px;
	

}
#titulodapagina {
	width: 820px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	font-family: 'Arial';
	font-size: 14px;
	line-height: 125%;
}
