* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: url(../images/bg.jpg) top repeat-x #F8F8F8;
}

p {
	margin-bottom: 20px;
}

#header {
	width: 783px;
	height: 152px;
	position: relative;
	left: 50%;
	margin-left: -391px;
	background: url(../images/cabecalho.jpg) top left no-repeat;
	text-align: right;
}

#bt-home {
	width: 123px;
	height: 17px;
	text-indent: 1000px;
	overflow: hidden;
	display: block;
	float: right;
	background-image: url(../images/bt-home.gif);
	margin-right: 7px;
}

#bt-home a:link {
	background-image: url(../images/bt-home.gif);
	display: block;
	margin-right: 7px;
}

#bt-home a:visited {
	display: block;
	background-image: url(../images/bt-home.gif);
}

#bt-home a:hover {
	background-image: url(../images/bt-home-over.gif);
}

#bt-contato {
	width: 111px;
	height: 17px;
	text-indent: 1000px;
	overflow: hidden;
	display: block;
	float: right;
	background-image: url(../images/bt-home.gif);
}

#bt-contato a:link {
	background-image: url(../images/bt-contato.gif);
	display: block;
	
}

#bt-contato a:visited {
	display: block;
	background-image: url(../images/bt-contato.gif);
}

#bt-contato a:hover {
	background-image: url(../images/bt-contato-over.gif);
}

#menu {
	width: 784px;
	height: 35px;
	position: relative;
	left: 50%;
	margin-left: -391px;
	background: url(../images/bg-menu-container.jpg) top center no-repeat;
}

#menu ul {
	display: inline;
	font-family: "Courier New", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	list-style-type: none;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	width: 154px;
	height: 35px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin: 0 1px 0 1px;
	padding-top: 6px;
}

#menu ul li a:link {
	background: url(../images/bg-menu.jpg) repeat-x;
}

#menu ul li a:visited {
	background: url(../images/bg-menu.jpg) repeat-x;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	background: url(../images/bg-menu-over.jpg) repeat-x;
	color: #fff;
	text-decoration: none;
}

#primeiro {
	margin-right: 1px;
	margin-left: 0;
}

#terceiro {
	margin-left: 1px;
	margin-right: 1px;
}

#ultimo {
	margin-left: 1px;
	margin-right: 0;
}

#corpo {
	width: 774px;
	/*height: 450px;*/
	position: relative;
	left: 50%;
	margin: -6px auto 10px -391px;
	border: 1px solid #DCDCDC;
	border-top: none;
	background-color: #fff;
	padding-bottom: 20px;
}

#corpo:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#corpo {display: inline-block;}

/* Hides from IE-mac \*/
* html #corpo {height: 1%;}
#corpo {display: block;}
/* End hide from IE-mac */

html>body #corpo {
	margin-top: 0; /* HACK PARA IE6 */
	width: 778px;
}

#esquerda {
	float: left;
	width: 541px;
	margin: 15px 20px 10px 11px;
}

#esquerda a:link {
	color: #000000;
	text-decoration: underline;
}

#esquerda a:visited {
	color: #000000;
	text-decoration: underline;
}

#esquerda a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #EBEBEB;
}

html>body #esquerda {
	margin: 15px 20px 10px 23px;
}

/*#tituloE  {
	float: left;
	height: 33px;
	width: 3px;
	background: url(../images/bg-titulo-e.jpg);
}

#tituloM ,  {
	float: left;
	height: 33px;
	width: 375px;
	background: url(../images/bg-titulo-m.jpg) repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	padding: 3px 0 0 23px;
	
}

#tituloD {
	float: left;
	height: 33px;
	width: 143px;
	background: url(../images/bg-titulo-d.jpg) right no-repeat;
	
}*/

#conteudo {
	clear: both;
	padding: 25px 20px 15px 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 18px;
}
.moduletable_dep #conteudo ,.moduletable_tips #conteudo { 
	font-family: Arial, Helvetica, sans-serif;
	color: #F4F4F4;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 6px 3px 6px;
	line-height: 18px;
}

#direita {
	float: right;
	width: 177px;
	margin: 15px 6px auto auto;
}

html>body #direita {
	margin-right: 16px;
}

.box {
	width: 177px;
}

.boxAltoDep {
	/*width: 177px;*/
	height: 26px;
	background: url(../images/box-topo-dep.gif) no-repeat #FFCC00;
}

.boxAltoTips {
	/*width: 177px;*/
	height: 26px;
	background: url(../images/box-topo-tips.gif) no-repeat;
}

.boxMeio {
	width: 163px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #5B5B5E;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #F4F4F4;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 6px 3px 6px;
	line-height: 18px;
}

.boxMeio a:link {
	color: #F4F4F4;
	text-decoration: none;
}

.boxMeio a:visited {
	color: #F4F4F4;
	text-decoration: none;
}

.boxMeio a:hover {
	color: #FFF;
	text-decoration: underline;
}

.boxMeio .testemunha {
	font-weight: normal;
	font-style: italic;
	margin-top: 6px;
}

.boxBaixo {
	width: 177px;
	height: 6px;
	background: url(../images/box-baixo.gif) no-repeat;
	margin-bottom: 15px;
}

#rodape {
	width: 782px;
	position: relative;
	left: 50%;
	margin: 0 auto 30px -391px;
	text-align: center;
	line-height: 19px;
	color: #666;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*longuinho*/

.contentheading h4  , .componentheading{
	height: 33px;
	width: 524px;
	background: url(../images/bg-titulo.jpg) no-repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	padding: 3px 0 0 23px;}
 


.sectiontableheader , .sectiontableheader , {
	background: url(../images/grad2.jpg) repeat-x top #EFEFEF;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
	
}
.sectiontableheader.data{
width:100px!important;}


tr.sectiontableentry1 td {
	background: url(../images/hdot.gif) repeat-x bottom;
	padding: 7px 5px;
	
}

tr.sectiontableentry2 td {
	background: url(../images/hdot.gif) repeat-x bottom ;
	padding: 7px 5px;
}

.grupofiltro, .grupoordem, .grupolimite{
margin-top:10px;
margin-bottom:5px;
float:right;}

.sectiontablefooter ul{
list-style:none;}
.sectiontablefooter li{
float: left;
}

.pagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 25px;
}

.pagenav ul {
	list-style-type: none;
	font-weight: bold;
}

.pagenav_prev {
	float: left;
	list-style-type: none;
}

.pagenav_next {
	float: left;
	list-style-type: none;
	margin-left: 10px;
}

.readon {
	margin-left: 7px;
	font-style: italic;
}