/* CSS Document */

/*body      {background: url(sfondo.jpg);}*/
body      {background: black;}
           

a:link    {color : white;
           text-decoration: underline;}

a:visited {color : white;
           text-decoration: underline;}

a:hover   {color : #FF9900;
           text-decoration : underline;}

a:active  {color : #FF9900;
           text-decoration: underline;}

/*** START.HTML ***/

.start_div {margin-top: 50px;
            height:     465px;
            width:      480px;
            border:     1px solid #F7BC22;
            background: #000000;}

.text {font-family: Trebuchet MS;
       font-size:   12;
       color:       white;}  

.textarea {
  font-family: Trebuchet MS;           /* tipo carattere */
  font-size:   15px;			             /* dimensione carattere */
  color:       #F7BC22;			           /* colore carattere */    
  border:      2px solid #FFFFFF;		   /* tipologia bordo di colore arancione */  
  /*background:  #D3FFB6 url(../img/texta.png);*/
  background:  #000000;
  font-weight: bold;			             /* spessore carattere */   
  text-align:  center;
  overflow:    hidden;
  background-attachment: fixed;
  scrollbar-face-color: #000000; 	     /* colore sfondo dei pulsanti freccine */
  scrollbar-shadow-color: #606060; 	   /* colore dell’ombra dei pulsanti freccine */
  scrollbar-highlight-color: white;    /* colore ombreggiatura dei pulsanti e delle freccine */
  scrollbar-3dlight-color: Black; 	   /* colore ombreggiatura dei pulsanti */
  scrollbar-darkshadow-color: #000000; /* colore ombreggiatura inferiore dei pulsanti frec */
  scrollbar-track-color: #8C8C8C; 	   /* colore dello sfondo inferiore della barra */
  scrollbar-arrow-color: #FF0000;}     /* colore delle freccine */
  
/******************************************************************************/  

/*** HOME.HTML ***/

.bigTable {margin-top:  1%;
           margin-left: 1%;}
        
.nav {font-weight: bold;			
      font-family: Trebuchet MS;        
      font-size:   13px;
      color:       white;}

/* menu */        
.a_div {margin-left: 0px;
        font-family: Trebuchet MS;
        font-size:   20;            
        font-weight: bold;
        color:       white;} 
            
/* div principale */
.home_div {margin-top:  20px;
           height:      380px;
           width:       730px;
           border:      5px solid #000000;
           background:  #D3FFB6 url(../img/texta.png);
           visibility:  hidden;
           color:       #000000;
           font-family: Trebuchet MS;
           font-size:   13;            
           font-weight: bold;}
        
/* table principale */
.b_div {font-weight: bold;			
        font-family: Trebuchet MS;        
        font-size:   13px;
        color:       #000000;}

/* table principale */
.bb_div {font-weight: bold;			
         font-family: Trebuchet MS;        
         font-size:   13px;
         color:       #FF9900;
         border:      0px solid #FF9900;}

/* testo delle tabelle */
.text_tb {font-family: verdana;
          font-size:   11;
          font-weight: bold;
          color:       #FF9900;          
          text-align:  center;
          background:  black;
          border:      2px solid #FF9900;}

/* link per group */
.hg {text-decoration: none;
     color:           #FF9900;
     font-family:     Trebuchet MS;
     font-size:       12;
     background:      black;}
     
/* link, song, mail, friends */
.l_div {font-weight: bold;			
        font-family: Trebuchet MS;        
        font-size:   12px;
        color:       #000000;
        border:      1px solid #FF9900;}

/* titoli per link, song, mail */
.title_l {font-family:    Trebuchet MS;
          font-size:      13;
          color:          #FF9900;       
          background:     black;}

/* live */
.textarea2 {
  font-family: verdana;			     /* tipo carattere */
  font-size:   13px;			             /* dimensione carattere */
  color:       white;		             /* colore carattere */    
  border:      1px solid #FF9900;		   /* tipologia bordo di colore arancione */
  background:  #000000;/* url(../img/livepx.jpg);*/
  font-weight: bold;			             /* spessore carattere */   
  text-align:  center;
  background-attachment: fixed; 
  background-position:   bottom;
  scrollbar-face-color: #000000; 	     /* colore sfondo dei pulsanti freccine */
  scrollbar-shadow-color: #606060; 	   /* colore dell’ombra dei pulsanti freccine */
  scrollbar-highlight-color: white;    /* colore ombreggiatura dei pulsanti e delle freccine */
  scrollbar-3dlight-color: Black; 	   /* colore ombreggiatura dei pulsanti */
  scrollbar-darkshadow-color: #000000; /* colore ombreggiatura inferiore dei pulsanti frec */
  scrollbar-track-color: #8C8C8C; 	   /* colore dello sfondo inferiore della barra */
  scrollbar-arrow-color: #FF0000;}     /* colore delle freccine */

/* loader immagini */
.img_div {margin-top:  2px;
          font-family: Trebuchet MS;
          font-size:   12;
          color:       #000000;
          visibility:  hidden;}

/******************************************************************************/

/*** POP UP ***/

/* titoli */
.title {font-family: Trebuchet MS;
        font-size:   20;
        color:       #FF9900;
        text-align:  center;}

/* testo */
.story {font-family: Trebuchet MS;	 
        text-align:  center;
        font-weight: bold;
        font-size:   12px;
        color:       #000000; 
        background:  url(../img/texta.png); 
        border:      5px solid #000000;}

.storyMenu {font-family: Trebuchet MS;	 
            text-align:  center;
            font-size:   12px;
            color:       #FFFFFF; 
            background:  #000000; 
            border:      1px solid #FFFFFF;}

/* singoli */
.in_div {font-weight: bold;			
         font-family: Trebuchet MS;        
         font-size:   11px;
         color:       #000000;  
         border:      5px solid #010101;  
         background:  url(../img/texta.png);}
         
/* solo per le news*/
.new {
  font-family: Trebuchet MS;			     
  font-size:   13px;			       
  color:       #FF9900;		             
  border:      2px solid #FF9900;
  background:  #D3FFB6 url(../img/livepx.jpg);
  font-weight: bold;			          
  text-align:  center;}

/* super friends */
.sf {font-family: Trebuchet MS;
     font-size:   16;
     color:       #000000;
     text-align:  center;}
  
  
/******************************************************************************/
