@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url(http://meneame.net/sneak.php), 
url(http://meneame.net/sneak.php?admin=1), 
url(http://meneame.net/sneak.php?friends=1) {

}
/* Texto en caja de mensajes */
.sneaker input {
background: #FFE2C5;
border-color: #FF6400;
color:#8A3324 !important;
}
/* Enlaces en la fisgona */
.sneaker a {
color:#8E8E8E !important;
}
/* Enlaces, hover */
.sneaker a:hover {
color:#808080 !important;
} 
/* Mensaje chat normal */
.sneaker-chat {
color:#CD8162 !important;
} 
/* Enlaces en chat normal */
.sneaker-chat a {
color:#8B5A2B !important;
} 
/* Enlaces en chat normal, hover */
.sneaker-chat a:hover {
color:#EEEE00 !important;
} 
/* Mensaje de amigos */
.sneaker-chat-friends {
color:#698B22 !important;
} 
/* Enlaces en mensaje de amigos */
.sneaker-chat-friends a {
color:#CDCD00 !important;
} 
/* Enlaces en mensaje de amigos, hover */
.sneaker-chat-friends a:hover {
color:#EEEE00 !important;
} 
/* Mensaje de admins */
.sneaker-chat-admin {
color:#FF3030 !important;
} 
/* Enlaces en mensaje de admins */
.sneaker-chat-admin a {
color:#FF3030 !important;
}
/* Enlaces en mensaje de admins, hover */
.sneaker-chat-admin a:hover {
color:#EEEE00 !important;
}
/* Columna 'que:problema' */
.sneaker-problem strong {
color:#FF4500 !important;
}
/* Columna estado 'publicada' */
.sneaker-published {
color:#EEEE00 !important;
}
/* Columna estado 'descartada' */
.sneaker-discarded {
color:#FF4500 !important;
}