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

#-loading- .bar {
	border-color: #992525;
}
#-loading-progress- {
	background: #C02E2E;
	border-top-color: #CF5E5E;
	border-bottom-color: #AD2929;
}
.loadingThrobber, .loadingBar {
	min-width: 53px;
	min-height: 53px;
	background: #FFF url('loading-53x53.gif') center center no-repeat;
}


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

#-header- {
	background: #C12F2F url('header-bg.png') repeat-x;
}
#-header- a {
	color: #EAE820;
}

html.print .header2 {
	background: #C12F2F url('skin-h.png') center top;
}

#-main- {
	background: #C12F2F;
}

.r1, .r2, .r3 {
	background: #C12F2F;
}
.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: #F0F0FF url('dossier-bg.png') bottom left repeat-x;
}

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

#-counts- {
	height: 18px;
	border-color: #3D5E94;
	background: #F0F0FF;
}


/*==
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: #FFF 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;
}