@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/fundo.png);
	background-repeat: repeat-x;
	margin: 0px;
	margin-top: 25px;
}
#logo {
	z-index: 20;
	position: absolute;
	display: block;
	right: 0px;
	left: 35px;
	padding: 0px;
	border: none;
	width: 150px;
	top: 5px;
	margin:0px;
	height: 151px;
}
#BarraTop {
	margin: 0px;
	padding: 0px;
	padding-left: 210px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid 2px #003904;
	height: 100px;
	background-image: url('images/fundoBarraTop.png');
	background-repeat: repeat-x;
}
#BarraTop .PanelContent div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display: inline;
	z-index: 1;
	cursor: pointer;
}
#CollapsiblePanel1 .PanelContent img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	z-index: 2;
}
#footer { /** AUTOSIZE  MODIFIED **/
	color: #280000;
	font-weight: bold;
	clear: none;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	width: auto;
	height: 25px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-image: url('images/fundoRodape.png');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#Menu {
	clear: both;
	position: absolute;
	top: 350px;
	left: 15px;
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	width: 200px;
}
#Menu #Item{
	color: #FFF;
	background-image: url('images/fundoAccordion.png');
	background-repeat: repeat-x;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#info {
	position: absolute;
	background-image: url('images/fundoTransp.png');
	background-repeat: repeat;
	width: 70%;
	height: 70%;
	left: 200px;
	right: auto;
	top: 100px;
	bottom: auto;
	border: 2px solid #333333;
	z-index: 30;
	visibility: hidden;
	color: #CCCCCC;
}
#info a {
	color: #CAEBC5;
}
#info #fechar {
	left: 0px;
	right: 0px;
	width: auto;
	background-color: #CCCCCC;
	text-align: right;
	color:#000000;
	height: 20px;
	top: 0px;
}
#info #fechar a {
	color: #003300;
}
