 /*
MorphTabs styles
*/

.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.morphtabs_title li {
	float: left;
	background-color: #999999;
	padding: 0px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	list-style: none;
	border:solid #000;
	border-width:1px;
		z-index: 15;

}

.morphtabs_title li.over {
	font-weight: bold;
}

.morphtabs_title li.active {
	background-color: #f1edee;
	color: #b82025;
}

.morphtabs_panelwrap { 
	position: relative;	
	top: 0px;
	margin-top:20px;
	clear: both;
	overflow: hidden;
	width:940px;
}

.morphtabs_panel {
	background-color: #f1edee;
	color: #000;
	border:solid #000;
	border-width:3px;
}

.morpthtabs_panel p {
	margin-left:5px;
}
     