@charset "iso-8859-1";
/*
 * codigo para usar PNG com fundo transparente
 */
* html img {
	filter:expression(
		this.alphaxLoaded ? "" :(this.src.substr(this.src.length-4)==".png"?((!this.complete)? "" :
		this.runtimeStyle.filter=("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
		(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
		String(this.alphaxLoaded=true).substr(0,0)+
		(this.src="../images/hackPng/blank.gif").substr(0,0)):this.runtimeStyle.filter=""));
}

/*
 * BODY
 */
body {
	font: normal 12px/16px Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #E4E4E4;
}

/*
 * REGIAO INICIO
 */
#body {
	position: fixed;
	z-index: 8000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/body.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/body.png',sizingMethod='scale');
	background-repeat: repeat;
}
* html #body {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#body div {
	position: relative;
	top: 150px;
	z-index: 9000;
	width: 100%;
	height: 200px;
	margin-top: 0;
	color: #FFF;
	background-color: #681E79;
}
#body div img {
	position: absolute;
	top: 50%;
	left: 10%;
	margin: -43px 0 0 0;
}
#body div form {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 10%;
	width: 300px;
	height: 50px;
	margin: -25px 0 0 0;
}
#body div form label {
	display: block;
	height: 50px;
	font: bold 20px/26px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#body div form label select {
	display: block;
	width: 300px;
	height: 24px;
	padding: 3px;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	background-color: #FFF;
	border: 1px solid #FFF;
}
#body div form label option {
	padding: 3px;
}

/*
 * CONTAINER
 */
#container {
	clear: both;
	display: block;
	width: 960px;
	margin: 0 auto;
	background: url(../images/template/bg_container.jpg) repeat-y 0 0;
}

/*
 * CABECALHO
 */
#header {
	height: 140px;
	border-bottom: 1px solid #FFF;
	background-color: #E4E4E4;
}
/*-*/
#header #ads-header {
	padding: 9px;
	text-align: center;
}
/*-*/
#header #barra-ops {
	clear: both;
	height: 30px;
	background: url(../images/template/bg_barra.jpg) repeat-x 0 0;
}
#header #barra-ops ul {
	padding: 4px;
}
#header #barra-ops ul li {
	float: left;
	width: 180px;
	padding: 0 10px;
}
#header #barra-ops ul li.busca-geral {
	width: 530px;
}
#header #barra-ops ul li.busca-geral .input-search {
	width: 400px;
}
#header #barra-ops ul li.jump-menu select {
	width: 180px;
	padding: 1px;
	border: 1px solid #691E79;
}
#header #barra-ops ul li.jump-menu select optgroup {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #691E79;
	background-color: #FFF;
}
#header #barra-ops ul li.jump-menu select optgroup option {
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
	color: #000;
	background-color: #FFF;
}

/*
 * CONTEUDO
 */
#content {
	clear: both;
	font: normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #691E79;
}
/*
 * CABECALHO SECAO
 */
#content #header-secao {
	clear: both;
	position: relative;
	z-index: 3;
	width: 960px;
	height: 100px;
	margin-bottom: 10px;
}
#content #header-secao h1 {
	display: none;
	visibility: hidden;
}
#content #header-secao a.img-heading:link,
#content #header-secao a.img-heading:visited,
#content #header-secao a.img-heading:hover,
#content #header-secao a.img-heading:active {
	display: block;
	width: 960px;
	height: 70px;
	overflow: hidden;
}
/*-*/
#content #header-secao #barra-secao {
	height: 30px;
	background: url(../images/template/bg_header_secao_menu.jpg) repeat-x bottom center;
}

#content #header-secao #barra-secao ul#abrirMenu {
	height: 26px;
	padding: 2px 5px;
}
#content #header-secao #barra-secao ul#abrirMenu li {
	display: inline;
	float: left;
	position: relative;
	padding: 0 5px;
	font-size: 11px;
	line-height: 26px;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
}
#content #header-secao #barra-secao ul#abrirMenu li a {
	position: relative;
	z-index: 6000;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: bold;
}
#content #header-secao #barra-secao ul#abrirMenu li.over a.principal {
	padding: 2px 9px;
	border: 1px solid #242E37;
	border-bottom: 1px solid #FFF;
	color: #242E37;
	background-color: #FFF;
}
#content #header-secao #barra-secao ul#abrirMenu li.over ul {
	display: block;
}
#content #header-secao #barra-secao ul#abrirMenu li ul {
	display: none;
	position: absolute;
	top: 24px;
	left: 5px;
	z-index: 5000;
	width: 200px;
	padding: 10px 0;
	border: 1px solid #242E37;
	border-top: none;
	background: #FFF url(../images/template/bg_header_secao_menu.jpg) repeat-x 0 -29px;
}
#content #header-secao #barra-secao ul#abrirMenu li ul li {
	display: block;
	float: none;
	text-transform: none;
	color: #000;
}
#content #header-secao #barra-secao ul#abrirMenu li ul li a {
	font-weight: normal;
	line-height: 20px;
	color: #242E37;
	background: none;
}
#content #header-secao #barra-secao ul#abrirMenu li ul li a:hover {
	text-decoration: underline;
	background: none;
}
/* Fix IE. Hide from IE Mac \*/
* html #content #header-secao #barra-secao ul#abrirMenu li { float: left; height: 1%; }
* html #content #header-secao #barra-secao ul#abrirMenu li a { height: 1%; }
/* End */

/*-*/
#content #header-secao #info-login {position:absolute; bottom:0px; right:10px; height:30px; font-size:11px; text-align:right; text-transform:uppercase; color:#FFF;}
#content #header-secao #info-login p {margin:0; line-height:30px;}
#content #header-secao #info-login p.user strong {color: #8EE01F;}
#content #header-secao #info-login p a {font-weight:bold; color:#FFF;}
#content #header-secao #info-login p a:hover {text-decoration:underline;}


/*
 * CONTEUDO SECAO
 */
#content #ops_main {
	display: inline;
	float: left;
	position: relative;
	z-index: 1;
	width: 710px;
	margin-left: 20px;
}
/*
 * LATERAL SECAO
 */
#content #ops_lateral {
	display: inline;
	float: right;
	position: relative;
	z-index: 2;
	width: 200px;
	margin-right: 20px;
}
/*
 * LATERAL MENU
 */
#content #ops_main #ops_menu {
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
}
#content #ops_main #ops_menu ul {
	margin-bottom: 10px;
	border-bottom: 3px solid #960000;
	background-color: #FFF;
}
#content #ops_main #ops_menu ul li {
	height: 20px;
	color: #333;
	font: normal 11px/20px Verdana, Geneva, sans-serif;
	text-align: left;
}
#content #ops_main #ops_menu ul li.header-menu {
	display: block;
	vertical-align: middle;
	height: 20px;
	padding: 0 0 0 5px;
	color: #FFF;
	font: bold 11px/20px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	background-color: #960000;
}
#content #ops_main #ops_menu ul li a:link,
#content #ops_main #ops_menu ul li a:visited,
#content #ops_main #ops_menu ul li a:active {
	display: block;
	height: 20px;
	padding-left: 5px;
	color: #960000;
	font: normal 11px/20px Verdana, Geneva, sans-serif;
}
#content #ops_main #ops_menu ul li a:hover {
	font-weight: bold;
	color: #444;
	background-color: #EEE;
}
/*
 * Content Main
 */
#content #ops_main #content_main {
	display: inline;
	float: left;
	width: 550px;
}

/*
 * FOOTER
 */
#footer {
	clear: both;
	position: relative;
	width: 940px;
	height: 100px;
	margin: auto;
	font: normal 11px/14px Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #353535;
    border: 1px solid red;
}
#footer img {
	position: absolute;
	top: 20px;
	left: 20px;
}
#footer p {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
#footer ul {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 300px;
}
#footer ul li {
	float: right;
	width: 150px;
	font: normal 11px/18px Verdana, Geneva, sans-serif;
	text-align: right;
	color: #FFF;
}
#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:active {
	font: normal 11px/18px Verdana, Geneva, sans-serif;
	text-align: right;
	color: #FFF;
}
#footer ul li a:hover {
	text-decoration: underline;
}

/*
 * BOX CONTENT
 */
#ops_main .box_content {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFF;
}
/*
 * HEADING
 */
#ops_main .box_content .heading {
	display: block;
	position: relative;
	height: 40px;
	padding: 0 5px 0 10px;
	font: bold 18px/40px Verdana, Geneva, sans-serif;
	text-align: left;
	color: #691E79;
	background: #FFF url(../images/jpg/bg_heading.jpg) repeat-x 0 0;
}
#ops_main .box_content .heading ul {
	position: absolute;
	right: 5px;
	bottom: 12px;
	height: 16px;
}
#ops_main .box_content .heading ul li {
	float: left;
	padding: 0 1px 0 2px;
	font: normal 10px/16px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #333;
}
#ops_main .box_content .heading ul li a:link,
#ops_main .box_content .heading ul li a:visited,
#ops_main .box_content .heading ul li a:active {
	font: inherit;
	text-transform: inherit;
	color: #333;
}
#ops_main .box_content .heading ul li a:hover {
	text-decoration: underline;
}
/*-*/
#ops_main .box_content .heading form select {
	width: 150px;
	height: 18px;
	font: normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
}
#ops_main .box_content .heading form select option {
	padding: 2px;
}

/*
 * CLEAR FIX
 */
#content:after,
#content #ops_main:after,
#content #ops_lateral:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
