@charset "utf-8";
/* CSS Document */

/*------------ 中間頁籤選單----------------------------------------*/
div#container {
	margin-top: 10px;
	padding: 0px;
}
div#container div.tabpane2{
	clear: both;
	width:100%;
	float:left;
}
div#container div.tabpane2 ul.tablist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: none;
	/*border-bottom: 1px solid #275896;*/
	height: 27px;
}
.headline div#container div.tabpane2 ul.tablist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: none;
}
div#container div.tabpane2 li.tab {
	background-image: url(../images/PanelsTab_Leftbg3_3.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	float: left;
	display:block;
	padding:0 0 0 13px;	
	margin:0 0 0 1px;
	border:0px none;
	font-weight: normal;
}
div#container div.tabpane2 li.tab span{
	text-align:center;
	background-image: url(../images/PanelsTab_Rightbg3_3.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 100%;
	color: #333;
	margin:0;
	display:block;
	padding:5px 20px 3px 6px;
	cursor: hand;
	font-family: "新細明體";
	font-weight: bold;
}
div#container div.tabpane2 li.selected {
  background-image: url(../images/PanelsTab_Leftbg3.gif);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  display:block;
  margin:0 0 0 0px;
  padding:0px 0 0px 13px;
  border-bottom: 0px none;
  color: black;
}
div#container div.tabpane2 li.selected span{
	text-align:center;
	background-image: url(../images/PanelsTab_Rightbg3.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 100%;
	color: #FFFFFF;
	display:block;
	margin:0 0 0 1px;
	padding:5px 20px 3px 6px;
	cursor: hand;
}
div#container div.tabpane2 div.tabpane2 {
	clear: both;
	width:100%;
	background-color: #FFFFFF;
	/*background-image: url(../images/ajax_bodybg.gif);
	background-repeat: repeat-x;
	background-position: 0px top;*/
	margin:0;
}
.contentPage #container #tabpanel_1 #tablist_2 #ntab_1 #sntab_1 img {
	margin: 0 5px -2px 0;
}
.contentPage #container #tabpanel_1 #tablist_2 #ntab_2 #sntab_2 img {
	margin: 0 5px -2px 0;
}
.contentPage #container #tabpanel_1 #tablist_2 #ntab_3 #sntab_3 img {
	margin: 0 5px -2px 0;
}
.contentPage #container #tabpanel_1 #tablist_2 #ntab_4 #sntab_4 img {
	margin: 0 5px -2px 0;
}

/*
div#container div.tabpanel div.tabpanel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#container div.tabpanel div.tabpanel h3 {
  margin: 0;
  padding: 0;
  margin-bottom: .25em;
}
*/
