/* geral */
* {
	margin:0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
.Fundo {
	background:#fafafa;
	text-align:center;
}
.Content {
	position:relative;
	margin:auto;
	width:90%;
	background:#fff;
	font-size:13px;
	font-style:normal;
	color:#666;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:underline;
	color:#72b301;
}
img {
	border:0;
}
a img {
	text-decoration:none;
}
img.fotoInt {
	display:inline;
	padding:3px;
	background:#fefefe;
	border:1px solid #ddd;
}

img.banner {
	position:absolute;
	top:-53px;
	left:10px;
}
.Cabecalho {
	position:relative;
	height:130px;
	background:transparent;	
}
.logo {
	position:absolute;
	top:20px;
	left:10px;
}
#fontSize {
	position:absolute;
	top:5px;
	right:-30px;
}
#fontSize a {
	float:left;
	margin:2px;
	border:1px solid #ccc;
	background:#fff;
	text-decoration:none;
}
                  /*padding:top right bottom left;*/
#fontSize a.menor { padding:5px 7px 1px 2px;font-size:10px;}
#fontSize a.maior { padding:1px 6px 1px 2px;font-size:11px;font-weight:bold;clear:both;}

/* Menu Principal */
#menuPrincipal {
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
	width:100%;
	background:#eee;
}

#menuPrincipal .mn {
	float:left;
	width:16%;
}

#menuPrincipal .mn a {
	display:block;
	padding-top:20px;
	padding-bottom:10px;
	text-indent:5px;
	color:#fff;
	font-weight:bold;
}

#menuPrincipal .mn a:hover {
	background:#fff;
}

#menuPrincipal .menu1 {
	width:30%;
}

#menuPrincipal .menu1 a { background:#eee; }
#menuPrincipal .menu2 a { background:#048954; }
#menuPrincipal .menu3 a { background:#72b301; }
#menuPrincipal .menu4 a { background:#9cbf01; }
#menuPrincipal .menu5 a { background:#cdd600; }

#menuPrincipal .menu1 a:hover { background:#eee; }
#menuPrincipal .menu2 a:hover { color:#048954; }
#menuPrincipal .menu3 a:hover { color:#72b301; }
#menuPrincipal .menu4 a:hover { color:#9cbf01; }
#menuPrincipal .menu5 a:hover { color:#cdd600; }


.TXTindex, .TXT {
	background:transparent;
	vertical-align:top;
	height:500px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
	line-height:16px;
}

.TXT {
	position:relative;
	padding-left:5px;
	padding-right:5px;
	text-align:justify;
}

.TXT p {
	text-align:justify;
	font-size:13px;
}

.TXTmoldura {
	position:relative;
	margin:auto;
	margin-top:50px;
	padding:20px;
	padding-top:50px;
	width:80%;
	border:1px solid #ddd;
	text-align:left;
}

#TXTcol1,
#TXTcol2 {
	position:relative;
	text-align:center;
}

#TXTcol1 {
	float:left;
	width:40%;
	height:auto;
}

#TXTcol2 {
	float:right;
	width:60%;
	height:auto;
}

.TXTbox {
	display:block;
	margin:5px;
	padding:5px;
	width:auto;
	height:auto;
	background:#fcfcfc;
	border:1px solid #f2f2f2;
	text-align:justify;
}

.TXTbox h3 {
	padding:5px 0;
	width:auto;
	background:#fff;
	color:#3c8c69;
	border-left:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	text-align:left;
	text-indent:5px;
	font-size:18px;
	font-weight:bold;
}

.tit {
	color:#048954;
}

.txtTitulo {
	color:#048954;
	font-size:17px;
	font-weight:bold;
}

#BancosConveniados tr {
	background:#f6f6f6;
}

#BancosConveniados tr.cor1 {
	background:#fff;
}

#BancosConveniados td {
	padding:2px;
	text-indent:10px;
}

#BancosConveniados td.seta {
	background:url("../imgs/list_arrow.gif") no-repeat 3px 7px;
	border-right:1px dotted #e6e6e6;
}

#BancosConveniados td a {
	display:block;
}

#leiaMais * {
	list-style-image:url("../imgs/list_arrow.gif");
}
#leiaMais ul {
	margin-right:10px;
}
#leiaMais ul a {
	text-decoration:underline;
	color:#048954;
}
.Rodape {
	background:transparent;
	font-size:10px;
}
.Rodape a {
	font-size:10px;
}
/* formulários */
.frmTabela {
	background:transparent;
}
.frmTabela td {
	padding:3px;
	text-align:left;
}
.ProdutosServicos td {
	padding:10px;
	background:#fefefe;
	border:1px solid #ddd;
	text-align:center;
	vertical-align:middle;
}

.ProdutosServicos td a {
	text-decoration:none;
}
.frmTitulo {
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
}
.frmGeral {
	border:1px solid #D1DEDE;
	background:#F7FBFB;
}
.frmButton {
	color:#fff;
	border:1px solid #444;
	background:#666;
}
.frmRadio {
	border-style:hidden;
}	
/* destaques */
.DstqTabela {
	background-color:#FF6600;
}
.DstqIn {
	background-color:#FFFFFF;
	font-size:9px;
	letter-spacing:1px;
	color:#FF6600;
	text-align:center;
	white-space: nowrap;
}
/* noticias */
.NotImpar,
.NotPar	{
	margin-bottom:20px;
	background:transparent;
	border-bottom:1px dotted #ccc;
}
.NotImpar img,
.NotPar	img {
	margin-right:5px;
	margin-bottom:5px;
}
.NotImpar {
	background:#fff;
}
.NotPar	 {
	background:#f6f6f6;
}
.NotLink {

}
.NotData {
	float:left;
	display:inline;
	margin-right:10px;
	color:#ccc;
}
/* Pesquisa */
.frmPesq {
	background-color:#FF6600;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.Atual {
	color:#000000;
}	
.Cor1 {
	background-color:#FFCC99;
	text-decoration:none;
}	
.Cor2 {
	background-color:#FFFFFF;
	color:#333333;
	text-decoration:none;
}
.PesquisaMouse {
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
}
/* Detalhes */
.Detalhes {
	background-color:#FFFFFF;
	font-size:11px;
	color:#333333;
	padding-left:5px;
}
.DetalhesBar {
	background-color:#FF6600;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
}	
.Legenda {
	font-size:10px;
	color:#333333;
	padding-left:25px;
}
/* Catalogo */
.Catalogo {
	background-color:#FFFFCC;
	font-size:11px;
	color:#FF6600;
	padding-right:25px;
	padding-top:5px;
}

/*
 * CSS for Standard tree layout
 * Copyright (C) 2005 SilverStripe Limited
 * Feel free to use this on your websites, but please leave this message in the fies
 * http://www.silverstripe.com/blog
 */
 
ul.tree * {
	margin:0;
	padding:0;
	text-align:left;
}

ul.tree {
	width:auto;
}

ul.tree img{
 	border : none;
}
 
ul.tree ul {
	margin-left: 16px;
		
}
ul.tree li.closed ul {
	display: none;
}
ul.tree li {
	list-style: none;
	background: url("../imgs/tree/i-repeater.gif") 0 0 repeat-y;
	display: block;
	width: auto;
}
ul.tree li.last {
	list-style: none;
	background-image: none;
}



/* Span-A: I/L/I glpyhs */
ul.tree span.a {
	background: url("../imgs/tree/t.gif") 0 50% no-repeat;
}
ul.tree span.a.last {
	background: url("../imgs/tree/l.gif") 0 50% no-repeat;
}

/* Span-B: Plus/Minus icon */
ul.tree span.b {
}
ul.tree span.a.children span.b {
	background: url("../imgs/tree/minus.gif") 0 50% no-repeat;
	cursor: pointer;
}
ul.tree li.closed span.a.children span.b {
	background: url("../imgs/tree/plus.gif") 0 50% no-repeat;
	cursor: pointer;
}

/* Span-C: Spacing and extending tree line below the icon */
ul.tree span.c {
	margin-left: 16px;
}
ul.tree span.a.children span.c {
	background: url("../imgs/tree/i-bottom.gif") 0 50% no-repeat;
}
ul.tree span.a.spanClosed span.c {
	background-image: none;
}


/* Anchor tag: Page icon */
ul.tree a  {
	white-space: nowrap;
	overflow: hidden;
	padding: 0 0 0 18px;
	background: url("../imgs/tree/page-file.png") 0 50% no-repeat;
}
ul.tree span.a.children a {
	background-image: url("../imgs/tree/page-openfoldericon.png");
}
ul.tree span.a.children.spanClosed a {
	background-image: url("../imgs/tree/page-foldericon.png");
}

/* Unformatted tree */
ul.tree.unformatted li {
	background-image: none;
	padding-left: 16px;
}
ul.tree.unformatted li li {
	background-image: none;
	padding-left: 0px;
}

/*
 * Divs, by default store vertically aligned data
 */

ul.tree li div {
	float: right;
	clear: right;
	height: 1em;
	margin-top: -26px;
}
/* As inside DIVs should be treated normally */
ul.tree div a  {
	padding: 0;
	background-image: none;
	min-height: auto;
	height: auto;
}

ul.tree li A:link, ul.tree li A:hover, ul.tree li A:visited {
	color : #111111;
}


ul.tree li .over{
	background-color : pink;
}
	
