html.console body {
	background: #747066;
}

/*=====
Loading
=====*/

#-loading- .bar {
	border-color: #747066;
}
#-loading-progress- {
	background: #94221A;
	border-top-color: #B62A20;
	border-bottom-color: #662012;
}
.loadingThrobber {
	min-width: 83px;
	min-height: 83px;
	background: #FFF url('loading-83x83.gif') center center no-repeat;
}
.loadingBar {
	min-width: 85px;
	min-height: 17px;
	background: #FFF url('loading-85x17.gif') center center no-repeat;
}


/*=========
Page layout
=========*/

#-main- {
	background: url('bg.png') fixed;
}

#-header- {
	background: #747066 url('bg.png') fixed;
	color: #F5F5F2;
	padding-top: 2px;
}
#-header- a {
	color: #EAE820;
}

html.print .header2 {
	background: #747066 url('bg.png') fixed;
}
html.print .header2 > div {
	background: url('skin-h.png') center top;
}

.r1, .r2, .r3 {
	background-color: #5E9EDE;
}
.r2.c2, .r2.c4, .r2.c6 {
	background: #FFF;
}

.r1.c1 {
	background: url('skin-c.png') left top;
}
.r1.c2, .r1.c4, .r1.c6 {
	background: url('skin-h.png') center top;
}
.r1.c3, .r1.c5 {
	background: url('skin-c.png') center top;
}
.r1.c7 {
	background: url('skin-c.png') right top;
}
.r2.c1 {
	background: url('skin-v.png') left center;
}
.r2.c3, .r2.c5 {
	background: url('skin-v.png') center center;
}
.r2.c7 {
	background: url('skin-v.png') right center;
}
.r3.c1 {
	background: url('skin-c.png') left bottom;
}
.r3.c2, .r3.c4, .r3.c6 {
	background: url('skin-h.png') center bottom;
}
.r3.c3, .r3.c5 {
	background: url('skin-c.png') center bottom;
}
.r3.c7 {
	background: url('skin-c.png') right bottom;
}


/*=====
Dossier
=====*/

.summary {
	background: #721914 url('summary-bg.png') center center;
	color: #FFF8E0;
	text-shadow: 0 0 4px #D43;
}
.summary > .bga {
	background: url('summary-bg2.gif') left bottom repeat-x;
}

.summary .info .value .emph {
	color: #26D;
}

#-counts- {
	height: 18px;
	border-color: #BCB822;
	background: #F2F0A2;
	color: #000;
	text-shadow: none;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.33);
}

#-tabs-, #-tabs- .tab-name {
	color: #000;
	text-shadow: none;
}

.pane .caption {
	border-color: #DDD;
	background: #F6F6F3 url('caption-bg.png') no-repeat;
	color: #811;
}
.pane .info {
	background: #FCFCF8;
}
.pane .vsplit {
	background: #F6F6F3 url('vsplit.png');
	border-color: #DDD;
}
.pane .buttonBar {
	border-color: #DDD;
	background: #F6F6F3 url('buttonbar-bg.png') no-repeat;
}

.sectionContent h2 {
	border-top: 1px solid #D0C8C8;
	background: #EEECEA;
}


/*==
Tabs
==*/

.tab-name, .tab-lend, .tab-mid, .tab-rend {
	border-width: 0;
}
.tab-lend, .tab-lend div,
.tab-rend, .tab-rend div {
	width: 4px;
}
.tab-mid, .tab-mid div {
	width: 5px;
}
/* Blurred */
.tab-name {
	padding: 0 4px;
	background: #DDD url('tabs.png') center -40px repeat-x;
}
.tab-lend {
	background: url('tabs.png') -10px 0 no-repeat;
}
.tab-mid {
	background: url('tabs.png') -30px 0 no-repeat;
}
.tab-rend {
	background: url('tabs.png') -37px 0 no-repeat;
}
/* Focused */
.tab-name.focused {
	background: #FCFCF8 url('tabs.png') center -20px repeat-x;
}
.tab-lend.focused {
	background: url('tabs.png') 0 0 no-repeat;
}
.tab-mid.focusedL {
	background: url('tabs.png') -16px 0 no-repeat;
}
.tab-mid.focusedR {
	background: url('tabs.png') -23px 0 no-repeat;
}
.tab-rend.focused {
	background: url('tabs.png') -6px 0 no-repeat;
}