/* CSS Document */

@import url("simpletabs.css");
/*   ESTILO BOTAO PADRAO SITE EVENTO   */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/** {
vertical-align:middle;
}*/

.borda_preta {
	border:#000 1px solid;
}

/*Aba admin do usuario e anunciante*/
*#abas *a {
	font-family:arial;
	font-size:11px;
	/*font-size-adjust:none;
	font-stretch:normal;*/
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
}

fieldset { 
	-moz-border-radius: 10px; 
	border-radius: 1px;
}

.link1{
	color:#FFFFFF;
	font-weight:bold;
}

.link2{
	color:#000000;
	font-weight:bold;
}

*#abas *a.linkoff {
	/*color:#949494;*/
	color:#FFFFFF;
}
*#abas *a.linkon, *.bgpage {
	color:#FFFFFF;
}
/*Aba admin do usuario e anunciante*/



/*Estilos Botao*/

/*Botao c/ width 50px*/
.botao50 {
    border: none;
    background: url(../imagens/botao50_up.gif) no-repeat top left;
	text-align:center;
	width:50px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;
}
.botao50:hover {
    border: none;
    background: url(../imagens/botao50_press.gif) no-repeat top left;
	text-align:center;
	width:50px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}

/*Botao c/ width 70px*/
.botao70 {
    border: none;
    background:url(../imagens/botao70_up.gif) no-repeat top left;
	text-align:center;
	width:70px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;
}
.botao70:hover {
    border: none;
    background: url(../imagens/botao70_press.gif) no-repeat top left;
	text-align:center;
	width:70px;
	cursor:pointer;
	font-weight:bold;
	height:20px;
	text-decoration:underline;
}

/*Botao c/ width 100px*/
.botao100 {
    border: none;
    background:url(../imagens/botao100_up.gif) no-repeat top left;
	text-align:center;
	width:100px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;
}
.botao100:hover {
    border: none;
    background: url(../imagens/botao100_press.gif) no-repeat top left;
	text-align:center;
	width:100px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}

a.botao100{
    background:url(../imagens/botao100_up.gif) no-repeat top left;
	text-align:center;
	width:100px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;

	font-weight:normal; 
	color:#000; 
	text-decoration:none;
}

/*Botao c/ width 120px*/
.botao120 {
    border: none;
    background:url(../imagens/botao120_up.gif) no-repeat top left;
	text-align:center;
	width:120px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;
}
.botao120:hover {
    border: none;
    background: url(../imagens/botao120_press.gif) no-repeat top left;
	text-align:center;
	width:120px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}

/*Botao c/ width 150px*/
.botao150 {
    border: none;
    background:url(../imagens/botao150_up.gif) no-repeat top left;
	text-align:center;
	width:150px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;
}
.botao150:hover {
    border: none;
    background: url(../imagens/botao150_press.gif) no-repeat top left;
	text-align:center;
	width:150px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}
/*Fim Estilos Botao*/


body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#e7f2f6;
	text-align:left;
   }
   
  /*Estilos do arquivo topo.asp*/
html, body, h1, h2, h3, h4, ul, li {
	margin: 0px;
	padding: 0px;
}

.div_principal {
	width:1000px;
	background-color:#FFF;
	/*border:1px #000 solid;*/
	text-align:left;
	margin:0 auto;
	position:relative;
	float:left;
	height:100%;
}

html, body {
    height: 100%;
	vertical-align:middle;
}

.conteudo{
	width:1000px;	
	float:left;
}

.servicos {
		width:600px;
		float:left;
	}
	
.conteudo_interna {
	width:776px;
	float:left;
}

div.conteudo_interna:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}



/*Charle - Inicio - modelo novo para funcionar o redimencionamento da pagina*/
.txtpreto  {font-family: Verdana, Arial, Helvetica, sans-serif;
	   	    font-size: 10px;
 	        color: black;}

.conteudo_interna_sem_banner {
	width:994px;
	padding-left:10px;
}

.conteudo_interna_com_banner {
	width:776px;
	padding-left:10px;
}

/*Enquete*/
#enquete {
	padding-top:10px;
}

.titulo_enquete {
	font-family:Helvetica, sans-serif, arial;
	text-align:left;
	font-size:14px;
	color:#44afb8;
	padding-left:10px;
	font-weight:bold;
	background-color:#e7f2f6;
	padding-top:3px;
}

.borda_azul {
	border:#44afb8 1px solid;
}

/*Enquete*/


/*Charle - Fim - modelo novo para funcionar o redimencionamento da pagina*/


#erro {
margin:0;
text-align:center;
padding-top:70px;
padding-bottom:70px;

}

#borda_enquete {
	border-left-color:#000;
	border-left-style:dashed;
	border-left-width:1px;
	color:#364d41;
}

.button {
    border: none;
    /*background:url(../imagens/square-gray-left.gif) no-repeat top left;*/
	background:url(../imagens/square-gray-right.gif) no-repeat top center;
	height: 23px;
    padding: 2px 8px;
	line-height: 15px;
	text-align:center;
}
.button:hover {
    border: none;
	/*background:url(../imagens/square-gray-left.gif) no-repeat bottom left;*/
	background:url(../imagens/square-gray-right.gif) no-repeat bottom center;
	height: 23px; 
    padding: 2px 8px;
}


.highlightit img{
	border: 1px #FFF solid;
}

.highlightit:hover img{
	border: 1px #666 solid;
}

.highlightit:hover{
	color: red; /* Dummy definition to overcome IE bug */
}

a.squarebutton{
	background-image:url(../imagens/square-gray-left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display: block;
	float: left;
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color:#000; /*button text color*/	
}

a.squarebutton span{
	background: transparent url(../imagens/square-gray-right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-decoration:none;
}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	text-decoration:none;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
/*   FIM ESTILO BOTAO PADRAO SITE EVENTO   */





.div_formulario1{
	width:195px;
	height:16px;
	padding-top:4px;
	padding-right:5px;
	float:left;
	text-align:right;
}

.div_formulario2{
	width:400px;
	height:20px;
	float:left;
}

.titulo_verde_12{
	font-family:Helvetica, sans-serif, arial;
	font-size:12px;
	color:#348780;
	font-weight: bold;
}

.titulo_verde_14{
	font-family:Helvetica, sans-serif, arial;
	font-size:14px;
	color:#348780;
	font-weight: bold;
}

.titulo_verde_16{
	font-family:Helvetica, sans-serif, arial;
	font-size:16px;
	color:#348780;
	font-weight: bold;
}


a {
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
}

.linkpreto { 
	font-weight:normal; 
	font-size:10px;
	color:#000; 
	text-decoration:none;
}

.altura_firefox, x:-moz-any-link, x:default {
	width:100%; 
	float:left; 
	height:24px;
	*height:0px;
}

/* Google Chrome hack */
body:nth-of-type(1) .altura_firefox{
	width:100%; 
	float:left; 
	height:24px;
}

.div{
	float:left;
	width:100%;
}

.titulo{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
 	color:#000;
}

.fundo_botao{
	border-color: #999 #000 #000 #999;
	border: 1px solid;
	padding-left: 3px;
	padding-right:3px;
	background-color: #3D9F97; 
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}


/*Estilo botao 3D*/
.botao3d	{
	display: block;
	border-bottom-color:#000;
	border-left-color:#FFF;
	border-right-color:#000;
	border-top-color:#FFF;
	border-width:1px;
	border-style:solid;
	padding-left: 3px;
	padding-right:3px;
	padding-top:2px;
	background-color: #3D9F97; 
	color:#FFFFFF;

	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	/*min-height:15px;
	max-height:20px;*/
	cursor:pointer;
}
 
.botao3d:hover	{
	position: relative;
	top: 1px;
	left: 1px;
	border-width:1px;
	border-style:solid;
	border-bottom-color:#FFF;
	border-left-color:#000;
	border-right-color:#FFF;
	border-top-color:#000;
	
	background-color: #3D9F97; 
}
/*================*/


.noticia_manchete{
	font-size:13px;
	color:#348780;
}

.titulo_noticia_detalhes{
	font-size:15px;
	color:#348780;
}
.titulo_noticia{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#348780;
}
.altura_espaco_banner{
	*height:23px;
	_height:0.9em;
	width:100%;
	float:left;
}

.titulo_login{
	font-family:Helvetica, sans-serif, arial;
	font-size:12px;
	color:#348780;
	font-weight:bold;
}

li{
	list-style-position: inside;
}

.espaco_div {
/*	min-height:15px;*/
	height:15px;
	width:100%;
	float:left;
}


.fundo_busca{
	background-color:#EDF7F3;
}

.cor_borda{
	border-width:1px;
	border-color:#348780;
	border-style:solid;
}

div {
	margin: 0px;
}



.titulo_azul {
	font-family:Helvetica, sans-serif, arial;
	font-size:20px;
	color:#44afb8;
	font-weight:normal;
}

	
	
	
	.banners {
		width:362px;
		float:right;
		height:50px;
	}
	
	.noticia{
		width:776px;
		float:left;
	}
	
	.noticia_detalhe{
		width:1004px;
		float:left;
	}
	
	.banners_interna{
		width:218px;
		float:right;
	}

img {
	border:0;
}

.form 	   {font-family: Verdana, Arial, Helvetica, sans-serif;
   		    font-size: 10px;}
			
.combobox  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 10px;
	height:18px;
}

.form_campo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 10px;
}
			
.form_botao{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
