/* atribue parâmetros a todas as páginas */ 
* html img/**/ {  
  
filter:expression(  
this.alphaxLoaded ? "" :  
(  
this.src.substr(this.src.length-4)==".png"  
?  
(  
(!this.complete)  
? "" :  
this.runtimeStyle.filter=  
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+  
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+  
String(this.alphaxLoaded=true).substr(0,0)+  
(this.src="imagens/blank.gif").substr(0,0)  
)  
:  
this.runtimeStyle.filter=""  
)  
);  
}

body {
	background-color: #FFF;
}

* {
 	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	/*margin: auto;*/
	list-style-type:none;
	font-size:11px;
	font-family:Arial;
}

.borda_tabela {/* border:0px; */background-color:#FFF; }


/* ############################################## */
/* Todos os textos do site (exceto home) */
/* ############################################## */
.texto {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto a:link {
	font-family: Arial;
	font-size: 11px;
	color:#000;
	text-decoration: none;
}
.texto a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.texto a:active {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.menu {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.menu a:link {
	font-family: Arial;
	font-size: 11px;
	color:#FFF;
	text-decoration: none;
}
.menu a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.menu a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}
.menu a:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.menu_cinza { 
	background-image:url(imagens/menu_cinza_28.gif); 
	background-repeat:repeat-x; 
	padding-left:12px;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none; 
	vertical-align:middle;
	font-weight:bold;
}
.menu_cinza a{
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

/* ############################################## */
/* ..Outros.. */
/* ############################################## */
.texto_destaque {
	font-weight:bold;
	font-family: Arial;
	font-size: 14px;
	color: #605D5C;
	text-decoration: none;
}


.negrito {
	font-weight:bold;
	font-size:11px;
	font-family:Arial;
	color:#7A7776.
}


.rodape {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}


.titulo {
	color:#8A8887;
	font-size:11px;
	font-family:Arial;
}


.form {
	font-family: Arial;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
	border:1px #CCCCCC solid;
}


.borda_img { border: 1px solid #000; }


.borda_padding { padding: 6px; }


.tabelinha {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}


.tabelinha_cabecalho {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.no-repeat { background-repeat:no-repeat; }

.repeat-y { background-repeat:repeat-y; }

.repeat-x {background-repeat:repeat-x; }

.background_center { background-repeat:no-repeat; background-position:center; }

.background_top { background-repeat:no-repeat; background-position:top; }

.linha_pontilhada_botton { background-repeat:repeat-x; background-position:bottom; }

.categoria {
	color: #EDECFF;
	font-size: 14px;
	font-weight: bold;
}
/* FOLHA DE ESTILO PARA A TELA DE LOGIN */

div#login {
	width:240px;
	height:180px;
	background-color:#ECECEC;
	/*border:1px solid #000;*/
	float:left;
}


#extra {
	width:240px;
	height:180px;
	background-color:#ECECEC;
	/*border:1px solid #000;*/
	float:right;
	clear:right;
}

#titulo {
	font-weight:bold;
	color:#29166F;
	font-size:16px;
	font-family:Verdana, Arial;
	height:35px;
	background-color:#F7F7F7;
	clear:both;
}

#conteudo_login {
	padding-top:10px;
}
/* FIM FOLHA DE ESTILO PARA A TELA DE LOGIN */


.barra_navegacao a{
	color: #0C5A7A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* MINHA CONTA */
.botao {
	width: 200px;
	height: 40px;
	background-image: url(imagens/bg_botoes.jpg);
	display: block;
	line-height: 40px;
	text-align: center;
	color: white!important;
	font-weight: bold;
}
.botao.excluir {
	background-image: url(imagens/bg_botoes_vermelho.jpg);
}
/* FIM MINHA CONTA */

.table-grid th{
	background-color: #EEEEEE;
}

.table-grid td{
	border-bottom: 1px solid #EEEEEE;
}

.table-grid .no-line td {
	border-bottom: 0px solid #EEEEEE;
}

#locais_encontro { padding-left:20px;}


/* ENVIA PEDIDO */
#form_pag{
	background:url('imagens/corpo-div.jpg') repeat-y;
	width:396px; 
	float:left; 
	margin-left:151px;
}
#form_pag_meio{
	background:url('imagens/topo-div.jpg'); 
	width:396px; 
	height:10px; 
	float:left;
}
.radio_form_pag{
	float:left; 
	margin-left:25px;
	margin-top:10px;
}
.text_form_pag{
	text-align:left;
	margin-top:10px;
	float:left;
	width:87px;
}
#form_pag_bottom{
	background:url('imagens/div-baixo.jpg');
	width:396px;
	height:11px;
	float:right;
}

/* FIM ENVIA PEDIDO */
