/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-08-17, 13:17 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:

        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */
body {
	padding: 25px 0;
	background: url("../design/bg.gif") 0 0 repeat-x;
	font: 0.75em/1.5 "arial", sans-serif;
}

h1,h2,h3,h4,h5,h6,p,address,blockquote,table,dl,fieldset {
	margin: 15px 0;
}

input {
	vertical-align: middle;
}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */
#main {
	width: 940px;
	padding: 10px;
	margin: 0 auto;
	overflow: visible;
}

#header {
	position: relative;
	height: 100px;
	padding: 0 0 0 35px;
	/* background: url("../design/header.gif") 0 0 no-repeat; */
	overflow: hidden;
}

#header #logo {
	margin: 0;
	/* background-color: #003745; */
}

#slogan {
	position: absolute;
	top: 30px;
	right: 0;
	width: 275px;
	padding: 10px 10px 10px 15px;
	background: url("../design/pattern.gif");
	font-size: 17px;
}

#nav {
	position: relative;
	padding: 0 20px;
	background: url("../design/nav.gif") 0 0 repeat-x;
}

#nav ul {
	margin: 0;
	list-style: none;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	display: block;
	float: left;
	padding: 9px 15px;
	background: url("../design/nav-separator.gif") 100% 0 repeat-y;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav ul li.active,#nav ul li.active a {
	font-weight: bold;
}

#nav img {
	float: right;
}

#contato ul li {
	display: block;
	float: left;
	padding: 9px 15px;
	background: url("../design/nav-separator.gif") 100% 0 repeat-y;
	text-decoration: none;
	font-size: 110%;
}

#contato ul li.active {
	font-weight: bold;
}

#contato ul li:hover {
	text-decoration: underline;
}

/**/
#nav li ul {
	/*background:#FFFFFF;*/
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
	width: auto;
	z-index: 200;
	/*top:1em;
		left:0;*/
}

#nav li:hover ul {
	display: block;
}

#nav li li {
	/*background:url('images/sub_sep.gif') bottom left no-repeat;*/
	display: block;
	float: none;
	/*margin:0px;
		padding:0px;*/
	width: auto;
}

#nav li:hover li a {
	background: none;
}

#nav li ul a {
	display: block;
	height: 35px;
	font-size: 12px;
	font-style: normal;
	/*margin:0px;
		padding:0px 10px 0px 15px;*/
	text-align: left;
}

#nav li ul a:hover,#nav li ul li:hover a {
	/*background:#01538f url('images/hover_sub.gif') center left no-repeat;*/
	/*border:0px;*/
	color: #ffffff;
	/*text-decoration:none;*/
}
/**/
#nav #feeds {
	position: absolute;
	top: 9px;
	right: 25px;
	margin: 0;
}

#nav #feeds a:hover {
	text-decoration: none;
}

#cols {
	margin-bottom: 10px;
	background: url("../design/cols.gif") 0 0 no-repeat;
}

#cols_home {
	margin-bottom: 10px;
	background: url("../design/cols_dividido.gif") 0 0 no-repeat;
}

#cols-in {
	min-height: 430px;
	padding: 20px;
	background: url("../design/cols-in.gif") 0 100% no-repeat;
}

#content {
	float: left;
	width: 900px;
}

#content_home {
	float: left;
	width: 600px;
}

#aside {
	float: right;
	width: 280px;
}

#content .in,#content_home .in,#aside .in {
	padding-top: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

#content .in .detalhe {
	font-size: 150%;
}

#content .logout {
	float: right;
}

#container {
	position: relative;
	width: 182px;
	height: 339px;
}

#container img {
	position: absolute;
	top: 0px;
}

#container div {
	position: absolute;
	z-index: 1;
	line-height: 20px;
	top: 274px;
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTable td.sorting_1 {
	background-color: #f6f5fb;
	border: 1px lightgrey;
}
/*.dataTable td{ background-color: white;  border:1px lightgrey;}*/
.dataTable tr.odd {
	background-color: #e3e0ff;
	border: 1px lightgrey;
}

.dataTable tr.even {
	background-color: white;
	border: 1px lightgrey;
}

.paging_full_numbers a.paginate_button,.paging_full_numbers a.paginate_active
	{
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}

#servico_pessoal img {
	width: 195px;
	padding: 10px;
}

#servico_pessoal .ativo {
	style: block;
}

#servico_pessoal .inativo {
	style: none;
}

#servico_assessoria img {
	width: 210px;
	padding: 39px;
}

#investimentos .setas {
	padding: 0px 15px 0px 15px;
}

#investimentos .ativo {
	display: inline;
	width: 220px;
	padding: 15px;
}

#investimentos .ativo_opaco {
	display: inline;
	width: 220px;
	padding: 15px;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

#investimentos .inativo {
	display: none;
}

#footer {
	padding: 15px 15px 5px 15px;
}

#footer p {
	margin: 0;
}

#ico-print {
	padding-left: 12px;
	background: url("../design/ico-print.gif") 0 50% no-repeat;
}

#ico-sitemap {
	margin-left: 10px;
	padding-left: 10px;
	background: url("../design/ico-sitemap.gif") 0 50% no-repeat;
}

.ico-rss {
	padding-left: 18px;
	background: url("../design/ico-rss.gif") 0 50% no-repeat;
}

#copy {
	margin: 15px auto 0 auto;
	width: 910px;
	font-size: 90%;
}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */
#breadcrumbs {
	margin: 0;
	font-size: 90%;
}

#breadcrumbsTools {
	margin: 0;
	font-size: 90%;
	width: 650px;
	display: inline-block;
}

#breadcrumbsLogout {
	margin: 0;
	font-size: 90%;
	width: 215px;
	display: inline-block;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

#breadcrumbs span {
	margin: 0 3px;
}

#topstory-img {
	float: right;
	width: 383px;
}

#topstory-img img {
	display: block;
}

#topstory-txt {
	float: right;
	width: 355px;
}

#topstory-txt h3 {
	margin: 0;
	font-size: 140%;
	font-weight: normal;
}

#topstory-txt #topstory-info {
	margin: 0;
	font-size: 90%;
}

#topstory-txt .comment {
	padding-left: 12px;
	background: url("../design/ico-comment.gif") 0 2px no-repeat;
}

.cols5050 {
	clear: both;
	background: url("../design/dot-01.gif") 0 100% repeat-x;
}

.cols5050 .col {
	float: left;
	width: 275px;
}

.cols5050 .col .article {
	clear: both;
	margin-bottom: 15px;
}

.cols5050 .col .article-img {
	float: left;
	width: 85px;
}

.cols5050 .col .article-img img {
	display: block;
}

.cols5050 .col .article-txt {
	float: right;
	width: 175px;
}

.cols5050 .col .article-txt h4 {
	margin: 0;
	margin-bottom: 7px;
	font-size: 110%;
}

.cols5050 .col .article-txt p {
	margin: 0;
	font-size: 90%;
}

#subnav {
	margin: 0;
	list-style: none;
}

#subnav li {
	display: block;
	padding: 4px 10px 4px 25px;
	background: url("../design/subnav.gif") 10px 50% no-repeat;
	text-decoration: underline;
}

#subnav li:hover {
	font-weight: bold;
}

#subnav li.invisible {
	display: none;
	text-decoration: none;
}

#subnav li.visible {
	background-image: none;
	text-decoration: none;
}

#subnav li.visible:hover {
	font-weight: normal;
}

dl#news {
	margin: 0;
	background: url("../design/dot-02.gif") 3px 0 repeat-y;
}

dl#news dt {
	margin-bottom: 3px;
	padding-left: 15px;
	background: url("../design/news-dt.gif") 0 50% no-repeat;
	font-weight: bold;
}

dl#news dd {
	margin: 0;
	margin-bottom: 10px;
	padding-left: 15px;
}

dl#news a:hover {
	text-decoration: none;
}

#gallery-in {
	padding: 15px;
	background: url("../design/gallery.gif") 0 0 repeat-x;
}

#gallery .separator {
	width: 910px;
	height: 2px;
	margin: 10px 0;
	background: url("../design/separator.gif") 0 0 repeat-x;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

#gallery img {
	margin-right: 18px;
}

#gallery a.last img {
	margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */
.title-01 {
	margin: 0;
	padding: 15px 15px 15px 45px;
	background: url("../design/arrow-01.gif") 15px 50% no-repeat;
	font-size: 150%;
	font-weight: normal;
}

.title-02 {
	background: url("../design/dot-01.gif") 0 60% repeat-x;
	font-size: 100%;
}

.title-02 span {
	padding-right: 5px;
}

.title-03 {
	margin: 0;
	padding: 15px 15px 0px 15px;
	background: url("../design/arrow-02.gif") 245px 50% no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.title-03.gallery {
	background: url("../design/arrow-02.gif") 903px 50% no-repeat;
}

.title-04 {
	margin: 0 5px;
	padding: 13px 30px 13px 15px;
	background: url("../design/title-04.gif") 0 0 repeat-x;
	font-size: 100%;
	font-weight: bold;
}

.more {
	padding-right: 14px;
	background: url("../design/more.gif") 100% 5px no-repeat;
}

a:hover.more {
	text-decoration: none;
}
/*Adicionado depois*/
#artigo {
	float: none;
	width: 100%;
	margin: auto;
}

#artigo table {
	margin: auto;
	border: 1px solid;
}

#artigo th {
	text-align: center;
	border: 1px solid;
}

#artigo td {
	text-align: right;
	border: 1px solid;
}

#planos {
	font-size: 125%;
}

#planos table {
	text-align: center;
}

#planos td {
	text-align: center;
	border: 1px solid;
	border-color:gray;
}

#planos th {
	text-align: center;
	vertical-align: middle;
}

#faq {
	
}

#faq:hover {
	text-decoration: underline
}
/*#subnav li {display:block; padding:4px 10px 4px 25px; background:url("../design/subnav.gif") 10px 50% no-repeat; text-decoration:underline;}
#subnav li:hover {font-weight:bold;}
#subnav li.invisible {display:none; text-decoration:none;}
#subnav li.visible {background-image:none; text-decoration:none;}
#subnav li.visible:hover {font-weight:normal;}*/

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	
}

.tabberlive {
	margin-top: 1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}

ul.tabbernav li a:link {
	color: #448;
}

ul.tabbernav li a:visited {
	color: #667;
}

ul.tabbernav li a:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
}

ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding: 5px;
	border: 1px solid #aaa;
	border-top: 0;

	/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

	/* height:200px; */

	/* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

	/* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display: none;
}

.tabberlive .tabbertab h3 {
	display: none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
	
}

.tabberlive#tab2 {
	
}

.tabberlive#tab2 .tabbertab {
	height: 200px;
	overflow: auto;
}

#tabs ul {
	list-style: none;
	padding:0;
	margin:0;
}

#tabs li {
	display: inline;
	border: solid;
	border-width: 0px 0px 0px 0px;
	margin: 0 0.5em 0 0;
}

#tabs li a {
	padding: 0;
}