/**
 * Backoffice main Cascading Style Sheets definitions for Desert style.
 *
 * b2evolution - {@link http://b2evolution.net/}
 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
 * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
 *
 * @package admin
 */

@import url(legbase.css);

#TitleArea h1 {
	color: #9e9286;
}
h2 {
	color: #9e9286;
}
div.bSideItem h3,
div.browse_side_item h3 {
	color: #9e9286;
}
h4 {
	color: #9e9286;
}
legend {
	color: #9e9286;
}
label {
       color: #217d21;
}

/* Filemanager */

#fm_bar {
	border-top: 1px solid #9e9286;
	border-left: 1px solid #9e9286;
	border-right: 1px solid #9e9286;
	background-color: #e3dfd0;
}
#fm_dirtree {
	border: 1px solid #9e9286;
	background-color: #f5f3ef;
}
#fm_files {
	border: 1px solid #9e9286;
	background-color:#e3dfd0;
}
table.filelist {
	border-bottom: 1px solid #9e9286;
}


div.panelblock,
div.tabbedpanelblock {
	border: 1px solid #9e9286;
	background-color: #fbfaf9;
}
div.tabbedpanelblock {
	border-top: none;
}

/* Main tabs: */
ul.tabs li {
	border-bottom:1px solid #9e9286;
}


.bSmallHead {
	color: #9e9286;
}


/* Calendar: */
table.bCalendarTable caption {
	border: 1px solid #e1ddce;
	background-color: #efede0;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #e1ddce;
}
table.bCalendarTable tfoot td {
	background-color: #efede0;
	border-top: 1px solid #e1ddce;
}
table.bCalendarTable a:hover {
	background-color: #e1ddce;
}
table.bCalendarTable td:hover /* Not in IE */
{
	background-color: #e1ddce;
}
table.bCalendarTable tfoot td:hover /* Not in IE */
{
	background-color: #efede0;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
th.bCalendarHeaderCell {
	color: #9e9286;
}
#bCalendarToday {
	background-color: #efede0;
	border: 1px solid #900;
}

/*
 * Results tables OVERRIDES:
 */

/* Table rows: */
table.grouped {
	border: 1px solid #9e9286;
}

/* Table Filters: */
table.grouped tr.filters td {
	border-bottom: 1px solid #9e9286;
	background-color: #e3dfd0;
}

table.grouped tr,
table.filelist tr {
	background-color: #f5f3ef;
}
table.grouped tr.odd,
table.filelist tr.odd {
	background-color: #efede0;
}
table.grouped tr.group td {
	color: #8e8276;
	background-color: #e3dfd0;
	border-top: 1px solid #9e9286;
	border-bottom: 1px solid #9e9286;
}
table.grouped td,
table.filelist td {
	border-left: 1px solid #9e9286;
}
table.grouped tr.even:hover,
table.grouped tr.odd:hover,
table.filelist tr:hover,
table.filelist tr.odd:hover {
	background-color:#e3dfd0;
}

/* Table headers/footers: */
table.grouped th,
table.filelist th,
table.grouped thead td,
table.grouped tfoot td {
	border-bottom: 1px solid #9e9286;
	border-left: 1px solid #9e9286;
	background-color: #efede0;
}
table.grouped th {
	color: #9e9286;
}

/* Table BASIC sort buttons/headers: */
table.grouped th a.basic_current,
table.filelist th a.basic_current {
	background-color:#e3dfd0;
}
table.grouped th a.basic_sort_link:hover,
table.filelist th a.basic_sort_link:hover {
	background-color:#e3dfd0;
}

table.filelist tr.listfooter td {
	border-top: 1px solid #9e9286;
	background-color: #efede0;
}

/* Table totals: tr */
table.grouped tr.total {
	border-bottom: 1px solid #9e9286;
	border-left: 1px solid #9e9286;
	border-right: 1px solid #9e9286;
	background-color: #efede0;
	white-space: nowrap;
}

table.grouped tr.total td{
	border-top: 1px solid #9e9286;
	white-space: nowrap;
}

/* / Results tables */

