++CSS TOTALMENTE FEITO POR REEHZ PAREJA ++ FLOGVIP.NET/SLIM ++ POR FAVOR NAO COPIE,PODE USAR DE BASE,MAS CREDITE ! ++ FEATURING MILEY CYRUS !

/* $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 #ff99b1;
border-left: 3px solid #ff99b1;
border-right: 3px solid #ff99b1;
border-bottom: 3px solid #ff99b1;
background-color: #ff99b1;
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: #dd2954;
text-decoration: none;
-moz-border-radius: 4px 4px 4px 4px;}

ul.tabbernav li a:link { color: #ff99b1; }
ul.tabbernav li a:visited { color: #ffffff; }

ul.tabbernav li a:hover{
color:#ffffff;
background: #dd2954;
-moz-border-radius: 4px 4px 4px 4px; }

ul.tabbernav li.tabberactive a{
color: #ffffff;
background-color: none;
border-bottom: 1px solid none;}

ul.tabbernav li.tabberactive a:hover{
color: #ffffff;
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 -------------- */
body {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #dd2954;
	font-family: tahoma;
	line-height: 13px;
}	
	
	
/* ------------- Barra de Rolagem ---------------- */	

body {scrollbar-face-color: none;
scrollbar-highlight-color: none;
scrollbar-3dlight-color: none;
scrollbar-darkshadow-color: none;
scrollbar-shadow-color: none;
scrollbar-arrow-color: none;
scrollbar-track-color: none; }

/* ----------------- Link ------------------- */
a:link{
color: #ff99b1;
cursor: pointer;
TEXT-DECORATION: none;
}

a:hover {
color: #dd2954;
font-weight: bold;
cursor: pointer;
TEXT-DECORATION: none;
border-bottom: 1px dotted #ff99b1;
}

/* ----------------- Estilos ---------------- */
b {	cursor: N-resize;  color: #ff99b1; 
cursor: help;
}
u { color: #ff99b1; border-bottom: 1px dotted #dd2954; 

cursor: help;
}
i {	cursor: sw-rezize;  color: #ff99b1; 

cursor: help;
}
strong { color: #ff99b1; }

ul {line-height: 100%; color: #ff99b1; font-color: #dd2954; margin: 0 18;
}

/* ------------------------------- Caixas ---------------------------------- */
input, textarea {
	color: #dd2954;
	font-family: Tahoma;
	font-size: 10 px;
	border: 1px dashed #ff99b1;
	background-color: transparent;


	}
/* ------------------------------- Tabelas ---------------------------------- */

.table { background-color: #dd2954;
 text-align:right; text-transform:uppercase; letter-spacing:-0'',5px;
	padding : 4px;
	color: #ff99b1;
    border-bottom: 1px solid #dd2954; 
    -moz-border-radius: 4px 4px 4px 4px; }
   
    
.table2 {
	color:  #dd2954;
        background-color: transparent;        
        border-bottom: 1px dashed #ff99b1; 
}

.table3 {
	color:  #ff99b1;
        background-color: #dd2954;        
        border-bottom: 1px dashed #ff99b1; 
}

.fundo { background-color :#ffe7ed;
         border: 4px solid #ffe7ed;
         -moz-border-radius: 10px 10px 3px 3px; }
         
.fundopost { background-color :#ffffff;
         border: 4px solid #ffffff;
         -moz-border-radius: 10px 10px 10px 10px; }