﻿@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
	color: #999999;
}

.TabbedPanelsTabGroup {
	padding: 0px;
	background-image: url(images/tabbg-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

.TabbedPanelsTab { /*標籤形式設定*/
	position: relative;
	list-style: none;





	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 80%;
	background-image: url(img/bg/inMainB2-div3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 23px;
	color:#FFFFFF;
	top: 1px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	letter-spacing: 1px;
}

.tab_underline {background-image: url(images/tabbg-line.gif);background-repeat: repeat-x;background-position: bottom;}

.TabbedPanelsTabHover {
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(img/bg/inMainB1-div3.gif);
	background-position: bottom;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-size: 93%;
	background-repeat: repeat-x;
}
.TabbedPanelsTab:hover {
	background-image: url(img/bg/inMainB1-div3.gif);
	
}
.TabbedPanelsTabSelected {
	background-image: url(img/bg/inMainB1-div3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height:21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	bottom:1px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	vertical-align: middle;
	font-size: 93%;
	letter-spacing: 1px;
}

.TabbedPanelsTab a {
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 2px;
}


.TabbedPanelsContentGroup { /*內容顯示外框設定*/
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.TabbedPanelsContent {padding: 0px;	}
.TabbedPanelsContentVisible {}
