
#bhead {
	font: 13.25px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #777;

	
}

/* group of tabs */
#tabSet {
	 
}

/* style for hiding panels */
.ui-tabs-hide {
	display: none;
}

/* for ul holding tab li elements */
.ui-tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
  zoom: 1;
}

/* tabs */
.ui-tabs-nav li {
	padding: 0;
	margin: 0 3px 0 0;
	font-size: 12px;
	float: left;
}

/* style link inside tab */
.ui-tabs-nav a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #888;
  	text-decoration: none;
 	display: block;
  	padding: 8px 15px 5.5px 15px;
	border: 1px solid #BFBFBF;
	border-bottom: none;
	letter-spacing: 2px
}

/* link style for hover on a tab */
.ui-tabs-nav a:hover {
	background:  #FFFFFF;
	font-weight: bold;
	color: #F57F20;
}


/* link style for selected tab */
.ui-tabs-selected a {
  	color: #660066;
 	background: #FFF;
	font-weight: bold;
	position: relative; /*position to overlap panel to remove border line between panel and tab */
	top: 1px;
	
}


/* remove outline around link of selected tab */
.ui-tabs-nav a:focus {
  outline: none;
}

/*panel style*/
.ui-tabs-panel  { background: #FFF; margin: 0; padding: 15px 15px 45px 46px; width: 687px; height: 715px; clear: left; border: solid 1px #BFBFBF }


