/* ######### CSS for Shade Tabs - Top Tabs. ######### */
div#tabWrapperFrontPage {
	float:left;
	width: 545px;
	height:345px;
	padding:10px 5px 5px 10px;
	background: url("/img/dazzle/bgs/fb-front-tabbed-bg-1.png") no-repeat;
	color: #cccccc;
}

div#tabWrapperFrontPage h1, h2, h3 {
	color: #ffffff;
}

div#tabWrapperFrontPage h3 {
	text-decoration: underline;
	font-weight: normal;
}

div#tabWrapperFrontPage a {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;
}

div#tabWrapperFrontPage a:hover {
	text-decoration: none;
}

.shadetabsTop {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
}

.shadetabsTop li {
	display: inline;
	margin: 0;
}

.shadetabsTop li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #ffffff;
	background: #000000;
}

.shadetabsTop li a:visited {
	color: #ffffff;
}

.shadetabsTop li a:hover {
	color: #DFDFDF;
	background: #4F0A18;
}

.shadetabsTop li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
}

.shadetabsTop li a.selected { /*selected main tab style */
	background: #8F112E;
}

.shadetabsTop li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}

.tabcontent {
	display: none;
	padding-right: 5px;
}

@media print {
	.tabcontent {
		display: block !important;
	}
}
