/**
 * $Horde: horde/themes/bluewhite/screen.css,v 1.18.6.9 2005/11/02 19:32:38 jan Exp $
 */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #ffffff;
}
a {
    color: #525252;
}
.headerbox {
    /*border-color: #6666aa;*/
}
.selected {
    background: #C5C5C5;
}
 .header {
    color:#333333;
		height:25px;
		padding:3px;
		clear:both;
		margin-top:10px;
    background: #FFF url(http://www.adomail.de/images/headbg.gif) 0 0 repeat-x;
    /*border-bottom: 1px solid #000;*/
}
table .header {
	height:40px;
}
.header a {
    color: #000;
}
.header a:hover, a.header:active {
color: #A9170F;
text-decoration:none;
}
a.header {
    border-bottom: 0;
    background: transparent;
}
a.fixed {
    color: #A9170F;
}
.light {
    color: #333;
}
.smallheader {
    color: #333;
    /*background: #AF1414;*/
    font-family: Verdana,Helvetica,sans-serif;
}
a.smallheader:hover {
    color: #cce;
    text-decoration: none;
}
 .control {
    background: #ddd;
		padding-top:5px;
		padding-bottom:5px;
		vertical-align:middle;
		
}
.widget {
    color: #525252;
}

/* Form styles. */
input, select, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background: #F6F6F6;
    border: 1px solid #292929;
}
input:focus, textarea:focus {
    background: #fff;
    border: 1px solid #DA251C;
}
.button, .button:focus {
    color: #000;
    background: #E7E7E7;
    border-bottom: 1px solid #292929;
    border-right: 1px solid #292929;
    border-left: 1px solid #292929;
    border-top: 1px solid #292929;
    -moz-border-radius: 5px;
}
.button:hover {
    background: #F5F5F5;
    color: #000;
}

/* Alternating styles. item0, item1 are deprecated. */
.rowEven, .item0 {
    background: #E7E7E7;
}
.rowOdd, .item1 {
    background: #E7E7E7;
}

/* Various popup and status layers. */
.tooltip, div.nicetitle {
    color: #000;
    background: #EDEDED;
    border: 1px double #B0B0B0;
}

/* Menu styles. */
#menu {
    color: #ffffff;
    background: #292929;
}
#menu a {
    color: #fff;
}
#menu a.current {
    border-bottom: 1px solid #aaaacc;
    border-right: 1px solid #aaaacc;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 2px;
}

#menu2 {
    color: #ffffff;
	background: #E7E7E7;
}
#menu2 a {
    color: #ffffff;
}
#menu2 a.current {
/*    border-bottom: 1px solid #aac;
    border-right: 1px solid #aac;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 2px;*/
}

/* Sidebar styles. */
body.sidebar {
	background: #E7E7E7;
}
#sidebarPanel {
 /*   border-right: 1px solid #006;*/
/*    border-bottom: 1px solid #006;*/
	background: #E7E7E7;
}
#sidebarPanel span.toggle, #sidebarPanel a {
    padding-left: 1px;
    padding-bottom: 2px;
}
#sidebarPanel span.toggle {
    /*border: 1px none transparent;*/
}
#sidebarPanel a {
    color: #7B7B7B;
    /*border: 1px solid;*/
}
#sidebarPanel a:hover {
    color: #000000;
    /*background: #000000;*/
    /*border: 1px solid #000000;*/
    text-decoration: none;
}
#expandButton {
    margin-right: 1px;
}

/* Tab styles. */
.tabset {
    background: none;
    border-bottom: 1px solid #292929;
}
.tabset li a {
    border: 1px solid #292929;
    border-bottom-color: #E7E7E7;
}
.tabset li.activeTab a {
    background: #FFFFFF;
    color: #000000;
    border-bottom: 1px solid #E7E7E7;
}
.tabset li.activeTab a:hover {
    background: #FFFFFF;
    color: #000000;
}
