/* tabbed blue */

.tabbed_blue .dmxBillboard,
.tabbed_blue.dmxBillboard {
	color: #000;
}

.tabbed_blue .dmxBillboard a,
.tabbed_blue.dmxBillboard a {
	color: #3875B3;
}

.tabbed_blue .dmxBillboard a:hover,
.tabbed_blue.dmxBillboard a:hover {
	color: #2764a2;
}

.tabbed_blue .dmxBillboard a.selected,
.tabbed_blue.dmxBillboard a.selected {
	color: #000;
	font-weight: bold;
}

.tabbed_blue .dmxBillboardHeader,
.tabbed_blue .dmxBillboardHeader h3,
.tabbed_blue .dmxBillboardFooter,
.tabbed_blue .dmxBillboardSectionNav a,
.tabbed_blue .dmxBillboardPageNav a {
	background-color: transparent;
}

.tabbed_blue .dmxBillboardHeader {
	background-color: #f1faff;
	border: 1px solid #2764a2;
}

.tabbed_blue .dmxBillboardFooter {
	background-color: #f1faff;
	border: 1px solid #2764a2;
}

.tabbed_blue .dmxBillboardHeader .dmxBillboardSectionNav {
	margin: 5px 0 0 5px;
}

.tabbed_blue .dmxBillboardFooter .dmxBillboardSectionNav {
	margin: 0 0 5px 5px;
}

.tabbed_blue .dmxBillboardHeader .dmxBillboardSectionNav a {
	background-color: #3875b3;
	background-image: url('tab.gif');
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #2764a2;
	border-bottom: 0px none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-left: 1px;
	padding: 2px 8px;
	font-weight: bold;
	color: #fff;
}

.tabbed_blue .dmxBillboardFooter .dmxBillboardSectionNav a {
	background-color: #3875b3;
	background-image: url('tab.gif');
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #2764a2;
	border-top: 0px none;
	margin-right: 1px;
	padding: 2px 8px;
	font-weight: bold;
	color: #fff;
}

.tabbed_blue .dmxBillboardSectionNav a.selected {
	background-color: #255698;
	background-image: url('tab_sel.gif');
	background-position: top;
	background-repeat: repeat-x;
}

.tabbed_blue .dmxBillboardPageNav {
}

.tabbed_blue .dmxBillboardHeader .dmxBillboardPageNav {
	margin-top: 5px;
}

.tabbed_blue .dmxBillboardFooter .dmxBillboardPageNav {
}

.tabbed_blue .dmxBillboardPageNav a {
	padding: 2px;
	margin: 0;
}

.tabbed_blue .dmxBillboardHeader h3 {
	background-color: #3875b3;
	background-image: url('tab.gif');
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #2764a2;
	color: #fff;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
}

.tabbed_blue .dmxBillboardView {
	background-color: #fff;
	border-left: 1px solid #2764a2;
	border-right: 1px solid #2764a2;
}

.tabbed_blue .dmxBillboardView li {
	margin: 5px;
	padding: 5px;
	border: 1px solid #2764a2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f1faff;
}

.tabbed_blue .dmxBillboardView li.clickable {
	background-color: #def;
}

.tabbed_blue .dmxBillboardView .full,
.tabbed_blue .dmxBillboardView .full a {
	background-color: #3875B3;
	color: #fff;
}

.tabbed_blue .dmxBillboardLeftNav,
.tabbed_blue .dmxBillboardRightNav {
    z-index: 1;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 22px;
	height: 30px;
	border: 1px solid #2764a2;
	cursor: pointer;
	background-color: #f1faff;
	background-position: center center;
	background-repeat: no-repeat;
}

.tabbed_blue .dmxBillboardLeftNav {
	left: 0px;
	background-image: url('left.png');
}

.tabbed_blue .dmxBillboardRightNav {
	right: 0px;
	background-image: url('right.png');
}

.tabbed_blue .dmxBillboardLeftNav.hover,
.tabbed_blue .dmxBillboardRightNav.hover {
    background-color: #def;
}

.tabbed_blue .dmxBillboardLeftNav.inside {
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.tabbed_blue .dmxBillboardRightNav.inside {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tabbed_blue .dmxBillboardLeftNav.middle {
	left: -12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.tabbed_blue .dmxBillboardRightNav.middle {
	right: -12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.tabbed_blue .dmxBillboardLeftNav.outside {
	left: -23px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tabbed_blue .dmxBillboardRightNav.outside {
	right: -23px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}