

.ui-tabs { 
	position: relative; 
	padding: 0 zoom: 1; 
}

.ui-tabs .ui-tabs-nav {
	margin:0 auto;
	width:1000px;
	margin: 0; 
	padding: 0;
	font-family: 'PT Serif', serif;
	font-style: italic;
}

.ui-tabs .ui-tabs-nav li {
	float: left;
	border-bottom: 0 !important;
	padding-top: 0px; 
	width:333px;
	height:55px;
	font-size:40px;
	font-family: 'PT Serif', serif;
	font-style: italic;
	text-align:center;
	list-style: none;

}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	width:333px;
	height:55px;
	font-size:40px;
	font-family: 'PT Serif', serif;
	font-style: italic;
	padding-top: 0px; 
	text-align:center;
	text-decoration: none; 
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
	margin-bottom: 0; 
	padding-bottom: 0; 
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
 	cursor: pointer; 
}

.ui-tabs .ui-tabs-panel { 
	display: block; 
	border-width: 0;
	width:999px;
	background: rgb(255,255,255);

}

.ui-tabs .ui-tabs-hide { 
	display: none !important; 
}




/* Interaction states
----------------------------------*/
.ui-state-default { 
	background: rgb(49,9,86);
	font-weight: normal; 
	color: #ffffff;
	border-top:5px solid #310956;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #ffffff;
	text-decoration: none; 
}

.ui-state-hover {
	background: rgb(255,255,255);
	font-weight: normal;
	color: #f00e88310956;
	border-top:5px solid #ee0ab2;
}

.ui-state-hover a, .ui-state-hover a:hover {
	color: #310956;
	text-decoration: none;
}

.ui-state-active{
	background: rgb(255,255,255);
	font-weight: normal; 
	color: #310956;
	border-top:5px solid #ee0ab2;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #310956;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}
.ui-helper-reset {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}

* html .ui-helper-clearfix {
	height:1%;
}
.ui-helper-clearfix {
	display:block;
}