/**
 * $Horde: horde/themes/mikrobit/screen.css,v 1.7 2004/11/23 03:41:39 chuck Exp $
 */

body {
    background-color: #365967;
    scrollbar-base-color: #94A2B5;
	background-image: url(graphics/tlo.gif);
    background-repeat: repeat-x;
    background-position: left top;
	
}
html {
    scrollbar-base-color: #94A2B5;
}
a.fixed {
    color: #333399;
}
a.widget {
    color: #000000;
}
.header {
    color: yellow;
    font-size: 12px;
    background-color: #edeff0;
    background-image: url(graphics/header.png);
    background-repeat: repeat-x;
    white-space: nowrap;
    
}
a.header {
    background-image: none;
    background-color: transparent;
}
.light {
    color: #ffffff;
}
.small {
    color: black;
}
.smallheader {
    color: yellow;
    background-image: none;
    background-color: transparent;
}
.smallheader a {
    color: black;
}
.control {
    _background-color: #AEBACA;
	background-color: #e1e5e7;
}
.item {
    background-color: #edeff0;
}
.button {
    color: black;
    background-color: #ADB6C6;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    -moz-border-radius: 5px;
}
.selected {
    background-color: #C6D3FF;
}

/* Menu styles. */

#menu {
   	background-color: #edeff0;
    background-image: url(graphics/menu.png);
    background-repeat: repeat-x;
    border-bottom:1px solid yellow;
}
#menu h1 {
    color: black;
}
#menu a {
    color: yellow;
    border: none;
}
#menu a:hover {
    text-decoration: underline;
    padding: 3px;
    border: none;
}
#menu a.current {
    background-image: url(graphics/menu-active.png);
    background-repeat: repeat-x;
    border: none;
    color: black;
}
#menu a.current:hover {
    padding: 2px;
}

/* Sidebar styles. */
#sidebarPanel {
    background-color: #edeff0;
}
