/* Estilos globales */
a {
   text-decoration: none;
   color: orange;
}

a:hover {
   text-decoration: none;
   color: orange;
}

a:visited {
  text-decoration: none;    
  color: orange;
}

a:active {
  text-decoration: none;
  color: orange;
}

/* Estilos del bloque de foros */
a:link.mail {
   text-decoration: underline;
}

a:active.mail {
   text-decoration: underline;
}

a:visited.mail {
   text-decoration: underline;
}

a:hover.mail {
   text-decoration: none;
}

.tbl_foro { 
   margin-top: 0; 
   margin-bottom: 0; 
   margin-left : 0; 
   margin-right: 0;
   text-align: left;
   border-width: 0;
}

/* Estilos de las stats */
.st_border { 
   padding: 1px 1px 1px 1px; 
   margin-top: 0; 
   margin-bottom: 0; 
}

.st_blank { 
   font: 15px verdana, arial, helvetica, sans-serif; 
   /*background-color: #CCCCDD; */
   background-color: #732442;
   text-align: center; 
   margin-bottom: 0; 
   padding: 1px 1px 1px 1px; 
}

.st_title { 
   font: 14px verdana, arial, helvetica, sans-serif; 
   font-weight: bold; 
   background-color: #732442;
   text-align: left; 
   margin-top: 0; 
   margin-bottom: 0; 
   padding: 1px 1px 1px 1px; 
   color: orange; 
}

.st_data {
   background-color: #FFFFFF;
   border-top-width: 1px;   
   border-left-width: 0px;  
   border-right-width: 0px; 
   border-bottom-width: 0px;
}

.st_button {
   font-family: arial,verdana,helvetica, sans-serif;
   font-size: 12px;
   border: 1px solid #ccd7e0;
   background-image : url(stats/img/button.gif);	
}

