
.ui-helper-reset
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
}
.ui-helper-clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-widget-header
{
	padding-bottom: 1px;	
}
.ui-widget-header a
{
	color: #fff;
	text-align: center;
	line-height: 26px;
	width: 93px;
}


.ui-state-default, .ui-widget-content .ui-state-default
{
	background: url(images/tagBg.jpg) left bottom no-repeat;
	width: 93px;
	height: 26px;
	font-weight: normal;
	outline: none;
}
.ui-state-default a
{
	color: #666;
	text-align: center;
	line-height: 26px;
	width: 93px;
	text-decoration: none;
	outline: none;
}



.ui-tabs .ui-tabs-nav
{
	list-style: none;
	position: relative;
	margin-top: 26px;
}
.ui-tabs .ui-tabs-nav li
{
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 1px -1px 0;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li a
{
	float: left;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	background: url(images/tagHover.jpg) left bottom no-repeat;
	width: 93px;
	height: 26px;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible
{
	cursor: pointer;
}
.ui-tabs-nav li.ui-tabs-selected a
{
	color: #ffffff;
}

.ui-tabs .ui-tabs-panel
{
	display: block;
	border-width: 0;
	background: none;
}
.ui-tabs .ui-tabs-hide
{
	display: none !important;
}

