.tabwidth {
	padding: 0px 10px 0px 10px;
}
.tabwidth legend {
	color: #F2F2F2;
}
.tabwidth #banner {
	
	height: 80px;
}

.panel {
	clear: both;
	display: none;
	
	padding: 1em;
}

.tabwidth fieldset {
	padding: 2em;
}

.active-tab-body { 
    display: block;
	background: #f68342 url('/sites/common/images/tabber-bottom.gif') no-repeat;
	background-position: bottom;
}
.bar {
	padding: 5px;
	
}

#tabs {
	width: 100%;
	list-style: none;
}

#tabs li {
	float: left;
	width: 33%;
}

#tabs li > span {
	
	margin-right: 2px;
	display: block;
}

#tabs li.first > span {
	margin-right: 0px;
}

#tabs a {
	display: block;
	
	background: #e7bc92 url('/sites/2/images/tabber-left-seloff.gif') top left no-repeat;
	color: #000;
	
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
#tabs li a span {
	padding: 4px;
	display: block;
	background: url('/sites/2/images/tabber-right-seloff.gif') top right no-repeat;
	text-decoration: none;
	
	text-align: center;
}	
#tabs li.first {
	float: right;
	width: 33%;
}
#tabs li.first a {
	margin-left: 0px;
}

#tabs a.active-tab, #tabs a:hover {
	background: #f68342 url('/sites/2/images/tabber-left-sel.gif') top left no-repeat;
	
	color: #FFF;
}
#tabs a.active-tab span, #tabs a:hover span {
	background: url('/sites/2/images/tabber-right-sel.gif') top right no-repeat;
	
	color: #FFF;
}
#tabs a:hover {
	text-decoration: underline;
}

.tabwidth mainmenu {
	background: #FFF;
}