/**
 * $Horde: horde/themes/camouflage/screen.css,v 1.7.6.3 2005/10/18 11:34:13 jan Exp $
 */

body {
    background: #5f8f59;
}
html {
}
a {
    color: #336;
}
a.widget {
    color: #0a2912;
}
a.widget:hover {
    background: #996;
}
.header {
    color: #fff;
    background: #363;
}
.header a:hover {
    color: #996;
}
.header a {
    color: #996;
}
a.header:hover {
    color: #996;
}
.smallheader {
    color: #fff;
    background: #363;
}
.control {
    background: #cca;
}
a.control {
    color: #0f0;
}
.item {
    background: #cca;
}
.button {
    font-weight: bold;
}
.selected {
    background: #996;
}

/* Menu styles. */
/* Uso esta clase para poner los logos solo en el login */

#menu.loginmenu {
    background: #a7bf77 url("graphics/header.png") no-repeat top right;
}


#menu {
    color: #fff;
    background-color: #a7bf77;  
}

#menu h1 {
    margin-left: 1em;
    float: left;
}
#menu a {
    color: #fff;
}
#menu a.current {
    background: #363;
}

/* Sidebar styles. */
#sidebarPanel {
    background: #363;
}

.sidebar #menu {
    background-image: none;
}

#sidebarPanel span, #sidebarPanel a {
    color: #fff;
}
#sidebarPanel a:hover {
    color: #fff;
}

/* Preferences overview. */
.prefsOverview h2 {
    color: #fff;
}

#customFooter {
    margin: 0.5cm;
    margin-left: 10%;
    margin-right: 10%;    
    padding: 0.2cm;
    border: solid 1px #000000;
    background: #a7bf77;
    text-transform: uppercase;
}

