/*
MorphTabs styles
*/

#morphTabs, #morphTabsAccordion {
	position:relative;
	width:100%;
	height:1400px;
	overflow:hidden;
}

#morphTabsAccordion {
	width:80%;
	height:1400px;
}

.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.morphtabs_title li {
	float: left;
	background-color: #0fa3bf;
	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.active {
	background-color: #0a6c7f;
}

.morphtabs_panelwrap {
	position: absolute;
	top:28px;
	overflow: hidden;
	width:100%;
	height:1372px;
}

.morphtabs_panel {
	/*position:absolute;
	top:28px;*/
	width:100%;
	height:1372px;
	display:none;
	overflow: auto;
	background-color: #ffffff;
	clear: both;
}

#morphTabsAccordion .morphtabs_panelwrap,  #morphTabsAccordion .morphtabs_panel {
	width:100%;
}

.morphtabs_panel.active {
	display: block;
}

.morpthtabs_panel p {
	margin-left:5px;
}

