/*----------------------------------------------------------------------------
++ EXTERNaL SOURCE: tabs.css
++ Tabs Style Sheet
------------------------------------------------------------------------------

* jQuery UI screen structure and presentation
* This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
* Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
* Visit themeroller.com
*/
#tabs {
	margin: 10px 0 15px;
}
.ui-tabs-nav {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #D9D0B1;
	bottom: -1px;
}
.ui-tabs-nav-item {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	border: 1px solid #EDE7D1;
	border-right: none;
}
#jjPrimary .ui-tabs-nav-item a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	padding: 0.5em 1.7em;
	color: #fff;
}
#jjPrimary .ui-tabs-nav-item a:hover {
	color: #212121;
	border: 0;
}
#jjPrimary .ui-tabs-selected a, 
#jjPrimary .ui-tabs-selected a:hover {
	color: #222222;
	border: 0;
}
.ui-tabs-panel {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	clear: left;
	border: 1px solid #EDE7D1;
	background: #FFFFFF;
	color: #222;
	padding: 1.5em 1.7em;
}
.ui-tabs-hide {
	display: none;
}
#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5 {
	height: auto;
	padding-top: 0;
	overflow: hidden;
}