
/* group of tabs */
#tabSet {
	 
}

#tabSet a {
border-bottom: none;
}
/*These styles locally neutralize the main column link styling*/
#tabSet a:hover {
border-bottom: none;
}

#tabSet2 {
	 margin-top: 20px;
}

#tabSet2 a {
border-bottom: none;
}
/*These styles locally neutralize the main column link styling*/
#tabSet2 a:hover {
border-bottom: none;
}

/* 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 {
font-size: 1.2em;
padding: 0;
margin: 0 5px 0 0;
float: left;
}

/* style link inside tab */
.ui-tabs-nav a {
font-weight: bold;
color: #008fc5;
text-decoration: none;
display: block;
padding: 5px 10px 3px 10px;
border: 1px solid #999;
border-bottom: none;
background-color: #d3e5f5;
}


/* link style for selected tab */
.ui-tabs-selected a {
color: #000;
background: #fff;
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 {
clear: left;
border: 1px solid #999;
margin: 0;
padding: 10px;
background: #fff;
width: 430px;
}
