/*----------------------------------------------------------------------
# CONSUETUDO v1.0 - 08 Aug 2007 @ 03:05 PM +0100 ZulloP
# ----------------------------------------------------------------------
# Copyright © 2007 Web Revolution. All Rights Reserved.
# Author: Web Revolution - Creative Concepts & Advertising Innovation
# License: Copyrighted Commercial Software
# Website: http://www.webrevolution.org
#                _                           _       _   _             
#  __      _____| |__    _ __ _____   _____ | |_   _| |_(_) ___  _ __  
#  \ \ /\ / / _ \ '_ \  | '__/ _ \ \ / / _ \| | | | | __| |/ _ \| '_ \ 
#   \ V  V /  __/ |_) | | | |  __/\ V / (_) | | |_| | |_| | (_) | | | |
#    \_/\_/ \___|_.__/  |_|  \___| \_/ \___/|_|\__,_|\__|_|\___/|_| |_|
------------------------------------------------------------------------*/

@import url("../css/joomla.css"); /* Joomla! default styling */
@import url("../css/header.css"); /* multi-header styling */

body{
	margin: 5px;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
}
#body_bg{
	/*background: #373b3a url(../images/background.jpg) 0 0 repeat-x;*/
	background: #717074;
	margin: 10px 0 50px 0;
	padding: 0;
	font-size: 12px;
	/*color: #4b4b4b;*/
	color: #717074;
}
.clr{
	clear: both;
}

/* CUSTOM STYLING
--------------------------------------------------------- */
div#wrapper {
	width: 960px;
	height: 1%; /* ie sucks */
}
div#inner {
	position: relative;
	text-align: left;
}

/* TYPOGRAPHY STYLING
--------------------------------------------------------- */
span.alert{
	display: block;
	background: #fff6bf url(../images/wr_exclamation.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
span.info{
	display: block;
	background: #f8fafc url(../images/wr_information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}
span.download{
	display: block;
	background: #e2f3de url(../images/wr_download.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #3C6;
	border-bottom: 2px solid #3C6;
}
pre{
	display: block;
	line-height: 100%;
	border-left: 5px solid #ccc;
	background: #f2f2f2;
	padding: 10px;
	font-family: Monaco, "Courier New", monospace;
	font-size: 11px;
	overflow: auto !important;
	overflow: scroll;
	width: 95%;
}
blockquote{
	margin: 20px 0;
	padding: 0 0 0 40px;
	background: url(../images/wr_quote.png) no-repeat;
	background-position: 10px 0;
	border: none;
	font-style: oblique;
	color: #888;
}

/* ---- layout --- */
span#logo {
	background: transparent url(../images/logo.png) 0 0 no-repeat;
	width: 210px;
	height: 61px;
	right: 30px;
	top: 26px;
	z-index: 1000;
	position: absolute;
}
div#layout_full {
	width: 960px;
	position: relative;
}
div#layout_small {
	width: 730px;
	float: left;
	position: relative;
}

/*PNET */
div#layout_top {
	background: transparent url(../images/topo.jpg) 0 0 no-repeat;
	height: 30px;
}
#layout_top ul {   

margin: 0;   
padding: 0;   
list-style: none;

 } 

#layout_top .lingua a {  

top: 7px;  
left: 780px; 

	padding: 0;
	font-size: 10px;
	/*color: #4b4b4b;*/
	color: #403a3a;
}
	
	#layout_top .lingua a:hover {  

	text-decoration: none;
	color: #403a3a;
}


div#layout_logo {
	background: transparent url(../images/logo.jpg) 0 0 no-repeat;
	height: 50px;
}
div#layout_header {
	margin-left: 93px;
	/*ORIGINAL eight: 123px;*/
	height: 174px;
}

div#layout_rw {
	background: transparent url(../images/imagem_baixo_menu.gif) 0 0 repeat-y repeat-x;
	height: 15px;
	margin-left: 93px;
	width: 730px;
}

div#layout_rodape {
	background: transparent url(../images/rodape.jpg) 0 0 no-repeat;
	height: 30px;
}

div#layout_top_small {
	background: transparent url(../images/layout_top_small.png) 0 0 no-repeat;
	height: 30px;
}
div#layout_middle {
	background: transparent url(../images/layout_middle.png) 0 0 repeat-y;
	width: 782px;
	margin-left: 83px;
}
div#layout_middle_small {
	/*background: transparent url(../images/layout_middle_small.png) 0 0 repeat-y;*/
	background: #FFF;

}
div.layout_middle_bg {
	/*background: url(../images/layout_middle_bg.jpg) 0 0 no-repeat;*/
	background: #FFF;	
	min-height: 60px;
 	height: auto !important;
  	height: 60px;
	margin: 0 11px;
	margin-top: -25px;
}

div#layout_bottom {
	background: transparent url(../images/layout_bottom.png) 0 0 no-repeat;
	height: 30px;
}
div#layout_bottom_small {
	background: transparent url(../images/layout_bottom_small.png) 0 0 no-repeat;
	height: 30px;
}

/* ---- sidebar --- */
div#sidebar_wrap {
	width: 230px;
	position: absolute;
	right: 10px;
	top: 35px;
}
div#sidebar_layout_top {
	background: transparent url(../images/sidebar_top.png) 0 0 no-repeat;
	height: 30px;
}
div#sidebar_layout_middle {
	background: transparent url(../images/sidebar_middle.png) 0 0 repeat-y;
	min-height: 20px;
 	height: auto !important;
  	height: 20px;
}
div#sidebar_layout_bottom {
	background: transparent url(../images/sidebar_bottom.png) 0 0 no-repeat;
	height: 30px;
}
div#sidebar {
	color: #d5d4d4;
	font-size: 11px;
	padding: 0 18px;
}
div#sidebar a:link, div#sidebar a:visited {
	color: #d5d4d4;
	text-decoration: underline;
}
div#sidebar a:hover {
	color: #fff;
}
div#sidebar h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 17px;
	color: #fff;
	margin: 0;
	letter-spacing: -0.05em;
	font-weight: normal;
	margin: 0 0 5px 0;
}
div#sidebar_module_wrap {}
div#sidebar_module {}
div#sidebar_module .module {
	padding-bottom: 10px;
	width: 184px;
}
div#sidebar_module .module div div {
	border-bottom: 1px solid #950c34;

}
div#sidebar_module .module div div div {
	padding-bottom: 10px;
	border-bottom: 1px solid #630822;
}
div#sidebar_subnav {
	padding-bottom: 10px;
}
div#sidebar_subnav h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 17px;
	color: #fff;
	margin: 0;
	letter-spacing: -0.05em;
	font-weight: normal;
	margin: 0 0 5px 0;
}
div#sidebar_subnav ul, div#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #950c34;
	border-top: 1px solid #630822;
	width: 184px;
}
div#sidebar_subnav li, div#sidebar li {
	padding: 0;
	line-height: 20px;
	text-indent: 5px;
	border-bottom: 1px solid #630822;
	width: 184px;
}
div#sidebar_subnav li a:link, div#sidebar_subnav li a:visited,
div#sidebar li a:link, div#sidebar li a:visited {
	color: #d5d4d4;
	display: block;
	border-bottom: none;
	width: 100%;
	border-top: 1px solid #950c34;
	text-decoration: none;
}
div#sidebar_subnav li a:hover, div#sidebar li a:hover {
	color: #f9c884;
	background: #740727;
}

/* CONTENT
--------------------------------------------------------- */
div#content_padding {
	padding: 0 0px;
}

/* ---- tab menu --- */
div#nav_wrap {
	margin-top:0px;	

}
div#nav {height: 30px;width:772px;}
div#nav ul {
	padding: 0;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-left: 0px;
}
div#nav li {
	padding: 0px;
	float: left;
	height: 40px;

	width: 100px;
	margin-right:5px;

	display: block;
	background: url(../images/tab_left2.jpg) 0 0 no-repeat;
}
div#nav a {
	display: block;
	float: left;
	height: 40px;
	line-height: 25px;
	width: 100px;

	margin-right:5px;
	/*padding: 0 15px 0 5px;
	margin: 0 9px 0 9px;*/
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	background: url(../images/tab_right2.jpg) 100% 0 no-repeat;
	font-size: 11px;
	font-weight: bold;
}
div#nav a:link, div#nav a:visited {
	color: #ffffff;
}
div#nav a:hover {
	color: #f9c884;
}
div#nav li.active_menu {
	background: url(../images/tab_active_left.jpg) 0 0 no-repeat;
}
div#nav li.active_menu a:link,
div#nav li.active_menu a:visited,
div#nav li.active_menu a:hover {
	color: #ffffff;
	background: url(../images/tab_active_right.jpg) 100% 0 no-repeat;
}
div#nav li.active_menu a:hover {
	color: #ddd;
}

/* ---- header modules --- */
div#header_modules_wrap {
	margin-top: 10px;
}
div#header_modules {}

/* ---- user1 module --- */
div#user1_wrap {
	float: left;
	width: 240px;
	height: 200px;
	background: url(../images/user1_bg.jpg) 0% 0% no-repeat;
	position: relative;
}
div#user1 {
	padding: 8px 15px;
	height: 170px;
	font-size: 11px;
	overflow: hidden;
	width: 200px;
}
div#user1 h3 {
	margin: 0 0 5px 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #7c0a2b;
	letter-spacing: -0.05em;
}
div#user1 a:link, div#user1 a:visited {
	color: #7c0a2b;
	text-decoration: none;
}
div#user1 a:hover {
	text-decoration: underline;
}

/* ---- header module --- */
div#header_wrap_1 { /* user1 module enabled */
	float: left;
	width: 428px;
}
div#header_wrap_2 { /* user1 module disabled */
	float: left;
	width: 668px;
}
div#header_wrap_3 { /* user1 module disabled */
	float: left;
	width: 658px;
}
div#header_wrap_4 { /* user1 module disabled */
	float: left;
	width: 898px;
}

/* ---- pathway --- */
div#pathway_wrap {
	height: 24px;
	background: #f5f5f5 url(../images/pathway_bg.jpg) 0% 0% no-repeat;
	border-bottom: 1px solid #dddddd;
	margin-top: 10px;
}
div#pathway {
	color: #666666;
	font-size: 11px;
	line-height: 24px;
	padding-left: 20px;
}
div#pathway a:link, div#pathway a:visited {
	color: #666666;
}
div#pathway a:hover {
	color: #00469b;
}

/* ---- main content & left column --- */
div#maincontent_wrap {
	margin-top: 30px;
}
div#maincontent {
	display: inline-block;
}

/* ---- left column --- */
div#leftcolumn_wrap {
	width: 180px;
	float: left;
	position: relative;

}
div#leftcolumn {
	color: #818181;
	font-size: 11px;
}

div#leftcolumn ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ddd;
	width: 180px;
}
div#leftcolumn li {
	padding: 0;
	line-height: 20px;
	text-indent: 5px;
	border-bottom: 1px solid #ddd;
	width: 130px;
}
div#leftcolumn a:link, div#leftcolumn li a:visited   {
	color: #818181;
	display: block;
	border-bottom: none;
	width: 100%;
	border-top: 1px solid #fff;
	text-decoration: none;
}


div#leftcolumn li a:hover {
	color: #00469b;
	background: #eee;
}

/*
div#leftcolumn_layout_top {
	background: url(../images/leftcolumn_layout_top.gif) 0% 0% no-repeat;
	height: 20px;
}
div#leftcolumn_layout_middle {
	background: url(../images/leftcolumn_layout_middle.gif) 0% 0% repeat-y;
	margin-bottom: -20px;
}
div#leftcolumn_layout_bottom {
	background: url(../images/leftcolumn_layout_bottom.gif) 0% 0% no-repeat;
	height: 20px;
}
*/
div#left_wrap {}
div#left {
	padding: 0 20px;
}
div#left h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: -0.05em;
	font-size: 20px;
	margin-top:10px;
	/*color: #5c401b;*/
	color: #C8161D;

}
div#left .module {
	padding-bottom: 20px;
}

/* ---- user3 module --- */
div#user3_wrap {	margin-top:0px;}
div#user3 {
	color: #909090;
}
div#user3 h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -0.05em;
	font-size: 20px;
/*	color: #5c401b;*/
	color: #C8161D;
	margin-top:0px;
	margin-bottom:6px;

/*	margin: 0;
	font-size: 11px;*/
}
div#user3 .module {
	margin: 20px 10px 0px 10px;
	
}

/* ---- content --- */
div#content_wrap_small {
	float: left;
	width: 328px;
	position: relative;
}
div#content_wrap {
	float: left;
	margin-top:6px;
	width: 580px;
	position: relative;
}

/*.contentpaneopen  {
	background: url(../images/user3_bg.jpg) 100% 100% repeat;
}*/


h3 {
	color: #C8161D;
}
/*Corpo da noticia*/
table.contentpaneopen td.buttonheading, table.contentpaneopen td {
	background: #FFF;
	border: 0px;
	/*letter-spacing: 0.05em;*/
	line-height: 1.6em;
}
/*TITULO*/
table.contentpaneopen td.contentheading {
	background: #FFF;
	border: 0px;
	color: #C8161D;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;

}

table.contentpaneopen td.buttonheading {
	background: #FFF;
	border: 0px;
	padding: 0px 3px 0px 3px;
}


/*BODY DA NOTICIA */
table.contentpaneopen td {
	background: url(../images/user3_bg.jpg) 100% 100% repeat;
	border-top: 1px solid #AFAFAF;
	/*border-bottom: 1px solid #AFAFAF;*/
	padding-left:25px;
	padding-right:25px;
}


div#content_wrap_full {
	float: left;
	position: relative;
}
div#content {}

/* ---- newsflash module --- */
div#newsflash_wrap {}
div#newsflash td{
	font-size: 11px;
	color: #818181;
}
div#newsflash h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #818181;
	letter-spacing: -0.05em;
	font-weight: normal;
	margin: 0;
}

/* ---- user2 module --- */
div#user2_wrap {
	padding-bottom: 10px;
}
div#user2 {
	font-size: 11px;
	color: #a7a7a7;
	background: #f5f5f5 url(../images/user2_bg.gif) 0% 50% no-repeat;
	padding: 15px 10px 15px 60px;
	display: block;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	min-height: 29px;
 	height: auto !important;
  	height: 29px;
}
div#user2 a {
	font-size: 11px;
	color: #548ac8;
}

/* ---- mainbody --- */
div#mainbody_wrap {
	margin-top: 10px;

}
div#mainbody {
	margin-left: 15px
}


/* FOOTER AND BOTTOM MODULES
--------------------------------------------------------- */
div#footer_modules_wrap {
	
}
div#footer_modules {
	border-top: 1px solid #dddddd;
	margin: 20px 20px 0 20px;
	padding-top: 15px;
	color: #666666;
	font-size: 11px;
}
div#footer_modules a:link, div#footer_modules a:visited {
	color: #00469b;
	text-decoration: none;
}
div#footer_modules a:hover{
	color: #9F0004;
	text-decoration: underline;
}


/* ---- footer module --- */
div#footer_wrap {

	float: left;
}
div#footer {}

/* ---- bottom menu module --- */
div#bottom_menu_wrap {
	float: right;
}
div#bottom_menu {}
div#bottom_menu ul {
	margin: 0;
	padding: 0;
}
div#bottom_menu li {
	list-style: none;
	float: left;
}
div#bottom_menu li a {
	padding: 0 6px;
}

a.mainlevel { 
	font-size: 14px;
	line-height: 26px;
	padding-left:10px;
	color: grey }

	
a.mainlevel:hover, a.mainlevel#active_menu {
	color: #9F0004;
	text-decoration: none;
}












