/*[variables]
colors
{
	@00: #C8E0FB;
}
*/
/*----------------------------------------------------------------------------
++ 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 #C8E0FB; /*[e]1px solid @00*/
	border-right: none;
}
.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;
}
.ui-tabs-nav-item A:hover
{
	color: #212121;
}
.ui-tabs-selected A, .ui-tabs-selected A:hover
{
	color: #222222;
}
.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 #C8E0FB; /*[e]1px solid @00*/
	background: #FFFFFF;
	color: #222222;
	padding: 1.5em 1.7em;
}
.ui-tabs-hide
{
	display: none;
/*for accessible hiding: position: absolute; left: -99999999px;*/
}
#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5
{
	height: auto;
	padding-top: 0;
	overflow: hidden;
}

