/* Layout helpers */
.ui-helper-hidden 
{ 
	display: none; 
}
.ui-helper-hidden-accessible 
{ 
	position: absolute; 
	left: absolute;
}
.ui-helper-reset 
{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	line-height: 1; 
	text-decoration: none; 
	list-style: none; 
}
.ui-helper-clearfix:after 
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }
.ui-helper-clearfix 
{ 
	display: inline-block; 
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix
{ 
	height:1%; 
}
.ui-helper-clearfix 
{ 
	display:block;
}
/* end clearfix */
.ui-helper-zfix 
{ 

	top: 0; 
	left: 0; 
	position: absolute; 
	opacity: 0; 
	filter:Alpha(Opacity=0); 
}



/* Tabs */
.ui-tabs 
{ 
	position: relative; 
	padding: 0; 
	zoom: 0; 
}
.ui-tabs .ui-tabs-nav 
{ 
	margin: 0; 
	padding: 0; 
}
.ui-tabs .ui-tabs-nav li 
{ 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 0px; 
	margin: 0; 
	border-bottom: 0; 
	padding: 0; 
	white-space: nowrap; 
}
.ui-tabs .ui-tabs-nav li a 
{ 
	float: left; 
	padding: 0; 
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected 
{ 
	margin-bottom: 0; 
	padding-bottom: 0; 
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a 
{ 
	cursor:pointer;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a 
{ 
	cursor: pointer; 
}
.ui-tabs .ui-tabs-panel 
{ 
	display: block; 
	border-width: 0; 
	padding: 0; 
	background: none; 
}
.ui-tabs .ui-tabs-hide 
{ 
	display: none; 
}



/* Component containers */
.ui-widget 
{ 
	font-family: Verdana,Arial,sans-serif; 
	font-size: 1em; 
}
.ui-widget .ui-widget 
{ 
	font-size: 1em; 
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button 
{ 
	font-family: Verdana,Arial,sans-serif; font-size: 1em; 
}
.ui-widget-content 
{ 
	border: 0;
	background-position:bottom;
	background: url(); 
	color: #222222; 
}
.ui-widget-content a 
{ 
	color: #222222; 
}
.ui-widget-header 
{ 
	border: 0; 
	color: #222222; 
	font-weight: bold; 
}
.ui-widget-header a 
{ 
	color: #222222;
}

