/* CSS Document */
div#container div.tabpanel{
	clear: both;
	width:94%;
	float:left; /* 解決firefox tab內的資料少於圖示高度外框會往上縮的問題 */
	margin-left: 20px;
	_margin-left: 10px;
}


div#container div.tabpanel ul.tablist {
	margin: 0px;
	padding:2px 0 0 5px;
	list-style-type: none;
	background-image: none;
}

div#container div.tabpanel li.tab {
	background-image: url(../images/PanelsTab_Leftbg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	float: left;
	display:block;
	padding:0px 0 0px 5px;	
	margin:0 0 0 2px;
	border:0px none;
	font-weight: normal;
}
div#container div.tabpanel li.tab span{
	text-align:center;
	background-image: url(../images/PanelsTab_Rightbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 13px;
	color: #996633;
	display:block;
	cursor: hand;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 0px;
	_padding:12px 8px 2px 0px;
}



div#container div.tabpanel li.selected {
  background-image: url(../images/PanelsTab_Leftbg2.gif);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  display:block;
  margin:0 0 0 2px;
  padding:0px 0 0px 5px;
  border-bottom: 0px none;
  color: black;
}
div#container div.tabpanel li.selected span{
	text-align:center;
	background-image: url(../images/PanelsTab_Rightbg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 13px;
	color: #CC3300;
	display:block;
	margin:0 0 0 5px;
	padding:9px 8px 6px 0px;
	_padding:10px 8px 4px 0px;
	font-weight: bold;
	cursor: hand;
}


div#container div.tabpanel div.tabpanel {
	clear: both;
	width:98%;
	background-color: #FFFFFF;
	background-image: url(../images/ajax_bodybg.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*
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;
}
*/


