/**
 * $Horde: horde/themes/redbull/screen.css,v 1.18.6.9 2005/11/02 19:32:38 jan Exp $
 */
 
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: #fff;
	background: #eeeeee url("images/background.jpg");
}
a {
    color: #339;
}
.headerbox {
    border-color: #66a;
}
.selected {
    background: #C6D3FF;
}
.header {
	color: #FFFFFF;
    background: #153b8b;
}
.header a {
    color: #fff;
}
.header a:hover, a.header:hover {
	color: #d2d2cb;
    text-decoration: none;
}
a.header {
    border-bottom: 0;
    background: transparent;
}
a.fixed {
    color: #339;
}
.light {
    color: #333;
}
.smallheader {
    color: #d2d2cb;
    background: #153b8b;
    font-family: Verdana,Helvetica,sans-serif;
}
a.smallheader:hover {
    color: #cce;
    text-decoration: none;
}
.control {
    background: #ddd;
}
.widget {
    color: #224;
}

/* 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: #153B8B;
    border: 2px double #fff;
}

/* Menu styles. */
#menu {
	color: #FFFFFF;
	border-bottom:0px;
	padding-left: 10px;
    background: #153b8b url("images/webmail_logo.jpg");
	background-repeat: no-repeat;
	background-position: right;
}
#menu a {
    color: #fff;
}
#menu a.current {
    background: #102d6a;
    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 {
    background: #FFFFFF;
	-moz-border-radius-bottomright: 0pt;
}

#sidebarPanel span.toggle, #sidebarPanel a {
    padding-left: 1px;
    padding-bottom: 2px;
}
#sidebarPanel span.toggle {
    border: 1px none transparent;
}
#sidebarPanel a {
    color: #153b8b;
}
#sidebarPanel a:hover {
    color: #ed1846;
    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;
}

.notice {
	background:#FFFFFF none repeat scroll 0% 50%;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}

.prefsOverview dt a {
    color: #FFFFFF;
    background: #153b8b;
	border: 0px;
    border-bottom: 0px;
}

.prefsOverview dd {
    border-left: 1px solid #153b8b;
    border-right: 1px solid #153b8b;
    border-bottom: 1px solid #153b8b;
}

