/* brushed_metal */

.brushed_metal.dmxBillboard,
.brushed_metal .dmxBillboard {
	font-family: Verdana, Arial, sans-serif;
}

.brushed_metal.dmxBillboard a,
.brushed_metal .dmxBillboard a {
	color: #666;
}

.brushed_metal.dmxBillboard a:hover,
.brushed_metal .dmxBillboard a:hover,
.brushed_metal.dmxBillboard a.selected,
.brushed_metal .dmxBillboard a.selected {
	color: #333;
}

.brushed_metal .dmxBillboardHeader h3 {
	background-color: #333;
	background-image: url('brush_dark.jpg');
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	color: #ccc;
	font-family: Georgia, serif;
	font-size: 180%;
	font-weight: normal;
	text-shadow: 1px 1px 2px #000;
}

.brushed_metal .dmxBillboardSectionNav,
.brushed_metal .dmxBillboardPageNav {
	float: none;
	background-color: #ccc;
	background-image: url('brush.jpg');
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	padding-left: 10px;
}

.brushed_metal .dmxBillboardSectionNav a {
	background: url('nav_slant.gif') no-repeat right top;
	padding-right: 25px;
	text-shadow: 1px 1px 1px #888;
}

.brushed_metal .dmxBillboardPageNav {
	text-align: center;
	padding: 3px;
}

.brushed_metal .dmxBillboardPageNav a {
	float: none;
	display: inline;
	background-color: transparent;
	text-shadow: 1px 1px 1px #888;
}

.brushed_metal .dmxBillboardView {
	background-color: #333;
	background-image: url('brush_dark.jpg');
}

.brushed_metal .dmxBillboardView h4 {
	font-family: Georgia, serif;
}

.brushed_metal .dmxBillboardView li {
    background-color: #ccc;
	background-image: url('brush.jpg');
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

.brushed_metal .dmxBillboardView li.hover {
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.brushed_metal .dmxBillboardLeftNav {
    z-index: 100;
	position: absolute;
	top: 50%;
	left: 2px;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	background: url('left.png');
	cursor: pointer;
}

.brushed_metal .dmxBillboardRightNav {
    z-index: 100;
	position: absolute;
	top: 50%;
	right: 2px;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	background: url('right.png');
	cursor: pointer;
}

.brushed_metal .dmxBillboardLeftNav.middle {
	left: -11px;
}

.brushed_metal .dmxBillboardRightNav.middle {
	right: -11px;
}

.brushed_metal .dmxBillboardLeftNav.outside {
	left: -24px;
}

.brushed_metal .dmxBillboardRightNav.outside {
	right: -24px;
}
