.ui-widget-header  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #45A022;
	border-right-color: #45A022;
	border-bottom-color: #75787a;
	border-left-color: #45A022;
}

.ui-tabs .ui-tabs-panel  {

padding:0em;
}

.ui-tabs-nav li {
	font-size:0.75em;
	font-weight:bold;
	width:154px;
}
.ui-tabs-nav li a, .ui-tabs-nav li a:active, .ui-tabs-nav li a:link {
	display: block;
	width:154px;
	padding: 0.5em 0em;
	text-align: center;
}

.ui-tabs .ui-tabs-nav li a { 
	float: left;
	padding: 0,2em 1em; 
	text-decoration: none; 
}

.ui-widget-content a {
color:#67870d;
}
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #75787a url(images/ui-bg_flat_65_67870d_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #FFF; }

.ui-widget-content .ui-state-active a {color: #FFF;}
