/* ----------------------------------------------------------------------------------------------------------------*/
div#container .tabbg { 
    clear:both;
    background:url(../images/librarybg.gif) no-repeat right top;
	width:99%;
	display:block;
	margin:0;
	float:left;
	*float:;
	padding-right:5px;
	
}
div#container .tabbg .title { 
    background: url(../images/librarybg.gif) no-repeat left top;
	text-indent:-9999px;
	width:110px;
	display:block;
	height:32px;
	float:left;
	
}
div#container .tabbg2 { 
    background:url(../images/librarybg2.gif) no-repeat right top;
	width:99.5%;
	display:block;
	float:left;
	margin:0;
	padding-right:5px;
	
}
div#container .tabbg2 .title { 
    background: url(../images/librarybg2.gif) no-repeat left top;
	text-indent:-9999px;
	width:120px;
	display:block;
	height:32px;
	float:left;
	
}
div#container div.tabpanel{
	float:left; /* 解決firefox tab內的資料少於圖示高度外框會往上縮的問題 */
	margin:10px 0 0 0;
	*margin:10px 0 0 0;
	padding:0 0 0 0;
	width:99.5%;
	display:block;
	
}
div#container div.tabpanel ul.tablist {
	margin: 0px 0 0 0;
	padding:0px 0 0 0;
	list-style-type: none;

	
	
}

div#container div.tabpanel li.tab {
	background-image: url(../images/tab2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	float: left;
	display:block;
	padding:0px 0 0px 0px;	
	margin:0 0 0 0px;
	font-weight: normal;
}
div#container div.tabpanel li.tab span{
	text-align:center;
	background-image: url(../images/tab2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size:82%;
	color: #fff;
	margin:0 0 0 0px;
	display:block;
	width:70px;
	line-height:30px;
	padding:0 2px 0 0;
	cursor: pointer;
	letter-spacing:2px;	
}



div#container div.tabpanel li.selected {
  background-image: url(../images/tab.gif);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  display:block;
  margin:6px 0 0 0px;
  padding:0px 0 0px 2px;
  border:  none;
  color: black;
}
div#container div.tabpanel li.selected span{
	text-align:center;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: ;
	color: #222;
	display:block;
	margin:0 0 0 2px;
	line-height:21px;
	padding:0 2px 8px 0;
	cursor: pointer;
	letter-spacing:2px;	
}


div#container div.tabpanel div.tabpanel {
	clear: both;
	background-color: #FFFFFF;
	margin:0px 0 0 0;
	padding:0;
}

/* -----------------------------------------左方樹狀瀏覽視覺化瀏覽-----------------------------------------------------------------------*/
div#container div.tabpane2{
	clear: both;
	width:98%;
	float:left; /* 解決firefox tab內的資料少於圖示高度外框會往上縮的問題 */
	margin:10px 0 5px 0px;
	*margin:10px 0 5px 0px;
	background: #333;
}


div#container div.tabpane2 ul.tablist {
	margin: 0px;
	padding:2px 0 0 0px;
	list-style-type: none;
	background: none;
}

div#container div.tabpane2 li.tab {
	background-image: url(../images/tab2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	float: left;
	display:block;
	padding:0 0 0 3px;	
	margin:0 0 0 0px;
	font-weight: normal;
	text-align:center;
}
div#container div.tabpane2 li.tab span{
	text-align:center;
	background-image: url(../images/tab2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: ;
	color: #fff;
	margin:0 0 0 0px;
	display:block;
	line-height:33px;
	padding:0 3px 0 3px;
	cursor: pointer;	
	border-right:1px solid #fff;
	text-align:center;
}

div#container div.tabpane2 #sntab_2 {
    border-right:none;
}

div#container div.tabpane2 li.selected {
  background-image: url(../images/tab.gif);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  display:block;
  margin:0 0 0 0px;
  padding:0 0px 0 3px;
  text-align:center;
  border:  none;
  color: black;
}
div#container div.tabpane2 li.selected span{
	text-align:center;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: ;
	color: #fff;
	display:block;
	margin:0 0 0 0px;
	line-height:33px;
	padding:0 3px 0 3px;
	font-weight: bold;
	cursor: pointer;
	text-align:center;
}


div#container div.tabpane2 div.tabpanel {
	clear: both;
	width:100%;
	background-color: #FFFFFF;
	margin:0px 0 0 0;
	padding:0;
}
/* ------------------------------------------右方----------------------------------------------------------------------*/
div#container2 div.tabpanel{
	clear: both;
	width:100%;
	float:left; /* 解決firefox tab內的資料少於圖示高度外框會往上縮的問題 */
	margin:3px 0 0 -3px;
	*margin:3px 0 0 0px;
	background: #333;
	display:block;
}


div#container2 div.tabpanel .tablist {
	margin: 0px;
	padding:2px 0 0 0px;
	list-style-type: none;
	width:100%;
	display:block;
}

div#container2 div.tabpanel li.tab {
	background-image: url(../images/tab2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	float: left;
	display:block;
	padding:0px 0 0px 2px;	
	margin:0 0 0 0px;
	font-weight: normal;
}
div#container2 div.tabpanel li.tab span{
	text-align:center;
	background-image: url(../images/tab2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: ;
	color: #fff;
	margin:0 0 0 2px;
	display:block;
	line-height:33px;
	padding:0 4px 0 0;
	cursor: pointer;	
	border-right:1px solid #fff;
}



div#container2 div.tabpanel li.selected {
  background-image: url(../images/tab.gif);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  display:block;
  margin:0 0 0 0px;
  padding:0px 0 0px 2px;
  border:  none;
  color: black;
}
div#container2 div.tabpanel li.selected span{
	text-align:center;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: ;
	color: #fff;
	display:block;
	margin:0 0 0 2px;
	line-height:33px;
	padding:0 4px 0 0;
	font-weight: bold;
	cursor: pointer;
}


div#container2 div.tabpanel div.tabpanel {
	clear: both;
	width:100%;
	background-color: #FFFFFF;
	margin:0px 0 0 0;
	padding:0;
}

/* 
