/* CSS por Rian Design - www.riandesign.com.br */









/* RESET CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p { margin-top: 0px }
body {
	background: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* GENÉRICOS */
.clear { clear: both }

a {
	color: #000000;
	text-decoration: none;
}
a:hover { text-decoration: underline }

.preto { color: #000 }
.azul1 { color: #055781 }

#contentBase {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
}
#contentBase2 {
	width: 974px;
	background: #ffffff;
	padding: 0px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
}
#contentBase3 {
	background: #dbdbdb;
	padding: 14px 0px 14px 14px;
}



/* CABEÇALHO */


#topo {
	height: 105px;
	background: #1882b8 url(imagens/topo-bg.gif) top repeat-x;
	border-bottom: 1px solid #eaf4fa;
}

#topo .anuncio {
	width: 468px;
	height: 60px;
	background: #CCCCCC;
	position: absolute;
	top: 22px;
	right: 24px;
}

#menuPrincipal {
	background: #1973a0 url(imagens/menu-principal-bg.gif) top repeat-x;
	height: 34px;
	line-height: 34px;
}

#menuPrincipal #lista {
	padding-left: 24px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: bold;
}

#menuPrincipal #lista a {
	text-decoration: none;
	padding: 0px 12px 0px 12px;
	height: 34px;
	display: block;
	border-right: 1px solid #1a678e;
	border-left: 1px solid #4ea1cb;
	color: #ffffff;
	text-shadow: 1px 1px 1px #022a44;
}

#menuPrincipal #lista a:hover {
	background: #115070 url(imagens/menu-principal-bg-over.gif) top repeat-x;
}

#menuPrincipal #lista li {
	float: left;
}










/* CONTEÚDO */

/* BOXES */
#box1 {
	background: #ffffff url(imagens/borda2.gif) right top no-repeat;
	margin-bottom: 14px;
}
#box1 .borda {
	background: url(imagens/borda1.gif) left top no-repeat;
	padding-top: 14px;
}
#box1 .borda .banner {
	width: 468px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
#box1 .borda .banner2 {
	width: 728px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
#box1 .borda2, #box2 .borda2 {
	background: url(imagens/borda4.gif) right bottom no-repeat;
	height: 14px;
}
#box1 .borda2 div, #box2 .borda2 div {
	background: url(imagens/borda3.gif) left bottom no-repeat;
	height: 14px;
}

#box2 {
	background: #ffffff url(imagens/borda2-b.gif) right top no-repeat;
	margin-bottom: 14px;
}
#box2 .borda {
	background: url(imagens/borda1-b.gif) left top no-repeat;
	padding-top: 14px;
}




/* Últimas colunas e notícias */

#boxHome {
	float: left;
	width: 306px;
	height: 326px;
	background: #ffffff;
}
.tituloTopico {
	height: 40px;
	border-bottom: 1px solid #b8b8b8;
	line-height: 40px;
	font-size: 14px;
	cursor: default;
	font-weight: bold;
	color: #000;
	background: #f9f9f9 url(imagens/tit1-b.gif) right top no-repeat;
}
.TopicoSemLink {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}
.tituloTopico a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.tituloTopico a:hover {
	text-decoration: underline;
}

.tituloTopico span {
	padding-left: 14px;
	background: url(imagens/tit1-a.gif) left top no-repeat;
	display: block;
}





#escolhasHome {
	height: 132px;
	border-top: 1px solid #dbdbdb;
}
#escolhasHome .imagem {
	width: 153px;
	height: 132px;
	overflow: hidden;
	float: left;
}
#escolhasHome .link a {
	position: relative;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	height: 50px;
	display: block;
}
#boxHome #lista {
	height: 111px;
	padding: 14px 14px 0px 14px;
}
#boxHome #lista li {
	list-style-position: inside;
	margin-bottom: 5px;
}
#boxHome .lista1 li { list-style: url(imagens/lista-vermelho.gif); }
#boxHome .lista2 li { list-style: url(imagens/lista_azul.gif); }

#boxHome #lista a {
	text-decoration: none;
	color: #000;
}
#boxHome #lista a:hover {
	text-decoration: underline;
}


#boxHome .mais {
	height: 27px;
	font-weight: bold;
	line-height: 27px;
	background: url(imagens/borda4.gif) right bottom no-repeat;
}
#boxHome .mais a { text-decoration: none }
#boxHome .mais a:hover { text-decoration: underline }

#boxHome .mais span {
	display: block;
	padding-left: 14px;
	background: url(imagens/borda3.gif) left bottom no-repeat;
}



.setaHome {
	position: absolute;
	width: 11px;
	height: 22px;
	top: 22px;
	left: -11px
}
.setaHomeVermelha { background: url(imagens/setahomevermelha.png) }
.setaHomeAzul { background: url(imagens/setahomeazul.png) }



#buscaForm {
	height: 40px;
	margin-bottom: 14px;
	background: url(imagens/busca-bg-2.gif) top right no-repeat;
}
#buscaForm span {
	padding: 9px 0px 0px 14px;
	height: 31px;
	display: block;
	background: url(imagens/busca-bg-1.gif) top left no-repeat;
}
#buscaForm .input1,
.inputbusca {
	font-size: 12px;
	background: #ffffff url(imagens/busca-bg-input.gif) top repeat-x;
	float: left;
	color: #333333;
	border: 1px solid #ffffff;
	height: 18px;
	padding-left: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}



#content1 {
	background: #ffffff url(imagens/content1-bg.gif) top repeat-x;
	padding: 14px 0px 0px 14px;
}




#outrosPDFs {
	margin-top: 15px;
}
#outrosPDFs li {
	line-height: 23px;
	list-style: url(imagens/lista_pdf.gif) inside;
}
#outrosPDFs a {
	text-decoration: none;
	color: #000000;
}
#outrosPDFs a:hover {
	text-decoration: underline;
}



.pdfLink {
	margin-top: 10px;
	height: 24px;
	line-height: 24px;
}
.pdfLink a {
	text-decoration: none;
	color: #000000;
}
.pdfLink a:hover { text-decoration: underline }


.pdfImg:hover {
	filter: alpha(opacity=80);
	opacity: .80;
}










/* RODAPÉ */

#rodape {
	background: #333333 url(imagens/rodape-bg.gif) top repeat-x;
	padding-bottom: 14px;
}
#rodape #content {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding: 14px 0px 0px 24px;
}
#rodape #content #box {
	padding: 0px 10px 14px 10px;
	float: left;
	border-right: 1px solid #212121;
}
#rodape #content #box .titulo,
#rodape #content #box .titulo a {
	cursor: default;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
}





#linksRodape a {
	color: #dedede;
	height: 25px;
	line-height: 25px;
	display: block;
	font-size: 10px;
	border-bottom: 1px solid #4c4c4c;
}


.linksTwitter {
	font-size: 11px;
	color: #ccc;
}

.linksTwitter a {
	color: #8c8c8c;
}
.linksTwitter li {
	margin-bottom: 4px;
	border-bottom: 1px solid #4c4c4c;
	padding-bottom: 4px;
}
.tweet_time a {
	color: #6e6e6e;
}




















/* CAROUSEL ----------------------------------- */

#boxCaroussel {
	position: absolute;
	width: 240px;
}
#boxCaroussel span {
	display: block;
	float: left;
}
#infoCarousel {
	bottom: 0;
}
.infoCarousel {
	padding: 14px 14px 0px 14px;
	width: 598px;
	height: 70px;
	text-shadow: 2px 2px 2px #000;
	background: url(imagens/preto-65.png) repeat;
	position: absolute;
}
.infoCarousel p, .infoCarousel span {
	color: #fff;
	font-family: Arial;
}
.infoCarousel a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none
}
.infoCarousel a:hover { text-decoration: underline }
.mascaraCarousel {
	position: relative;
	width: 626px;
	height: 321px;
	overflow: hidden;
}
#boxCaroussel span img {
	display: block;
	border: none;
}



#painelDestaques {
	width: 626px;
	height: 321px;
	position: relative;
	margin-bottom: 14px;
}

#painelDestaques .BT {
	z-index: 5000;
	top: 143px;
	position: absolute;
	cursor: pointer;
}
#painelDestaques .BT:hover {
	filter: alpha(opacity=80);
	opacity: .80;
}
#painelDestaques .ant { left: 10px; }
#painelDestaques .prox { right: 10px; }

/* Fim de CAROUSEL ----------------------------------- */
















.titPag1 {
	color: #055781;
	font-size: 34px;
	border-bottom: 3px solid #055781;
	padding-bottom: 4px;
	margin-bottom: 24px;
}
.titPag2 {
	color: #055781;
	font-size: 28px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	margin-top: 7px;
}
.titPag3 {
	color: #055781;
	font-size: 18px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	margin-top: 7px;
}
.titPagEspecial {
	color: #fff;
	margin-left: 14px;
	margin-right: 14px;
	font-size: 34px;
	background: #1c1c1c url(imagens/especial-titulo.jpg) left top;
	padding: 26px 0px 26px 12px;
	text-shadow: 2px 2px 2px #111;
}
.titPagEspecial a {
	text-decoration: none;
	color: #fff;
}
.titPagEspecial a:hover {
	text-decoration: none;
	color: #ccc;
}

.data1 {
	font-size: 11px;
	color: #666666;
}

.addthis {
	float: right;
	font-size: 10px;
}

.Texto1 .foto {
	width: 300px;
	float: left;
	background: #EBEBEB;
	font-size: 12px;
	line-height: normal;
	color: #444444;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Texto1 .foto2 {
	float: right;
	background: #EBEBEB;
	font-size: 12px;
	line-height: normal;
	color: #444444;
	margin-left: 10px;
	margin-bottom: 10px;
}

.Texto1 {
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}


.divisoria1 {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #d5d5d5;
}


.Not1 a:hover img,
.Not2 a:hover img,
#Not3 a:hover img,
.NoticiaMaisLidas a:hover img {
	filter: alpha(opacity=85);
	opacity: .85;
}
.Not1 a {
	color: #055781;
	font-size: 26px;
	line-height: 26px;
}

.Not2 img {
	float: left;
	margin-right: 7px;
}
.Not2 a {
	color: #055781;
	font-size: 16px;
	line-height: 18px;
}

#Not3,
#buscaResult {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #d5d5d5;
}
.Tooltips { cursor: help }
#Not3 .data {
	position: relative;
}
#Not3 .data,
#buscaResult .data {
	float: left;
	width: 75px;
	font-size: 14px;
	color: #8a8a8a;
	cursor: default;
}
#Not3 .noticia img {
	float: left;
	margin-right: 14px;
}
#Not3 .noticia,
#buscaResult .noticia {
	width: 482px;
	float: left;
}
#Not3 .noticia a {
	color: #555555;
	font-weight: bold;
	font-size: 14px;
}
#buscaResult .noticia a {
	color: #0678b3;
	font-weight: bold;
	font-size: 16px;
}
#buscaResult .noticia span {
	color: #777;
	font-size: 12px;
	font-weight: normal;
}




.NoticiaMaisLidas {
	margin-bottom: 7px;
}
.NoticiaMaisLidas img {
	float: left;
	margin-right: 7px;
}
.NoticiaMaisLidas a {
	color: #000;
	font-size: 14px;
}



.ColunasMaisLidas li {
	font-size: 14px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	list-style: url(imagens/lista_azul.gif);
	list-style-position: inside;
	border-bottom: 1px solid #E5E5E5;
}




.vejamaisnoticias {
	margin-top: 30px;
}
.vejamaisnoticias a {
	font-size: 14px;
	font-weight: bold;
	color: #055781;
}

#EscolhaPagina {
	margin-top: 25px;
	font-size: 12px;
	color: #C7C7C7;
	text-align: center;
}
#EscolhaPagina input {
	border: 1px solid #c9c9c9;
	
	-moz-box-shadow: 2px 2px 2px #eaeaea;
	-webkit-box-shadow: 2px 2px 2px #eaeaea;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		
	padding: 5px;
	background: #FFFFFF url(imagens/formulario-input-bg.gif) top repeat-x;
	width: 45px;
	color: #666666;
}
#paginacao {
	margin-top: 5px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	cursor: default;
	background: #5a5a5a url(imagens/paginacao-bg2.gif) right top no-repeat;
}
#paginacao span {
	display: block;
	height: 28px;
	background: url(imagens/paginacao-bg1.gif) left top no-repeat;
}
#paginacao a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0px 5px 0px 5px;
}






.LeiaTambem li {
	list-style: url(imagens/lista-vermelho.gif);
	list-style-position: inside;
	margin-bottom: 10px;
}








.ExpedienteTable td {
	padding: 10px 7px 10px 7px;
}
.ExpedienteTable .cinza {
	background: #F2F2F2;
}











/* Formulário */

#Formulario .estilo1 {
	float: left;
	border: 1px solid #c9c9c9;
	
	-moz-box-shadow: 2px 2px 2px #eaeaea;
	-webkit-box-shadow: 2px 2px 2px #eaeaea;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		
	padding: 5px;
	background: #FFFFFF url(imagens/formulario-input-bg.gif) top repeat-x;
	width: 320px;
	margin-bottom: 6px;
	color: #333333;
}
#Formulario textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	height: 180px;
	border: 1px solid #c9c9c9;
		
	-moz-box-shadow: 2px 2px 2px #eaeaea;
	-webkit-box-shadow: 2px 2px 2px #eaeaea;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	padding: 5px;
	background: #FFFFFF url(imagens/formulario-input-bg.gif) top repeat-x;
	width: 320px;
	margin-bottom: 6px;
	color: #333333;
}
#Formulario label {
	width: 90px;
	height: 28px;
	line-height: 28px;
	display: block;
	float: left;
}
#Formulario br { clear: left }






/* Anuncie */

.Anuncie {
	line-height: 40px;
	text-align: center;
	margin-top: 14px;
	color: #1277aa;
	font-size: 16px;
}
.Anuncie .num {
	font-size: 70px;
}
.Anuncie .detalhe {
	color: #666666;
	font-size: 12px;
}






/* Enquete */

#EnqueteResultado {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #EBEBEB;
}
#EnqueteResultado a {
	font-weight: bold;
	color: #000;
}

.EnqContent {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 2px solid #055781;
}
#EnqueteResultado .txt {
	height: 25px;
	line-height: 25px;
}
#EnqueteResultado .barra0 {
	font-size: 1px;
	height: 9px;
	display: block;
	background: #4cb1e4;
}
#EnqueteResultado .barra {
	font-size: 1px;
	height: 9px;
	display: block;
	background: #dddddd;
}
#EnqueteResultado .barra2 {
	font-size: 1px;
	height: 9px;
	background: #0e73a6;
}
#EnqueteResultado .votos {
	height: 12px;
	padding-top: 22px;
	line-height: 12px;
}
#EnqueteResultado .txt2 {
	height: 12px;
	text-align: right;
	font-weight: bold;
	padding-top: 22px;
	line-height: 12px;
}








.migalha {
	font-size: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDEDFB;
	margin-bottom: 10px;
	color: #666666;
}














.ajaxtooltip{
	position: absolute;
	display: none;
	width: 350px;
	left: 65px;
	top: 10px;
	color: #ffffff;
	padding: 10px;
	background: #0b6b9b url(imagens/contato-msg-bg.gif) top repeat-x;
	border: 1px solid #ffffff;
	
	-moz-box-shadow: 2px 2px 2px #eaeaea;
	-webkit-box-shadow: 2px 2px 2px #eaeaea;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	filter: alpha(opacity=86);
	opacity: .86;
	font-size: 12px;
	z-index: 50000;
}




#avisoJulho {
	width: 100%;
	height: 100%;
	background: url(imagens/branco65.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
#avisoJulho .fechar {
	float: right;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	cursor: pointer;
}
#avisoJulho .fechar:hover { text-decoration: underline }

#avisoJulho #MSG {
	background: #fff;
	padding: 20px;
	position: absolute;
	width: 480px;
	height: 160px;
	left: 50%;
	margin-left: -240px;
	margin-top: -80px;
	border: 1px solid #000;
	top: 50%;
	
	-moz-box-shadow: 2px 2px 2px #eaeaea;
	-webkit-box-shadow: 2px 2px 2px #eaeaea;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	z-index: 500000;
}






.chamadaEdicaoDominical {
	height: 117px;
	margin-bottom: 5px;
	margin-top: -5px;
}





#tituloJogo {
	margin-bottom: 10px;
	overflow: hidden;
	height: 86px;
	line-height: 86px;
	background: #fff;
	border: 1px solid #d6d6d6;
	color: #333;
	font-size: 22px;
}
#tituloJogo .time1 {
	text-align: right;
	width: 218px;
	float: left;
}
#tituloJogo .time2 {
	text-align: left;
	width: 218px;
	float: left;
}
#tituloJogo .placar {
	float: left;
	width: 119px;
	text-align: center;
	font-size: 36px;
	color: #000;
}




#transmissaoJogo .post {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #d3d2d2;
}
#transmissaoJogo .minuto,
#transmissaoJogo .tag {
	width: 60px;
	text-align: center;
	float: left;
}
#transmissaoJogo .frase {
	width: 427px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
}
#transmissaoJogo .minuto {
	padding-top: 5px;
	color: #999;
	line-height: 25px;
	font-size: 11px;
}
#transmissaoJogo .minuto span { font-size: 36px }

#transmissaoJogo .postGol,
#transmissaoJogo .postGol .minuto {
	color: #ff6000!important;
}






#transmissaoJogo .post {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #d3d2d2;
}
#transmissaoJogo .minuto,
#transmissaoJogo .tag {
	width: 60px;
	text-align: center;
	float: left;
}
#transmissaoJogo .frase {
	width: 427px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
}
#transmissaoJogo .minuto {
	padding-top: 5px;
	color: #999;
	line-height: 25px;
	font-size: 11px;
}
#transmissaoJogo .minuto span { font-size: 36px }

#transmissaoJogo .postGol,
#transmissaoJogo .postGol .minuto {
	color: #ff6000!important;
}





#transmissaoJogoHome .post {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #d3d2d2;
}
#transmissaoJogoHome .minuto {
	width: 45px;
	text-align: center;
	float: left;
}
#transmissaoJogoHome .tag {
	width: 60px;
	text-align: center;
	float: left;
}
#transmissaoJogoHome .frase {
	width: 162px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 11px;
	float: left;
}
#transmissaoJogoHome .minuto {
	padding-top: 5px;
	color: #999;
	line-height: 25px;
	font-size: 11px;
}
#transmissaoJogoHome .minuto span { font-size: 36px }

#transmissaoJogoHome .postGol,
#transmissaoJogoHome .postGol .minuto {
	color: #ff6000!important;
}
