/**
 * $Horde: horde/themes/silver/screen.css,v 1.19.2.5 2008/06/12 12:37:10 jan Exp $
 */
#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}
#wrapheader {
	background:#EE7D16 none repeat scroll 0% 0%;
	height:auto !important;
	height:80px;
	padding:0px;
}
#logodesc {
	margin-bottom: 0px;
	height:80px;
	padding: 0px;
	background: url("/portal/plateform/templates/lingalog/images/titre1.png") repeat-y #451700;
}
body {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  color: #333; font-size: 14px;
	/*background: #451700;*/
}
.solidbox {
  border: 1px solid #451700;
}
.greybox {
  border: 1px solid #451700;
}
.headerbox {
  border: 1px solid #451700;
}
a, a.fixed {
  color: #333;
}
a.widget {
  color: #451700;
}
.header, .smallheader {
  background: #451700 top center repeat-x;
  border-top: 1px solid #451700;
  border-bottom: 1px solid #451700;
		color: #fff;
}
.header {
  padding: 2px; font-size: 15px;
}
.header a, .smallheader a {
  color: #fff; text-decoration:none;
}
.header a:hover {
  color: #fff; text-decoration:underline;
}
.header .smallheader {
  background: none;
  border: none;
}
.light {
  color: #666;
}
.smallheader {
  color: #fff; font-size: 14px;
}
.smallheader a {
  color: #fff; font-size: 14px;
}
.control {
  background: #eee;
}
.item {
  background: #eee;
}

.sortup {
  background: #aaa center left no-repeat; color: #fff;
}
.sortdown {
  background: #aaa center left no-repeat; color: #fff;
}
.linedRow, tr.linedRow td, table.linedRow td, ul.linedRow li {
  color: #333; font-size: 14px;
}
.linedRowSelectedCol, td.linedRowSelectedCol, table.linedRow td.linedRowSelectedCol {
  color: #333; font-size: 14px;
}
.control {
  color: #333;
}
.item {
  color: #333;
}
.text {
  color: #333;
  background: #fff; font-size: 14px;
}

/* Form styles. */
input, select, textarea {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  color: #000;
  background: #fff;
  border: 1px solid #451700; font-size: 14px;
}
input:focus, textarea:focus {
  background: #fff; font-size: 14px;
}
.button {
  background: #451700 top center repeat-x;
  border: 1px solid #340600;
  padding: 1px 2px;
  font-weight: bold;
  cursor: pointer;
	font-size: 14px;
	color: #fff;
	-moz-border-radius:4px;
}
.button:hover {
  color: #fff;
}
a.button {
  padding: 2px 4px;
  font-weight: bold;
}

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

.selected {
  background: #ccc;
}

/* Various popup and status layers. */
.notice {
  color: #333;
  background: #ffc;
  border: 1px solid #451700;
}
.tooltip, div.nicetitle {
  color: #333;
  background: #ffc;
  border: 1px solid #451700;
}
.inProgress {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* Menu styles. */
#menu {
  background: #451700; color: #fff;
}
#menu h1 {
  color: #fff;
  background: #451700 url(/portal/plateform/templates/lingalog/images/titre1.png) no-repeat scroll 0px -60px; color: #fff;
}
#menu a {
  border: 1px solid transparent;
  color: #fff;
  padding: 3px 3px 0 3px;
  margin: 0;
}
#menu a:hover {
  border: 1px solid transparent;
  padding: 3px 3px 0 3px;
  margin: 0;
}
#menu a.current {
  border: 1px solid #ee7d16;
  padding: 3px;
  margin: 0;
  background: #451700 repeat-x;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#menuBottom {
  position: relative;
  top: -1px;
  background: #ee7d16;
  border: 1px solid #451700;
  border-right: none;
  border-top: none;
  padding-left: 6px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

/* Sidebar styles. */
#sidebarPanel {
  background: #fff;
  margin-right: .5em;
  border: 1px solid #451700;
  border-left: none;
  border-top: none;
}
#sidebarPanel span, #sidebarPanel a {
  color: #333;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#sidebarPanel a:hover {
	color: #333;
}
#expandButton {
	margin-right: .5em;
}

/* Tab styles. */
.tabset {
	background: #fff;
	border: 0;
	border-bottom:5px #ee7d16 solid;
}

.tabset li {
	background: #451700;
	border: 0;
	color: #fff;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.tabset li a {
	color: #fff;
	background: #451700;
	padding: 5px 5px 3px;
	border: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
.tabset li a:hover {
	color: #ee7d16;
	border: 0;
	background: #451700;
}
.tabset li.activeTab {
	background: #ee7d16;
	border: 0;
}
.tabset li.activeTab a {
	color: #fff;
	background: #ee7d16;
	border: 0;
}

/* Preferences overview. */
.prefsOverview dt a {
	background: #451700 repeat-x;
	color: #fff;
  border-top-color: #969696;
  border-left-color: #969696;
  border-right-color: #969696;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;

  border-bottom-width: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
.prefsOverview dd {
	color: #451700;
	background: #fff;
  border-bottom-color: #969696;
  border-left-color: #969696;
  border-right-color: #969696;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;

	border-top-width: 0px;
}

/* Help styles. */
.help {
	color: #333;
}
.help #sidebarPanel {
	border-top: 1px solid #451700;
}

/* Source markup styles. */
table.lineNumbered {
	border: 1px solid #333;
}

/* MIME styles. */
.download {
	background-image: url("graphics/download.png");
}


