.headerbar {
	background: rgba(0, 0, 0, 0.8) url("./images/headerbg_blue.png") no-repeat 100% 0;
	border: 1px solid #1870B5;
}

.rtl .headerbar {
	background: rgba(0, 0, 0, 0.8) url("./images/headerbg_blue_rtl.png") no-repeat 0 0;
	border: 1px solid #1870B5;
}

.navbar {
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid #1870B5;
}

.search-header {
	box-shadow: 0 0 10px #0075B0;
}

.forabg, .forumbg, .panel, .post {
	border: 1px solid #1870B5;
}

h3 {
	border-bottom-color: #1870B5;
}

hr {
	border-color: #09548E;
	border-top-color: #09548E;
}

.tabs .activetab > a {
	border-top: 1px solid #1870B5;
	border-right: 1px solid #1870B5;
	border-left: 1px solid #1870B5;
}

.forabg, .forumbg {
	background-color: #000000;
}

li.header dt, li.header dd, .forumbg .header a, .forabg .header a, th a {
	color: #FFFFFF;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #6DA5F2;
}

.trigger {
	background-image: url("./images/collapse-icon.gif");
}