/**
 * $Horde: horde/themes/bluewhite/screen.css,v 1.18.6.6.2.1 2005/10/18 16:02:11 jan Exp $
 */

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #fff;
}
.headerbox {
    border-left: 1px solid #00468a;
    border-right: 1px solid #00468a;
    border-bottom: 1px solid #00468a;
}
.selected {
    background-color: #C6D3FF;
}
.header {
    color: #fff;
    background-color: #00468a;
    border-bottom: 1px solid #000;
}
.header a {
    color: #fff;
}
.header a:hover, a.header:hover {
    color: yellow;
    text-decoration: none;
}
a.header {
    border-bottom: 0;
    background-color: transparent;
}
a {
    color: #00468a;
    text-decoration: none;
}
a.fixed {
    color: #00468a;
}
a:hover {
    background-color: #00468a;
    color: #b5ccea;
    text-decoration: none;
}
.widget {
    color: #224;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
a.widget:hover {
    color: #00468a;
    background: #b5ccea;
}
.light {
    color: #00468a;
}
.smallheader {
    color: #fff;
    background-color: #00468a;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.smallheader:hover {
    color: #cce;
    text-decoration: none;
}
.control {
    background-color: #ddd;
}

/* Form styles. */
input, select, textarea {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #f3f9f9;
    border: 1px solid #00468a;
}
input:focus, textarea:focus {
    background-color: #fff;
    border: 1px solid #00468a;
}
.button, .button:focus {
    color: #fff;
    background-color: #00468a;
    border-bottom: 1px solid #333;
    border-right: 1px solid #000;
    border-left: 1px solid #C4C4B8;
    border-top: 1px solid #C4C4B8;
    -moz-border-radius: 5px;
}
.button:hover {
    color: #00468a;
    background-color: #b5ccea;
}

/* Alternating styles. item0, item1 are deprecated. */
.rowEven, .item0 {
    background-color: #eee;
}
.rowOdd, .item1 {
    background-color: #fff;
}

/* Menu styles. */
#menu {
    background-color: #00468a;
    border-bottom: 2px solid #000;
}
#menu a {
    color: #fff;
}
#menu a:hover {
    color: yellow;
    border-bottom: 1px solid #b5ccea;
    border-right: 1px solid #b5ccea;
    border-top: 1px solid #224;
    border-left: 1px solid #224;
    padding: 2px;
}
#menu a.current {
    background-color: #b5ccea;
    border-bottom: 1px solid #aac;
    border-right: 1px solid #aac;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}

/* Sidebar styles. */
body.sidebar {
    background-color: #fff;
}
#sidebarPanel {
    border-right: 1px solid #b5ccea;
    border-bottom: 1px solid #b5ccea;
    background-color: #b5ccea;
}
#sidebarPanel span, #sidebarPanel a {
    color: #00468a;
}
#sidebarPanel span.toggle, #sidebarPanel a {
    padding-left: 1px;
    padding-bottom: 2px;
}
#sidebarPanel span.toggle {
    border: 1px none transparent;
}
#sidebarPanel a {
    color: #00468a;
    border: 1px solid #b5ccea;
}
#sidebarPanel a:hover {
    color: #00468a;
    background-color: #f3f9f9;
    border: 1px solid #b5ccea;
    text-decoration: none;
}

/* Tab styles. */
.tabset {
    border-bottom: 1px solid #00468a;
}
.tabset li a {
    border-bottom: 1px solid #00468a;
}
.tabset li a:hover {
    background: #b5ccea;
    border-bottom: 1px solid #00468a;
    color: #00468a;
}
.tabset li a.activeTab {
    background: #00468a;
    color: #fff;
}
.tabset li a.activeTab:hover {
    background: #00468a;
    color: yellow;
}

/* Help styles. */
.help {
    background: #b5ccea;
    font-color: #00468a;
    color: #00468a;
}
.help h1 {
    background: #b5ccea;
    color: #00468a;
    font-size: 15px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.help h2 {
    border-top: 1px solid #446;
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-size: 13px;
}
.help p {
    color: #00468a;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}
.help em {
    display: block;
    padding: 5px;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}
.help em.helpTip {
    color: #b5ccea;
    background: #00468a;
}
.help em.helpWarn {
    color: #b5ccea;
    background: #00468a;
}

