div.crb h2 {
	background-color: transparent;
	clear: none;
	width: 80%;
	float: left;
}
div.crb {
	background-repeat: repeat-x;
}
body.red div.crb {
	background-image: url(/img/header-mid-red.png);
}

body.orange div.crb {
	background-image: url(/img/header-mid-orange.png);
}

body.blue div.crb {
	background-image: url(/img/header-mid-blue.png);
}

body.cyan div.crb {
	background-image: url(/img/header-mid-cyan.png);
}

body.purple div.crb {
	background-image: url(/img/header-mid-purple.png);
}

body.green div.crb {
	background-image: url(/img/header-mid-green.png);
}

body.pink div.crb {
	background-image: url(/img/header-mid-pink.png);
}

div.crb span {
	display: block;
	height: 25px;
	background-image: url(/img/header-corners.png);
	width: 7px;
	float: left;
}

div.crb span.crb_r {
	float: right;
}

body.green div.crb span.crb_l {background-position: 0 0;}
body.green div.crb span.crb_r {background-position: -8px 0;}

body.cyan div.crb span.crb_l {background-position: -16px 0;}
body.cyan div.crb span.crb_r {background-position: -24px 0;}

body.blue div.crb span.crb_l {background-position: -32px 0;}
body.blue div.crb span.crb_r {background-position: -40px 0;}

body.purple div.crb span.crb_l {background-position: -48px 0;}
body.purple div.crb span.crb_r {background-position: -56px 0;}


body.pink div.crb span.crb_l
 {background-position: -64px 0;}
body.pink div.crb span.crb_r
 {background-position: -72px 0;}

body.orange div.crb span.crb_l {background-position: -80px 0;}
body.orange div.crb span.crb_r {background-position: -88px 0;}

body.red div.crb span.crb_l {background-position: -96px 0;}
body.red div.crb span.crb_r {background-position: -104px 0;}


body.green div.crb  {	background-color: #14A922; }
body.red div.crb   {	background-color: #C62222; }
body.blue div.crb   {	background-color: #1929BB; }
body.pink div.crb   {	background-color: #E5308B; }
body.cyan div.crb   {	background-color: #1DBAB2; }
body.orange div.crb   {	background-color: #C84200; }
body.purple div.crb   {	background-color: #9308BE; }


body.printVersion div.crb {
	border: 2px solid black;
	background: none;
	background-color: transparent;
}
body.printVersion div.crb span {
	display: none;
}
body.printVersion div.crb * {
	color: black;
}

div#col-left div#topics a.active_sel_cat {
	background-color: #cda4a4;
}
