/* $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: 6px ;
border-bottom:1px solid none;
border-top: 1px solid none;
border-left: 1px solid none;
border-right: 1px solid none;
border-bottom: 1px solid none;
background-color: #C3C3C3;
-moz-border-radius: 5px 5px 5px 5px;
font: 10px arial; }

ul.tabbernav li{
list-style: none;
margin: none;
display: inline;}

ul.tabbernav li a{
padding: 3px ;
margin-left: 4px;
border: 1px solid fbf5f8;
border-bottom: fbf5f8;
background: #C3C3C3;
text-decoration: none;
-moz-border-radius: 5px 5px 5px 5px ;}


ul.tabbernav li a:link { color: #FF0000; }
ul.tabbernav li a:visited { color: #FFFFFF; }

ul.tabbernav li a:hover{
color:#ffffff;
background: #424040;
border-text: #424040;
-moz-border-radius: 5px 5px 5px 5px;}


ul.tabbernav li.tabberactive a{
color: #FF0000; 
background-color: none;
border-bottom: 1px solid #none;
}


ul.tabbernav li.tabberactive a:hover{
color: #FFFFFF;
background-COLOR: none;
border-bottom: 1px dashed none;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border-top:0px none;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:150px; */

 /* 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;}


/* ------------ Fonte -------------- */
body {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #FF0000;
	font-family: arial;
	line-height: 13px;
}		

/* ------------------------------- Caixas ---------------------------------- */
input, textarea, select 
	{font-family: verdana; 
	font-size: 11px;
	color: #d50035;
	border-top: 1px solid #C3C3C3;
	border-left: 1px solid #000000;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	background-color: #404040;
	-moz-border-radius: 10px 3px 3px 10px;


        }

/* ----------------- Link ------------------- */

a, a:link{
color: #d50035; 
cursor: pointer;
border-bottom-width: 1;
border-left-width: 1px;
}
a:hover {
color: #C3C3C3;
cursor: pointer;
font-weight: bold;
background-color : #FF6666;
 border-color: #43415c;

} 
/* ----------------- Estilos ---------------- */

b {cursor: N-resize; border-bottom: 1px dashed #777777; 
}
i {cursor: help;  color: #FFFFFF; 
cursor: help;
}
l {cursor: sw-rezize;  color: #000000; font-weight: bold;
}
strong { color:#d50035; }
ul {line-height: 100%; color:#FF0000; font-color:#d50035
; margin: 0 18;
}
/* ------------------------------- Tabelas ---------------------------------- */
.table2 {
	color: #FF0000;
        background-color: transparent ;        
        border-bottom: 1px solid #000000; 
}
.table3 {
        font: 10px arial;
	font-weight: transparen;
        text-align: center;
	text-transform: uppercase;
	padding : 4px;
	color: #FF0000;
background-color: #000000;
       border-bottom: 1px solid none;
      -moz-border-radius: 5px 5px 5px 5px;
}
.table4 {
        font: 10px verdana;
	font-weight: transparen;
        text-align: center;
	text-transform: uppercase;
	padding : 4px;
		color: #FF0000;
background-color: #000000;
        border-left: 6px solid none;
        border-right: 6px solid none;
        border: 4px solid none;
}


.table5 {
	font: 10px verdana;
	font-weight: transparen;
	text-align: center;
	text-transform: uppercase;
	padding : 4px;
		color: #FF0000;
background-color: #000000;
        border-bottom: 1px solid none;
        -moz-border-radius: 5px 5px 5px 5px;
}
.fundopost { 
          background-color: #555555;
          border: 3px solid #555555;
          -moz-border-radius: 5px 5px 5px 5px; }
          

.fundo {
     background-color: none;
      border: 4px solid none;
      -moz-border-radius: 5px 5px 5px 5px;
} 