/**
 * Kolab theme by Stuart Binge <skbinge@gmail.com>
 * Derived from the 'Light Blue' theme.
 *
 * $Horde: horde/themes/kolab/screen.css,v 1.10.6.1 2005/10/18 11:34:18 jan Exp $
 */

body {
	background: white; 
/*	background: #e3dbd0 url('graphics/background.gif'); */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
    color: #339;
}
.light {
    color: #000;
}

#themelogo {
    background-image: url('graphics/logo.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 130px;
}
.header {
    background: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 17px;
	letter-spacing: -1px;
        font-weight: bold;
	color: #2f8cba;
	background: white;
}

.header a {
	color: #2f8cba;
}

.smallheader {
    color: black;
}
.smallheader a, .smallheader a:hover, a.smallheader:hover {
    color: #000;
}
.button {
    font-weight: bold;
    -moz-border-radius: 5px;
}

/* Menu styles. */
#menu {
    background: #F8F4F1;
    border-bottom: 1px solid #2F8BBA;
    color: #000;
    height: 50px;
}
#menu a {
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    	color: #FF6600;
	text-transform : uppercase;
	padding-right: 10px;
}
#menu a:hover {
    border: none;
    color: #2F8BBa;
	padding-right: 10px;
}
#menu a.current {
    color: #2F8BBa;
    border: none;
	padding-right: 10px;
}

#menu h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: bold;
	color: #2f8cba;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
	color: #2f8cba;
}

/* Sidebar styles. */
#sidebarPanel {
    background: #F8F4F1;
    border-bottom: 1px solid #2F8BBA;
    border-right:  1px solid #2F8BBA;
}
#sidebarPanel a {
    padding-left: 1px;
    padding-bottom: 2px;
}
#sidebarPanel a:hover {
    color: #000;
    background: #ddddee;
}
#expandButton {
    margin-right: .2em;
}

/* Tab styles. */
.tabset li.activeTab a, .tabset li.activeTab a:hover {
    color: #000;
    background: #ddf;
    border-bottom-color: #ddf;
}
