@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}

.TabbedPanelsTabGroup {
	background-image: url(../images/bk_fade_short.jpg);
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 500px;
	padding-left: 0px;
	background-repeat: no-repeat;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #FFF;
	font-variant: small-caps;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	
}

.TabbedPanelsTabSelected {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	
}
.TabbedPanelsTab a {
	
	text-decoration: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	
}
.TabbedPanelsContentGroup {
	clear: both;
	width: 750px;
}
.Tabbed PanelsTabFocused {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	
}

.TabbedPanelsContent {
	padding: 0 4px;
	width: 800px;
}
.TabbedPanelsContent img {
	margin: 8px;
	
}
.TabbedPanelsContentVisible {
	width: 770px;

}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 190px;
	position: relative;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;

}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 750px;

}
.TabbedPanelsContent h2 {
	margin-top: -10px;
}

