/* $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: 1px solid #37F3F5;
border-left: 1px solid #37F3F5;
border-right: 1px solid #37F3F5;
border-bottom: 1px solid #37F3F5;
background-color: #FF4791;
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-color: #FD4194;
text-decoration: none;
-moz-border-radius: 4px 4px 4px 4px;}
ul.tabbernav li a:link { color: #FFEC47; }
ul.tabbernav li a:visited { color: #37F3F5; }
ul.tabbernav li a:hover{
color:#FFEC47;
background: #FB458F
border-text: #;
-moz-border-radius: 4px 4px 4px 4px; }
ul.tabbernav li.tabberactive a{
color: #FFEC47;
background-color: none;
border-bottom: 1px solid none;}
ul.tabbernav li.tabberactive a:hover{
color: #37F3F5;
background-color: none;
border-bottom: 1px dashed none;}
/* -- Fonte - BY:IGORSOIGOR -- */
{
font-style: normal;
font-weight: normal;
font-size: 11px;
color: #FE4991;
font-family: Arial;
}
/* -- Links - BY:IGORSOIGOR -- */
a, a:link{
color: #3BF2F3;
height:2px;
cursor: Se-resize;
TEXT-DECORATION: none;
}
a:hover {
color: #FEEB47;
height:2px;
cursor: N-resize;
TEXT-DECORATION: none;
border-top: 1px dotted #FF4791;
border-bottom: 1px double #2FF5FD;
}
/* -- Edit dos posts - BY:IGORSOIGOR -- */
blockquote {
background-color: #FCF543;
border-left: 8px dotted #FF4895;
border-right: 8px dashed #37F3F5;
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
color: #FE459B;
}
/* -- Estilos - BY:IGORSOIGOR -- */
b { cursor: none; color: #2CC1C7; TEXT-DECORATION: none;
}
s { cursor: none; color: #FCF543; TEXT-DECORATION: none;
}
u { cursor: none; color: #38F3F5; TEXT-DECORATION: none;
}
i { cursor: none; color: #F64C94; TEXT-DECORATION: none;
}
strong { cursor: none; color: #FF4A95; TEXT-DECORATION: none;
}
/* -- Caixas - BY:IGORSOIGOR -- */
input, textarea, select
{font-family: Arial;
font-size: 10px;
color: #FCF543;
border-top: 1px dashed #37F3F5;
border-left: 1px solid #FE4190;
border-right: 1px dotted #F6EB4F;
border-bottom: 1px double #37F3F5;
background-color: #FF4791;
-moz-border-radius: 8px 8px 8px 8px;
}
/* -- Tabelas - BY:IGORSOIGOR -- */
.table {
font: 10px arial;
font-weight: bold;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
color: #FFEB4D;
padding: 4px 4px 4px 4px;
background-color : #FF4791;
border-top: 2px solid #37F3F5;
background: url(http://i43.tinypic.com/2rcvkev.jpg);
}
.fundo2 {
color: #FF4791;
background-color : #37F4F7;
border-bottom: 1px dashed #FEF254;
padding: 0px 3px 3px 3px;
text-align: justify;
}
.menu {background-color: #FFFFFF;
font: 9px Arial;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
color: #FE448D;
padding: 2px 2px 2px 2px;
border-top: 1px dashed #37F3F5;
border-bottom: 1px dotted #FFEC47;
}