.disable {
	position:absolute;
	top:0px;
	left:0px;
	width: 1000px;
	height: 864px;
	display:none;
	z-index: 990;
	opacity: 0;
	filter: alpha(opacity=0);		
	cursor: wait;
}

.loading {
	position:absolute;
	top:250px;
	left:400px;
	width: 200px;
	height: 40px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	border-color: #999;/*#828177;*/ 	
	border-width: 1px; 
	border-style: solid;
	background-color: #FAF9F9;
	z-index: 999;
}
#imgIntro{
	filter: progid : DXImageTransform . Microsoft . Alpha(opacity = 80);
	-moz-opacity: 0.8;
	-webkit-opacity:0.8
}
#fundoIntro img{
	filter: progid : DXImageTransform . Microsoft . Alpha(opacity = 80);
	-moz-opacity: 0.8;
	-webkit-opacity:0.8
}
#fundoIntro {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1999;
	opacity:0.9;
}

#richIntro {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-align:center;
	background-color: transparent;
	z-index: 2000;
}
#richIntroDiv{
	margin:0 auto;
}
#janelaDenuncia {
	display:none;
}

#janelaComentarios {
	float:left;	
}

/* PAGINACAO */
.paginacao {
	float:left;
	clear:both;
	width:100%;
	/*border-top:1px solid #5b5b5b;*/
	padding:18px 0 0 0;
	margin:20px 0;
	text-align:center;
	color:#5b5b5b;
	font-size:18px;
}
.paginacao span.paginas {
	padding:0;
	margin:0 auto;
	width:280px;
	display:inline;
	color:#5b5b5b;
	font-size:18px;
	font-weight:normal;/*regular*/
	padding:0;
	margin:0 10px 0 0;
}
.paginacao a {
	font-size:18px;
	font-weight:normal;/*regular*/
	color:#5b5b5b;
	text-decoration:none;
	outline:none;
	padding:0 10px 0 10px;
}
.paginacao a:hover { text-decoration:underline; color:#fff;background-color:#5b5b5b;border:1px solid #ddd;padding:0 9px 0 9px; }
.paginacao span.ativo { color:#174a7f;font-weight:bold;font-size:22px;text-decoration:underline;padding:0 10px 0 10px;}
.paginacao a.noborder { border:none; }

/*-----------| COBERTURAS |-----------*/
div.coberturas {background: #eee8ed;}
div.coberturas {
	width: auto;
}
div.coberturas p {
	font-size:1em;	
	line-height:1em;
	margin-bottom:0;
}
div.coberturas .header {
	background: #792073;
	height: 46px;
	border-bottom: 1px solid #f4f0f4;
}
div.coberturas .header h5 {
	color: white;
	padding: 10px 0 0 12px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
}
div#listacoberturas {
	width: 209px;
	height: 274px;
	float: left;
	border-right: 1px solid #f4f0f4;
	background: url(../im/fundocob.png) top right no-repeat;
	position: relative;
	padding: 8px 0;
}
div#listacoberturas p img {
	display: block;
}
div#listacoberturas span {
	background: #f6f4f6;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
	display: block;
	width: 192px;
	height: 272px;
	position: relative;
}
div#listacoberturas div#ponteiro {
	margin: 22px 8px;
	position: absolute;
	top: 0;
	background: url(../im/ponteiro.png) no-repeat 4px 5px;
	width: 217px;
	height: 57px;
	z-index: 1;
}
div#listacoberturas div#navcob {
	position: absolute;
	top: 23px;
	left: 8px;
	height: 244px;
	overflow: hidden;
}
div#listacoberturas ul {
	position: relative;
	width: 190px;
	height: 245px;
	z-index: 2;
}
div#listacoberturas ul li {
	float: left;
	padding: 12px 0 0 10px;
	width: 180px;
}
div#listacoberturas ul li a {
	color: #000;
	font-weight: bold;
}
div#listacoberturas ul li.current a {
	color: #fff;
}
p#sobe,
p#desce {
	visibility: hidden;
	position: absolute;
	z-index: 3;
	left: 8px;
}
p#desce {
	bottom: 10px;
}
div#fotocobertura {
	width: 410px;
	height: 290px;
	float: right;
	position: relative;
	overflow: hidden;
}
div#fotocobertura ul {
	height: 2400px;
	overflow: hidden;
}

div#fotocobertura ul li {
	position: relative;
	float: left;
	margin: 0;
}
div#fotocobertura span {
	display: block;
	position: absolute;
	top: 12px; 
	right: 12px;
	font: 3em/1em 'LeagueGothicRegular', Arial, sans-serif;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
	text-transform:uppercase;
	width: 50px;
	text-align: right;
	filter: Shadow(Color=#000000, Direction=135, Strength=3);

}
div#fotocobertura p {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 390px;
	height: 35px;
	padding: 20px 0 0 20px;
	background: #000;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
}

.share{
	padding-left:10px;
	border-left:1px solid #ddd;
	margin-left: 10px;
	float:right;
	width:auto;
}
.share p{
	float:left;
	font-size:0.92em;	
	padding-top:0px;
	margin-bottom:0;
}
.rating{
	float:right;
}
.rating li{
	float:left;	
	margin:0 6px;
}
.rating li a{
	float:left;
	display:block;
	padding-top:1px;
}

.rating li a img {
	vertical-align:middle;
	display:inline;
}

/*----------| PLAYER FOTO |----------*/
#div-foto {
	position: relative;
	margin: 0 auto;
	background: url(../im/loading-foto.gif) 50% 50% no-repeat;
}
#div-foto #contadorFotos {
	visibility:hidden;
	position: absolute;
	top: 10px;
	right: 10px;
	font: 3em/1em 'LeagueGothicRegular',Arial,sans-serif;
	text-shadow: 2px 2px 2px #000000;
	color: #fff;
}
#div-foto #contadorFotos span {
	font: 0.7em/1.3em 'LeagueGothicRegular',Arial,sans-serif;
	filter: Shadow(Color=#000000, Direction=135, Strength=3);
}

#pic-navigation {
	visibility:hidden;
}
#pic-navigation a {
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	z-index 10;
	top: 0;
	text-indent: -10000px;
}
#pic-navigation a.picprev {
	background: url(../im/seta-esq.png) no-repeat 0 center;
	left: 0;
}
#pic-navigation a.picnext {
	background: url(../im/seta-dir.png) no-repeat right center;
	right: 0;
}
#pic-navigation a:hover.picprev {background-position: -310px center;}
#pic-navigation a:hover.picnext {background: url(../im/seta-dir-hover.png) no-repeat right center;}

.player-fotos .details {margin:0 0 5px 0;}

.player-fotos .details p{
	margin:1px 0;
	color:#555;
}
#jqContextMenu ul li {text-align: left;}

.player-fotos .details span{
	margin-right:10px;
}
.player-fotos .details .share span {
    margin-right: 0px;
}

div.pages-list {
	position:relative;
	overflow:hidden;
	width: 620px;
	height:70px;
	width: 100%;
	background:#f3eef4;
	margin:2px 0;	
}
div.pages-list .items {
	width:20000em;
	position:absolute;
}
div.pages-list ul.thumbs {
	float:left;
	padding:0 0 0 20px;
}
div.pages-list ul.thumbs li{
	float:left;
}
div.pages-list ul.thumbs li a{
	border:3px solid transparent;
	float:left;
	margin:5px 3px 5px 0;	
	padding:0px;
}
div.pages-list ul.thumbs li a:hover,
div.pages-list ul.thumbs li a.thumbMarcado{
	border:3px solid #900081;
}
.player-fotos img{
	display:block;
}
.player-fotos .pages-list .navthumbs li a{
	height:70px;
}
.navthumbs .voltar{
	position: absolute;
	top: 0;
	left: 0;
}
.navthumbs .avancar{
	position: absolute;
	top: 0;
	right: 0;
}
.navthumbs li a{
	width: 14px;	
	text-indent:9999px;
}
.voltar{background: url(../im/cob-volta.gif) left 0 no-repeat;}
.avancar{background: url(../im/cob-vai.gif) left 0 no-repeat;}
.voltar:hover{background-position: right 0;}
.avancar:hover{background-position: right 0;}

.player-info{ 
	padding:0 10px 10px 10px;
	background:#f3eef4 url(../im/back-cob.gif) repeat-x;
	overflow:hidden;
	margin:0 0 20px 0;
}
.player-info .infos li{ 
	margin:2px 0 2px 0;
	color:#555;
	font-size:0.92em;
}
.player-info .infos li h2{ 
	font-weight:normal;
	color:#555;
	font-size:1.00em;
}
.player-info .infos li h2 span{ 
	font-size:1.08em;
}
.player-info .infos span{ 
	font-weight:bold;
	font-size:1.23em;	
	margin-right:10px;
}
.player-info p{ 
	font-size:0.92em;
	margin:9px 0 0 0 ;
	color:#555;
	float:left;
}
.player-info .link{ 
	clear:both;
	color:#555;
}
.player-info .tools{ 
	float:right;
	margin:4px 0 2px 0;
}
.player-info .tools li a{ 
	display:block;
}
.player-info textarea{
	color:#666;	
	font-size:0.85em;	
	width: 250px;
	height:16px;
	padding:2px 0 0 2px;
	margin:3px 5px 0 5px;
	background:#eee;
	border:1px solid #aaa;
}
.player-info .left, .player-info .right{
	padding:10px 0;
	height:60px;
	width: 300px;
}
/* REVISTA */
.header h2{
	font-weight:normal;
	font-size:1.23em;
	line-height:1.3em;
	margin-top:2px;
}
.details, .interaction{
	margin:10px 0;
	height:18px;
	clear:both;
}
.details p, .interaction p{
	font-size:0.92em;
	line-height:1.3em;
}
.interaction{
	border-top:1px solid #ccc;
	padding-top:10px;
}
.interaction ul li{
	display:inline;
	margin-left:10px;
}
.time{color:#888}
.author{color:#555}
.figcaption{
	background:#ddd;
	padding:4px 8px;
}
.figcaption p{
	color:#555;
	font-size:0.92em;
	margin:0;
}
.figure{
	margin-bottom:16px;
}
.figleft{
	float:left;
	margin-right:16px;
}


/* blogs scroll */
div.scrollable#resultPagina {
	width:620px;	
}
.scrollable {
	overflow: hidden;
	float: left;
	position: relative;
	width: 310px;
}
.scrollable h5 {
	width: 250px;
	float: left;
}
.scrollable .itemscontent {
	position: relative;
	float: left;
}
.scrollable .items {
	position: relative;
	width: 90000em;
}
.scrollable ul.box-list2,
.scrollable ul.box-list1 {
	float: left;
}
.scrollable ul.box-list2 li,
.scrollable ul.box-list1 li{
	float: none;
}
.scrollable a.prev {
	background: url(../im/volta.png) no-repeat -24px 0;
	cursor: pointer;
	display: block;
	float: left;
	text-indent: -10000px;
	height: 30px;
	width: 24px;
}
.scrollable a.next {
	background: url(../im/vai.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	float: left;
	text-indent: -10000px;
	height: 30px;
	width: 24px;
}

.scrollable a:hover.prev {
	background-position: left 0;
}
.scrollable a:hover.next {
	background-position: -24px 0;
}

.scrollable a.disabled,
.scrollable a:hover.disabled {
	background-position: left -30px;
}

.navi {
	position: absolute;
	left: 50%;
}
.navi a {
	background: url(../im/indicador.png) no-repeat;
	display: block;
	float: left;
	font-size: 1px;
	height: 12px;
	margin: 8px 0;
	width: 12px;
}
.navi a:hover,
.navi a.active {
	background-position: left bottom;
}

.contato ul, .divulgue ul{
	margin-bottom:20px;
}
.contato ul li{
	margin:8px;
	line-height:1.5em;
}
.contato ul li span, .divulgue ul li span{
	font-size:1.38em;
}
.divulgue ul li{
	margin:20px 8px;
	line-height:1.5em;
}
.divulgue ul li img{
	float:left;
	margin-right:10px;
}
/*-----------| FORMULÁRIO |----------*/
.form h3{
	font-size:1.38em;
	padding-bottom:2px;
	border-bottom:1px solid #ddd;
}
.form fieldset {
	text-align: left;
}
.form label {
	font-size:1.08em;
	font-weight: bold;
	width: 125px;
	float: left;
	text-align: right;
	padding: 10px 10px 0 0;	
}
.form input, .form select, .form textarea {
	background: #e7e7e7;
	border: none;	
	color: #555;	
	line-height:1.5em;
}
.form input {
	font-size:1.23em;
	height: 25px;
	padding: 5px 10px;
}
.form select {
	font-size:1.23em;
	height:34px;
	padding: 5px 4px 5px 10px;
}
.form textarea {
	font-size:1.08em;
	padding: 5px 4px 5px 10px;
}
.form ol{
	margin:10px 0 20px 0;
}
.form ol li {
	margin-bottom:10px;
	clear:both;
}
.form ol li ol{
	margin-left:0;
	float:left;
}
.form ol li ol li{
	margin-bottom:4px;
}
.form ol li ol li input{
	height: 13px;
}
.form img{
	float:left;
}
.form .campo1 input{width:340px;}
.form .campo2 input{width:170px;}
.form .campo3 input{width:85px;}
.form .error span {
	background: url(../im/warning.gif) no-repeat center center;
	margin: 5px;
	padding:10px 26px 0 0;
}
.form .error label {color: #ff7a03;}
.form .btn-cadastro{
	background: url(../im/bt-laranja.gif) no-repeat;
	height: 33px;
	width: 91px;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	margin: 15px 0 0 130px;
}
.form .btn{
	margin:10px 0 20px 135px;
}

/** EVENTOS **/
.aba-conteudo .grid4 {width:600px;}
