
/* ------------- Globais Site ------------- */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	background-image:url(images/backgroundTopo.jpg);
	background-repeat:repeat-x
}
div.conteinerGeral{
	width:980px;
	margin:auto
}
div#topo{
width:100%;
height:195px;
background-image:url(images/topo.jpg)
}

div#conteinerBusca{
height:45px;
background-image:url(images/backgroundBusca.jpg); background-repeat:no-repeat;
padding-left:64px;
color:#FFFFFF;
position:relative;
}
div#conteinerBusca h2{
 font-size:14px;
 font-weight:bold;
 margin:0;
 padding-top:16px;
 float:left;
 margin-right:10px;
}
div#conteinerBusca form{

}
div#conteinerBusca input, select{
width:230px;
border:solid 1px #88B0BB;
margin-right:15px;
margin-top:15px;
}

div#conteinerBusca .botaoBusca{
width:60px;
height:26px;
background-image:url(images/botaoBusca.jpg);
border:0;
margin-top:0px;
}

div#esquerda{
float:left; width:180px;}



div#direita{
float:left; width:800px;
}

div#conteinerArquivos{
background-color:#DBDBDB; width:180px;
text-align:center
}
/* ------------- Para o conteudo BNW ------------- */

div#conteiner_bnw {
}
div#conteiner_bnw .titulo{
background-image:url(images/fundoTitulo.jpg);
height:36px;
padding-top:10px;
padding-left:10px;
}
div#conteiner_bnw .titulo h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
margin:0;
color:#FFFFFF
}
div#conteiner_bnw .conteudo{
padding:16px;
padding-right:0px;
padding-top:0px;
}
div#conteiner_bnw .conteudo hr{
background-color:#ADC3CD;
border:0px;
height:1px;}

div#conteiner_bnw .conteudo a{
}
div#conteiner_bnw .conteudo a:hover{
}

/* ------------- Rodapé ------------- */
div#conteinerRodape{
background-image:url(images/fundoRodape.jpg); height:124px; margin-top:0px;}
div#enderecoRodape{
width:352px; float:left; line-height:16px; color:#FFFFFF; margin-top:31px;}
div#fundoRodape{
background-image:url(images/desenhoRodape.jpg);
height:124px;
width:980px;
margin:auto
}
div#rodape{
float:right;
font-size:11px;
color:#FFFFFF;
padding-top:100px;
}
div#rodape a{
color:#FFFFFF;
text-decoration:none;
}
div#rodape a:hover{
color:#CEE9FF
}

/*------------------- Muda o estilo do menu horizontal ---------------------*/
ul.menubar{
   margin: 0px;
   padding: 0px;
   background-color: #282828; /* IE6 Bug */
}
ul.menubar .menuvertical{
   margin: 0px;
   padding: 0px;
   list-style: none;
   float:left;
}
ul.menubar ul.menu{
   display: none;
   position: absolute;
   margin: 0px;
}
ul.menubar a{
    display:block;
	text-decoration: none;
	font-size:11px;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #CCCCCC;
}
ul.menubar a:hover{
	background-color:#EAEAEA;
}
/*------------------- Muda o estilo do submenu horizontal ---------------------*/
div#conteinerMenu{
background-image:url(images/fundoMenu.jpg); background-position:bottom; background-repeat:no-repeat; padding-bottom:47px; background-color:#00618E; width:180px;padding-top:10px;}

ul.menu{
   margin: 0;
   padding: 0;
   width:150px; /* Tamanho do menu em Width */
   margin:auto;
   
}
ul.menu ul{
   margin: 0;
   padding: 0;
   background-color: #00618E; /* IE6 Bug */
}
ul.menu li a{
    display: block;
	text-decoration: none;
    font-weight:normal;
    text-decoration: none;
    padding:5px;
	background-image:url(); /*Reseta a imagem de fundo do menu caso tenha citado acima*/
	border-bottom:1px dashed #148AC1;
	color:#FFFFFF
}
ul.menu li a:hover {
	background-color:#006FA4;
}
/*--- Altera o estado normal do item que tem submenu ---*/
ul.menu li.submenu a{
	background-image: url(images/submenu_a.jpg);
	background-repeat: no-repeat;
	background-position: right center;	
}
ul.menu li.submenu a:hover{
	background-image: url(images/submenu_a_hover.jpg);
	background-repeat: no-repeat;
	background-position: right center;	
}
/*--- Altera os submenus ---*/
ul.menu ul{
   position: absolute;
   display: none;
   left: 149px; /* Seta o submenu 1 pixel ants do fim para "pega-lo" */
   top: 0px;
}
ul.menu li.submenu ul { 
	display: none;
	color:#FFF;
	background-position: top;
	background-color:#00618E;
	border:solid 1px #148AC1;
	padding:5px;
	width:150px;
} 
ul.menu li{
   position: relative;
   list-style: none;
   border: 0px;
}
/*--- Altera os estilo dos submenus --- */
ul.menu li.submenu li a{
	border:0px;
	border-bottom:1px dashed #148AC1;
}
ul.menu li.submenu li a:hover{
	background-color:#006FA4;
}
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li {
	float: left; height: 1%; 
}
* html ul.menu li a { 
	height: 1%; 
}
/* End */

/*------------------- Muda o estilo do Menu Categoria  ---------------------*/
div#conteinerMenuCategorias{
background-image:url(images/fundoMenuCategorias.jpg); background-position:bottom; background-repeat:no-repeat; padding-bottom:62px; background-color:#148AC1; width:180px}
div#conteinerMenuCategorias h2{
margin:0; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:bold; text-align:center; margin-bottom:10px;}
ul.menuCategoria{
   margin: 0;
   padding: 0;
   width:150px; /* Tamanho do menu em Width */
     list-style:none;
	    margin:auto
}
ul.menuCategoria ul{
   margin: 0;
   padding: 0;
   background-color: #FFF; /* IE6 Bug */
   
}
ul.menuCategoria li a{
    display: block;
	text-decoration: none;
    font-weight:normal;
    text-decoration: none;
    padding:5px;
	background-image:url(); /*Reseta a imagem de fundo do menu caso tenha citado acima*/
	border-bottom:1px dashed #00618E;
	color:#FFF
}
ul.menuCategoria li a:hover {
	background-color:#1277A7;

}
ul.menuCategoria ul {
	position: absolute;
	display: none;
	left: 150px; /* Seta o submenu 1 pixel ants do fim para "pega-lo" */
	top: 0px;
	width:150px;
}
ul.menuCategoria li.submenu_categoria ul {
	display: none;
	color:#FFF;
	background-position: top;
	border:1px solid #1277A7;
	padding:2px;
	background-color:#148AC1
}

ul.menuCategoria li.submenu_categoria ul li{
}
ul.menuCategoria li {
	position: relative;
	list-style: none;
	border: 0px
}


/* ------------- Fotos ------------- */
div#galeria_BNW{
	text-align:center;
}
div#galeria_BNW .thumb_galeria{
	margin:5px;
}
div#galeria_BNW .thumb_galeria img{
	border:1px solid #CCCCCC;
	padding:3px;
}
.titulo_imagem{	/* define o texto de instrução da galeria */
}

/* ------------- Formulários ------------- */

div#formulario {	
}
div#formulario input, textarea{
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	border: 1px solid #CCCCCC;
}
div#formulario input:focus, textarea:focus{ /* Soemnte para o Firefox */
	border: 1px solid #80291F;
}
table.tabela_formulario{ /* Define os campos da tabela */
	border-collapse:collapse;
}
table.tabela_formulario .linha_tabela_formulario{
}
table.tabela_formulario .celula_label_tabela_formulario{
	vertical-align:top;
}
table.tabela_formulario .celula_campo_tabela_formulario{
	vertical-align:top;
}
div#formulario .botao_formulario { /* define o estado do botão dos formulários*/
	padding:7px;
	padding-left:15px;
	padding-right:15px;
	border:0px solid #999999;
	color:#FFFFFF;
	background-color:#168BC0;
	cursor:pointer;
}
div#formulario .botao_formulario :hover{
	background-color:#00618E;
}
div#formulario .texto_intro{ /* define texto das instruç~eos do formulário */
}


/* ------------- Ajustes Globais ------------- */
img {
	border:0; /* Para tirar a borda do link em imagens */
}
fomr {
	margin:0px;
	padding:0px;
}


/* ------------- lightbox ------------- */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/*---------- PARA A VITRINE ---------*/
.conteinerCategoria{
	padding-bottom:20px;
	padding-top:15px;
}
.conteinerCategoria h3{
	margin:0px;
	padding:0px;
	font-size:14px;
	padding-bottom:5px;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-weight:bold;
}
div.bordaDestaque{
background-color:#E9E9E9; width:175px;padding:2px; float:left; margin-right:5px; margin-left:5px;
}
div.destaque{
background-color:#F9f9f9;padding-top:10px; padding-bottom:10px; height:245px;
}
div.destaque .imagemDestaque{
text-align:center;
}
div.destaque .imagemDestaque img{
/*	width:155px;*/
}
div.destaque .tituloDestaque{
	font-weight:bold; text-align:center; margin:0px; margin-top:5px;
}
div.destaque .descricaoDestaque{
	margin-top:0px; text-align:center
}
div#linksDestaque{
	display:block;
}
div#linksDestaque .carrinho{
display:block;
width:163px;
height:40px;
background-image:url(images/addcarrinho.png);
text-decoration:none;
float:right;
margin-right:10px;
}
div#linksDestaque .detalhes{
display:block;
width:125px;
height:30px;
background-image:url(images/detalhes.png);
text-decoration:none;
margin-top:5px;
float:right;
margin-right:10px;
}

/*div#linksDestaque a{
	color:#333333;
	text-decoration:none;
	width:60px;
	height:35px;
	display:block;
	float:left;
	margin-right:5px;
	display:none;
	background-color:#FFFFFF;
	text-indent:-999em;
	background-image: url(images/sprite_carrinho.jpg);
	background-repeat: no-repeat;	
}
div#linksDestaque .carrinho{
	position:absolute;
	bottom:-15px;
	right:80px;
	z-index:5;
	background-position: 0px 0px;
}
div#linksDestaque .carrinho:hover{
	background-position: 0px -35px;
}
div#linksDestaque .detalhes{
	position:absolute;
	bottom:-15px;
	right:10px;
	z-index:5;
	background-position: -60px 0px;
}
div#linksDestaque .detalhes:hover{
	background-position: -60px -35px;
}*/

table.tabela_resultado{
	border-collapse:collapse;
}
table.tabela_resultado th{
	padding:8px;
	background-image: url(images/tabela_th.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border:1px solid #00618E;
	background-color:#148AC1;
	color:#FFFFFF;
	font-size:12px;
}
table.tabela_resultado td{
	padding:3px;
	border:1px solid #DFDFDF;
}
table.tabela_resultado a{
	color:#333333;
	text-decoration:none;
}
table.tabela_resultado a:hover{
	color:#DBDBDB;
}
table.tabela_resultado tr:hover{
	background-color:#F3F3F3;
}

table.tabela_resultado .inputOut{
	padding:3px;
	text-align:center;
	width:30px;
	border:1px solid #999999;
	background-color:#CCCCCC;
}
table.tabela_resultado .inputHover{
	padding:3px;
	text-align:center;
	width:30px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}
div.instrucoes{
	font-size:11px;
}
div#enviar_pedido{
	padding-top:15px;
	width:540px;
	margin:auto
}
div#enviar_pedido span{
	width:125px;
	float:left;
	display:block;
}
div#enviar_pedido input, textarea{
	border:1px solid #CCCCCC;
	padding:3px;
	width:300px;
}
div#enviar_pedido .big_obrigatorio, .middle_obrigatorio{
	border:1px solid #0066CC;
}
div#enviar_pedido .botao{
	width:190px;
	height:40px;
	text-indent:-999em;
	background-image: url(images/enviarPedido.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin:auto;
	border:0px;
	background-color:#FFFFFF;
	margin:auto
	}


div#detalhesProduto{
	position:relative;
}
div#detalhesProduto .imagensDetalhes{
	float:left;
	width:150px;
	margin-right:8px;
	margin-bottom:8px;
}
div#detalhesProduto .imagemThumb{
	
	padding:3px;
	margin-bottom:5px;
}
div#detalhesProduto #proximoAnterior{
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#0E1959;
	padding:5px;
	
}
div#detalhesProduto .listaDetalhes{
}
div#detalhesProduto .listaDetalhes ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
div#detalhesProduto .listaDetalhes ul li{
	margin-bottom:5px;
}
div#detalhesProduto .listaDetalhes ul li strong{
	color:#00618E;
}
div#detalhesProduto .botoesDetalhes{
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	width:160px;
}
div#detalhesProduto .botoesDetalhes a{
	display:block;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:3px;
	text-decoration:none;
	text-align:center;
	background-color:#00618E;
	color:#FFF;
	cursor:pointer;
}
div#detalhesProduto .botoesDetalhes a:hover{
	background-color:#148AC1;
	color:#FFFFFF
}

div#detalhesProduto .botoesDetalhes a.finalCarrinho{
	background-color:#376901;
}
div#detalhesProduto .botoesDetalhes a:hover.finalCarrinho {
	background-color:#509601;
}

div#abreBanner{
	display:none;
	cursor:pointer;
	margin-bottom:10px;
	background-image: url(images/sprite_banner.gif);
	background-repeat: no-repeat;
	background-position: -24px 0px;
	width:24px;
	height:22px;
	text-indent:-9999em;
}
div#banner_site .fechar{
	display:none;
	width:24px;
	height:22px;
	font-size:11px;
	cursor:pointer;
	position:absolute;
	left:0px;
	top:-1px;
	text-indent:-9999em;
	background-image: url(images/sprite_banner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#banner_site{
	border:0px solid #CCCCCC;
	padding:3px;
	margin-bottom:20px;
}
ul#listaDetalhes{
	font-family:Verdana, Arial, Helvetica, sans-serif
}
li.destaqueDetalhes{
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
}

/*--- Para sistema de eventos ---*/
div#destaques_index{
	background-color:#E3EBEE;
	padding:8px;
	padding-left:35px;
	padding-right:35px;
	background-image:url(images/calendario.jpg);
	background-repeat:no-repeat;
	background-position:5px 10px;
	margin-left:10px;
}
div#destaques_index h2{
	margin:0px;
	padding:0px;
	color:#00547B;
	margin-bottom:3px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#destaques_index .principal{
	clear:both;
}
.principal .imagem_destaque{
	float:left;
	width:110px;
	border:1px solid #FFFFFF;
	margin-right:5px;
}
.principal h3{
	font-size:12px;
	text-align:right;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}
.principal small{
	display:block;
	color:#666666;
	font-size:10px;
	font-style:italic;
	text-align:right;
}
.principal .conteudo{
	font-size:11px;
}
.principal .conteudo a{
color:#333333;
text-decoration:none;
}
.principal .conteudo a:hover{
color:#000000;
text-decoration:none;
}
.principal{
}
.principal{
}
div#destaques_index ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
div#destaques_index li{
	margin-bottom:5px;
}
div#destaques_index ul a{
	display:block;
	background-color:#FFFFFF;
	color:#333333;
	text-decoration:none;
	padding:8px;
	padding-left:25px;
	background-image:url(images/mais_evento.jpg);
	background-position:5px 50%;
	background-repeat:no-repeat;
}
div#destaques_index{
}

.link_evento{
width:173px;
height:25px;
background-image:url(images/vejaEventos.jpg);
display:block
}

.evento_lista_titulo{
font-weight:bold;
padding:5px;
color:#035F8E;
font-size:14px;
}
.evento_lista_mais{
font-size:11px;
color:#0066CC;
text-align:right
}
.evento_lista_mais a{
color:#0066CC
}
.evento_descricao_texto{
padding-top:10px;
padding-left:5px;
}
/*------ Para sistema de arquivos públicos -----*/
table.listagem_categorias{
	border-collapse:collapse;
}
table.listagem_categorias th{
	padding:5px;
	color:#FFFFFF;
	background-color:#168BC0;
	border:1px solid #FFFFFF;
}
table.listagem_categorias td{
	padding:3px;
	border:1px solid #CCCCCC;
}
table.listagem_categorias .link_ver{
	display:block;
	width:110px;
	height:21px;
	background-image:url(images/sprite_bt_lista.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999em;
}
table.listagem_categorias .link_ver:hover{
	background-position:0px -20px;
}

table.listagem_categorias .link_detalhe{
	display:block;
	width:110px;
	height:21px;
	background-image:url(images/sprite_bt_ver.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999em;
}
table.listagem_categorias .link_detalhe:hover{
	background-position:0px -20px;
}

table.listagem_categorias .linha_par{
}
table.listagem_categorias .linha_impar{
	background-color:#EDEDED;
}
table.listagem_categorias tr:hover{
	background-color:#DDF4FF;
}

.detalhes_arquivo{
}
.detalhes_arquivo ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.detalhes_arquivo li{
	float:left;
	padding:5px;
	padding-left:0px;
	padding-right:10px;
}
.detalhes_arquivo .botao_voltar{
	padding:7px;
	padding-left:15px;
	padding-right:15px;
	border:0px solid #999999;
	color:#FFFFFF;
	background-color:#168BC0;
	cursor:pointer;
}
.detalhes_arquivo .botao_voltar:hover{
	background-color:#00618E;
}

div#fotos_eventos{
	float:left;
	margin:2%;
	margin-left:0px;
	margin-top:0px;
	
}
div#conteiner_foto_detalhe{
}
div#conteiner_foto_detalhe img{
	text-align:center;
	border:1px solid #CCCCCC;
	padding:3px;
	background-color:#FFFFFF;
}
div#conteiner_foto_detalhe strong{
	display:block;
	padding:5px;
	margin-bottom:5px;
	border-bottom:1px solid #0099CC;
	text-align:left;
}
div#conteiner_foto_detalhe small{
	display:block;
	padding-bottom:5px;
	text-align:left;
}
div#conteiner_foto_detalhe .detalhes_evento_thumbSmall{
	text-align:center;
}
div#conteiner_foto_detalhe .img_link{
	border:0px;
}
table.tabelaBordas{
	border-collapse:collapse;
}
table.tabelaBordas th{
	padding:5px;
	background-color:#168BC0;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}
table.tabelaBordas td{
	padding:3px;
	border:1px solid #CCCCCC;
}
table.tabelaBordas .linhaImpar{
	background-color:#EDEDED;
}

.evento_lista_linha_par{
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	margin-bottom:5px;
}
