.tab_off {
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	height: 21px;
	text-align: center;
	padding-top: 6px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #999999;
	font-size: .8em;
	background-color: #007F7B;
}
.tab_off:hover {
	text-decoration: none;
	cursor: pointer;
}
#tab_bar a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tab_bar a:hover {
	cursor: pointer;
}

.tab_sep {
	float: left;
	width: 5px;
	height: 28px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}
.tabbed_content {
	width: 100%;
	display: block;
	padding-top: 24px;
	padding-bottom: 12px;
}
.tab_on {
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	height: 22px;
	text-align: center;
	padding-top: 6px;
	color: #007F7B;
	text-decoration: none;
	font-size: .8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
