/*
MorphTabs styles
*/

.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 35px;
	
	position: absolute;
	z-index: 100;
}

.morphtabs_title li {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 0px;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	height: 35px;
	cursor: pointer;
}

.morphtabs_title li.shortTab {
	width: 100px;
	background-image: url(../images/tabShort_off.gif);
	background-repeat: no-repeat;
}
.morphtabs_title li.longTab {
	width: 160px;
	background-image: url(../images/tabLong_off.gif);
	background-repeat: no-repeat;
}

.morphtabs_title li.over {
	font-weight: normal;
}

.morphtabs_title li.shortTab.active {
	background-image:url(../images/tabShort_on.gif);
	background-repeat:no-repeat;
}
.morphtabs_title li.longTab.active {
	background-image:url(../images/tabLong_on.gif);
	background-repeat:no-repeat;
}

.morphtabs_panelwrap { 
	position: relative;	
	top: 34px;
	clear: both;
	overflow: hidden;
}

.morphtabs_panel {
	border-top: 1px solid #D0D0D0;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

.morpthtabs_panel p {
	margin-left:5px;
}
