/*- Menu Tabs F--------------------------- */
#tabsC
	{
		/*如果分頁要放置在頁面任意處,則以下三行勿省略*/
		padding:0px 0px 0px 1px;
		margin:20px;
		width:92%;
		/*若分頁是獨立頁面,可以自訂 tabsC 的 padding 值，並加clear屬性*/
		/*clear:both*/
		/*padding:12px;*/
		border-left:#666 0px solid;
		border-right:#666 0px solid;
		border-bottom:#666 1px solid;
		font-size: 12px;
		/* background-color: #FFF; */
	}

	#tabsC td
	{
		color:#333333;
		width: 130px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:13px;
		line-height:23px;
	}
	
	.sld_chkbox {
		text-align: center;
		font-size:12px;
		font-weight: bold;
		padding:2px 5px;
		background-color: #FFD;
	}

	#tabsC table
	{
		/* background:url(/images/tbl_bg.jpg); */
		/*background-color: #FFC;*/
	}

	
#tabsF
	{
		float:left;
		width:90%;
		margin:20px 20px 0px 20px;
		padding:0px 0px 0px 1em;
		font-size:13px;
		line-height:normal;
		border-left:#FFF 0px solid;
		border-right:#FFF 0px solid;
		border-bottom:0px solid #666;
		background:url(/images/tabBG.gif) repeat-x left bottom;
		/*float:none;*/
    }

#tabsF ul
	{
		margin:0;
		padding:10px 10px 0px 6px;
		list-style:none;
    }

#tabsF li
	{
	display:inline;
	margin:0;
	padding:0;
	}

#tabsF a
	{
	float:left;
	background:url("/images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0px 0px 0px 4px;
	text-decoration:none;
	border-bottom:1px solid #666;
	}

#tabsF a span
	{
	float:left;
	display:block;
	background:url("/images/tabrightF.gif") no-repeat right top;
	padding:9px 12px 5px 4px;
	color:#666;
	}

#tabsF span
	{
	float:left;
	background:url("/images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:4px 0 0 4px;
	text-decoration:none;
	}

#tabsF span span
	{
	float:left;
	display:block;
	background:url("/images/tabrightF.gif") no-repeat right top;
	padding:9px 15px 5px 6px;
	color:#666;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/

	#tabsF a span {float:none;}
	/* End IE5-Mac hack */
	#tabsF a:hover span {
      		color:#000;
			/*font-weight: bold;*/
		}
#tabsF a:hover
	{
	/*
	background-position:0% -42px;
	*/
	}

#tabsF a:hover span
	{
	/*
	background-position:100% -42px;
	*/
	}

	#tabsF #current a
		{                
			background-position:0% -42px;
      		border-bottom:1px solid #FFF;
            color: red;
			font-weight: bold;	
        }
	#tabsF #current a span
		{
            background-position:100% -42px;
            color: red;
			font-weight: bold;			
        }
	#tabsF #current span span
		{
            background-position:100% -42px;
      		border-bottom:1px solid #FFF;
            color: red;
			font-weight: bold;	
		}
