﻿@charset "utf-8";
@import url(module10.css);
/*[定義站點頭腳和導航樣式]*/
/*頭部
-------------------------------------------------------*/
/* @Header Layout */
#headOuter {width:960px;margin:0px auto;font-size:12px;height:100px;overflow:auto;}
#headOuter #headLeft {float:left;width:190px;height:70px;text-align:center;}
#headOuter #headM1 {float:left;width:150px;height:70px;}
#headOuter #headM2 {float:left;width:500px;height:70px;overflow:hidden;text-align:center;}
#headOuter #headRight {float:left;padding-left:5px;width:115px;height:70px;text-align:left;overflow:hidden;}
#headOuter #headRight div {height:22px;line-height:22px;}
.hldiv {clear:both;height:22px;line-height:22px;padding:1px 0px 0px;overflow:hidden;}
.hlbtn {width:60px;float:left;border:1px solid;margin-right:4px;height:19px;line-height:19px;font-size:12px;}
#dvUserAcc {display: inline-block;width: 100px;}
/* @Header Layout End */
/* @Header MainFunction*/
#headLoginOuter {width:100%;overflow:auto;font-size:12px;}
/* @Header MainFunction End */

/*頻道
-------------------------------------------------------*/
/* Version 6 Navigation Bar >>>> */
#NaviBar {width:960px;margin:10px auto 0;background:#F5F8FB url(images/twpSearch_tabsBg.gif) top repeat-x;}
#NaviBar a:link{color:#039;text-decoration:none;}
#NaviBar a:visited{color:#969;text-decoration:none;}
#NaviBar a:hover{color:#f60;text-decoration:underline;}
#NaviBar ul {position:relative;margin:0;list-style-type:none;list-style-image:none;height:30px;margin-left:15px;}
#NaviBar #tooth1 li {float:left;vertical-align:middle;margin-right:2px;background:#f3f3df url(images/twpSearch_tabsLeft.gif) left top no-repeat;}
#NaviBar #tooth1 li a:link,#NaviBar #tooth1 li a:hover,#NaviBar #tooth1 li a:visited{display:block;margin-left:2px;width:auto;font:bold 15px/100% arial;color:#807f60;background:#D6E5EE url(images/twpSearch_tabsRight.gif) right top no-repeat!important;}
#tooth2 {border:1px solid #D6E5EE;height:30px;line-height:30px;border-top:0px;padding-top:5px;}
#tooth2 span {margin:2px 20px;font-size:15px;}
/*以padding設置每個一級頻道頁籤的寬度*/
#NaviBar #tooth1 li a:link,#NaviBar #tooth1 li a:hover,#NaviBar #tooth1 li a:visited{padding:7px 6px 5px;}
/*end*/
/*設置一級頻道焦點(new)及醒目(current)的屬性*/
#NaviBar #tooth1 li.new a {color:Red;}
#NaviBar #tooth1 li.current {height:30px;background:#cecd94 url(images/twpSearch_current_tabsLeft.gif) left top no-repeat;}
#NaviBar #tooth1 li.current a:link,#NaviBar #tooth1 li.current a:visited {font-weight:bold;text-decoration:none;color:#37361f!important;background:#cecd94 url(images/twpSearch_current_tabsRight.gif) right top no-repeat!important;}
#NaviBar #tooth1 li.current a:hover{text-decoration:underline;}
#tooth2 .current a {color:green;}
/*end*/

/*腳部
-------------------------------------------------------*/
/* @Footer Layout */
#Foot {width:960px;margin:0 auto;overflow:auto;height:300px;}
#Foot #FootText,#FootBanner {clear:both;overflow:auto;}
#Foot #FootBanner div {float:left;margin:10px 12px;}
#Foot #FootText {height:220px;}
#Foot #FootText div {height:20px;line-height:20px;}
#Foot #FootBanner {height:60px;}
#Foot #FootText #btnUpload {
background-image:url(images/nm01.gif);
width:68px;
border-style:none;
background-repeat:no-repeat;
height:19px;
line-height:19px;
padding:0px;
margin:0px;
border:0px;
}
/* @Footer Layout End */

/*表格風格1
-------------------------------------------------------*/
/* @Table1 Layout */
.tbstyle1 {
	border:1px solid #bfff80;
	width:100%;
	text-align:left;
}
.tbstyle1 th {
	background-color:#bfff80;
	padding:2px;
	font-weight:normal;
}
.tbstyle1 td {
	padding:5px;
}
/* @Table1 Layout End */
