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

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: #fff;
}
input, select, textarea, td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
    color: #333;
}
.headerbox {
    border: 0px;
}
.messageList .rightAlign {
  color: #900;
}
.messageList TD {
  background-color: #ccc;
/*  font-weight: bold;*/
  border: 1px solid #fff;
}
.header {
    color: #000;
    background: #eee;
    border-bottom: 0px;
}
.header a {
    color: #000;
}
.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: #900; /*  66a;*/
    font-family: Verdana,Helvetica,sans-serif;
}
a.smallheader:hover {
    color: #cce;
    text-decoration: none;
}
.control {
    background: #ddd;
}
.widget {
    color: #224;
}

/* Form styles. */
input, select, textarea {
    color: #000;
    border: 1px solid #eee;
}
select {
    width: 200px;
}
input:focus, textarea:focus {
    color: #000;
    border: 1px solid #eee;
}
.button, .button:focus {
    /*color: #000;
    background: #900; /*  66a;*/
    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: #eee;
}

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

.selected {
    background: #C6D3FF;
}

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

/* Menu styles. */
#menu {
    color: #fff;
    height: 55px;
    background-image: url(graphics/menu_bg.png);
}
#menu a {
    color: #fff;
}
#menu a.current {
   /* background: #339;*/
    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;
}

/* 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: 4px;
}
#sidebarPanel a, #sidebarPanel span {
    color: #000;
}
#sidebarPanel a:hover {
    /* *color: #fff;
    background: #900; /*  66a;*/
}
#sidebarPanel a:hover span {
    color: #fff;
}
#expandButton {
    margin-right: 1px;
}

/* Tab styles. */
.tabset {
    background: none;
    border-bottom: 1px solid #900; /*  66a;*/
}
.tabset li a {
    border: 1px solid #900; /*  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: #900; /*  66a;*/
    color: #fff;
    border-bottom: 1px solid #900; /*  66a;*/
}
.tabset li.activeTab a:hover {
    background: #900; /*  66a;*/
    color: #fff;
}
#loginButton {
  text-indent: -999em;
  background-color: #fff;
  border: 0px;
  background-image: url(graphics/login_button_bg.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 40px;
  padding: 0px;
}
#imp_login  > TABLE {
  background-image: url();
  background-position: bottom;
  background-repeat: no-repeat;
  /*height: 300px;*/
}
#imp_login  > TABLE {
  padding-bottom:  80px;
}
#imp_login  > TABLE > TR{
  /*height: 20px;*/
}
#sidebarPanel {
  background: #fff;
  border: 0px;
}
.notices li, .notice {
  color: #fff!important;
  background-image: url(graphics/menu_bg.png)!important;
}
.notices LI {
  width: 60%;
  margin: 0 auto;
}

