/**
 * $Horde: horde/themes/abg/screen.css,v 1.18.6.9 2005/11/02 19:32:38 jan Exp $
 */

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: #9f8e77;
}
a {
	color: #000000;
}
.headerbox {
	border-color: #000000;
}
.selected {
	background-color: #CCC4B7;
}
.header {
	color: #FF9900;
	border-bottom: 1px solid #000;
	background-color: #000000;
}
.header a {
	color: #FF9900;
}
.header a:hover, a.header:hover {
	color: #FF9900;
	text-decoration: none;
}
a.header {
    border-bottom: 0;
    background: transparent;
}
a.fixed {
	color: #FF9900;
}
.light {
	color: #000000;
}
.smallheader {
	color: #FF9900;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #000000;
}
a.smallheader:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.control {
	background-color: #9f8e77;
}
.widget {
	color: #FFFFFF;
}

/* Form styles. */
input, select, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
input:focus, textarea:focus {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
}
.button, .button:focus {
	color: #FF9900;
	border-bottom: 1px solid #333;
	border-right: 1px solid #000;
	border-left: 1px solid #C4C4B8;
	border-top: 1px solid #C4C4B8;
	-moz-border-radius: 5px;
	background-color: #000000;
}
.button:hover {
	background: #9f8e77;
	color: #000000;
}

/* Alternating styles. item0, item1 are deprecated. */
.rowEven, .item0 {
    background: #9f8e77;
}
.rowOdd, .item1 {
    background: #fff;
}

/* Various popup and status layers. */
.tooltip, div.nicetitle {
    color: #fff;
    background: #66a;
    border: 2px double #fff;
}



/****************************************************/
/* Menu styles. Barra in alto dei bottoni più grandi*/
/****************************************************/

/* Menu generale*/
#menu {
	color: #ff9900;
	background: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
/* Menu dei link della pagina in cui non si è*/
#menu a {
	color: #FF9900;
}
/* Menu del link della pagina in cui si è*/
#menu a.current {
	padding: 2px;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	color: #FFFFFF;
}



/******************/
/* Barra laterale */
/******************/
body.sidebar {
	background-color: #9f8e77;
}
#sidebarPanel {
	background: #CCC4B7;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#sidebarPanel span.toggle, #sidebarPanel a {
    padding-left: 1px;
    padding-bottom: 2px;
}
#sidebarPanel span.toggle {
    border: 1px none transparent;
}
#sidebarPanel a {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebarPanel a:hover {
	color: #000000;
	border: 1px solid #000;
	text-decoration: none;
	background-color: #FF9900;
}
#expandButton {
    margin-right: 1px;
}

/* Tab styles. */
.tabset {
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tabset li a {
	border: 1px solid #66a;
	border-bottom-color: #CCC4B7;
}
.tabset li.activeTab a {
	color: #000000;
	border-bottom: 1px solid #66a;
	background-color: #FF9900;
}
.tabset li.activeTab a:hover {
	color: #000000;
	background-color: #FF9900;
}
