/*
CSS By Drikoti.Net ~  http://drikoti.net/
NÃO use de base
NÃO copie
Dê os créditos
*/

/* ********************** FONTE */

P, body, td, tr, div {
   font-style: normal;
   font-weight: normal;
   font-size: 10px;
   color: "BBD2FF";
   font-family: Tahoma;
   line-height: 12px;}

/* ********************** ROLAGEM */

body, html {
   scrollbar-face-color:#F9FBFF;
   scrollbar-base-color: #FFFFFF;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-3dlight-color:#BBD2FF;
   scrollbar-darkshadow-color:#ffffff;
   scrollbar-shadow-color:#BBD2FF;
   scrollbar-arrow-color:#F9FBFF;
   scrollbar-track-color:#F9FBFF;
   overflow-x:hidden;} 

/* ********************** LINKS */

a{
   color: #BBD2FF;
   text-decoration: none;}
	
a:link{
   color: #BFD5FF;
   text-decoration: none;}
	
a:visited{
   color: #BFD5FF;
   text-decoration: none;}
	
a:active{
   color: #BFD5FF;
   text-decoration: none;}
	
a:hover{
   color: #D7AEFF;
   border: 1px dotted #D7AEFF;
   background-color: #FAF4FF;}

/* ********************** TAGS */

B{ 
   color: #D7AEFF; 
   border-bottom: 1px dotted #BBD2FF;}
	
I{ 
   color: #D7AEFF;
   font-size: 11px;}	
	
U{ 
    color: #D7AEFF;
    border-bottom: 1px solid #BBD2FF;
    font-family: arial ;}	
	
STRONG{
   color: #BBD2FF;}

/* ********************** TEXTAREA */

input, textarea, select, button {
    font-family: tahoma;
    font-size: 10px;
    color: #BBD2FF;
    background: #F9FBFF;
    border-right: 1px solid #BBD2FF;
    border-bottom: 1px solid #BBD2FF;
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
    margin-top: 2px;
    margin-right: 2px;
    padding: 1px;}

/* ********************** TABLES */

.table1 {
   color: #BBD2FF;
   border-top: 1px dashed #BFD5FF;
   border-bottom: 3px double #BFD5FF;
   background-color: #F9FBFF;}	
	
.table2 {
   color: #D7AEFF;
   border-bottom: 1px solid #D7AEFF;
   text-align: right;
   background-image: url('http://www.drikoti.net/Goodies/CSS/Lays/Tables/lilas.gif');}  
