.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 930px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom:-1px;
	margin-right:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.tabbed-pane .tabs li a.active {
	/*background: white;*/
	background-image:url(../img/interfaccia/labelSelezionata.png);
	background-repeat:no-repeat;
	/*border-bottom: 1px solid white;*/
	width:141px;
	height:36px;
	margin-right:1px;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
	width:141px;
	height:36px;
	margin-right:1px;
}

.tabbed-pane .tabs li a {
	color: #FFFFFF;
	text-align:center;
	background-image:url(../img/interfaccia/labelFree.png);
	background-repeat:no-repeat;
	display: block;
	padding-top: 12px;
	width:141px;
	height:36px;
	/*background: #f0f0f0;*/
	/*border-color: #333;
	border-style: solid;
	border-width: 1px;*/
}
.tabbed-pane .pane {
	border: 1px solid #4B94B8;
	padding: 0px;
	clear: both;
	height: 100%;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#006699;
	position: absolute;
	clear: both;
	border: 1px solid #333;
	padding: 0px;
	width: 930px;
	top: 0;
	left: 0;
	background: white url(../images/ajax-loading.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height: 100%;
}
