li
{
	display: inline;
	padding: 0;
	margin: 0;
}

ul
{
	text-align: left;
	padding: 0;
	margin: 0;
}

.tabs
{
	margin:0px;
}

.ui-tabs-nav a
{
	/*
		In general, style all links in the tab navigation area.
		In practice, this allows us to differentiate between active tabs
		and inactive tabs
	*/
	font-family:Times New Roman, 新細明體, Arial Unicode MS, 標楷體;
	font-size:14px;
/*	color:#b79b7b;*/
	color: #CC6600;
/*	color: #FFFFFF;*/
/*	background-color: #cccccc; */
/*	background-color: #CC6600; */

/*	border: thin solid #666666;*/
	font-weight: 100;
	padding: 3px;
	border-bottom: 0; /* Make an unselected tab appear to float above the panel slightly */
}

.ui-tabs-nav
{
	/*
		A margin at the bottom allows us to put padding at the bottom
		of the tab headers
	*/
	margin-bottom: 5px;
}

.ui-tabs-selected
{
/*	background-color:#CC6600;*/
}

.ui-tabs-unselect
{

}

.ui-tabs-selected a
{
	/*
		Style the selected tab header link (which overwrites the 'ui-tabs-nav a'
		style)
	*/
	font-family:Times New Roman, 新細明體, Arial Unicode MS, 標楷體;
/*	border: thin solid #ffffff;*/
	background-color:#CC9933;	
/*	background-color:#f6edcc;*/
/*	background:none;*/
	font-size:16px;
	color:#ffffff;	
/*	color:#663333;	*/
	padding: 1px;
	text-decoration:none;
	font-weight:100;
/*	border-bottom-color:#f6edcc;
	border-bottom:solid;
	border-bottom-width:1px;*/
/*	border-top-color:#f6edcc;
	border-top:solid;
	border-top-width:1px;
	border-right-color:#f6edcc;
	border-right:solid;
	border-right-width:1px;
	border-left-color:#f6edcc;
	border-left:solid;
	border-left-width:1px;
	border-bottom:none;*/
	
}

.ui-tabs-disabled
{
}

.ui-tabs-panel
{
	padding: 5px;
/*	border: thin solid #ff0000; 
	border-bottom: thin solid #ff0000;
	border-top: thin solid #ff0000;*/
}

.ui-tabs-hide
{
	display: none;
}