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

#themelogo {
  background-image: url('/themes/ispgateway/graphics/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 140px;
  height: 44px;
}

/* IE6-Patch */
* html #themelogo {
    background: url('/themes/ispgateway/graphics/logo.gif') no-repeat center;
    width: 140px;
    height: 48px;
}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: #fff;
}

/*input, select, textarea, td {*/
input {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
    color: #339;
}
.headerbox {
    border-color: #db1842;
}
.selected {
    background: #C6D3FF;
}
.nopadding {
/*    border-left: 1px solid #538631;*/
}
.header {
    background-image: url('/themes/ispgateway/graphics/background.png');
    background-position: 0px -10px;
    border-bottom: 1px solid #db1842;
    color: #fff;
    height: 20px;
}
.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: #db1842;
}
.smallheader {
    color: #fff;
    background: #db1842;
    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 {
/*    font-family: Geneva, Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    color: #000;
    background: #f3f3f9;
    border: 1px solid #669;
}
input:focus, textarea:focus {
    background: #fff;
    border: 1px solid #99f;
}
.button, .button:focus {
   color: #000;
   background: #fff;
   border: 1px solid #db1842;

}
.button:hover {
    background: #db1842;
    color: #fff;
    cursor: pointer;
}

/* 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: #db1842;
    border: 2px double #fff;
}

/* Menu styles. */
#menu {
    color: #fff;
    background: #b81842;
    border-bottom: 2px solid #000;
    background-image: url('/themes/ispgateway/graphics/background.png');
    background-repeat: repeat-x;

}
#menu a {
    color: #fff;
}

#menu a:hover {
    background-image: url('/themes/ispgateway/graphics/button_light.png');
}

* html #menu a:hover {
    background: none;
    background-color: #df96a7;
}

#menu a.current {
    color: #000;
    background-image: url('/themes/ispgateway/graphics/button_pressed.png');
    border-bottom: 1px solid #aac;
    border-right: 1px solid #aac;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 2px;
}

* html #menu a.current {
   background: #faf0e7;
   color: #000;
   padding: 2px;
}


/* Sidebar styles. */
body.sidebar {
    background: url('/themes/ispgateway/graphics/background.png') top left repeat-x #eaebec;
}

#sidebarPanel {
    background: #eaebec;
/*    position: relative;*/
    z-index: 10;
    margin-right: 8px;
    padding-right: 8px;
}

* html #expandedSidebar {
    width: 150px;
}

#sidebarPanel span.toggle, #sidebarPanel a {
    padding-left: 1px;
    padding-bottom: 2px;
}
#sidebarPanel span.toggle {
    border: 1px none transparent;
}
#sidebarPanel a {
    color: #006;
}
#sidebarPanel a:hover {
    color: #006;
    background: #ccc;
    border: 1px solid #000;
    text-decoration: none;

}
#expandButton {
    right: 9px;
    position: relative;
    z-index: 50;
}


/* Tab styles. */
.tabset {
    background: none;
    border-bottom: 1px solid #db1842;
}
.tabset li a {
    border: 1px solid #db1842;
    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: #db1842;
    color: #fff;
    border-bottom: 1px solid #db1842;
}
.tabset li.activeTab a:hover {
    background: #db1842;
    color: #fff;
}
