
/* layout */
body, input, textarea {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Trebuchet, Arial;
	color:black;
	font-size: 10px;
	line-height: 13px;
	background-repeat: no-repeat;
	background-color: white;
}
input, textarea {
	border-style: none;
	width: 232px;
	margin-bottom: 9px;
}
input {
	height: 17px;
}
textarea {
	height: 181px;
}
label {
	text-transform: uppercase;
	font-size: 9px;
	margin-bottom: 2px;
	display: block;
	color: #74947d;
}
input.submit {
	text-align: center;
	vertical-align: middle;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .5px;
	height: 14px;
	padding-bottom: 16px; /* XXX */
	margin-top: 4px;
	width: 43px;
	background-color: #74947d;
}

a {
	text-decoration: none;
	color: black;
}
a.active,
a:hover {
	text-decoration: underline;
}

img {
	border-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 0;
}


div.footer {
	margin-top: 12px;
	margin-left: 92px;
	width: 850px;
	text-align: right;
	font-size: 9px;
}
div.copyright {
	float: left;
}
div.copyright,
div.copyright a {
	color: white;
}
div.patrocinio {
	float: right;
	margin-left: 8px;
}
div#patrocinio {
	margin-top: 10px;
}
div#petrobras {
	margin-top: 7px;
}
div.petrobras {
	width: 100px;
	height: 21px;
}
div.brasil {
	width: 104px;
	height: 36px;
}

div.whole {
	margin-top: 62px;
	margin-left: 92px;
	width: 850px;
	height: 550px; /*464+14+72*/
}

div.title {
	width: 171px;
	height: 67px;
	padding: 0 0 0 0;
	margin-bottom: 5px;
}
h1 {
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 171px;
	height: 67px;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 0;
	font-size: 10px;
}

div.lower {
	margin-top: 2px;
	width: 850px;
	height: 464px;
}

div.bg-left {
	position: absolute;
	left: 92px;
	width: 261px;
	top: 151px;
	height: 464px;
	background-color: white;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	z-index: 1;
}
div.bg-center-right {
	position: absolute;
	left: 357px;
	width: 585px;
	top: 151px;
	height: 464px;
	background-color: white;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	z-index: 1;
}

div.left,
div.full-left {
	position: absolute;
	left: 92px;
	width: 261px;
	top: 178px;
	/*
	height: 434px;
	*/
	height: 406px;
	overflow: hidden;
	z-index: 5;
}
div.left {
	left: 104px;
	width: 240px;
}
div.center,
div.full-center {
/*
border: solid 1px black;
*/
	position: absolute;
	left: 357px;
	width: 324px;
	top: 151px;
	height: 464px;
	z-index: 5;
	overflow: hidden;
}
div.center {
	left: 369px;
	width: 312px;
	top: 178px;
	height: 406px;
	/*
	height: 434px;
	*/
}
div.greater-center {
	width: 352px; /* 368px */
}
div.lesser-center {
	width: 257px;
}
div.right {
	position: absolute;
	left: 737px;
	width: 200px;
	top: 151px;
	height: 464px;
	z-index: 5;
	overflow: hidden;
}
div.home-right {
	left: 681px;
	width: 261px;
	top: 151px;
	height: 464px;
}
div.greater-right {
	left: 625px;
	width: 290px;
/*
	border: solid 1px black;
	left: 681px;
	width: 261px;
*/
}
div.lesser-right {
	left: 737px;
	width: 200px;
}
div.greater-right,
div.lesser-right {
/*
	top: 178px;
	height: 434px;
*/
	top: 178px;
	height: 406px;
}
div.center-right {
	position: absolute;
	left: 357px;
	width: 585px;
	top: 151px;
	height: 464px;
	z-index: 5;
	overflow: hidden;
}


div.warn {
	color: red;
}


/* menu */



div.whole div.menu {
	height: 14px;
}

div.whole div.menu div.item {
	float: left;
}


/*
Multilevel CSS-Only Menu

Author: Jason DeVelvis
Website: http://www.whenissaturday.com

This menu is based on the CSS-only drop down menu by 1234.info found here:
http://www.1234.info/webtemplates/multiflex3/
*/

/*======================*/
/*     Basic Setup      */
/*======================*/
.dropnav { width: 850px; background: white; letter-spacing:.5px; font-size: 9px; text-transform:uppercase; white-space:nowrap /*IE hack*/; float:left; } /*Color navigation bar normal mode*/
.dropnav ul {list-style-type:none; display:inline; margin: 0; padding: 0; margin-top: -2px;}
.dropnav ul li {text-align: center; float:left; display: inline; background: none; margin: 0; padding: 0; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/;}
.dropnav ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block;}
.dropnav ul li ul {display:none; z-index: 2;}

/*Basic Styling*/
.dropnav {max-width:850px; background-color:white; color:black; }
.dropnav ul li a {padding-left: 4px; padding-right: 4px; text-decoration:none; color: black; }
.dropnav ul li a:hover {}
.dropnav ul li ul li a {font-weight: bold; text-align: left;}

/*======================*/
/*   Non-IE6 hovering   */
/*======================*/
/*Main Menu Bar Hovering*/
.dropnav ul li:hover {position:relative;} /*Sylvain IE hack*/
.dropnav ul li:hover a {background-color:black; color:white; text-decoration:none;} /*Color main cells hovering mode*/

/*First Submenu Positioning*/
.dropnav ul li:hover ul {display:block;}
.dropnav ul li:hover ul {position:absolute; z-index:999; top:14px; left:4px;}

/*Submenu styling*/
.dropnav ul li:hover ul li a {white-space:normal; display:block; line-height:9px; padding-top: 2px; padding-left: 4px; padding-right: 4px; background-color:#8db7af; font-weight:normal; color:white;} /*Color subcells normal mode*/
.dropnav ul li:hover ul li a:hover {text-transform: underline; color: black; background-color: none;}

/*Second Level Submenu Positioning*/
.dropnav ul li:hover ul li ul {display:none;}
.dropnav ul li:hover ul li:hover ul {display:block; position: absolute;  z-index:999; top: 0;}

/*======================*/
/*     IE6 hovering     */
/*======================*/
/*Structure*/
.dropnav table {position:absolute; top:0; left:0; }
.dropnav ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/;}
.dropnav ul li a:hover ul {display:block; position:absolute; z-index:999; top:14px; left:0; margin-top:0em;}

/*IE6 Main Menubar Styling*/
.dropnav ul li a {padding-left: 4px; padding-right: 4px;}
.dropnav ul li a:hover {background-color:black; color:white; text-decoration:none;}
.dropnav ul li a:hover ul {margin-left: 4px; }

/*Submenu Styling*/
.dropnav ul li a:hover ul li a {white-space:normal; display:block; padding-top: 2px; height:1px; line-height:9px; padding-left: 4px; padding-right: 4px; background-color:#8db7af; font-weight:normal; color:white;} /*Color subcells normal mode*/
.dropnav ul li a:hover ul li a:hover {color: black;text-decoration:none;} /*Color subcells hovering mode*/

/*First Level Submenu Positioning*/
.dropnav ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/;}
.dropnav ul li a:hover ul {display:block; position:absolute; z-index:999; top:13px; left:0; }

/*Second Level Submenu Positioning*/
.dropnav ul li a:hover ul li a table {display: none;}
.dropnav ul li a:hover ul li a:hover table {display: block;}
.dropnav ul li a:hover ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/;}
.dropnav ul li a:hover ul li a:hover ul {position: absolute; z-index:999; margin-top:-1px; left:113px; top: 0;}



li.tip {
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 6px;
	height: 4px;
	z-index: 9999;
}
.dropnav ul li.opening,
.dropnav ul li.closure
{
	overflow: hidden;
	height: 2px;
	padding-left: 4px; padding-right: 4px;
	background-color:#8db7af;
}
.dropnav ul li.closure {
	height: 4px;
}

.dropnav ul li.opening,
.dropnav ul li.closure,
.dropnav ul li ul li a,
.dropnav ul li:hover ul,
.dropnav ul li:hover ul li a,
.dropnav ul li:hover ul li:hover ul {
	width: 86px;
}

.dropnav ul.narrow li.opening,
.dropnav ul.narrow li.closure,
.dropnav ul.narrow li ul li a,
.dropnav ul.narrow li:hover ul,
.dropnav ul.narrow li:hover ul li a,
.dropnav ul.narrow li:hover ul li:hover ul {
	width: 68px;
}


div.item div.titulo {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}

div.item div.atualizacao {
	color: #4c7c59;
	font-size: .9em;
}

div.scroll-bed,
div.scroll-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div.scroll-target {
	position: absolute;
	padding-right: 32px;
}

div.scroll-bar {
	float: right;
	height: 406px;
	width: 10px;
	visibility: hidden;
}

div.scroll-up {
	position: absolute;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

div.scroll-knob {
	position: absolute;
	top: 10px;
	width: 10px;
	height: 64px;
	background-color: #92ab98;
	cursor: pointer;
}

div.scroll-down {
	position: absolute;
	top: 396px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}



/* noticia */

div.large div.slide img {
	width: 324;
	height: 464;
}
div.small div.slide {
	margin-left: 1px;
}
div.small div.middle {
	margin-top: 1px;
	margin-bottom: 1px;
}
div.small div.slide img {
	display: block;
	width: 260;
	height: 154;
}
div.slide img.b {
	position: absolute;
	visibility: hidden;
	z-index: 20;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/* contato */

div.form form input { /* XXX */
	display: block;
}
div.form form label {
}
div.form form input.submit {
}

/* imprensa - release */

div.release-text div.item div.titulo {
	text-transform: uppercase;
}


div.musica-lyrics div.item div.autor {
	font-size: .9em;
	margin-bottom: 9pt;
}

div.musica-lyrics div.item div.titulo,
div.news div.item div.titulo {
	margin-bottom: 0;
}

div.image-nav {
	margin-top: 1.5em;
	word-spacing: 5px;
/*
	font-weight: bold;
	*/
}

div.item div.legenda {
	margin-top: 8px;
}

div.center-right div.item,
div.center-right div.image-nav,
div.full-center div.image-nav,
div.full-center div.item,
div.full-center div.file,
div.full-center h2 {
	margin-left: 12px;
}

div.full-center div.item div.file,
div.full-center div.item h2 {
	margin-left: 0;
}

div.filme-resource h2,
div.release-resource div.item {
	margin-top: 36px;
}

div.disco-resource div.item {
	margin-top: 12px;
}

div.disco-resource div.item div.titulo {
	text-transform: uppercase;
}

div.left h2 {
	margin-bottom: 1em;
}

/*div.disco-xref div.item, */
div.left div.item {
	margin-bottom: .5em;
}

div.news div.item {
	margin-bottom: 14px;
}

div.player {
	float: right;
	text-transform: none;
}

a.player img
{
	background-position: top left;
	background-repeat: no-repeat;
	width: 13px;
	height: 11px;
	margin-bottom: -2px;
}

div.player span.extra
{
	color: #939598;
}

div.control,
div.player {
	margin-right: 6px;
}

div.control
{
	float: right;
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-bottom: -2px;
	cursor: pointer;
}
div.control img
{
	width: 12px;
	height: 10px;
}
