/*
	
	TABLE OF CONTENTS
	
	- Bloco 1
	- Bloco 2
	- Bloco 3

*/


#limiter
{
	/* Default
	margin:20px 10px;*/
	margin:0px 10px 20px 10px;
}

#view
{
	position:absolute;
	left:300px;
}	

#limiter .evento
{
	display:block;
	float:left;
	width:470px;
}	

#limiter .data
{
	float:right;
	display:block;
	width:110px;
	height:60px;
	text-align:center;
/*	background:url(/img/dflash/displayEvento.jpg) no-repeat top left; */
}

#limiter .description
{

	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	/* Default 
	padding:0 10px 10px;
	margin:8px 0 10px 0;
	*/
	padding:0 10px 10px;
	margin:0px 0 0px 0;
}

.topAlbum
{
	background:url(/img/dflash/bgTopAlbum.jpg) no-repeat top left;
	padding:7px 10px 10px 10px;
}

/* Bloco 1
--------------------------------------------------------------------------------------- */

h3,
h3 a:visited
{
	font:16px Tahoma, Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration:none;
}

h3 a:hover
{
	color:#990000 !important; 
	text-decoration:underline;
}

h3 a:link
{
	color:#999;
	text-decoration:none;
}


h4,
h4 a:visited
{
	font:32px Tahoma, Arial, Helvetica, sans-serif;
	margin-top:10px;
	letter-spacing:-1px;
	text-decoration:none;
	color:#999;
}

h4 a:hover
{
	color:#990000 !important;
	text-decoration:underline;
}

h4 a:link
{
	color:#999;
	text-decoration:none;
}


h5
{
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color:#990000;
	text-align:right;
	padding:5px 0 0 0;
}

h6
{
	font:bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color:#999;
	text-align:right;
}



/* Bloco 1
--------------------------------------------------------------------------------------- */



/* [ FILME -> DISPLAY ]
--------------------------------------------------------------------------------------- */


.display
{
	clear:both;
	position:relative;
}



/* [ FILME -> DISPLAY -> ABAS ]
--------------------------------------------------------------------------------------- */


.display .abas
{
	height:26px;
/*	border-bottom:1px solid #ccc; */
	background:#424242 url(/img/dflash/bgAba.gif) no-repeat top left;
	padding:7px 5px 0;
}

.display .abas ul li,
.display .abas .back,
.display .abas .go,
.display .abas .open
{
	float:left;

}

.display .abas ul li a,
.display a.selected
{
	display:block;
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;
/*	background:#f4f4f4;
	border:1px solid #ccc;*/
	padding:2px 4px;
	margin:2px;
	text-decoration:none;
}

.display .abas ul li a:hover,
.display .abas ul li a.selected,
.display a.selected
{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#000;
	background:#fff;
/*	border-bottom:1px solid #fff;*/
}




/*
	----------------------------------------------------
	-> Navegacao - abas - qtde 25+ - fotos - 19/04/08
	----------------------------------------------------
*/


.display .abas .open {
	background:#f4f4f4 url(/img/dflash/arrow_down.gif) no-repeat right center;
	text-indent:-9000px;
	overflow:hidden;
	width:10px;
}
.display .abas .back, 
.display .abas .go, 
.display .abas .open  {
	float:left;
}

.display .abas ul.naveg {
	float:left;
	width:548px;
	overflow:hidden;
}


/* [ ABAS - FULL ] 
-------------------------------------------------------------------- */
.display .abas-full
{

	border:1px solid #9A9A9A;
	background-color:#F7F7F7;
	padding:7px 5px 0;
}

.display .abas-full ul li
{
	float:left;

}
.display .abas-full ul li a
{
	display:block;
	font:11px Arial, Helvetica, sans-serif;
	color:#555;
/*	background:#f4f4f4;
	border:1px solid #ccc;*/
	padding:2px 4px;
	margin:2px;
	text-decoration:none;
}
.display .abas-full ul li a.selected 
{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#000;
}

/* [ FILME -> DISPLAY -> ABA ]
--------------------------------------------------------------------------------------- */

.display .aba
{
/*
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
*/
	padding:5px 2px;
	
	width:616px; /*615*/
	height:430px;

	display:none;
	background:url(/img/dflash/bgAbaF.gif) repeat-x top left;
}

.display .aba ul li
{
	float:left;
	display:block;
	margin:5px 11px;
	width:100px;
	height:66px;
	text-align: center;
	background:black url(/img/dflashLoadingAnimation.gif) no-repeat center center;
}

.display .aba ul li img
{
	cursor:pointer;
}

.display .aba.p1
{
	display:block;
}

.display .loading
{
	font:11px Arial, Helvetica, sans-serif;
	display:none;
	padding:10px;
}

.comprar
{
	background:url(/img/dflash_comprar.jpg) no-repeat top left;
	padding:10px 10px 7px 10px;
	margin-left:1px;
	color:#443a00;
	font:11px Arial, Helvetica, sans-serif;
}
.comprar a
{
	color:#443a00;
	font:11px Arial, Helvetica, sans-serif;
}








#maisEventos
{
	width:600px;
	float:left;
	padding:0 20px 10px;
	margin-bottom:30px;
}

#maisEventos h3
{
	margin:0 0 15px 0;
}

#maisEventos ul li a
{
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
	display:block;
	text-decoration:none;
	margin:0 0 2px 0;
	padding:3px 0;
	border-bottom:1px solid #f4f4f4;
}

#maisEventos .allEvents
{
	text-align:right;
	margin-top:10px;
}

#maisEventos .allEvents a
{
	font:11px Arial, Helvetica, sans-serif;
	color:#999;
}

/*
	--------------------------------------------
	NAVEGACAO PARA FOTOS DA CASA - 07/12/2007
	--------------------------------------------
*/

#informacoesCasa 
{
	padding-left:10px;
}
#informacoesCasa li
{
	display:inline;
	list-style:none;
}
#informacoesCasa p 
{
	/*text-align:justify;*/
}
#informacoesCasa p img {
	border:1px solid #ccc;
	padding:5px;
	margin:4px;
	float:left;
}
#informacoesCasa h6 
{
	text-align:left;
	padding:5px 0px;
}


/*
	-------------------------------------------
	FOTOS CASA
	-------------------------------------------
*/
#fotosCasa  {padding:15px 0px;position: relative;clear:both;}
#fotosCasa .jcarousel-list {z-index: 1;overflow: hidden;position: relative;top: 0;left: 0;margin: 0;padding: 0;}
#fotosCasa .jcarousel-item {float: left;list-style: none;width: 100px;height: 71px;}
#fotosCasa .jcarousel-next {z-index: 3;display: none;}
#fotosCasa .jcarousel-prev {z-index: 3;display: none;}

#fotosCasa .jcarousel-container {
	/*	background: #F0F6F9;
    border: 1px solid #346F97;
	*/
	width:500px !important;
	margin-left:50px !important;
}

#fotosCasa  .jcarousel-clip {
    z-index: 2;
	padding:0px;
    overflow: hidden;
	/*margin-left:50px !important;*/
    position: relative;
 	width: 500px !important;
    height: 80px;
}
#fotosCasa li {
	margin:0 4px;
	border:5px solid #eee;
}
#fotosCasa #menu-fotosCasa-voltar {
	position: absolute;top: 60px;right: 5px;
	width: 32px;height: 32px;cursor: pointer;
    background: transparent url("../../img/dflash/icones/nexthorizontal.gif") no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}

#fotosCasa #menu-fotosCasa-proximo {
    position: absolute;top: 60px;left: 5px;
	width: 32px;height: 32px;cursor: pointer;
    background: transparent url("../../img/dflash/icones/prevhorizontal.gif") no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
#fotosCasa #menu-fotosCasa-voltar:hover {
    background-position: -32px 0;
}

#fotosCasa #menu-fotosCasa-voltar:active {
    background-position: -64px 0;
}

#fotosCasa #menu-fotosCasa-proximo:hover {
    background-position: -32px 0;
}

#fotosCasa #menu-fotosCasa-proximo:active {
    background-position: -64px 0;
}

/* 
	----------------------------------------------
	INFORMACOES E SERVICOS - 06/12/2007 
	----------------------------------------------
*/
#servicos 
{
	float:right;
	width:250px;
	/*height:300px;*/
	border-left:1px solid #ccc;
	margin-left:5px;
	padding-left:10px;
	padding-bottom:15px;



}
#servicos .dot {
	background:transparent url(http://www.odiariomaringa.com.br/img/dflash/icones/dot.gif) no-repeat scroll 0px 6px;
text-indent:15px;
}

#servicos .informacoes dt {
	display:block;
	margin:5px 0px;
	font-weight:bold;
	padding:0px;
	color:#aa0000;
}
.emlinha
{
	display:inline;
}

#pagamentosEServicos
{
	display:none;
}
#pagamentosEServicos .pagamentosEServicos dd
{
	display:inline;
}
