/* $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 #f1f1f1;
border-left: 3px solid #f1f1f1;
border-right: 3px solid #f1f1f1;
border-bottom: 3px solid #f1f1f1;
background-color: #de5c5c;
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-top: 1px solid none;
border-left: 1px solid none;
border-right: 1px solid none;
border-bottom: none;
background: #cc6699;
text-decoration: none;
-moz-border-radius: 6px 6px 0px 0px;}

ul.tabbernav li a:link { color: #cc6699; }
ul.tabbernav li a:visited { color: #cccccc; }

ul.tabbernav li a:hover{
color:#cc6699;
background: #;
-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 -------------- */

P, body, td, tr, div {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
	line-height: 13px;}


b {	cursor: sw-resize; color: #cc6699; text-decoration: none;
}
n {	cursor: sw-resize; color: #999999; text-decoration: none;
}
u {	cursor: sw-resize; color: #cc6699; text-decoration: none; border-bottom: 1px dashed #999999;
}
i {	cursor: sw-resize; color: #cc6699; text-decoration: none;
}
strong { cursor: sw-resize; color: #666666; text-decoration: none;
}

input, textarea, select 
	{font-family: verdana; 
	font-size: 10px;
	color: #8f0f0f;
	border-top: 1px solid #080843;
	border-left: 1px solid #080843;
	border-right: 1px solid #cc6699;
	border-bottom: 1px solid #cc6699;
	background-color: #d09fb8;
	-moz-border-radius: 8px 8px 8px 8px;
        }

.table {
	font: 10px arial;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #080843;  
        padding: 4px 4px 4px 4px;
        background-color : #cc6699;
        border-top: 4px solid #666666; 
}


.table2 {
	color: #565657;  
        border-bottom: 1px dashed #cc6699;
}

.table3 {
background-color: #c3baba;
border-left: 8px solid #666666; 
border-right: 8px solid #666666;
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
color: #cc6699;
}

.table4 {
	color: #333333;
        border-top: 2px solid #d08eaf;
        border-left: 2px solid #d08eaf;
        border-right: 2px solid #d08eaf;
        border-bottom: 2px solid #d08eaf;
	background-color: #cc3e85;
	text-align: justify;
	-moz-border-radius: 8px 8px 8px 8px;
}
.fundo {
	color: #080843;
        border-top: 2px solid #FFFFFF;
        border-left: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: justify;
	-moz-border-radius: 8px 8px 8px 8px;
}


a, a:link{
color: #8f0f0f; line-height: 16px; 
border-top: 1px dotted #coor; 
border-bottom: 1px dotted #coor;
border-left: 1px dotted #coor; 
border-right: 1px solid #coor;
background-color : #NADA; 
-moz-border-radius: 0px 0px 0px 0px;

TEXT-DECORATION: none;}
a:hover {
color: #cc6699; line-left: 1px;
font-weight: 13 px;
font-weight: NADA;
LEFT: 1px; POSITION: relative; TOP: 1px;
border-top: 1px dotted #nada; 
border-bottom: 3px dotted #nana;
border-left: 1px dotted #nada; 
border-right: 1px dotted #NADA;
background-color : #ffffff;
-moz-border-radius: 3px 3px 3px 3px; 
cursor: sw-resize;
TEXT-DECORATION: none;}

::-moz-selection {
color: #cc6699;
background: #d4a8be;}

::selection {
color: #666666;
background: #cc6699;