/* $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{
margin:0;
padding: 3px 0;
border-top: 3px solid #FFFFFF;
border-left: 3px solid #FFFFFF;
border-right: 3px solid #FFFFFF ;
border-bottom: 3px solid #FFFFFF;
background-color: #ffffff;
font: 11px tahoma; }

ul.tabbernav li{
list-style: none;
margin: 0;
display: inline;}

ul.tabbernav li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid none;
background: #f7f4f4;
text-decoration: none;
-moz-border-radius: 4px 4px 4px 4px;}

ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #222222; }

ul.tabbernav li a:hover{
color:#000000;
background: #E1e1e1;
border-text: #222222;
-moz-border-radius: 4px 4px 4px 4px; }

ul.tabbernav li.tabberactive a{
color: #000000;
background-color: none;
border-bottom: 1px solid none;}

ul.tabbernav li.tabberactive a:hover{
color: #000000;
background-color: none;
border-bottom: 1px solid 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 -- */
div {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #e1e1e1;
	font-family: tahoma;
	cursor: none;
	
}	

/* -- Links -- */

a, a:link{
color: #e1e1e1;
cursor: sw-resize;
TEXT-DECORATION: none; 
}
a:hover {
color: #ffffff
cursor: sw-resize;
TEXT-DECORATION: none;
LEFT: 1px; POSITION: relative; TOP: 1px;
}

/* -- Edit dos posts -- */

blockquote {
background-color: #ffffff;
border-left: 8px solid #222222; 
border-right: 8px solid #222222;
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
color: #000000;
}
/* -- Seleção Colorida -- */

::-moz-selection
{color: #e1e1e1;
background: #ffffff;}

::selection
{color: #e1e1e1;
background: #FFFFFF;}


/* -- Estilos -- */

b {	cursor: none; color: #ed2000; TEXT-DECORATION: none;
}
s {	cursor: none; color: #ff9000; TEXT-DECORATION: none;
}
u {	cursor: none; color: #111111; TEXT-DECORATION: none;
}
i {	cursor: none; color: #bd1010; TEXT-DECORATION: none;
}
strong {	cursor: none; color: #939393; TEXT-DECORATION: none;
}
fine {	cursor: none; color: #cf9f9f; TEXT-DECORATION: none;
}
happy {	cursor: none; color: #9fc4cf; TEXT-DECORATION: none;
}
lol{	cursor: none; color: #292929; TEXT-DECORATION: none;
}
r{	cursor: none; color: #fa5b42; TEXT-DECORATION: none;
}
/* -- Caixas -- */
input, textarea, select 
	{font-family: tahoma; 
	font-size: 10px;
	color: #ed2000;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #e1e1e1;
	background-color: #EEEEEE;
	-moz-border-radius: 8px 8px 8px 8px;
        }

.cmttext {
	align: justify;
	color: #111111;
	border: #111111;
	cursor: crosshair;
	font-family: Tahoma;
	font-size: 11px;
	background-color:#e8e8e8;
	width:400px;
}

/* -- Tabelas -- */

.table {
	font: 10px tahoma;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #111111;  
	padding: 4px 4px 4px 4px;
        background-color : #e8e8e8;
        border-top: 4px solid #EEEEEE; 
}
.tab2 {
	color: #111111;  
        border-bottom: 1px dashed #e8e8e8;
}

.fundopost {
	color: #111111;
	background-color : #EEEEEE;
        border-bottom: 3px solid #e8e8e8; 
        padding: 0px 3px 3px 3px ;
	text-align: justify;

}
