/* FIM CSS DE ESTRUTURA DA PAGINA  */
@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsRtHdr #container {
	width: 62.5em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
} 
.twoColElsRtHdr #header {
	height:auto;
	z-index:0;
	margin-bottom:20px;
	padding: 0 1px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColElsRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.
*/
.twoColElsRtHdr #sidebar1 {
	float: right;
	height:auto;
	border:2px solid #666666;
	border-bottom:0px;
	min-height:900px;
	width: 19.38em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsRtHdr #mainContent {
	margin: 0 19.7em 2em 2px; 
} 
.twoColElsRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	
} 
.twoColElsRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* FIM CSS DE ESTRUTURA DA PAGINA  */

/* CSS CABECALHO PAGINA  */

 /*Bloco 1*/
  #blocoTopo_1{height:120px; width:100%; margin-bottom:5px; z-index:0}
  #infoCabecalho {height:40px; width:100%; z-index:0; background-color:#F9F9F9;}
  #colorCabecalho {height:5px; background:#2E576D; width:100%; z-index:2;} /*alterar cor*/
  #bgLogoCabecalho {height:115px; width:308px; z-index:3; margin-top:10px;
  background-image:url(../../imagens/artes/bg/SaladaCultural.com.br-bg-logo-saladacultural.gif);
					background-repeat:no-repeat; float:left;}
  .linkInstitucional{margin-left:10px; font-size:11px; text-align:center; margin-right:2px; line-height:30px;
  					 font-family:Verdana, Arial, Helvetica, sans-serif;}
  .iconeSeparador{ color:#2E576D; font-size:9px; margin-right:2px;} /*alterar cor*/
  #boxLogin{float:right; margin:0px 1.5px 0px 0px; width:265px; height:409px;}
  .tableLogin{width:100%; letter-spacing:2px; color:#000000; background:#F0F5F9; /*alterar cor*/
  			  font-family:Verdana, Arial, Helvetica, sans-serif;}
  .loginTextoMinha {background:#FFFFFF; font-size:10px; color:#666666; padding-left:2px;}			  
  .espacoLoginEmail{font-size:8px; text-transform:uppercase; padding:5px; font-weight:bold; letter-spacing:5px;
  					border-top:1px dashed #2E576D;} /*alterar cor*/
  .formLoginEmail  {margin-top:9px; font-family:Verdana, Arial, Helvetica, sans-serif; border:2px #BCD5E2 solid; 
                    padding-left:2px; font-size:9px; color:#333333;}
  .formLoginSenha  {margin-top:9px; font-family:Verdana, Arial, Helvetica, sans-serif;
                    border:2px #BCD5E2 solid; padding-left:2px; font-size:9px; font-size:9px; color:#333333;}
  .EsqueciSenhaLogin{font-size:10px; text-transform:lowercase; padding:5px; font-weight:bold;}
 /*FIM bloco 1*/

 /*bloco 2*/
  #blocoTopo_2 {height:110px; width:728px; float:left; margin-right:2px; margin-bottom:20px;}
  #menuCentralTopo {background:#323232; width:380px; height:105px; margin:0px 0 0 0px; float:right;}
  #nomeCanal_Secao {width:300px; height:105px; margin:0px 5px 0 7px; float:left;}  	
  .voceEsta {color:#666666; font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif; letter-spacing:2px; 
  			 line-height:15px; font-weight:bold;}
  .palavraChaveTopo {font-size:15px; color:#666666; font-family:Verdana, Arial, Helvetica, sans-serif; letter-spacing:1.6px;}
  .tableMenuCentral {text-align:center; color:#FFFFFF; margin:15px 10px 10px 0px; font-size:12px; font-weight:bold;}
  .tdTableMenuCentral {padding:10px; border-right: #666666 1px dashed; border-bottom: #666666 1px dashed; letter-spacing:1px;}
  .tdTableMenuCentral2{padding:10px; border-bottom:#666666 1px dashed; border-bottom:#666666 1px dashed; letter-spacing:1px;}
  .tdTableMenuCentral3{padding:10px; border-right:#666666 1px dashed; letter-spacing:1px;}
 /*FIM bloco 2*/

 /*bloco 3*/
  #blocoTopo_3 {height:107px; width:728px; float:left; margin-right:2px; margin-bottom:15px;}
  #buscaSite {width:258px; height:100px; margin:0px 0px 0px 5px; float:right;
              background-image:url(../../imagens/artes/icones/SaladaCultural.com.br-ico-nome-busca.gif);
              background-position:left top; background-repeat:no-repeat;}
  .labelAlfabetoBuscaSite{font-size:8px; letter-spacing:1.0px; font-family:Verdana, Arial, Helvetica, sans-serif;line-height:13px;}
  #menuPrincipal {width:460px; height:100px; margin:0px 5px 0px 5px;
               	  background-image:url(../../imagens/artes/icones/SaladaCultural.com.br-ico-nome-menu.gif);
                  background-position:left; background-repeat:no-repeat;}			 
  .ulListaMenu_direta{margin:0; padding:0; margin-left:8px; margin-right:5px; width:170px; float:right;}
  .ulListaMenu_direta2{margin:0; padding:0; margin-left:0px; float:right;}
  .ulListaMenu_esquerda{margin:0; padding:0; margin-left:35px; width:120px;}
 
 /*lista menu principal*/
  .liMenuPrincipal{list-style:none; display:list-item; border-bottom:dotted 1px #919191; padding-bottom:0px;
      			  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; letter-spacing:2px;
      			  width:auto; min-width:107px; height:20px; margin-right:5px; margin-top:5px; color:#333333;}	
  .liMenuPrincipal:hover{color:#000000; background-color:#F0F5F9;} /*alterar cor bg*/ 
 /*FIM lista menu principal*/
 
 /*Fim bloco 3*/

 /*bloco 4*/
  #blocoTopo_4 {height:107px; width:720px; float:left; margin-right:2px; margin-top:10px;}
  #menuInternoSecao {width:100%; height:60px; padding:5px 5px 5px 2px; border-top:#AB3126 1px solid; background:#F9F9F9;} /*alterar cor borda*/
  .labelNomeSecao {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:40px; color:#2E576D; font-weight:bold; 
  				   letter-spacing:3px;} /*alterar cor texto*/
  .labelNomeInternoSecao {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.7em; color:#000000; 
  						  line-height:15px; padding-left:20px;} 
 /*FIM bloco 4*/
  
 /*tooltip menu principal*/
 
 	#dhtmltooltip{position: absolute; left: -300px; width: 300px; border: 1px solid #DADADA; padding: 4px; 
				  background-color:#F9F9F9; visibility: hidden; z-index: 100; font-size:0.7em; 
				  font-family:Verdana, Arial, Helvetica, sans-serif; letter-spacing:1px; line-height:18px;}

	#dhtmlpointer{ position:absolute; left: -300px; z-index: 101; visibility: hidden;}
 
 /*FIM tooltip menu principal*/
  	
/* FIM CSS CABECALHO PAGINA  */

/*LISTAS*/
  .ulMenuEditarPerfilNovo{list-style: none; margin:6px 0px 8px 0px; padding:0;}
  .liMenuEditarPerfilNovo{height:24px; padding:5px 0px 0.5px 1px; border-bottom: 
  						  1px dotted #CCCCCC; letter-spacing:0.10em; width:99.9%; font-size:1em;}
  .liMenuEditarPerfilNovo:hover{color:#000000; background-color:#F0F5F9;} /*alterar cor bg*/
  .abaLiUltimos{border:0px; height:auto; margin-bottom:8px; margin-right:5px; padding:10px 0px 10px 2px;}
  .liPerguntasPromocao{font-size:1.1em; color:##333; font-weight:bold;padding:8px 0px 8px 2px; height:auto;}	
  .sugestaoZero{font-size:1.1em; color:#333; border-bottom:0px; border-top:1px solid #999; margin-top:5px; background:#F9F9F9;
  				height:55px;}	
  .liTituloSugestao{font-size:1.1em; color:#333; border-bottom:0px; border-bottom:1px solid #999; margin-top:5px; height:20px;}
  .tituloSugestao{font-weight:bold; color:#2E576D; font-size:1.2em; letter-spacing:0.2em;}
  .liConteudoSugestao{border-top:1px solid #2E576D; background:#F7F7F7; margin:20px 0px 6px 0px; padding-bottom:8px; 
  					  height:45px; border-bottom:1px solid #E8E8E8;}
  .liDescricaoSugestao{padding:10px 0px 10px 5px; border-bottom:1px solid #999; height:auto; margin-bottom:10px;}
  .liExibeComunidade{display:none; overflow:auto; padding:5px; margin-top:8px; height:220px; max-height:220px;}	
/*FIM LISTAS*/

/*LINKS*/
  a:link {color: #000000;	text-decoration: none;}
  a:visited {text-decoration: none;	color: #000000;}
  a:hover {text-decoration: underline;color: #666666; display:inline;}
  a:active {text-decoration: none;color: #000000;}
/*FIM LINKS*/

/*COLUNA DIREITA*/
 .boxVideoColunaDireita{width:97%; background-color:#FFF; height:25em; padding:4px; margin-bottom:2px;}
 .tituloVideoColunaDireta{height:30px; margin-bottom:2px; 
 						  background-image:url(../../imagens/artes/icones/SaladaCultural.com.br-ico-nome-videos.gif); 		
						  background-repeat:no-repeat; border-bottom:1px solid #666666;}
 .boxUltimosColunaDireita{width:97%; background-color:#FFF; height:25em; padding:4px;}
 .tituloUltimosColunaDireta{height:30px; margin-bottom:2px; margin-top:10px; 
 							background-image:url(../../imagens/artes/icones/SaladaCultural.com.br-ico-nome-ultimos.gif);
							background-repeat:no-repeat; border-bottom:1px solid #666666;}
 .quant{color:#333333; font-size:1em; font-weight:bold; margin-top:2px; letter-spacing:0.2em; line-height:1.8em;}
 .tituloMaisLidosColunaDireita{height:30px; margin-bottom:2px; margin-top:10px; 
 							   background-image:url(../../imagens/artes/icones/SaladaCultural.com.br-ico-nome-top-lidos.gif);
							   background-repeat:no-repeat; border-bottom:1px solid #666666;}

 .tituloEstreiasDaSemanaColunaDireita{height:30px; margin-bottom:2px; margin-top:10px; 
 						background-image:url(../../imagens/artes/icones/SaladaCultural.com.br-ico-nome-estreias-da-semana.gif); 						background-repeat:no-repeat; border-bottom:1px solid #666666;}
 
 .tituloCriticosColunaDireita{height:30px; margin-bottom:2px; margin-top:10px; background-image:		
                              url(../../imagens/artes/icones/SaladaCultural.com.br-ico-nome-criticos.gif); 
							  background-repeat:no-repeat; border-bottom:1px solid #666666;}
/*FIM COLUNA DIREITA*/

/*PAINEL DE FUNCOES*/
 .classPanels{margin-top:5px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.7em; height:408px;}
/*FIM PAINEL DE FUNCOES*/

/*IMAGENS*/
 .imagemPequenaUser{margin:0px;padding:2px;border:1px dashed #000000;width:250px;height:167px;}
 .imagemColunaDireita{margin:5px 2px 5px 2px; border:1px solid #333; width:270px; height:105px; padding:2px;}
 .imgUserComentario{margin:5px; border:1px solid #333; float:left; width:150px; height:100px;}
 .imgPequenaVideo{margin:5px; border:1px solid #333; float:left; width:150px; height:113px;}
/*FIM IMAGENS*/

/*TEXTO*/
 .abaTextoTituloPrincipal{margin-top:4px; color:#333333; font-size:1.6em; font-weight:bold; letter-spacing:0.2em; 
 				          line-height:1.6em; color:#2E576D;}
 .abaTextoTitulo{margin-top:4px; color:#333333; font-size:1.1em; font-weight:bold; letter-spacing:0.2em; 
 				 line-height:1.6em; color:#2E576D;}
 .abaTextoInfoComplementar{line-height:1.6em; font-size:0.9em; color:#666666;}				 
 .verTodasTexto{line-height:1.5em; font-size:0.8em; color:#2E576D;}
 .nomeComunidade{font-family:Verdana, Arial, Geneva, sans-serif; font-size:0.9em; line-height:1.5em; padding:5px; 
 				 padding-top:8px; float:left;}
 .negritoNomeComunidade{font-size:1.5em; letter-spacing:0.3em; padding:5px;}				 
 .dataHojeLeft{font-size:2em; font-weight:bold; color:#999; letter-spacing:0.2; float:right; margin-right:10px;}
 .dataHojeRight{font-size:1.4em; font-weight:bold; color:#666; letter-spacing:0.2; float:right;}
 .dataComunidadeAno{font-size:2em; font-weight:bold; color:#666; letter-spacing:0.2; float:right; margin-right:0px;}
 .dataComunidadeMes{font-size:1.4em; font-weight:bold; color:#999; letter-spacing:0.2; float:right; margin-right:2px;}
 .dataComunidadeDia{font-size:0.9em; font-weight:bold; color:#CCC; letter-spacing:0.2; float:right; margin-right:0px;}
/*FIM TEXTO*/

/*LABEL*/
 .labelNomeUser{font-size:1.70em; font-family:Verdana, Arial, Helvetica, sans-serif; letter-spacing:0.1em; line-height:1.50em; 		
 			    color:#2E576D} /*alterar cor*/
 .labelPublicarColaboracao{font-size:1.7em; padding:4px; color:#2E576D; letter-spacing:0.05em;}
 .labelTextoColaboracao{font-size:1em; line-height:2em; color:#666666; font-weight:lighter; font-stretch:ultra-expanded;}
 .labelTotalColaboracoes{font-size:3.3em; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#2E576D}
/*FIM LABEL*/

/*PUBLICIDADE*/
 #bannerHalfCabecalho {width:210px; float:right; height:60px; background:#F9F9F9; margin:20px 2px 0 0px; z-index:10; }
 #bannerFullCabecalho {width:468px; height:60px; margin:20px 0 0 310px; z-index:200; background:#F9F9F9; }
 #superBannerTopo     {width:728px; height:90px; padding:0px; background:#F9F9F9; margin-top:10px; z-index:50;}
/*FIM PUBLICIDADE*/

/*BARRA DE ROLAGEM*/ 
 .barraRolagem{scrollbar-face-color:000000; scrollbar-highlight-color:000066; scrollbar-3dlight-color:000000; 
		     scrollbar-darkshadow-color:000066; scrollbar-shadow-color:000000; scrollbar-arrow-color:444444;
			 scrollbar-track-color:000000;}
/*fim BARRA DE ROLAGEM*/

/*--------CSS SECAO--------------*/

/*PAINEL DE NOTICIAS*/
 .painelNoticiasCinema{z-index:0; height:250px; width:660px; margin-bottom:10px;}
/*FIM PAINEL DE NOTICIAS*/ 

/*COLUNAS DE CONTEUDO*/
 .colunaDireita {margin-top:0px; width:13.44em; float:right; padding:3px;}
 .colunaMeio  {width:13.44em; float:right; padding:3px; margin-right:9px;}
 .colunaEsquerda{margin-top:0px; width:13.44em; float:left; padding:3px;}
/*FIM COLUNAS DE CONTEUDO*/

/*COLUNA DIREITA CONTEUDO*/
 .box_tituloConteudoSecao{border-bottom:#AB3126 2px solid; padding-bottom:5px; margin-bottom:4px;}
 .texto_tituloConteudoSecao{color:#5D631D; font-weight:bold; letter-spacing:2px; font-size:0.7em; margin-left:5px;}
 .box_imgConteudoSecao{border:1px solid #CCC; border-top:0px; height:35em;}
 .box_imgConteudoSecao2{padding:2px; height:185px; border-bottom:1px #DD9622 solid; margin-bottom:5px;}
 .imgConteudoSecao{border-bottom:#000 1px solid; margin-bottom:4px; width:210px; height:80px;}
 .texto_imgConteudoSecao{padding:4px; margin-top:5px; color:#2E576D; font-size:0.9em; line-height:1.5em; font-weight:bold;}
 .descri_imgConteudoSecao{padding:4px; margin-top:7px; color:#5D631D; font-size:0.7em; line-height:1.5em;}
 .quant_imgConteudoSecao{color:#333333; font-size:0.6em; padding:4px; line-height:1em;}
 .textoOutros_imgConteudoSecao{float:right; margin:5px; color:#643D24; font-size:0.6em;}
 .ul_listaConteudoSecao{width:97%; margin:5px 0px 0px 0px; padding:0px;}
 .li_listaConteudoSecao{height:auto; padding:8px 1px 8px 4px; border:0px;}
 .textoLi_conteudoSecao{font-size:0.8em; line-height:1.5em;}
 .quantLi_conteudoSecao{font-size:9px; color:#333; font-family:Verdana, Geneva, sans-serif;}
 .textoOutrosLi_conteudoSecao{float:right; margin:5px; color:#643D24; font-size:0.6em;}
/*FIM COLUNA DIREITA CONTEUDO*/

/*--------FIM CSS SECAO----------*/

/*--------CSS CONTEUDO INTERNO----*/

.nomeConteudoInterno_cabecalho{opacity:0.35; -moz-opacity:0.35; filter:alpha(opacity=35); 
							   height:auto; padding:5px; background-color:#FFF;}
							   
.nomeConteudoInterno_cabecalho_2{height:auto; padding:5px;}	
	
/*aba VIDEOS*/
 .exibiVideoFilme {width:669px; height:auto; border-bottom: 1px solid #202020; margin:5px 0px}
 .legendaexibiVideoFilme {height:auto; color:#202020; padding:10px;}
 .notaVideo {float:right; margin:2px 5px 5px 0px;}
 .tituloVideoFilme{font-weight:bold; letter-spacing:0.2em; font-size:1.3em;}
 .quantLeituraVideoFilme{font-size:0.9em; line-height:1.8em;}
 .comentarioVideoFilme {height:400px; margin-bottom:5px; display:none;}
 .formComentarioVideo {background:#F9F9F9; padding:5px; display:none;}
 .formComentarioVideo2 {background:#F9F9F9; padding:5px;}
 .form_textoComentarioVideo{margin:10px 0px 10px 0px; padding:5px; border:1px solid #666;}
 .nAleComentario{font-size:2em; color:#2E576D; font-weight:bold;}
 .codigoSegurancaComentarioVideo {margin:10px 0px 10px 0px; padding:5px; border:1px solid #666; width:60px;}
 .exibeListaComentarioVideo {height:auto; margin:10px 0px 10px 0px;}
 .liConteudoSugestaoVideo{margin-top:5px; height:28px;}
 .p_video{margin-top:15px; padding-left:5px;}
 .liDataVideo{float:right; width:60px; margin-right:5px;}
 .liDescricaoSugestaoVideo {height:auto; min-height:120px; margin:4px 0px 10px 0px;}
 .textoComentarioVideo{margin-left:160px; line-height:1.5em; padding:5px;}
 .nenhumComentario{line-height:1.6em; padding-left:11em;}
 .nenhumComentario2{font-size:0.9em; padding-left:0.2em;}
 .listaVideosFilme {height:auto; margin:20px 0px 30px 0px;}
 .cabecalhoVideos {margin-bottom:30px; height:auto;}
 .divExibeVideos {margin-top:8px; display:none;}
 .ulExibeVideos{overflow-y:auto; margin-top:10px; height:200px; overflow-x:hidden;}
 .p_publicadoVideoPor {margin-top:15px; padding-left:2px; font-size:0.9em;}
 .nomeVideoSugestao {width:300px; padding:2px; color:#2E576D; margin:10px 0px 10px 0px; padding:5px; border:1px solid #666;}
 .descricaoVideoSugestao{padding:2px; color:#2E576D; margin:10px 0px 10px 0px; padding:5px; border:1px solid #666;}
 .urlVideoSugestao {width:300px; padding:2px; color:#2E576D; margin:10px 0px 10px 0px; padding:5px; border:1px solid #666;}
 .exibeinstrucoesVideo {height:180px; display:none; overflow-y:auto; background:#F9F9F9; border:1px solid #666; padding:5px;}
 .exibeinstrucoesVideo2 {height:180px; overflow-y:auto; background:#F9F9F9; border:1px solid #666; padding:5px;}
 .divFormSugestaoVideo {margin:2px; padding:5px; background:#FFF; border:1px solid #CCC;}
/*FIM aba VIDEOS*/

/*ABA PROMOCOES CULTURAIS*/
 .h1_descricaoPromocao {line-height:1.2em; font-size:1.5em; font-family:Verdana, Arial, Geneva, sans-serif; color:#2E576D}
 .span_jaParticipando{line-height:1.5em; font-size:1.2em; font-family:Verdana, Arial, Geneva, sans-serif;}
 .regulamentoPromocaoCultural{height:200px; padding:5px; overflow:auto; margin-bottom:10px; border-top:1px #CCC solid; 
 							  border-bottom:1px #CCC solid;}
 .span_respostaPromocao{font-family:Verdana, Arial, Geneva, sans-serif; font-size:1.1em; line-height:1.2em;} 							 .h1_perguntaPromocao{line-height:1.2em; font-family:Verdana, Arial, Geneva, sans-serif; color:#666;}
 .formPromocao {margin:5px 0px 10px 0px;}
 .mensagemResposta {border:1px solid #2E576D; padding:5px;}
 .agreeform{margin:0px 0px 10px 0px;}
 .liPerguntaRespostaPromocao{font-size:1.3em; color:#666; border-bottom:1px solid #999; font-weight:bold; margin-top:5px;}
 .span_RespotaPromocao{font-family:Verdana, Arial, Geneva, sans-serif; font-size:1.2em; line-height:1.5em; text-align:justify;}
/*FIM ABA PROMOCOES CULTURAIS*/

/*ABA BLOG COMUNIDADES*/
 .label_infoBlogComunidade{padding:5px; font-size:1.1em;}
 .conteudoBlogs {height:600px; margin-bottom:10px;}
 .ulBlogComunidade {margin-top:20px; margin-bottom:20px;}
 .blog{height:auto; margin-bottom:30px;}
 .ulBlog{overflow-y:auto; margin-top:10px; height:200px;}
 .liDataBlog {float:right; width:30px; margin-right:5px;}
 .liDescricaoSugestaoBlog {height:auto; margin:4px 0px 4px 0px;}
/*FIM ABA BLOG COMUNIDADES*/

/*ABA CRITICAS*/
 .criticaSelecionada {margin:10px 0px 10px 0px; padding:2px;}
 .span_tituloCritica {color:#333; font-size:1.5em; font-weight:bold; letter-spacing:0.09em;}
 .legendaexibiCritica{height:auto; border-bottom:1px #999 solid;}
 .span_textoCritica  {font-family:Verdana, Arial, Geneva, sans-serif; letter-spacing:0; line-height:2em;}
 .span_textoCritica_2{clear:both; font-size:11px; font-weight:normal; text-align:justify;}
 .autorCritica {border-bottom:1px #999 solid; background:#F9F9F9; margin-bottom:10px; height:auto;}
 .todosArtigos {height:500px; margin-top:20px; background:#FFF; padding:5px; overflow-x:hidden; overflow-y:auto; display:none;}
 .todosArtigos_2 {height:500px; margin-top:20px; background:#FFF; padding:5px; overflow-x:hidden; overflow-y:auto;}
 .img_smallCritica {border: 1px solid #000; margin-right:2px; padding:5px; float:right; width:270px; height:105px;}
 .sugestaoCritica {margin:25px 0px 10px 0px}
/*FIM ABA CRITICAS*/



/*-----FIM CSS CONTEUDO INTERNO----*/	


/*JANELAS DE ALERTAS MENSAGENS PARA USUARIOS*/
   #janelaAlertaMensagem {
	position:absolute; 	width:452px; height:214px; z-index:1000000; left:50%; top:150%; margin-left:-230px; margin-top:-40px;
	background-image:url(../../imagens/home/janelas-alertas/SaladaCultural.com.br-janela-alerta-sucesso.png); 
	background-repeat:no-repeat;}
   #janelaAlertaMensagem_Titulo {margin-top:36px; margin-left:60px; font-weight:bold; letter-spacing:0.1em;}	
   #janelaAlertaMensagem_corpo {margin-top:20px; margin-left:17px; margin-right:2px;}	

/*FIM JANELAS DE ALERTAS MENSAGENS PARA USUARIOS*/


/*CSS COMPONENTE DATA FORMULARIO*/
	.ds_box {
		background-color: #FFF;
		border: 1px solid #000;
		position: absolute;
		z-index: 32767;
	}
	
	.ds_tbl {
		background-color: #FFF;
	}
	
	.ds_head {
		background-color: #333;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
	}
	
	.ds_subhead {
		background-color: #CCC;
		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		width: 32px;
	}
	
	.ds_cell {
		background-color: #EEE;
		color: #000;
		font-size: 13px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		padding: 5px;
		cursor: pointer;
	}
	
	.ds_cell:hover {
		background-color: #F3F3F3;
	} /* This hover code won't work for IE */

/*FIM CSS COMPONENTE DATA FORMULARIO*/

/* CSS BORDA ARREDONDADA*/
	div#container{width:270px;margin: 0 auto;padding:10px 0;text-align:left}
	div#resultadoBusca{padding:10px; background:#E0E0E0; height:270; margin:20px 0px 20px 0px;}
	div#nav{float:right;width:99%;padding:10px 0;background:#BBBBBB;}
	ul#ul_listaNoticiasFilmes{list-style:none; margin:0px; padding:0px;}
	li#li_listaNoticiasFilmes{height:110px; margin:15px 0px 15px 0px; padding:5px; border:#666 1px solid;}
/*FIM CSS COMPONENTE DATA FORMULARIO*/

/* CSS CONTEUDO: ABA SINOPSE*/
 .boxConteudoSinopse {height:15px; width:99%; border-bottom: solid 1px #CCCCCC; padding:2px 0px 2px 5px; font:status-bar; 
     				  letter-spacing:0.4em; color:#808080; font-weight:bold; margin-bottom:25px; margin-top:5px;}
					  
 .boxConteudoFichaTecnica {height:15px; width:99%; border-bottom: solid 1px #CCCCCC; padding:2px 0px 2px 5px; font:status-bar; 
     				  	   letter-spacing:0.4em; color:#808080; font-weight:bold; margin-bottom:25px; margin-top:20px;}

 .boxConteudoElenco {height:15px; width:99%; border-bottom: solid 1px #CCCCCC; padding:2px 0px 2px 5px; font:status-bar; 
     				  	   letter-spacing:0.4em; color:#808080; font-weight:bold; margin-bottom:25px; margin-top:20px;}					   
 .p_nomeConteudo {text-align:left; margin:0px;}
 
 .p_nomeConteudoComplemento {text-align:right; margin:8px 2px 0px 0px; font-size:0.9em; 
		  					 color:#2E576D; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif;}						   					  
					  
/* FIM CSS CONTEUDO: ABA SINOPSE*/

/* CSS CONTEUDO: ABA HORARIOS - LOCAIS EXIBICAO*/
 .p_infoUsuarioHorarioExibicao {color:#333; line-height:1.8em; font-weight:normal; text-align:left; letter-spacing:normal; 
  font-family:Verdana, Arial, Helvetica, sans-serif; font:1.1em;}
 .td_formularioHorarioExibicao {background:#DEDEDE; font:status-bar; color:#2E576D; font-size:12px; font-weight:bold;}
 .btIndicacaoFilme	{padding:2px; color:#FFF; border:1px solid #2E576D; background:#2E576D; float:right; margin-right:2px;}
 .gNear {padding:2px; color:#333; border:1px solid #999; width:310px;}
/* FIM CSS CONTEUDO: ABA HORARIOS - LOCAIS EXIBICAO*/

/* CSS LIGADO NO SALADACULTURAL*/
 .infoLigadoSaladaCultural {float:right; padding:5px; margin-right:2px; border:solid #999 1px; width:300px; height:48em;}
 .ul_ligadoSaladaCultural {margin:0px; list-style:none; padding:2px; text-align:left;}
 .li_ligadoSaladaCultural {border-bottom:1px #999 solid; width:99%; height:93px; color:#666; margin:10px 0px 10px 0px;}
 .linksLigadoSaladaCultural {float:left; padding:5px; margin-right:2px; width:300px; height:45em;}
/* FIM CSS LIGADO NO SALADACULTURAL*/


/* CSS FORMULARIOS: ATUALIZACAO*/

 .divFormularioEdicao{margin:5px; background:#FFF; padding:5px; font-family:Verdana, Arial, Helvetica, sans-serif;}
 .subTituloFormulario{font:status-bar; color:#2E576D; font-size:12px; font-weight:bold;}
 .inputText{padding:2px; color:#333; border:1px solid #999; width:350px; margin-top:5px;}
 .inputText2{padding:2px; color:#333; border:1px solid #999; width:80px; margin-top:5px;}
 .inputText3{padding:2px; color:#333; border:1px solid #999; width:100px; margin-top:5px;}	
 .inputText4{padding:2px; color:#333; border:1px solid #999; width:150px; margin-top:5px;}	
 .inputSelect{font-size:1.2em; font-family:Verdana, Arial, Helvetica, sans-serif; color:#333; border:1px solid #999;}	
 .inputText5{padding:2px; color:#333; border:1px solid #999; width:60px;}
 .inputTextArea{padding:2px; color:#333; border:1px solid #999;}
 .inputButton {padding:2px; color:#333; border:1px solid #999; background:#FFF}
 .inputButton2{padding:2px; color:#FFF; border:1px solid #2E576D; background:#2E576D; float:right; margin-right:2px}
/* FIM CSS FORMULARIOS: ATUALIZACAO*/

/* CSS CONTEUDO: ABA PROMOCOES CULTURAIS*/
 .listaAmigosIndicaPromocao{margin:1px; background:#F9F9F9; border:1px solid #CCC; height:auto; letter-spacing:normal; 
     					    font:small-caption; color:#333;}
 .cabecalho_listaAmigosIndicaPromocao{margin:5px 0px 10px 0px; background:#FFF; padding:8px; border-top:1px solid #CCC; 
         					border-bottom:1px solid #CCC; height:15px; font-family:Verdana, Arial, Helvetica, sans-serif;}
 .li_listaAmigos{border:1px solid #CCC; height:100px; padding:5px; margin:5px 0px 5px 0px;}							
 .imgFotoUser {margin:2px 8px 2px 2px; border:1px solid #333; width:143px; height:96px; float:left;}
 .titleNomeUser{color:#2E576D; font-size:1.2em; font-weight:bold;}
 .cabecalho_listaAmigosIndicaPromocao{margin:5px 0px 10px 0px; background:#FFF; padding:8px; padding-right:0px; 
 									  border-top:1px solid #CCC; border-bottom:1px solid #CCC; height:15px; 
									  font-family:Verdana, Arial, Helvetica, sans-serif;}
 .exibindoGraficos{height:83em; margin:2px; padding:1px; background:#FFF; font-family:Verdana, Arial, Helvetica, sans-serif;}
 .exibindoGrafico_1{height:550px; margin-bottom:10px; font-size:1.1em; border-bottom:1px solid #CCC;}
 .ul_exibindoGrafico{list-style:none; padding:0px; margin:2px; height:510px;}
 .p_tituloGrafico {letter-spacing:0.1em; font:small-caption; color:#333; line-height:1.5em;}
 .exibindoGrafico_2{height:480px; margin-bottom:10px; font-size:1.1em;}
 
 
   /*CSS CONTEUDO: ABA PROMOCOES CULTURAIS SUB-SESSAO - INDICANDO AMIGOS*/
     .cabecalho_listaAmigosIndicaPromocao_Dif01{height:45px; line-height:1.5em;}
	 .ul_Padrao{list-style:none; padding:0px; margin:10px;}
	 .li_listaAmigos_Dif01{background:#FFF; font-weight:normal; line-height:1.5em;}
     .p_li_listaAmigos{font:small-caption; font-size:1em; margin-bottom:10px; padding-bottom:2px; margin-top:5px; 
	 				   line-height:1.6em;}
	 .strong_tituloListaAmigos{font-size:2em; color:#666;line-height:1.3em;}
	 .span_li_listaAmigos{margin-left:1em; letter-spacing:0.1em;}
	 .strong_letraLinkListaAmigos{font-size:1.2em; color:#2E576D;}
	 .exibeRegulamentoPromocao{margin:5px; background:#F9F9F9; padding:5px; border:1px solid #CCC; max-height:400px; overflow-y:scroll}
	 .label_concordoForm{font:small-caption; line-height:1.5em; color:#333;}
   /*FIM CSS CONTEUDO: ABA PROMOCOES CULTURAIS SUB-SESSAO - INDICANDO AMIGOS*/
 
/* FIM CSS CONTEUDO: ABA PROMOCOES CULTURAIS*/

/* CSS CONTEUDO: ABA FOTOS*/
 .boxAlbumFotos {height:190px; margin-bottom:60px; margin-top:10px;}
 .boxConteudoFichaTecnica_2 {margin-top:20px; height:22px;}
 .p_infoUsuarioHorarioExibicao_2 {font:small-caption; line-height:1.8em; font-size:1em;}
 .imgPadraoAlbumFoto{margin:10px; padding:5px; border:1px solid #333; float:left; height:auto; width:auto;}
/* FIM CSS CONTEUDO: ABA FOTOS*/

/* CSS CONTEUDO: ABA VIDEOS*/
 .boxVideos {height:130px; margin-bottom:60px; margin-top:10px;}
/* FIM CSS CONTEUDO: ABA VIDEOS*/
