@charset "utf-8";
@import url("tc09_estilos.css");
@import url("tc09_titulos.php");
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/*   Bordas tipo logo - Só CSS3, hoje: Gecko 1.9.x+ (FireFox 3+) e WebKit 2.x (Chrome 2+ e Safari 3+)  */
.border_tc_8 {
	border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
	-moz-border-radius: 0 8px 0 8px;
	-webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}
.border_tc_6 {
	border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
	-moz-border-radius: 0 6px 0 6px;
	-webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
}

body {
	width: 100%;
	font-family: arial, trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	background: #fff url(../img/TopoBg.gif) repeat-x
}

/*  Avisos  */
#msg_mail {display: none;z-index:10000;left: 0!important;color: white!important;}
#msg_mail p {	color: white!important;}
#msg_mail .erro p {	color: red;}
.erro, .msg {
    border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	position: relative;
	width: 80%;
	left: 10%;
	margin: 1em 2em;
	padding:1em 2em;
	color: white!important;
}
.erro {
	border: 3px solid #900;
	background-color: #faa;		/*	IE	*/
	background-color: rgba(255,170,170,0.8);
	*background-color: #faa;    /* IE6  */
	_background-color: #faa;    /* IE7+ */
/*	opacity: 0.8;   */
	filter: alpha(opacity=80);
}
.msg {
	border: 3px solid #138;
	color: white!important;
	background-color: #273977;	/*	IE	*/
	background-color: rgba(39,57,119,0.8);
	*background-color: #273977;
	_background-color: #273977;
/*	opacity: 0.8;   */
	filter: alpha(opacity=80);
}

/*  Layout  */
div#geral {
	width: 984px;
	margin: auto;
	min-height: 400px;
	-webkit-min-height: 500px;
}

div#geral div#header {
	height: 130px;
}

div#geral div#container {
	min-height: 600px;
	padding-left: 2px;
}

div#geral div#conteudo {
	margin: 10px 0 30px 0;
	z-index: 1;
	padding: 0 0 20px 70px;
	float: left;
	width: 684px;
	background-image: url(../img/conteudoBg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 486px
}

*html div#geral div#conteudo {
	height: 568px;
}

div#navBar {
	background: url(../img/navM.gif) repeat-x;
	line-height: 29px;
	margin-bottom: 10px
}

div#navBarL {
	background: url(../img/navL.gif) no-repeat;
}

div#navBarR {
	background: url(../img/navR.gif) 100% 0% no-repeat
}

div#navBar, div#navBarL, div#navBarR {
	height: 29px
}

div#LoginTipos {
	float: right;
	width: 190px;
	position: relative;
	margin-top: 6px;
}

div#telenews {
	width: 234px;
	margin: 10px 0px 7px 10px;
	display: block;
	float: left;
	background: url(../img/telenewsBg.gif) 0% 100% no-repeat;
	float: right;
	min-height: 500px;
}

*html div#telenews {
	height: 500px;
}

div#telenews-topo {
	text-align: center;
	width: 234px;
	height: 75px;
	display: block;
	background: url(../img/telenewsTopo.gif) no-repeat
}

div.pad {
	width: 364px;
	margin: 10px 3px 0px 0px;
	background: url(../img/bgPad.gif) no-repeat;
	height: 135px;  /*  Original: 135, voltar quando tirar o anúncio da Famastil    */
	float: left;
}

div.pad2 {
	width: 345px;
	margin: 0px 15px 0px 5px;
	min-height: 150px;
	float: left;
}
div.lineRight {
	width: 360px;
	padding-right: 15px;
	margin-right: -15px		!important;
	clear: none;
}
div.lineRight p {padding-right: 10px;}
div.pad2 p {
	padding-left: 15px;
}

*html div.pad2 {
	height: 120px;
}

div.teleEncontro {
	width: 364px;
	background: url(../img/bgPad.gif) no-repeat;
	margin-top: 50px;
	height: 142px
}

/*div.autoCredenciamento {
	width: 340px;
	margin-top: 50px;
	height: 142px;
	vertical-align: top;
}
*/
div.separador {
	background: url(../img/separador.gif) 50% 50% no-repeat;
	width: 346px;
	display: block;
	float: left;
	height: 20px
}

div.lineBottom {
	background: url(../img/lineH.gif) 51% 100% no-repeat
}

div.lineRight {
	background: url(../img/lineV.gif) 360px 20px no-repeat;
}

div#header, div#menu, div#container, div#conteiner, div#navBar, div#navBarL, div#navBarR {
	margin-left: auto;
	width: 982px;
	text-align: left;
	display: block;
	clear: both
}

div#conteudo div#enderecos, div#conteudo div#telefones {
	float: left;
	clear: none;
	margin-left: 10px;
	margin-bottom: 2em;
}

div#conteudo div#telefones {
	clear: both;
	width: 300px;
}

div#ex  {	/* e-mail de exemplo... esqueci a senha, login único...*/
	border: 1px solid #d3be96;
	background-color:#fcf0d8;
	background-color:rgba(252, 240, 216, 0.6);  /* fundo semi-transparente	*/
	*background-color:#fcf0d8;
	_background-color:#fcf0d8;
	padding:10px;
	width:95%;
	margin:1em 0
	font-size: 10px;
}

div#footer {
	width: 100%;
	margin-top: 4em;
	clear: both;
	text-align: center;
	background: url(../img/rodapeBg.gif) 0% 100% repeat-x;
	position:relative;
	bottom: 0;
}

/*  Seção : artigos */
div#documento {
	position: relative;
	width: 720px;
	margin: 3px 3px 0px 0;
	background: url('../img/conteudoBg.jpg') bottom left no-repeat;
	height: 630px;
	margin-top:9px;
	float: left;
}
div#artigo {
	position: absolute;
	top: 2px;
	left: 36px;
	width: 668px;
	background-color: transparent;
	height: 612px;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	padding-right: 16px;
	font-size: 12px;
	font-family: Bookman Old Style,Book Antiqua,Garamond,Times New Roman,Times,serif;
}
ul li.artigo:first-line {
	font-weight:bold;
	margin-top: 0.5ex;
}
ul li.artigo {
	cursor: pointer;
	max-height: 5em;
	padding-left: 10px;
	margin: 0;
}
div#artigo h3 {color: #414167;font-weight:bold;font-size:20px;}
div#artigo h4 {color: #414167;margin-bottom: 1em;font-weight:bold;font-size:15px;font-style: italic;}
div#artigo p.p {margin-bottom: 1em;color: black;font-size:14px;text-indent: 3em;}
div#artigo p.fonte {margin-top:1em;color: #414167;margin:0;font-style: italic;font-weight:bold}
div#artigo p span {display: inline-block;width:10ex;font-weight:bold}
div#artigo p a{text-align:center}
div#corpo_artigo img			{margin: 5px 8px}
div#corpo_artigo img.esquerda	{margin-left:	0; float:left}
div#corpo_artigo img.direita 	{margin-right:	0; float:right}
div#corpo_artigo img.acima		{margin-top:	0;}
div#corpo_artigo img.embaixo	{margin-bottom: 0;}

ul#lista {
	position:relative;
	height: 100%;
	overflow-y: auto;
	margin: 5px 0 8px 0;
}