/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */
.rgtabs-wrapper {
  	overflow: hidden;
  	clear: both;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  	padding: 20px 0;
  	background: url(spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu {
	width: auto;
	height: 21px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
  	list-style: none;
	font-size: 100%;
}

/* Tab-Menu li */
.rgtabs-menu li, #left .rgtabs-menu li {
	width: 90px;
	height: 21px;
	float: left;
	margin-right: 1px;
	background: #3869A3;
	cursor: pointer;
	text-align: left;
	font-size: 70%;
}

/* Tab-Menu li.a */
.rgtabs-menu li a, #left .rgtabs-menu li a {
	width: 80px;
	height: 21px;
	float: left;
	padding: 0px 8px;
	line-height: 21px;
	color: #FFF;
	text-decoration: none;
	outline: 0;
}

/* Selected Tab */
#left .rgtabs-menu li.rgtabs-selected, .rgtabs-menu li.rgtabs-selected {
	background: #DFE9F3;
}

#left .rgtabs-menu li.rgtabs-selected a, .rgtabs-menu li.rgtabs-selected a {
	color: #000;
}

.rgtabs-wrapper {
	/*background: #E8E8E8 url(../images/rgtabs-wrapper.jpg) repeat-x left top scroll;*/
	background: #DFE9F3;
}
.rgtabs-container {
	height: 70px;
	padding: 8px 8px;
}

.rgtabs-wrapper .rgtabs-container p.bodytext {
	margin: 0px;
	font-size: 70%;
	color: #666;
}
.rgtabs-wrapper .rgtabs-container a:link, .rgtabs-wrapper .rgtabs-container a:visited, .rgtabs-wrapper .rgtabs-container a:hover {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
.rgtabs-wrapper .rgtabs-container a:hover {
	color: #000;
	text-decoration: none;
}



/************** DIV contenitore dei contenuti testo e testo+immagine **************/
.rgtabs-container .content_object_container {
	padding: 0px !important;
	margin: 0px !important;
	border-bottom: 0px !important;
}

