
.ui-widget-header a {
	border-bottom-width: 0 !important; 
}

.ui-widget-content {
	border-width: 0;
	background: none;
}

.ui-widget-header {
	font-family: "Arial Narrow", Arial, Univers, Helvetica, "Gill Sans", "Liberation Sans", "Myriad Pro", sans-serif;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-color: #388158;
}

.ui-widget-content .ui-state-default {
	border-width: 0;
}

.ui-widget-content .ui-state-active {
	border: 1px solid #388158;
	border-bottom-width: 0;
	font-weight: bold;
}

.ui-state-active a, 
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #224e35;
}

/* tabs */

.ui-tabs .ui-widget-header {
	background: none;
}

.ui-tabs .ui-tabs-nav {
	margin-bottom: 1em;
}

.ui-tabs .ui-tabs-panel {
	padding: 0;
}
