/**
 * $Horde: horde/themes/bluewhite/screen.css,v 1.18.6.11 2008/06/05 23:52:13 jan Exp $
 */

body {
    font-family: Tahoma, Arial, sans-serif;
	background-color: #fff
}
body#services_prefs {
background-image: none !important
}
#sidebarPanel {
background-color:#fbb82c  !important;
}
input, select, textarea, td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table#quota td{
font-size: 9px !important
}
a {
    color: #339;
}
.headerbox {
    border-color: #66a;
}
.header {
    color: #fff;
    background: #fbb82c;
    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: transparent;
}
a.fixed {
    color: #339;
}
.light {
    color: #333;
}
.smallheader {
    color: #fff;
    background: #66a;
    font-family: Verdana,Helvetica,sans-serif;
}
a.smallheader:hover {
    color: #fff;
    text-decoration: none;
}
.control {
    background: #fff;
}
.widget {
    color: #224;
}

/* Form styles. */
input, select, textarea {
    color: #000;
    background: #f3f3f9;
    border: 1px solid #669;
}
input:focus, textarea:focus {
    background: #fff;
    border: 1px solid #99f;
}
.button, .button:focus {
    color: #fff;
    background: #fbb82b;
    border: 1px solid #C4C4B8;
    border-bottom-color: #333;
    border-right-color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.button:hover, .button:focus, a.button:hover, a.button:focus {
    background: #EF1516;
}

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

.selected {
    background: #C6D3FF;
}

.unseen {
background-color: #d6ffee !important
}

tr.flagged {
background-color: #fcff00
}

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

/* Menu styles. */
body.sidebar #menu {
    color: #fff;
    background: #fbb82c url(../../imp/themes/ipnext/graphics/logo-webmail.png) no-repeat scroll left top;
    border-bottom: 2px solid #000;
	font-weight: bold;
	font-size: 11px
}
body.rightPanel #menu{
	display: none;
    color: #fff;
	background-color: #fbb82c none no-repeat scroll left top;
	border-bottom: 2px solid #000;
	font-weight: bold;
	font-size: 11px
}
form div#menu {
background-image: none !important;
background-color: #fbb82c;
margin: 0;
padding-bottom: 8px
}

form#imp_login div#menu {
background: #fbb82c url(../../imp/themes/ipnext/graphics/logo-webmail.png) no-repeat scroll left top !important;
}
#menu a {
    color: #fff;
}
#menu a.current {
    background: #EF1516;
    border-bottom: 1px solid #aac;
    border-right: 1px solid #aac;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 2px;
}
#menuBottom {
    background: #eef;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
.mboxcontrol {
	background-color: #fef6c8 !important
}
/* Sidebar styles. */
#sidebarPanel {
    border-right: 1px solid #006;
    border-bottom: 1px solid #006;
    background: #e9e9ff;
}
#sidebarPanel span.toggle, #sidebarPanel a {
    padding: 4px;
}
#sidebarPanel a, #sidebarPanel span {
    color: #006;
}
#sidebarPanel a:hover {
    color: #fff;
    background: #66a;
}
#sidebarPanel a:hover span {
    color: #fff;
}
#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;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
}
.tabset li.activeTab a {
    background: #66a;
    color: #fff;
    border-bottom: 1px solid #66a;
}
.tabset li.activeTab a:hover {
    background: #66a;
    color: #fff;
}

/* Form */
fieldset{
	margin:0;
	padding:0;
	border: none;
	float:left;
	display:inline;
	margin-left:32px;
	width: 240px
	}
legend{
	display:none;
	}
form p{
	margin:.5em 0;
	}
label{
	display:block;
	float: left;
	margin-bottom: 2px;
	}
input, textarea{
	border:1px solid #ddd;
	background:#ffffff none repeat-x;
	padding:4px;
	}
textarea{
	height:125px;
	overflow:auto;
	}
input, textarea, select {
background:#FFFFFF url(../../imp/themes/ipnext/graphics/backform.gif) repeat-x scroll left top;
border:1px solid #EEEEEE;
}
textarea:focus, input:focus {
background:#ffff8b none repeat-x scroll left top;
}
.button{
	border:none;
	background:#fbb82b none no-repeat 0 0;
	cursor:pointer;
	text-align:center;
	padding: 4px 8px;
	}
.button:hover{
	background-color: #EF1516;
}
#imapuser, #password {
font-family: Monospace, sans-serif;
}
h1 {
color: #fff
}
