/*
Description: CSS color and image file for Menéame
Version: 6.0
Last updated: 22:30 19/06/2008
Site URI: http://meneame.net
Authors: Ricardo Galli and Benjamí Villoslada. CSS by Damián Vila
Licence: Affero GPL License (http://meneame.net/COPYING)
Comments: This file contains only colors or images. All images referenced by the CSS and distributed in the tar file are copyrighted by Benjamí Villoslada and published under a CC license: http://creativecommons.org/licenses/by-sa/2.5/
*/

body {
background-color: #fff; /* before e5d7c3 or e6e6e6 */

}

a {
color: #455A79;
}

a:hover, a:focus {
color: #000;
}

a:active {
color: #000;
}

a:visited {
color: #4C6386;
}

#wrap {
background-color: #fff;
border-color: #000;
}

#header {
/* background: #F3F3F3 url('../../img/common/headerbg.png') no-repeat 14.64em -5em; */
background-color: #F3F3F3;
}

#logo {
/* background: #ffb280 url('../../img/mnm/logobg.png') no-repeat left top; */
}

#headtools a {
color: #455A79;
}

#headtools li {
border-color: #fff;
}



#navigation {
/* background: url('../../img/common/navibg.png') no-repeat right top; */
}

#navigation li {
border-color: #455A79;
}

#navigation a {
color: #455A79;
}

.tabmain {
border-color: #455A79;
}

.tabmain li {
/* background: url('../../img/common/tab-wht-bg.png') no-repeat -28px 0; */
}

.tabmain li:hover {
/* background: url('../../img/common/tab-org-bg.png') no-repeat -28px 0; */
}

.tabmain li a {
background: #fff;
border-color: #455A79;
color: #455A79;
}

.tabmain li a:hover {
background: #F3F3F3;
}

.tabmain li.tabmain-this {
background: #fff;
background: url('../../img/common/tab-org-bg.png') no-repeat -28px 0;
}

.tabmain li.tabmain-this a {
background: #F3F3F3 url('../../img/common/reload-bt.gif') no-repeat right 6px;
}

.tabsub-shakeit {
background: #F3F3F3;
}

.tabsub-shakeit li {
border-color: #455A79;
}

.tabsub-shakeit li a {
color: #455A79;
}

/* Estilos nuevos para las pestañas de las noticias */

.tabsub {
border-color: #455A79;
}

.tabsub li {
background: url('../../img/common/tab-wht-bg.png') no-repeat -29px 0;
}

.tabsub li:hover {
background: url('../../img/common/tab-org-bg.png') no-repeat -29px 0;
}

.tabsub li a {
background: #fff;
border-color: #455A79;
color: #455A79;
}

.tabsub li a:hover {
background: #F3F3F3;
}

.tabsub li.tabsub-this {
background: #fff;
background: url('../../img/common/tab-wht-bg.png') no-repeat -29px 0;
}

.tabsub li.tabsub-this a:hover {
background: #fff;
}

.tabsub a:visited,
.tabmain a:visited,
.tabsub-shakeit a:visited {
color: #455A79;
}

/* Fin de los estilos nuevos */

/*
.catsub-block .thiscat a {
color: #455A79;
}
*/

#sidebar {
border-color: #000;

}

#sidebar h4 {
margin-top: 30px;
background: #F3F3F3;
border-color: #455A79;
}

#sidebar h4 a {
color: #000;
}

#sidebar .vertical-box h4 {
background: #5073c5;
border-color: #000;
}

#sidebar .vertical-box h4 a {
color: #fff;
}

.vertical-box {
background: #f3f6fb url('../../img/common/cloud-bg.png') no-repeat center bottom;
}

.vertical-box a {
color: #5073c5;
}

#sidebar .topcommentsli li, .storyrsslist li {
border-color: #455A79;
color: #455A79;
}

#sidebar .storyrsslist li {
background: url(../../img/common/feed-icon-12x12.png) no-repeat 0px 5px;
}

.footer {
background-color: #F3F3F3;
}


/*** LEGACY COLORS ***/

.tt {
color: #C85000;
}

/* h2 without underline */

.topheading h2 {
color: #455A79;
}

hr {
background: #ccc;
}

h2 {
border-bottom-color: #455A79;
}

table img {
border-color: #ccc;
}

th, td {
border-bottom-color: #ddd;
}

th.short a, td.short a {
border-color: #FFF;
}

th.short a:hover, td.short a:hover {
background: #FFF;
border-color: #000;
}

tr:hover td {
background: #F3F3F3;
}

th span.info_s {
color: #a00;
}

.warn {
background: #FEFBEA url(../../img/common/error_s.png) 5px 50% no-repeat;
border-color: #455A79;
}

.error {
color: #455A79;
background: url(../../img/common/error.png) no-repeat;
}

.error-text {
color: #455A79;
}

.form-error, .form-error-submit {
color: #FF0000;
/* background: url(../../img/common/error.png) 0 50% no-repeat; */
}

.form-error-submit {
background: #F3F3F3;
border-color: #455A79;
}



/* generic form and wide page */

.genericform fieldset {
background: #FFF;
border-color: #455A79;
}

.genericform, .geoform {
/* background: #FFF; */
color: #455A79;
}

.genericform .sign legend {
color: #455A79;
}

/*
.genericform .genericsubmit {
background: #fff url(../../img/common/menealo-background.png) bottom left repeat-x;
border-color: #455A79;
color: #455A79;
}
*/

.genericform .genericsubmit:hover {
background: #FFBE94;
color: #FFF;
}

.genericform .genericformtxt {
color: #303030;
}

/*
.genericform input, .geoform input  {
background: #F3F3F3;
border-color: #455A79;
color: #303030;
}


.genericform textarea {
background: #F0F0F0;
border-color: #455A79;
color: #000;
}
*/

/* generic form: login page specials */

.genericform .recoverpass {
color: #455A79;
}

.genericform .recoverpass a:link, .recoverpass a:visited {
color: #455A79;
}

.genericform .formnotice {
color: #303030;
}


#tooltip-text {
background: #F3F3F3;
border-color: #455A79;
}


/* Form defaults */

label {
color: #455A79;
}

textarea,
input  {
background: #F3F3F3;
border: 1px solid #455A79;
color: #303030;
}

select {
background: #FFF;
color: #455A79;
}

fieldset {
border-color: #455A79;
background-color: #F3F3F3;
}

legend, legend a {
color: #FFF;
background-color: #455A79;
}


/* Hacks IE6*/

* html .tabmain li a:hover {
background: #fff;
}

* html .tabmain li.tabmain-this a:hover {
background: #F3F3F3 url('../../img/common/reload-bt.gif') no-repeat right 6px;
}

* html .tabsub li a:hover {
background: #fff;
}







.ryfmail {
border-color: #455A79;
background-color: #F3F3F3;
}


.obj_mediocre {
color: gray;
}
.obj_mediocre :hover {
background-color: #FFF;
}
.obj_normal { 
color: black;
}

.obj_raro {
color: #00FF00; /* verde */
}

.obj_excelente {
color: #330099; /* azul */
}
.obj_extraordinario {
color: #990099; /* violeta */
}



.evento {
border-color: #455A79;
}

.evento_info {
color: #455A79;

}

.atributo_pj :hover {
background-color: #FFF;
}

.mail_leido {
background-color: #F3F3F3;
}

.mail_nuevo {
background-color: #FFF;
}