/*
MorphTabs styles
*/

#morphTabs, #morphTabsAccordion {
	position: relative;
	width: 950px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto;
}

#morphTabsAccordion {
	width: 950px;
	height: 600px;
}

.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	height: 24px;
}

.morphtabs_title li {
	float: left;
	background-color: #3975BD;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.morphtabs_title a {
	text-decoration:none;
	color: #fff;
}

.morphtabs_title li.over {
	font-weight: bold;
}

.morphtabs_title li.active {
	background-color: #49A8EC;
}

.morphtabs_panelwrap {
	position: relative;
	overflow: hidden;
	width: 950px;
	height: 600px;
}

.morphtabs_panel {
	width: 950px;
	height: 600px;
	display: none;
	overflow: auto;
	color: #333;
}

#morphTabsAccordion .morphtabs_panelwrap,  #morphTabsAccordion .morphtabs_panel {
	width: 100%;
}

.morphtabs_panel.active {
	display: block;
}


/* PANNELLO ORGANIGRAMMA SOCIETA' */

#morphTabs1, #morphTabsAccordion1 {
	position: relative;
	width: 595px;
	height: 230px;
	overflow: hidden;
}

#morphTabsAccordion1 {
	width: 595px;
	height: 230px;
}

.morphtabs1_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	height: 24px;
}

.morphtabs1_title li {
	float: left;
	background-color: #B30800;
	padding: 0 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #FFF;
	font-family: Tahoma, Geneva, FreeSans, sans-serif;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
}

.morphtabs1_title a {
	text-decoration: none;
	color: #FFF;
}

.morphtabs1_title li.active {
	background-color: #DA1911;
}

.morphtabs1_title li.over {
	background-color: #C61008;
}

.morphtabs1_panelwrap {
	position: relative;
	overflow: hidden;
	width: 595px;
	height: 230px;
	margin: 0;
	padding: 0;
}

.morphtabs1_panel {
	width: 595px;
	height: 270px;
	display: none;
	overflow: hidden;
	background: url(../images/bg-organigramma-societa.jpg) ;
}

#morphTabsAccordion1 .morphtabs1_panelwrap,  #morphTabsAccordion1 .morphtabs1_panel {
	width: 100%;
}

.morphtabs1_panel.active {
	display: block;
}

/* PANNELLO ROSA PRIMA SQUADRA SOCIETA' */

#morphTabs2, #morphTabsAccordion2 {
	position: relative;
	width: 595px;
	height: 230px;
	overflow: hidden;
}

#morphTabsAccordion2 {
	width: 595px;
	height: 230px;
}

.morphtabs2_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	height: 24px;
}

.morphtabs2_title li {
	float: left;
	background-color: #999;
	padding: 0 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #333;
	font-family: Tahoma, Geneva, FreeSans, sans-serif;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
}

.morphtabs2_title a {
	text-decoration: none;
	color: #333;
}

.morphtabs2_title li.active {
	background-color: #CCC;
}

.morphtabs2_title li.over {
	background-color: #AAA;
}

.morphtabs2_panelwrap {
	position: relative;
	overflow: hidden;
	width: 595px;
	height: 230px;
}

.morphtabs2_panel {
	width: 595px;
	height: 230px;
	display: none;
	overflow: hidden;
	background: url(../images/bg-primasquadra-societa.jpg) no-repeat;
}

#morphTabsAccordion2 .morphtabs2_panelwrap,  #morphTabsAccordion2 .morphtabs2_panel {
	width: 100%;
}

.morphtabs2_panel.active {
	display: block;
}

/* PAGINA SQUADRA LA ROSA */

#morphTabs3, #morphTabsAccordion3 {
	position: relative;
	width: 629px;
	height: 550px;
	overflow: hidden;
}

#morphTabsAccordion3 {
	width: 640px;
	height: 550px;
}

.morphtabs3_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	height: 24px;
}

.morphtabs3_title li {
	float: left;
	background-color: #B30800;
	padding: 0 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #FFF;
	font-family: Tahoma, Geneva, FreeSans, sans-serif;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
}

.morphtabs3_title a {
	text-decoration: none;
	color: #FFF;
}

.morphtabs3_title li.active {
	background-color: #DA1911;
}

.morphtabs3_title li.over {
	background-color: #C61008;
}

.morphtabs3_panelwrap {
	position: relative;
	overflow: hidden;
	width: 629px;
	height: 550px;
}

.morphtabs3_panel {
	width: 629px;
	height: 550px;
	display: none;
	overflow: hidden;
	border-top: 4px solid #DA1911;
}

#morphTabsAccordion3 .morphtabs3_panelwrap,  #morphTabsAccordion3 .morphtabs3_panel {
	width: 100%;
}

.morphtabs3_panel.active {
	display: block;
}