/* Hyweb Technology Co., Ltd.c 2008All Rights Reserved.
   The following software licensing rules apply:
   http://www.hyweb.com.tw/ */


/* CSS Document */
div#container div.tabpanel{
	clear: both;
	width:95%;
	float:left; /* 解決firefox tab內的資料少於圖示高度外框會往上縮的問題 */
}

div#container div.tabpanel ul.tablist {
	margin: 0px;
	padding:5px 0 0 0px;
	list-style-type: none;
	
	
	
}
.center div#container li{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: 100%;
	color: #333333;
	margin:0 0 0 5px;
	display:block;
	padding:4px 8px 2px 0px;
	cursor: hand;
	

}



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;
  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: 100%;
	color: #CC3300;
	display:block;
	margin:0 0 0 5px;
	padding:4px 8px 2px 0px;
	font-weight: bold;
	cursor: hand;
}
div#container div.tabpanel li.selected2 {
	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: #FF0000;
}
div#container div.tabpanel li.selected2 span{
	text-align:center;
	background-image: url(../images/PanelsTab_Rightbg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 100%;
	color: #339900;
	display:block;
	margin:0 0 0 5px;
	padding:4px 8px 2px 0px;
	font-weight: bold;
	cursor: hand;
}
div#container div.tabpanel li.selected3 {
	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: #FF0000;
}
div#container div.tabpanel li.selected3 span{
	text-align:center;
	background-image: url(../images/PanelsTab_Rightbg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 100%;
	color: #3366FF;
	display:block;
	margin:0 0 0 5px;
	padding:4px 8px 2px 0px;
	font-weight: bold;
	cursor: hand;
}

div#container div.tabpanel div.tabpanel {
	clear: both;
	width:98%;
	margin:0 0 5px 0;
	padding:5px 5px 0px 5px;
	background:url(../images/tabpanel_border.gif) repeat-x 0px 0px;

}



/*-----------------------------------tab content setting-*/

div#container .list ul {
	margin: 5px 20px;
	background: url(none);
	list-style-type: none;
}
div#container .list li{
	line-height: 150%;
	list-style-type: none;
	border-bottom: 1px dashed #ccc;
	background: url(../images/arrow1.gif) no-repeat 0px 6px;
	padding-left: 15px;
}


