.etabs { 
margin: 0; 
padding: 0; 
}

.tab {
	display: inline-block;
	width: 158px;
}
/* 非使用中的頁籤 */
.tab a {
	border-radius: 5px 5px 0px 0px;
	display: block;
	border: 1px solid #999999;
	background: #EAEAEA;
	height: 18px;
	text-align: center;
	padding: 3px;
	border-bottom-width: 1px;
}
/* 滑鼠移過時的頁籤 */
.tab a:hover {
	border-radius: 5px 5px 0px 0px;
	display: block;
	background: #FFFFCC;
	height: 18px;
	text-align: center;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-width: 0px;
}

.tab.active { 

}
/* 使用中的頁籤 */
.tab a.active {
	border-radius: 5px 5px 0px 0px;
	font-weight: normal;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #FFFFCE;
	border-left-color: #999999;
	background-image: url(tab_scroll.png);
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom: 1px solid #EAEAEA;
}

.tab-container .panel-container { 
}
