@charset "UTF-8";

.TabbedPanels {
	margin: 20px 0 0 0;
	padding: 0px;
	float: left;
	clear: none;
	width: 410px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	position: relative;
	font-size:0.75em;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	float:left;
	position:absolute;
	top:0;
	left:0;
}

.TabbedPanelsTab {
	float: left;
	height:25px;
	margin:0 2px 0 0;
	padding:0 0 0 3px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background:url(../images/jfnk_tableft.gif) no-repeat;
	background-position:0 -26px;
	font-weight:bold;
}

.TabbedPanelsTab span {
	float:left;
	display:block;
	background:url(../images/jfnk_tabright.gif) no-repeat;
	background-position:100% -26px;
	padding:5px 11px 0 6px;
	color:#fff;
	height:20px;
}

.TabbedPanelsTabHover {
	background-position:0% 0px;
	height:26px;
}

.TabbedPanelsTabHover span {
	background-position:100% 0px;
	color:#02385e;
	height:21px;
}

.TabbedPanelsTabSelected {
	background-position:0% 0px;
	height:26px;
}

.TabbedPanelsTabSelected span {
	background-position:100% 0px;
    color:#02385e;
	height:21px;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	float:left;
	width:100%;
	background:url(../images/jfnk_tabcontent.gif) left bottom no-repeat;
	border-top:1px solid #083d65;
	margin-top:25px;
}

.TabbedPanelsContent {
	padding: 9px;
	float:left;
}

.jfnk_contentTabsLine{
	width:100%;
	float:left;
	min-height:20px;
	border-bottom:1px solid #d5d6d5;
	padding-top:4px;
}

.jfnk_contentTabsLine strong{
	width:120px;
	float:left;
	margin-right:15px;
	border-right:1px solid #24618e;
	font-weight:normal;
}

.jfnk_contentTabsLine u{
	float:left;
	width:255px;
	text-decoration:none;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

