/*
MorphTabs styles
*/

#morphTabs, #morphTabsAccordion {
	position:relative;
	width:604px;
	height:230px;
	overflow:hidden;
}

#morphTabsAccordion {
	width:604px;
	height:230px;
}

.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
	padding-top: 4px;
}

.morphtabs_title ul {
	padding-left: 0px;
}

.morphtabs_title li {
	float: left;
	background-image: url(images/tabtitlebg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #27537a;
	border-left: 1px solid #27537a;
	border-right: 1px solid #27537a;
	padding: 0px 8px 0px 8px;
	margin-right: 4px;
	cursor: pointer;
	color: #27537a;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 24px;
	margin-left: 1px;
}

.morphtabs_title a {
	text-decoration:none;
	color: #fff;
}

.morphtabs_title li.over {
/*	background-image: url(images/tabtitlebghover.gif);
	background-repeat: repeat-x;
	background-position: top left;*/
	background-image: none;
	background-color: #fff;
	color: #27537a;
}

.morphtabs_title li.active {
/*	background-image: url(images/tabtitlebghover.gif);
	background-repeat: repeat-x;
	background-position: top left;*/
	position: relative;
	background-image: none;
	background-color: #fff;
	color: #0091fe;
	z-index: 98;
	margin-left: 0px;
	border-top: 1px solid #0091fe;
	border-left: 1px solid #0091fe;
	border-right: 1px solid #0091fe;
}

.morphtabs_panelwrap {
	position: absolute;
	top:32px;
/*	overflow: hidden;*/
	width:604px;
	height:230px;
}

.morphtabs_panel {
	/*position:absolute;
	top:28px;*/
	background-image: url(images/tabsbg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #0091fe;
	width:604px;
	height:230px;
	display:none;
	overflow: auto;
	color: #000;
	z-index: 1;
	clear: both;
}

#morphTabsAccordion .morphtabs_panelwrap,  #morphTabsAccordion .morphtabs_panel {
	width:604px;
}

.morphtabs_panel.active {
	display: block;
}

.morpthtabs_panel p {
	padding: 10px;
}

