/**
 * $Horde: horde/themes/simplex/screen.css,v 1.8.6.3 2005/05/21 03:54:09 chuck Exp $
 */

body {
    background-color: #dbdddf;
    scrollbar-base-color: #d6e7f2;
}
html {
    scrollbar-base-color: #d6e7f2;
}
a {
    color: #000000;
}
a:hover {
    color: #000000;
}
a.widget {
    color: #000;
}
a.widget:hover {
    color: #000;
}
.header {
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    border-top: solid 1px #bedbee;
    font-weight: normal;
    background-color: #4A7299;
    background-image: url(/horde/imp/themes/graphics/bgPagesToolbar.png);
}
.header a {
    color: #fff;
}
.light {
    color: #4e5d72;
}
.smallheader {
    color: #fff;
    
}
.item {
    background-color: #bedbee;
}
.button {
    color: White;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    width: 120px;
    height: 27px;
    border: 1px solid #0364aa;
    padding: 0 2px;
    background-image: url(/horde/imp/themes/graphics/bgPagesToolbar.png);
    background-position: bottom;
}
.button:hover {
}
select {
    background-color: #55a1d4;
    color: #eee;
}
/* Menu styles. */
#menu {
    background-color: #4A7299;
    background-image: url(/horde/imp/themes/graphics/bgTopmenu.png);
}
#menu a
{
	min-width: 60px;
	text-align: center;
}
#menu a.current {
    background-color: #3c97d4;
    border-color: #cadfee;
    color: white;
}
#menu a:hover {
    background-color: #3c97d4;
    border: solid 1px #cadfee;
    color: white;
}

#menu .clear
{
	display: none;
}

/* Sidebar styles. */
#sidebarPanel {
    background-color: #eee;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.mailboxLegend ul li
{
	color: #0462a4;
}

.mailboxLegend li div div img
{
	margin-left: 2px;
	margin-top: 1px;
}

.mailboxLegend .unseen
{
	background-image: url(/horde/imp/themes/graphics/bgIconMail_unseen.png);
	border: none;
	width: 22px;
	height: 20px;
}

.mailboxLegend .answered
{
	background-image: url(/horde/imp/themes/graphics/bgIconMail_answered.png);
	border: none;
	width: 22px;
	height: 20px;
}

.mailboxLegend .important
{
	background-image: url(/horde/imp/themes/graphics/bgIconMail_flagged.png);
	border: none;
	width: 22px;
	height: 20px;
}

.mailboxLegend .deleted
{
	background-image: url(/horde/imp/themes/graphics/bgIconMail_deleted.png);
	border: none;
	width: 22px;
	height: 20px;
}

.mailboxLegend div div
{
	background-image: url(/horde/imp/themes/graphics/bgIconMail_unseen.png);
	border: none;
	width: 22px;
	height: 20px;
}
