/* - -------------------------------------------------------------- - */

/* - Page - Antigo - */

* html body.x div.parent_footer { position: relative; top: -34px; }
* html body.x div.parent_content { padding-bottom: 34px; }

html > body.x div.parent_footer { position: relative; top: -34px; }
html > body.x div.parent_content { margin-bottom: -24px; padding-bottom: 0px; }
html > body.x div.parent_clearfooter { height: 70px; }

/* - -------------------------------------------------------------- - */

/* - Barra - */
div.qbar {
  position:relative;
	height: 34px;
	width: 100%;
	bottom:0;
	left: 0;
	z-index: 2;
	background: url(imgs/bar_bg.png) repeat-x;
	_position:absolute;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}

.desktop div.qbar{
  position:fixed;
}

/* - Logo - */
img.qbar-logo {
	float: right;
	margin-top: 12px; 
	margin-right: 5px; 
}

/* - -------------------------------------------------------------- - */

/* - Item - */
div.qbar-item {
	cursor: pointer; 
	float: left;
	height: 34px;
	padding: 5px 25px 3px 8px;
	border-right: 1px solid #A8C0D2;
}

/* - Item - Texto - */
div.qbar-item span {
	font-size: 12px;
	color: #004E96;
	position: relative;
	top: -7px; 
	left: 5px;
}

/* - Item - Seta - */
img.qbar-arrow {
	position: relative;
	top: -7px; 
	left: 15px;
}

/* - Item - Over - */
div.qbar-item-over {
	background: url(imgs/bar_bg_over.png) repeat-x;
}

/* - Item - Click - */
div.qbar-item-click {
}

/* - Item - Link - */
span.qbar-link-sep {
	margin: 0px 5px 0px 5px;
}

html > body span.qbar-link-sep { 
	margin-left: 0px;
}

a.qbar-link {
	font-size: 12px;
	position: relative;
	top: -7px; 
	margin-right: -5px;
	text-decoration: none;
}

a.qbar-link:hover {
	text-decoration: underline;
}

/* - -------------------------------------------------------------- - */

/* - Janela - */
div.qframe {
	z-index: 1;
	border: solid 2px #8FADC5;
	border-bottom: none;
	display: none;
	height: 0px;
	bottom: -1000px;
  position:absolute;
}

/* - Janela - Visível - */
div.qframe-visible {
	position:absolute;
	bottom: 34px;
	left: 0px;
	background-color: white;
	background-image: url(imgs/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	_position:absolute;
	_top:expression(document.body.scrollTop+document.body.clientHeight-parseInt(this.style.height)-35);
}

/* - Janela - Cabeçalho - */
div.qframe-head {
	padding: 5px;
	background-color: #E0EAF6;
}

/* - Janela - Clear - */
span.qframe-title {
	font-size: 13px;
	font-weight: bold;
	color: #004E96;
	float: left;
}

/* - Janela - Clear - */
div.qframe-clear {
	clear: both;
}

/* - Janela - Fechar - */
img.qframe-close {
	float: right;
	cursor: pointer;
}

/* - Janela - IFrame - */
iframe.qframe-iframe {
	border: 0px;
}

/* - -------------------------------------------------------------- - */