@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
		background-image:url(/images/passion_content/gradient_bk_short.gif);
background-repeat:repeat-x;

	/*width: 100%;  IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;

}

.TabbedPanelsTab {
	font-size: 18px;
	font-family: NeutraText, Arial;
	position: relative;
	top: 1px;
	float: left;
	color: #999;
	font-weight:bold;
	padding: 4px 10px;
	list-style: none;
	/*
	-moz-user-select: none;
	-khtml-user-select: none;
	*/
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #ddd;
}

.TabbedPanelsTabSelected {
color:#036;
	text-decoration:none;
}


.TabbedPanelsContentGroup {
	clear: both;
	background-image:url(/images/passion_content/gradient_bk_short.gif);
background-repeat:repeat-x;
}

.TabbedPanelsContentVisible {
color:#036;
}

.topic {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding-top:7px;
	display:block;
}
