/**
 * $Horde: horde/themes/hordeweb/screen.css,v 1.1.2.5 2008/06/12 12:37:09 jan Exp $
 */

body, input, select, textarea {
    font-family: Tahoma, Verdana, Arial, sans-serif;
}
body {
    color: #111;
    font-size: 80%;
    padding: 8px;
}
#sidebar-frame body {
    padding-right: 0;
}
a {
    color: #66a;
    text-decoration: none;
}
a:visited {
    color: #66a;
    text-decoration: none;
}
a:hover {
    color: #448;
    text-decoration: underline;
}

#menu {
/*    background: #5f8eca url(graphics/collab.jpg) no-repeat 80% top; */
    background: #5f8eca;
    color: #bfd0e6;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#menu a {
    color: #bfd0e6;
    font-size: 100%;
    font-weight: bold;
}
#menu .rightFloat {
    padding-right: 8px;
}
#sidebar-frame #menu {
    display: none;
}
#menuBottom {
    margin-top: -16px;
    padding: 6px;
    padding-top: 12px;
    font-size: 100%;
    font-weight: bold;
    background-color: #5f8eca;
    color: #bfd0e6;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}
#menuBottom a {
    color: #bfd0e6;
}
#menuBottom a:hover {
    text-decoration: underline;
}
#pageControls {
    top: 53px !important;
    right: 8px !important;
    background: #5f8eca !important;
    border: none !important;
    padding: 6px !important;
    font-weight: bold;
    color: #bfd0e6;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
#pageControls a {
    color: #bfd0e6;
}

#sidebarPanel {
    background-color: #bfd0e6;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#sidebarPanel a, #sidebarPanel span {
    color: #111;
    font-size: 100%;
}
#sidebarPanel strong {
    color: #5f8eca;
}

.tabset {
    background: none;
    border-bottom: 1px solid #5f8eca;
}
.tabset ul {
    padding-left: 0;
}
.tabset li a {
    background-color: #bfd0e6;
    border-color: #bfd0e6;
    color: #5f8eca;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
}
.tabset li.activeTab a {
    background-color: #5f8eca;
    border-color: #5f8eca;
    color: #fff;
}

.prefsOverview div div {
    padding-left: 0;
}
.prefsOverview dt a {
    color: #fff;
    background: #5f8eca;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
}
.prefsOverview dd {
    color: #111;
    background: #bfd0e6;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}

.item {
    background-color: #bfd0e6;
}
.item th {
    color: #5f8eca;
}
.item th.sortup, .item th.sortdown {
    color: #111;
}
.striped, .rowEven, .item0 {
    background-color: #e9e9e9;
}
.rowOdd, .item1 {
    background-color: #f4f4f4;
}
.selected, .selected-control, .sortdown, .sortup {
    background-color: #5f8eca !important; /* changed the bg-color to #5f8eca from #e9e9e9 */
}
.treeRow.selected {
    background-color: #bfd0e6 !important;
}

.widget {
    font-size: 100%;
}

.control, .control a {
    background-color: #5f8eca;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 5px; /* added by vishy */
    -webkit-border-radius: 5px; /* added by vishy */
}

.headerbox {
    border: none;
}

.notices {
    width: 80%;
    text-align: center; /* vishy (added this line) */
    margin-left: 0; 
    margin-right: 0;
}
.notices li, .notice {
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

/**
 * FORMS
 */
.form table {
    width: 100%;
    padding: 2px;
    border-collapse: collapse;
    background-color : white;
}

form {
    background-color : white !important;
    background-color : none;
}

.form-error {
    color : #f00;
}
.form-header {
    font-weight: bold;
}

input, textarea {
    font-family : Geneva,Arial,Helvetica,sans-serif;
    font-size   : 8pt;
    font-weight : normal;
    border      : 1px solid #999999;

    padding     : 2px;
    margin-top  : 2px;
    -moz-border-radius : 4px;
}

/* Focus action  */
input:focus, textarea:focus {
    border           : 1px solid #6F6F6F;
    background-color : #FFFFCC;
}

/* select box */
input, select {
    font-family : Geneva,Arial,Helvetica,sans-serif;
    font-size   : 8pt;
    font-weight : normal;
}
input, option {
    padding     : 1px;
}
option {
    padding-right : 2px;
    font-size   : 8pt;
}

.checkbox {
    border: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
}

.button{
  font-family   : tahoma,verdana,arial,Sans-Serif;
/*  color         : #666; */
  color         : black;
  text-align    : center;
  font-size     : 9px;
  font-weight   : bold;
/*  text-transform: uppercase; */
  border-top    : 1px solid #C4CCCC;
  border-left   : 1px solid #ACB5B5;
  border-bottom : 1px solid #6F7777;
  border-right  : 1px solid #ACB5B5;
  width         : auto;
  background    : url(graphics/button_bg.png) repeat-x;
  background-color : white;
  padding       : 2px 5px !important;
  padding       : 0px 0px;
  line-height   : 13px;
  margin-left   : 2px;
  cursor        : pointer !important;
  cursor        : hand;
  -moz-border-radius : 3px;
  -webkit-border-radius: 3px;
}

/* Focus action  */
.button:hover {

  font-family   : tahoma,verdana,arial,Sans-Serif;
/*  color         : #95B3DE; */
  color         : #5f8eca;
  text-align    : center;
  font-size     : 9px;
  font-weight   : bold;
/*  text-transform: uppercase; */
  border-top    : 1px solid #C4CCCC;
  border-left   : 1px solid #ACB5B5;
  border-bottom : 1px solid #6F7777;
  border-right  : 1px solid #ACB5B5;
  width         : auto;
  background    : url(graphics/button_bg.png) repeat-x;
  background-color : white;
  padding       : 2px 5px !important;
  padding       : 0px 0px;
  line-height   : 13px;
  margin-left   : 2px;
  cursor        : pointer !important;
  cursor        : hand;
  -moz-border-radius : 3px;
  -webkit-border-radius: 3px;
}
