/*
MorphTabs styles
*/

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

.morphtabs_title li {
	float: left;
	background-image: url(../img/tab_title.gif);
	padding: 1px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	width: 170px;
	line-height: 27px;
}

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

.morphtabs_title li.active {
	background-image: url(../img/tab_title_a.gif);
}

.morphtabs_panelwrap { 
	position: relative;	

	clear: both;

}

.morphtabs_panel {

	background-color: #c9ebeb;
	color: #000;
	height: auto;
	
	overflow: scroll;
	
}

.morpthtabs_panel p {
	margin-left:5px;
}
