/**
 * $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;
    background-color: #ccf;
}
a {
    color: #339;
}
.headerbox {
    border-color: #66a;
}
.selected {
    background: #C6D3FF;
}
.header {
    color: #fff;
    background: #336;
    border-bottom: 1px solid #000;
    padding-right: 20px;
    font-size: 12px;
}
.header a {
    color: #ddd;
}
.header a:hover, a.header:hover {
    color: #fff;
    text-decoration: none;
}
a.header {
    border-bottom: 0;
    background: transparent;
}
a.fixed {
    color: #339;
}
.light {
    color: #333;
}
.message_id {
    color: #999;
}

.smallheader {
    color: #fff;
    background: #336;
    font-family: Verdana,Helvetica,sans-serif;
}
a.smallheader:hover {
    color: #cce;
    text-decoration: none;
}
.control {
    background: #89c;
    padding-left: 4px;
    padding-right: 4px;
}
.item {
    padding-left: 4px;
    padding-right: 4px;
}
.notice {
    font-weight: bold;
    color: #000;
    background: #fff;
    border: 1px solid #f00;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    margin-left: 4px;
    margin-right: 4px;
    -moz-border-radius: 8px;
}
.widget {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
a.widget:hover {
    color: #f00;
    background: #ccf;
}

/* Form styles. */
input, select, textarea {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background: #f3f3f9;
    border: 1px solid #669;
}
input:focus, textarea:focus {
    background: #fff;
    border: 1px solid #99f;
}
.button, .button:focus {
    color: #fff;
    background: #666;
    border-bottom: 1px solid #333;
    border-right: 1px solid #000;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding:3px;
    -moz-border-radius: 5px;
}
.button:hover {
    border-bottom: 1px solid #c00;
    border-right: 1px solid #c00;
    border-left: 1px solid #f00;
    border-top: 1px solid #f00;
}

/* 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: #fff;
    background: transparent url('/themes/default/graphics/mail4me.at/blue/menu.gif') no-repeat;
    min-height: 50px;
    padding-top: 30px;
    padding-right: 5px;
}
#menu a {
    color: #fff;
}
#menu a:hover {                                                                   
    color: #ccf;
    border-bottom: none;
    border-right: none;
    border-top: none;
    border-left: none;
    padding: 3px;
}
#menu a.current {
    color: #ccf;
    background: none;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: 2px solid #ccf;
    padding: 3px;
}

/* Sidebar styles. */
body.sidebar {
    background: #ccf;
}
#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;
}
#expandedSidebar #menu {
    padding-top: 0px;
    padding-right: 0px;
}
#themelogo {
    background: url('/themes/default/graphics/mail4me.at/webxxl.at.gif') center no-repeat;
    height: 80px;
    width: 200px;
}
#logopad {
    padding: 0px;
}

/* 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;
}

/* Preferences overview. */
.prefsOverview h2 {
    font-family: Verdana,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 3px;
    color: #fff;
    background: #336;
    border-bottom: 1px solid #000;
}
.prefsOverview dt a {
    color: #000;
    border: none;
    border-top: 1px solid #abe;
    border-bottom: 1px solid #67a;
    background: #89c;
}
.prefsOverview dd {
    color: #000;
    background: #eee;
    border: none;
}
