/* CSS Document */
div#container div.tabpanel {
	/* 解決firefox tab內的資料少於圖示高度外框會往上縮的問題 */
	margin:0px 0 0 15px;
	*margin:0px 0 0 5px;

}
div#container div.tabpanel ul.tablist {
	list-style-type: none;
	background-image: none;
	margin:0;
	padding:0;
	font-size: 120%;
	
}
div#container div.tabpanel li.tab {
	background-image: url(../images/PanelsTabbg.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
	float:left;
	margin:0px 2px 0 0px;
	padding:9px 0px 6px 0px;
	*padding:9px 0px 5px 0px;
	font-weight: normal;
	width:150px;
	text-align:center;
	position: relative;
	z-index: 99;
}
div#container div.tabpanel li.tab span {
	
	color: #010000;
	margin:0;
	cursor: hand;
	
	
	
}
div#container div.tabpanel li.selected {
	background-image: url(../images/PanelsTabokbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float:left;
	margin:0px 2px 0px 0px;
	padding:9px 0px 5px 0px;
	font-weight: normal;
	width:150px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFffff;
		
}
div#container div.tabpanel li.selected span {
	color: #010000;
	margin:0;
	cursor: hand;
	
}

div#container div.tabpanel div.tabpanel {
	clear: both;
	background-image: url(../images/tabmenubg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin:-1px 0 0 0;
	padding:6px 0 0 0;
	width:776px;
	position: relative;
	z-index: 97;
	
}
/*-*/
.leftbgphoto {
	clear: both;
	background-image: url(../images/tabmenubgleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0px;
	padding:0;
	width:776px;
	overflow: hidden;
	
}

.leftbgphoto .more {
	text-align: right;
	
}
.leftbgphoto h2 {
	font-size: 120%;
	color: #009999;
	background-image: none;
}

