/**
 * $Horde: horde/themes/bluewhite/screen.css,v 1.18.6.9 2005/11/02 19:32:38 jan Exp $
 */

body {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size:  12px;
    background-color: #ffffff;
    color:  black;
}
a {
    color: #333399;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
h1 {
    color: white;
    background-color: navy;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}
.headerbox {
    border-color: #66a;
}
.selected {
    background: #bbcbff;
}
.header {
    color: white;
    background-color: navy;
    height: 25px;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 17px;
    border-bottom: 1px solid #000;
}
.header a {
    color: navy;
}
.header a:hover, a.header:hover {
    color: navy;
    text-decoration: underline;
}
a.header {
    border-bottom: 0;
    background: transparent;
}
a.fixed {
    color: #339;
}
.initial {
    color: navy;
    height: 25px;
    font-family: Verdana,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 15px;
}
td.initial {
    padding-left: 3px;
    padding-right: 3px;
}
a.initial:hover {
    color: #bbcbff;
}
.light {
    color: #000000;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.smallheader {
    color: #dddddd;
    background: navy;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.smallheader a:hover, a.smallheader:hover {
    color: #dddddd;
    text-decoration: none;
}
.small {
    color: #000000;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.legend {
    color: #000000;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.control {
    color: black;
    background: #eeeeee;
}
.widget {
    color: #000000;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
}

/* Form styles. */
input, select, textarea {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
/*    color: #000;
    background: #f3f3f9;
    border: 1px solid #669; */
}
input:focus, textarea:focus {
    background: #fff;
    border: 1px solid #99f;
}
.button, .button:focus {
    color: #000000;
    background: #cccccc;
    border-bottom: thin solid #000000;
    border-right: thin solid #000000;
    border-left: thin solid #cccccc;
    border-top: thin solid #cccccc;
    font-size: 11px;
    font-family: Verdana,Helvetica,sans-serif;
    font-weight: normal;
    -moz-border-radius: 5px;
}
.button:hover {
    background: #66a;
}

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

/* Various popup and status layers. */
.tooltip, div.nicetitle {
    color: #fff;
    background: #66a;
    border: 2px double #fff;
}

/* Menu styles. */
#menu {
    color: #000000;
    /* background: #66a; */
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 51px;
    font-weight: normal;
    padding-left: 3px;
    padding-right: 3px;
}
#menu a {
    color: #000000;
}
#menu a.current {
    background: #66a;
    border-bottom: 1px solid #aac;
    border-right: 1px solid #aac;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 2px;
}

/* Sidebar styles. */
body.sidebar {
    background: #fff;
}
#sidebarPanel {
    border-right: 1px solid #006;
    border-bottom: 1px solid #006;
    background: #e9e9ff;
}
#sidebarPanel span.toggle, #sidebarPanel a {
    padding-left: 1px;
    padding-bottom: 2px;
}
#sidebarPanel span.toggle {
    border: 1px none transparent;
}
#sidebarPanel a {
    color: #006;
    border: 1px solid #e9e9ff;
}
#sidebarPanel a:hover {
    color: #006;
    background: #ccc;
    border: 1px solid #000;
    text-decoration: none;
}
#expandButton {
    margin-right: 1px;
}

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

