/*global reset */


html *{
	padding: 0;
	margin: 0;
}

a img, :link img, :visited img {
	border: 0;
}

a{
	color: #666;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}

p{
	line-height: 18px;
	margin-bottom: 14px;
	letter-spacing: normal;
}

span a:link{

}

span{

}

th{
	text-align: center;
}

/* end global reset */



/* base html */

body {
	background: #eae3d1 url(imagens/Background.jpg); background-repeat:repeat-x; 
	color: #666;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;/*this is in place to center in older browsers*/
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	letter-spacing: -0.05em;
	color: #fe7501;
	margin-bottom: 20px;
}

h2 a {
 color: #fe7501;
 text-decoration: none;
}

h2 a:link{
 color: #fe7501;
 text-decoration: none;
}

h2 a:hover{
 color: #fe7501;
 text-decoration: underline;
}

h2 a:active{
 color: #fe7501;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	letter-spacing: -0.05em;
	color: #838a90;
	margin-bottom: 20px;
}

h3 a {
 color: #838a90;
 text-decoration: none;
}

h3 a:link{
 color: #838a90;
 text-decoration: none;
}

h3 a:hover{
 color: #838a90;
 text-decoration: underline;
}

h3 a:active{
 color: #838a90;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	letter-spacing: -0.05em;
	color: #c92c1e;
	margin-bottom: 20px;
}

h4 a {
 color: #c92c1e;
 text-decoration: none;
}

h4 a:link{
 color: #c92c1e;
 text-decoration: none;
}

h4 a:hover{
 color: #c92c1e;
 text-decoration: underline;
}

h4 a:active{
 color: #c92c1e;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	letter-spacing: -0.05em;
	color: #fe7501;
	margin-bottom: 0px;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	letter-spacing: -0.05em;
	color: #666;
	margin-bottom: 0px;
}

/* end base html */

/* layout */
#wrapper{
	width: 900px;
	margin: 0px auto 40px auto;
	text-align: left;
	background:url(Imagens/FundoTopo.png);
	background-repeat:no-repeat;
}

/* Topo Governo */
#topoGoverno{
height: 33px;
background-image: url(imagens/logo_trans.gif);
background-position: left;
background-repeat: no-repeat;
}

.topoGoverno2{
	float: right;
	background-repeat: no-repeat;
	width: 116px;
	height: 33px;
	cursor: pointer;
}

.select {
	margin-left: 440px;
	height:30px;
	padding: 7px 10px 0 0;
}

.pr {
background-color: #ffcc00;
font-size: 8pt;
font-style: normal;
font-weight: normal;
}
/* Topo Governo */

#topo{
	float: left;
	width: 900px;
	height: 192px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#topo .logo{
	float: left;
	background-image: url(Imagens/background01.jpg);
	width: 270px;
	height: 192px;
}

#topo .animacao{
	float: left;
	width: 418px;
	height: 192px;
	background-color: #FFF;
	margin: 0 10px 0 10px;
}

#topo .logoantt{
	float: left;
	background-image: url(Imagens/background01.jpg);
	width: 192px;
	background-color: #FFF;
	height: 192px;
}

.logotav{
	background-image: url(Imagens/LogoTav2.png)!important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=Imagens/LogoTav2.png,sizingMethod='scale');
	background-repeat: no-repeat;
	float: left;
	width: 222px;
	height: 90px;
	margin: 52px 0 0 25px;
	cursor: pointer;
}

.anttlogo{
	background-image: url(Imagens/LogoAntt.png)!important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=Imagens/LogoAntt.png,sizingMethod='scale');
	background-repeat: no-repeat;
	position: absolute;
	float: left;
	width: 100px;
	height: 80px;
	margin: 57px 0 0 44px;
	cursor: pointer;
}

.clear{
	clear: both;
}

#content{
	float: left;
	background:transparent url(Imagens/fundo.gif);
	width: 900px;
	margin-top: 10px;
}

#esquerda{
	float: left;
	width: 270px;
}

#camadaesquerda{
	float: left;
	width: 270px;
	padding-bottom: 2px;
}

#camadaesquerda .indicador{
	float: left;
	background-color: #a4b5a3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	width: 260px;
	height: 25px;
	padding: 9px 0 0 10px;
	margin-bottom: 2px;
}

#camadaesquerda .indicadorbase{
	float: left;
	background-color:#FFF;
	width: 250px;
	height: 378px;
	padding: 10px 10px 10px 10px;
}

.pIcones{
	padding-left: 25px;
	display:block;
}

/* LISTA */
ol.listTitulo
{
list-style-type: none;
padding-left: 40px;
padding-bottom: 7px;
padding-top: 2px;
}
ol.listI
{
list-style-type: none;
padding-left: 50px;
padding-bottom: 7px;
}
ol.listII 
{
list-style-type: none;
padding-left: 60px;
padding-bottom: 7px;
}
ol.listIII
{
list-style-type: none;
padding-left: 78px;
}

li{
font-size:12px;
}

/* Menu Lateral */
.menulateraltitulo{
	font-family: Arial, Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	text-decoration: none;
}

.menulateral{
	font-family: Arial, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	padding: 0 0 0 5px;
}

.menulateral2{
	font-family: Arial, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
	a.menulateral:link{
		color: #000000;
	}
	
	a.menulateral2:hover{
		color: #136735;
		text-decoration: underline;
	}

	a.menulateraltitulo:link{
		color: #000000;
	}
	
	a.menulateraltitulo:hover{
		color: #136735;
		text-decoration: underline;
	}
/* Menu Lateral */

#meio{
	float: left;
	text-align: justify;
	background-color:#FFF;
	width: 398px;
	padding: 0 10px 10px 0px;
	margin: 0 10px 0px 10px;
}

#meio .altura{
	height: 100%;
}

#direita{
	float: right;
	_position: absolute;
	width: 192px;
}

#camadadireita{
	float: left;
	width: 192px;
	padding-bottom: 10px;
}

#camadadireita .indicadorr{
	float: left;
	background-color: #a4b5a3;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	width: 182px;
	height: 25px;
	padding: 9px 0 0 10px;
	margin-bottom: 2px;
}
#camadaCentral .indicadorr2{
	float: left;
	background-color: #a4b5a3;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	width: 100%;
	height: 25px;
	padding: 9px 0 0 10px;
	margin-bottom: 2px;
}
.titulo2{
	width:100%;
	height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: bold; font-style: italic;
	font-size: 20px;
	background-color: #a4b5a3;
	margin: 7px 0 20px 0;
	background-color: #a4b5a3;
	padding-left:10px;
}
#camadadireita .indicadorbasee{
	float: left;
	background-color: #FFF;
	width: 172px;
	padding: 10px 10px 10px 10px;
}

#main-content{
	float: left;
	color: 666;
	display: inline;
	width: 531px;
	text-align: right;
	
}

#lateral{
	float: left;
	display: inline;
	width: 369px;
}

#main{
	background-color: #FFF;
	float: left;
	color: 666;
	font-size: 11px;
	width: 600px;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	margin: 0 0px 0px 10px;
}

#main2{
	background-color: #FFF;
	float: left;
	color: 666;
	font-size: 12px;
	width: 600px;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	margin: 0 0px 0px 10px;
}
#main3 {
	height: auto;
	background-color: #FFF;
	float: left;
	color: 666;
	font-size: 12px;
	width: 600px;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	margin: 0 0px 0px 10px;
}


#main2 .altura{
	height: 333px;
}

.hgtEspaco{
height: 3px;
}

#botaoEnviar{
border: 0px;
cursor:hand; 
background-image: url(imagens/bt_enviar.gif);
background-repeat:no-repeat;
width: 65px;
height: 34px;
float: left;
}

#botaoLimpar{
border: 0px;
cursor:hand; 
background-image: url(imagens/bt_limpar.gif);
background-repeat:no-repeat;
width: 65px;
height: 34px;
float: left;
}

.p{
padding-left: 10px;
}

.titulo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #025259;
	margin: 5px 0 5px 0;
}

.sublinhado{
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

.azul{
	color: #00F;
	font-style: italic;
}

.ppAudiencias{
padding: 3px;
padding-left: 10px;
}

a.urls{
text-decoration: none;
}

.texto{
	font-size: 14px;
	color: #025259;
	font-weight: bold;
}

.texto2{
	font-size: 14px;
	color: #025259;
	font-weight: bold;
	margin-bottom: 20px;
}

.texto3{
	font-size: 12px;
	color: #060;
}

.setaDestaques{
	background-image: url(imagens/seta.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding: 2px;
	padding-left: 10px;
	margin-left: 30px;
}

#linha{
	float: left;
	width: 754px;
	height: 1px;
	background: #eee;
}

.th{
	letter-spacing: normal;
	font-weight: bold;
	float: left;
	width: 300px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.td{
	letter-spacing: normal;
	float: left;
	width: 454px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.red{
	color: #F00;
}

.foto{
	clear: both;
	float: left;
	margin: 0 0 0 0;
}

.info{
	clear: both;
	float: right;
	color: #CC0000;
	font-size: 10px;
	text-align: left;
	letter-spacing: normal;
	width: 160px;
}

.info a:link {/* unvisited link */
 color:#CC0000;
}     
 
.info a:hover { /* mouse over link */
 color:#CC0000;
 text-decoration: underline;
}  

#sidebar-right{
	width: 176px;
	float: left;
	margin-top: 34px;
}

#footerGeral{
	float: left;
	background: url(imagens/BackgroundRodape.gif); background-repeat:repeat-x; background-position: bottom;
	width: 100%;
	height: 110px;
}

#footer{
	clear: both;
	text-align: center;
	width: 900px;
}

#footer p{
	margin: 0;
}

#footer .empresa{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	margin-top: 25px;
}

#footer .empresa2{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #fff;
	padding-left: 10px;
}

#footer .empresa3{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: #00c7df;
	padding-left: 10px;
}

#footer .design{
	float: right;
	padding-right: 13px;
	font-weight: bold;
	color: #ccc;
}

#footer .design a {
 color: #00c7df;
 text-decoration: none;
}

#footer .design a:link{
 color: #00c7df;
 text-decoration: none;
}

#footer .design a:hover{
 color: #00c7df;
 text-decoration: underline;
}

#footer .design a:active{
 color: #00c7df;
}

/* end layout */
.post{
	float: left;
	width: 505px;
	padding-bottom: 35px!important;
	padding-bottom: 18px;
	margin-top: 25px;
	border-bottom: 1px solid #999;
	display: inline;
}

.meta-date{
	float: left;
	width: 505px;
	
}
.meta-date p.date{
	float: left;
	color: #a0dff2;
	padding-left: 22px;
	background: url(images/clock.gif) no-repeat 0 50%;
	margin: 0;
}
.meta-date p.meta{
	float: right;
	margin: 0;
}
.meta-date .meta a.comments{
	padding-left: 22px;
	background: url(images/comments.gif) no-repeat 0 50%;
}

#menu{
	width: 900px;
	background-color: #FFF;
}

/* navigation */
#navigation {
	background-color: #FFF;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	letter-spacing: normal;
	height: 30px;
}
#navigation ul {
	list-style:none;
	padding:0;
	margin:0;
}
#navigation li { float: left; width:268px; height:30px;}

#navigation a {
	display: block;
	text-decoration: none;
	padding: 7px 51px;
	color: #455650;
	margin-top: 0px;
	margin-right: 0px;
	line-height: 15px;
	border-right: 1px solid #fff;

}
.menuHorizontal_03 {width:190px; height:30px; float:left;
margin-left:170px;}



#navigation li.active a{
	background-color:#a4b5a3;
	color:#fff;
	width: 335px;
}

#navigation a:hover {
	background-color: #f8f8f8;
	border-right: 1px solid #a4b5a3;
	color:#000;
}
#search input{
	float: left;
	background-color: fff;
	width: 174px;
	height: 17px;
	font-size: 12px;
	border: none;
	color: #000;
}
#search .btn{
	border: 0;
	padding-left: 6px;
	width: 32px;
	height: 19px;
}

.sideblock{
	width: 176px;
	float: left;
	margin-bottom: 40px;
	display: inline;
}
.sideblock ul{
	width: 166px;
	margin-left: 10px;
}
.sideblock ul li{
	width: 153px;
	padding: 5px 0;
	padding-left: 13px;
	border-bottom: 1px solid #48133e;
	background: url(images/arrow.gif) 0 50% no-repeat;
}
.sideblock ul li a{
	color: #fff;
}
.sideblock ul li a:hover{
	color: #fff;
	text-decoration:underline;
}
.prev-next{
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.prev-next p.prev{
	margin: 0;
	float: left;
}
.prev-next p.next{
	margin:0;
	float: right;
}
.prev-next a:hover{
	background: #fff;
	text-decoration: none;
	padding: 3px 7px;
	color:#742866;
}

/* ---------------------------------------- MENU LATERAL ---------------------------------------- */
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px arial;
width: 270px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #455650;
text-decoration: none;
padding: 14px;
border-bottom: 1px solid #c9d1c2;
border-right: 1px solid #c9d1c2;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #fff; /*background of tabs (default state)*/
border-left: 4px solid #fff;
}

.sidebarmenu ul li a:visited{
color: #455650;
}

.sidebarmenu ul li a:hover{
color: #000;
background-color: #fff;
border-left: 4px solid #c9d1c2;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(Imagens/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* ---------------------------------------- MENU LATERAL ---------------------------------------- */

#rodape{
	float: left;
	background-color: #FFF;
	color: #697e68;
	width: 880px;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
}

