#fxContainer {
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
}

#fxTarget { 
	width: 100%;
	position: relative;
	top: 0;
	z-index: 60;
	overflow: hidden;
	height: 0px;
}

#fxPadding {
	visibility: hidden;
	padding: 0 45px;
}

#fxShadow {
	position: relative;
	width: 100%;
	height: 6px;
	overflow: hidden;
	z-index: 60;
}

#fxTrigger {
	cursor: pointer;
}

#fxTab {
	position: relative;
	bottom: 0;
	margin: -6px auto;
	text-align: center;
	height: 38px;
	line-height: 36px;
	font-weight: bold;
	width: 162px;
	z-index: 61;
}

#fxTab a:link,
#fxTab a:visited,
#fxContainer a:link,
#fxContainer a:visited {
	z-index: 100;
}

#fxTab a:hover {
	text-decoration: none;
}



#fxContainer .contentheading,
#fxContainer div.moduletable h3,
#fxContainer {
	color: #fff;
}

#fxTarget { 
	background: #FFA000;
}

#fxShadow {
	background: url(../images/fx-bottom.png) 0 0 repeat-x;
}

#fxTab {
	background: url(../images/fx-tab.png) 0 0 no-repeat;
}

#fxTab a:link,
#fxTab a:visited,
#fxContainer a:link,
#fxContainer a:visited {
	color: #fff;
}

#fxTab a:hover {
	color: #ccc;
}
