/* GENERALI */

body { 
color: #ffffff; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 10pt;
font-weight: none;
}

A:link {
color: #0000ff; 
font-weight: none; 
text-decoration: none;
} 

A:visited {
color: #0000ff; 
font-weight: none; 
text-decoration: none;
} 

A:hover {
color: #ff0000; 
font-weight: none; 
text-decoration: underline;
} 

form {
margin:0;
padding:0;
display:inline;
}

INPUT, SELECT { margin: 0; }

/* SERIE */

.serie_container{           /* contenitore serie (quello con lo sfondo bianco) */
border: 0px solid #666666;  /* bordo grigio */
background-color: white;    /* sfondo bianco */ 
padding:5px;                /* spiegazione: il padding è la distanza tra il bordo del div è il contenuto all'interno. è settabile a piacere */ 
text-align: center;         /* centra testo e immagini */
margin-bottom:3px;          /* lascia un margine al di sotto del blocco bianco */
width: 157px                /* imposto la larghezza di box */
}

.serie_container A{         /* link alle serie */
display:block;              /* barbatrucco, fa diventare i tag dei link di tipo block */
color: #0000FF;
}

.serie_container A:hover{   /* effetto rollover */
color: red;                 /* ammesso che non sia già settato in generale */
}

.serie_container IMG{       /* settaggi per tutte le immagini che compaiono nei box bianchi */ 
border:1px solid #0000FF;  /* bordo blu */
margin-top:2px;
margin-bottom:2px;          /* separa le immagini dal testo sottostante e soprastante */
}

.anime_img IMG{       /* settaggi per tutte le immagini che compaiono nei box bianchi */ 
-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
border:0px solid #000000;
margin:8px 0px;
}

#locandina {
-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
border:1px solid #000000;
}

/* ANNATA */

.annata_container{          /* contenitore serie (quello con lo sfondo bianco) */
border: 0px solid #666666;  /* bordo grigio */
background-color: #666666;  /* sfondo grigio */ 
padding:0px;                /* spiegazione: il padding è la distanza tra il bordo del div è il contenuto all'interno. è settabile a piacere */ 
text-align: center;         /* centra testo e immagini */
margin-bottom:0px;          /* lascia un margine al di sotto del blocco bianco */
width: 161px                /* imposto la larghezza di box */
}

.annata_container IMG{      /* settaggi per tutte le immagini che compaiono nei box 
bianchi */
border: 0px solid #666666;  /* bordo grigio */
margin-top:1px;
margin-bottom:0px;          /* separa le immagini dal testo sottostante e soprastante */
}

/* FORM */

.fieldcell input {    
 width: 400px;  
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;    
 background-color: #D7E5F2;    
 color: #102132;    
 border: 1px solid #284279;    
 margin-right: 0px;    
}

.button_verde {    
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;    
 background-color: #ffffff;    
 color: #102132;    
 border: 1px solid #0eb601;  
 margin-left: 3px;    
 margin-top: 3px;    
 margin-bottom: 3px; 
}
.button_verde:hover {
 background-color: #e7ffe6;   
}
.button_fansub {    
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;    
 background-color: #ffffff;    
 color: #102132;    
 border: 1px solid #ff6600;  
 margin-left: 3px;    
 margin-top: 3px;    
 margin-bottom: 3px; 
}
.button_fansub:hover {
 background-color: #ffe7d6;   
}
 checkbox_fansub {
 border: 1px solid #ff6600;  
 background-color: #ffffff;  
 }
table.table_fansub 
{ 
border: 1px solid #ff6600;
background-color: #ffe7d6;  
width: 100%; 
padding: 0px; 
}
table.table_fansub td
{ 
border-left: 1px solid #ff6600;
background-color: #ffe7d6;  
padding: 0px; 
}


.button {    
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;    
 background-color: #ffffff;    
 color: #102132;    
 border: 1px solid #006cff;  
 margin-left: 3px;    
 margin-top: 3px;    
 margin-bottom: 3px; 
}

.button2 {    
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;    
 background-color: #006cff;    
 color: #ffffff;    
 border: 1px solid #000000;  
 margin-left: 3px;    
 margin-top: 3px;    
 margin-bottom: 3px; 
}

/* CSS STANDARD */

TD { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none;}
.title { color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: none;}
.title2 { color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: none;}

.titolo_news_big { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold;}
.titolo_news { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold;}

.black11 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: none;}
A.black11:link    {color: #0000ff; font-weight: none; text-decoration: none; font-size: 11pt;} 
A.black11:visited {color: #0000ff; font-weight: none; text-decoration: none; font-size: 11pt;} 
A.black11:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 11pt;}

.red9 { color: red; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: none;}
A.red9:link    {color: #0000ff; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.red9:visited {color: #0000ff; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.red9:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 9pt;}

.lred9 { color: red; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: none;}
A.lred9:link    {color: red; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.lred9:visited {color: red; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.lred9:hover   {color: red; font-weight: none; text-decoration: underline; font-size: 9pt;}

.lred8 { color: red; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none;}
A.lred8:link    {color: red; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.lred8:visited {color: red; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.lred8:hover   {color: red; font-weight: none; text-decoration: underline; font-size: 8pt;}

.green9 { color: green; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: none;}
A.green9:link    {color: #0000ff; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.green9:visited {color: #0000ff; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.green9:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 9pt;}

.green8 { color: green; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none;}
A.green8:link    {color: #0000ff; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.green8:visited {color: #0000ff; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.green8:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 8pt;}

.lgreen9 { color: green; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: none;}
A.lgreen9:link    {color: green; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.lgreen9:visited {color: green; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.lgreen9:hover   {color: green; font-weight: none; text-decoration: underline; font-size: 9pt;}

.lgreen8 { color: green; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none;}
A.lgreen8:link    {color: green; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.lgreen8:visited {color: green; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.lgreen8:hover   {color: green; font-weight: none; text-decoration: underline; font-size: 8pt;}

.lgreen7 { color: green; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none;}
A.lgreen7:link    {color: green; font-weight: none; text-decoration: none; font-size: 7pt;} 
A.lgreen7:visited {color: green; font-weight: none; text-decoration: none; font-size: 7pt;} 
A.lgreen7:hover   {color: green; font-weight: none; text-decoration: underline; font-size: 7pt;}

.black9 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: none;}
A.black9:link    {color: #0000ff; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.black9:visited {color: #0000ff; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.black9:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 9pt;}

.lblack9 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: none;}
A.lblack9:link    {color: #000000; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.lblack9:visited {color: #000000; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.lblack9:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 9pt;}

.lwhite9 { color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: none;}
A.lwhite9:link    {color: #ffffff; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.lwhite9:visited {color: #ffffff; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.lwhite9:hover   {color: #ffffff; font-weight: none; text-decoration: underline; font-size: 9pt;}

.lyellow9 { color: #ffff00; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: none;}
A.lyellow9:link    {color: #ffff00; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.lyellow9:visited {color: #ffff00; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.lyellow9:hover   {color: #ffff00; font-weight: none; text-decoration: underline; font-size: 9pt;}


.news9 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: none;}
A.news9:link    {color: #000000; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.news9:visited {color: #000000; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.news9:hover   {color: #000000; font-weight: none; text-decoration: underline; font-size: 9pt;}

.news7 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none;}
A.news7:link    {color: #000000; font-weight: none; text-decoration: none; font-size: 7pt;} 
A.news7:visited {color: #000000; font-weight: none; text-decoration: none; font-size: 7pt;} 
A.news7:hover   {color: #000000; font-weight: none; text-decoration: underline; font-size: 7pt;}

.news10 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none;}
A.news10:link    {color: #000000; font-weight: none; text-decoration: none; font-size: 10pt;} 
A.news10:visited {color: #000000; font-weight: none; text-decoration: none; font-size: 10pt;} 
A.news10:hover   {color: #000000; font-weight: none; text-decoration: underline; font-size: 10pt;}


.black10 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none;}
A.black10:link    {color: #0000ff; font-weight: none; text-decoration: none; font-size: 10pt;} 
A.black10:visited {color: #0000ff; font-weight: none; text-decoration: none; font-size: 10pt;} 
A.black10:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 10pt;}

.black9_t { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: none;}
A.black9_t:link    {color: #0000ff; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.black9_t:visited {color: #0000ff; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.black9_t:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 9pt;}
DIV.black9_t FONT  {color: red; font-weight: bold; text-decoration: none; font-size: 9pt;}

.titolo9 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold;}
A.titolo9:link    {color: #0000ff; font-weight: bold; text-decoration: none; font-size: 9pt;} 
A.titolo9:visited {color: #0000ff; font-weight: bold; text-decoration: none; font-size: 9pt;} 
A.titolo9:hover   {color: #ff0000; font-weight: bold; text-decoration: underline; font-size: 9pt;}
.titolo10 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold;}
.titolo11 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold;}

.black8 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none;}
A.black8:link    {color: #0000ff; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.black8:visited {color: #0000ff; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.black8:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 8pt;}

.red8 { color: red; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none;}
A.red8:link    {color: #0000ff; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.red8:visited {color: #0000ff; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.red8:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 8pt;}

.black7 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none;}
A.black7:link    {color: #0000ff; font-weight: none; text-decoration: none; font-size: 7pt;} 
A.black7:visited {color: #0000ff; font-weight: none; text-decoration: none; font-size: 7pt;} 
A.black7:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 7pt;}

.red7 { color: red; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none;}
A.red7:link    {color: #0000ff; font-weight: none; text-decoration: none; font-size: 7pt;} 
A.red7:visited {color: #0000ff; font-weight: none; text-decoration: none; font-size: 7pt;} 
A.red7:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 7pt;}

.red11 { color: red; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: none;}
.red12 { color: red; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: none;}
A.red12:link    {color: #0000ff; font-weight: none; text-decoration: none; font-size: 12pt;} 
A.red12:visited {color: #0000ff; font-weight: none; text-decoration: none; font-size: 12pt;} 
A.red12:hover   {color: #ff0000; font-weight: none; text-decoration: underline; font-size: 12pt;}


.white10 { color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none;}
A.white10:link    {color: #ffff00; font-weight: none; text-decoration: none; font-size: 10pt;} 
A.white10:visited {color: #ffff00; font-weight: none; text-decoration: none; font-size: 10pt;} 
A.white10:hover   {color: #00ffff; font-weight: none; text-decoration: underline; font-size: 10pt;}

.white9 { color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: none;}
A.white9:link    {color: #ffff00; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.white9:visited {color: #ffff00; font-weight: none; text-decoration: none; font-size: 9pt;} 
A.white9:hover   {color: #00ffff; font-weight: none; text-decoration: underline; font-size: 9pt;}

.white8 { color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none;}
A.white8:link    {color: #ffffff; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.white8:visited {color: #ffffff; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.white8:hover   {color: #ffcc00; font-weight: none; text-decoration: underline; font-size: 8pt;}

.white7 { color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none;}
.white6 { color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none;}

.silver7 { color: #d8d8d8; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none;}
A.silver7:link    {color: #d8d8d8; font-weight: bold; text-decoration: none; font-size: 7pt;} 
A.silver7:visited {color: #d8d8d8; font-weight: bold; text-decoration: none; font-size: 7pt;} 
A.silver7:hover   {color: #d8d8d8; font-weight: bold; text-decoration: underline; font-size: 7pt;}

.gray7 { color: #b7b7b7; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none;}
A.gray7:link    {color: #b7b7b7; font-weight: none; text-decoration: none; font-size: 7pt;} 
A.gray7:visited {color: #b7b7b7; font-weight: none; text-decoration: none; font-size: 7pt;} 
A.gray7:hover   {color: #b7b7b7; font-weight: none; text-decoration: underline; font-size: 7pt;}


.silver8 { color: #d8d8d8; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none;}
A.silver8:link    {color: #d8d8d8; font-weight: bold; text-decoration: none; font-size: 8pt;} 
A.silver8:visited {color: #d8d8d8; font-weight: bold; text-decoration: none; font-size: 8pt;} 
A.silver8:hover   {color: #d8d8d8; font-weight: bold; text-decoration: underline; font-size: 8pt;}

.blufacebook8 { color: #3b5998; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none;}
A.blufacebook8:link    {color: #3b5998; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.blufacebook8:visited {color: #3b5998; font-weight: none; text-decoration: none; font-size: 8pt;} 
A.blufacebook8:hover   {color: #3b5998; font-weight: none; text-decoration: underline; font-size: 8pt;}

.gray8 { color: #676767; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none;}

.silver9 { color: #d8d8d8; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: none;}
A.silver9:link    {color: #d8d8d8; font-weight: bold; text-decoration: none; font-size: 9pt;} 
A.silver9:visited {color: #d8d8d8; font-weight: bold; text-decoration: none; font-size: 9pt;} 
A.silver9:hover   {color: #d8d8d8; font-weight: bold; text-decoration: underline; font-size: 9pt;}

.yellow8 { color: #ffff66; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none;}
.yellow8:link    {color: #ffff66; font-weight: none; text-decoration: none; font-size: 8pt;} 
.yellow8:visited {color: #ffff66; font-weight: none; text-decoration: none; font-size: 8pt;} 
.yellow8:hover   {color: #ffcc00; font-weight: none; text-decoration: underline; font-size: 8pt;}

.flash2 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt;font-weight: none;}
A.flash2:link { color: #0000cc; font-weight: none; text-decoration: none;}
A.flash2:visited { color: #0000cc; font-weight: none; text-decoration: none;}
A.flash2:hover { color: #ff0000; font-weight: none; text-decoration: underline;}
 
.flash3 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt;font-weight: none;}
A.flash3:link { color: #0000cc; font-weight: none; text-decoration: none;}
A.flash3:visited { color: #0000cc; font-weight: none; text-decoration: none;}
A.flash3:hover { color: #ff0000; font-weight: none; text-decoration: underline;}
 
.flash4 { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt;font-weight: none;}
A.flash4:link { color: #0000cc; font-weight: none; text-decoration: none;}
A.flash4:visited { color: #0000cc; font-weight: none; text-decoration: none;}
A.flash4:hover { color: #ff0000; font-weight: none; text-decoration: underline;}
 

.small_bia{ color: #c6c8c7; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none;}
.small_bia:link {color: #edefee; font-weight: none; text-decoration: none;} 
.small_bia:visited {color: #edefee; font-weight: none; text-decoration: none;}  
.small_bia:hover {color: #00ccff; font-weight: none; text-decoration: underline;} 
 
.menu { color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt;}
.menu:link {color: #ffff00; font-weight: none; text-decoration: none;} 
.menu:visited {color: #ffff00; font-weight: none; text-decoration: none;} 
.menu:hover {color: #00ccff; font-weight: none; text-decoration: underline;} 
.small_gr{ color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold;}
.small{ color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none;}
.autore{ color: #0000ff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold;}
H1 {color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt;
font-weight: bold;}
H1.big13 {color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13pt;
font-weight: none;}
H2 { color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt;}
H3 {color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt;
font-weight: bold;}
H4 {color: #008000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 15pt;
font-weight: bold;}

A.menu2:link {color: #000000; font-weight: none; text-decoration: none;} 
A.menu2:visited {color: #000000; font-weight: none; text-decoration: none;} 
A.menu2:hover {color: #ff0000; font-weight: none; text-decoration: underline;} 
A.normal:link {color: #0000ff; font-weight: none; text-decoration: none;} 
A.normal:visited {color: #0000ff; font-weight: none; text-decoration: none;} 
A.normal:hover {color: #ff0000; font-weight: none; text-decoration: underline;} 

.emoticons {
  vertical-align: middle;
  margin-top: -2px;
}


/* ANIME */

div#contenitore_main_anime {
 width: 480px;
 vertical-align: top;
}

div#contenitore_left_anime {
 width: 442px;
 vertical-align: top;
 float: left;
}

div#sinistra_anime {
 width: 36px;
 margin: 1px;
 float: left;
 color: #fff;
 text-align: center;
 vertical-align: top;
}

div#centro_anime {
 width: 400px;
 margin: 1px;
 float: right;
 color: #fff;
 vertical-align: top;
}

div#centro2_anime {
 width: 402px;
 color: #fff;
 font-size: 11px;
 vertical-align: center;
 background-color: #ff6600;
 font-weight: bold;
 padding: 4px;
}

div#centro3_anime {
 width: 390px;
 font-size: 9px;
 color: #000;
 text-align: justify;
 margin: 4px;
}

div#centro4_anime {
 width: 390px;
 font-size: 10px;
 color: #000;
 margin: 4px;
 align: right;
 text-align: right;
 font-weight: bold;
}

div#destra_anime {
 width: 36px;
 margin: 1px;
 float: right;
 color: #fff;
 text-align: center;
 vertical-align: top;
}


/* ANIME TITOLO */

div#contenitore_main_titoloanime {
 width: 610px;
 vertical-align: top;
 text-align: center;
}

div#sinistra_titoloanime {
 width: 505px;
 margin: 1px;
 float: left;
 color: #000000;
 text-align: justify;
 vertical-align: top;
}

div#destra_titoloanime {
 width: 80px;
 margin: 1px;
 float: right;
 text-align: center;
 vertical-align: top;
 border:dashed 1px #ff6600; 
 background:#ffe7d6;
 color:#000000;
 padding:4px;
 font-size: 9px;
}

/* MANGA TITOLO */

div#contenitore_main_titolomanga{
 width: 410px;
 vertical-align: top;
 text-align: center;
}

div#sinistra_titolomanga {
 width: 305px;
 margin: 1px;
 padding-bottom: 15px;
 padding-top: 15px;
 float: left;
 color: #000000;
 text-align: justify;
 vertical-align: top;
 line-height:130%; 
}

div#destra_titolomanga {
 width: 80px;
 margin: 1px;
 float: right;
 text-align: center;
 vertical-align: top;
 border:dashed 1px #ff6600; 
 background:#ffe7d6;
 color:#000000;
 padding:4px;
 margin-top: 15px;
 margin-bottom: 15px;
 font-size: 9px;
}


/* PAGINAZIONE */

div.pages div, div.pages a {
    margin-right: 1px;
    padding: 1px 5px 2px 5px;
    border: 1px solid #999;
    text-decoration: none;
    font-size: 12px;
    color: #999;
}
div.pages div, div.pages a:hover {
    border: 1px solid #999;
    background-color:#d7d7d7;
    color:#fff;
}
div.pages .current {
    border: 1px solid #999;
    background-color:#d8d8d8;
}

/* TESTO POP UP */

#dhtmltooltip{
font-size: 9px;
color: black;
position: absolute;
width: 400px;
border: 2px solid #303161;
padding: 2px;
background-color: #e1e2ff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* COMMENTI RECENSIONI */
	.commento_rece{
	border:0px;  
	color:#000000;
	padding:10px;
	margin:8px;
	font-size: 12px;  
	font-style:italic;
	line-height:20px;
	text-align:center;
	}
	.commento_linea{
	background-image:url('http://www.animeclick.it/img05/volumetti_grigio_rosa_01_orizzontale.gif');
	width:180px;
	height:5px;
	background-repeat:repeat;
	text-align:center;
	}

/* BOX VERDE */
	.clean-verde{
	border:dashed 1px #0eb601;  
	background:#e7ffe6;
	color:#000000;
	padding:10px;
	margin:8px;
	width:300px;
	text-align:center;
    font-size: 13px;  
	}

/* BOX SMS */
	.clean-azzurro{
		border:dashed 1px #4292ff;
		background:#ebf4ff;
		color:#575757;
		padding:4px;
		text-align:justify;
        font-size: 9px;
        height: 80px;
        overflow: hidden;    
	}

/* BOX SMS */
	.clean-azzurro-stats{
		border:dashed 1px #4292ff; 
		background:#ebf4ff;
		color:#575757;
		padding:10px;
		text-align:justify;
        font-size: 12px;
        height: 202px;
        width: 600px;
        overflow: hidden;    
	}

/* BOX SMS */
	.clean-arancio{
		border:dashed 1px #ff6600; 
		background:#ffe7d6;
		color:#575757;
		padding:4px;
		text-align:justify;
        font-size: 9px;
        height: 67px;
	}

/* BOX FANSUB */
	.clean-fansub{
		border:dashed 1px #ff6600; 
		background:#ffe7d6;
		color:#000000;
		padding:4px;
		text-align:center;
        font-size: 13px;
        width: 420px;

	}

	.clean-fansub-big{
		border:dashed 1px #ff6600; 
		background:#ffe7d6;
		color:#000000;
		padding:4px;
		text-align:center;
        font-size: 13px;
        width: 600px;

	}
/* BOX Commento */
	.clean-commento{
	border:dashed 1px #0eb601;  
	background:#e7ffe6;
	color:#000000;
		padding:4px;
		text-align:center;
        font-size: 13px;
        width: 420px;

	}

/* BOX RISPOSTA MSGPRV */
	.clean-risposta{
		border:dashed 1px #4292ff; 
		background:#ebf4ff;
		color:#575757;
		padding:4px;
		text-align:justify;
        font-size: 12px;
        min-height: 70px;
	}
/* BOX VOLUMETTO */
	.clean-manga{
		border:dashed 1px #ff0000; 
		background:#ffe7e7;
		color:#000000;
		padding:4px;
		text-align:justify;
        font-size: 9px;
        width: 626px;
	}
/* BOX RECENSIONE */
	.clean-recensione-big{
		border:dashed 1px #4292ff; 
		background:#ebf4ff;
		color:#575757;
		padding:4px;
		text-align:justify;
        font-size: 12px;
        width: 626px;
	}
	.clean-recensione-small{
		border:dashed 1px #4292ff; 
		background:#ebf4ff;
		color:#575757;
		padding:4px;
		text-align:justify;
        font-size: 12px;
        width: 396px;
	}
	.clean-originale{
        min-height: 90px;
        color: #000000; 
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
        font-size: 9pt; 
        font-weight: none;
	}


/* COMMENTI */
div.comment_wrap {
	width:620px;
	background: url(/img05/comment-bkg.png) top left repeat-y;
	margin:0px auto 8px auto;
}

div.comment_left {
	float: left;
	width: 61px;
	margin-left: 3px;
	padding-top: 2px;
/*	
	background-color: #e7ffe6;
*/	
}

div.comment_right {
	float: right;
	width: 546px;
/*
  border-left: 3px solid #0eb601;
	background-color: white;
*/	
	padding-left: 3px;
	text-align: left;
}

div.comment_title {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: none;
}

div.comment_title a:link{
	color: #0000ff;
	text-decoration: none;	
}

div.comment_title a:visited{
	color: #0000ff; 
	text-decoration: none;	
}

div.comment_title a:hover{
	color: #ff0000;
	text-decoration: underline;
}

img.commenti_utente {
  max-width: 540px;
}

img.bbimg {
  max-width:600px;
}

div.bbspoiler {
  margin: 5px 0px;
}

div.bbspoiler h5{
  font-size: 1em;
  color: red;  
  margin-bottom: 5px;
}

div.bbspoiler .hiddentext {
    color: white;
    background-color: white;
    border: 1px dashed rgb(17, 17, 17);
    padding: 3px;
}

div.footer{ color: #c6c8c7; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none;}

.thumb144 {
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  width: 144px;
  border: 0;
  margin-top: 7px;
  margin-bottom: 4px;
}

.avatar60 {
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  border: 0;
  margin: 2px 5px 2px 2px;
  width: 60px;
  height: 60px;
  text-align: left;
}

/* SPRITE */
.sp { position: relative; float: left; margin: 0px 6px 4px 6px; }
.flagit { width: 35px; height: 22px; background:url(http://www.animeclick.it/img05/spflag.png) no-repeat -0px -0px; }
.flagus { width: 35px; height: 22px; background:url(http://www.animeclick.it/img05/spflag.png) no-repeat -0px -22px; }
.rsssub { margin-top: 8px; width: 61px; height: 15px; background:url(http://www.animeclick.it/img05/spflag.png) no-repeat -0px -212px; }
.rsssito { margin-top: 8px; width: 61px; height: 15px; background:url(http://www.animeclick.it/img05/spflag.png) no-repeat -0px -227px; }
.spf { position: relative; float: left; margin: 1px; background-color: orange; }
.download { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -0px; }
.magnifier { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -16px; }
.SD { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -32px; }
.HD { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -48px; }
.FLAC { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -64px; }
.X264 { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -80px; }
.H264 { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -96px; }
.AVI { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -112px; }
.DivX { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -128px; }
.AC3 { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -144px; }
.AAC { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -160px; }
.XviD { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -176px; }
.WMV { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -192px; }
.OGM { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -208px; }
.SUB { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -224px; }
.OGG { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -240px; }
.MKV { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -256px; }
.MP3 { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -272px; }
.MP4 { width: 16px; height: 16px; background:url(http://www.animeclick.it/img05/spfansub.png) no-repeat -0px -288px; }		
.noimg { width: 64px; height: 30px; margin-top: 1px; margin-bottom: 1px; border: 1px solid black; background-color: white; text-align:center; font-size: 10px; padding-top: 5px; font-family: verdana, arial; }
