﻿body {
	margin: 0px;	
	font-size: 12px;
	color: #6b6b6b;	
}
form, ul, li, div, img, p {   /*20080401 rita modify : form, ul, li, div, img, p, table {  */	
	margin: 0px;	
	padding: 0px;	
	border: 0px;	
}
/*20080401 rita add */
td {	
	font-size: 12px;	
}
li {
	list-style-type: none;
	list-style-image: none;
}
.garyhead {
	font-size: 12px;
	color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #58AFD5;
	text-align: left;
	text-indent: 5px;
}

input, select {
	font-size: 12px;
}
table{
	margin: 0px;		/*20080401 rita add */	
	padding: 0px;		/*20080401 rita add */	
	border-collapse: collapse;
	font-size: 12px;	/*20080401 rita add */	
}
/*未特別設定的文字連結顏色*/
a:link, a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
	
/*global外層*/
#global910 {
	width: 900px;
	height: 24px;
	margin: 10px auto 0px auto;
	padding-left: 10px;
}
/*global寬度*/
 #global{
	background: #FFFFFF;
	width: 195px;
	height: 24px;
	float: right;
}
/*global左圓角*/
.global_l {
	float: left;
}
/*global右圓角*/
.global_r {
	float: right;
}
/*global文字位置*/
.global_txt {
	float: left;
	padding: 5px 0px 0px 12px;
}
#global li {
	display: inline;
}
/*global虛線*/
.g_line {
	margin: 0px auto 0px auto;
	padding: 0px 5px 0px 5px;
}
/*global連結設定*/
.global_txt a:link, .global_txt a:visited {
	color: #377d99;
	text-decoration: none;
}
.global_txt a:hover {
	color: #377d99;
	text-decoration: underline;
}
/*橘色文字*/
.link_or {
	color: #fe9b00;
}
/*文字連結設定-橘色
.link_or a:link, .link_or a:visited {
	color: #fe9b00;
}
.link_or a:hover {
	color: #fe9b00;
	text-decoration: underline;
}
*/
/*menu bar底色*/
#menu {
	height: 55px;
	width: 100%;
	margin: 8px 0px 15px 0px;
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
}

/*menu bar寬度位置*/
#menubar {
	width: 910px;
	height: 55px;
	margin: 0px auto 0px auto;
}
/*menu bar左邊圓角位置底圖*/
#bar_l {
	background-image: url(../img/menubar_l.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 10px;
	float: left;
	margin-left: 0px;
}
/*menu bar logo位置底圖*/
#logo {
	float: left;
	height: 55px;
	width: 206px;
	background-repeat: no-repeat;
	left: 10px;
}
/*menu bar右邊圓角位置底圖*/
#bar_r {
	float: left;
	width: 10px;
	left: 216px;
	background-image: url(../img/menubar_r.gif);
	background-repeat: no-repeat;
	height: 55px;
}
/*menu bar buton位置*/
#but {
	float: left;
	width: auto;
	padding-top: 5px;
}
#but li {
	display: inline;
}
/*menu bar buton隔線*/
.lin {
	padding: 5px 4px 0px 4px;
}
/*內容總寬度位置*/
#content {
	width: 900px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 3px 10px;
}
/*麵包屑總寬度位置*/
 #path {
 	width: 900px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 3px 10px;
 }
#path ul {
	padding-left: 206px;
}

#path li {
	display: inline;
}

/*麵包屑文字*/
.path_txt {
	color: #436c86;
}
/*第一欄總寬度位置*/
#left {
	width: 200px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../img/left_w.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 9px;
}
/*薪資調查報告wage info標題*/
.wage_bg {
	background-image: url(../img/bg_wageinfo.gif);
	background-repeat: repeat-x;
	height: 331px;
	text-align: center;
	margin: 0px 6px 0px 6px;
}
/*薪資調查報告wage info內容*/
.wage_bg ul {
	margin: 0px;
	padding: 0px;
}
.wage_bg li {
	padding: 0px 0px 2px 0px;
	width: 176px;
	margin: 0px auto 0px auto;
}


/*login標題*/
#login_t {
	background-image: url(../img/login.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 100%;
}
/*login內容*/
#login_c {
	width: 133px;
	height: 182px;
	background-image: url(../img/bg_login.jpg);
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	padding: 0px 28px 0px 27px;
}
#login_c li {
	padding-bottom: 5px;
	margin: 0px;
}
/*我的報告-可填寫問卷、可觀看報告、購買紀錄*/
#report_c li {
	margin-bottom: 2px;
}
#report_c {
	width: 188px;
	margin: 0px 6px 0px 6px;
	background-image: url(../img/report_bg.gif);
	background-repeat: repeat-x;
	height: 228px;
	text-align: center;
}
#report_f {
	margin-bottom: 8px;
}
/*文字輸入框*/
.input30 {
	width: 30px;
}
.input80 {
	width: 80px;
}
.input88 {
	width: 88px;
}
.input220 {
	width: 220px;
}
.input472 {
	width: 472px;
}
/*文字輸入框-多行*/
.input600h {
	height: 60px;
	width: 600px;
}
.input472h {
	height: 60px;
	width: 472px;
}
.txt_gd {
	font-size: 13px;
	font-weight: bold;
	color: #6e6a40;
}

/*登入button位置*/
.i_right {
	float: right;
	padding-right: 2px;
}
/*箭頭icon*/
.icon {
	padding-right: 5px;
}
/*login底部*/
#login_f {
	background-image: url(../img/login_f.gif);
	height: 12px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
/*加入會員-忘記帳號密碼*/
#joins {
	width: 188px;
	padding: 10px 6px 2px 6px;
}
#joins p {
	margin: 0px 0px 8px 0px;
}

#search {
	width: 188px;
	padding: 0px 6px 0px 6px;
}
#help_left {
	width: 188px;
	padding: 7px 6px 0px 6px;
}
#help_left p {
	margin: 0px;
}


/*首頁第二欄位置*/
#images {
	width: 346px;
	height: auto;
	float: left;
	padding-left: 6px;
}
/*內頁第二欄位置*/
#img695 {
	width: 695px;
	float: right;
}
#content695 {
	float: right;
	width: 695px;
	margin-top: 6px;
}
/*我的報告右上角彈性漸層框*/
.wage_cbg {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #91a7b2;
	border-left-color: #91a7b2;
	width: 693px;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#baecef', endColorStr='#7eb7d1', gradientType=0);
	background-color: #bceeef;
	float: right;
	
}
/*次頁第二欄內容-白色背景*/
.bg_w {
	background-color: #FFFFFF;
	padding: 5px 7px 0px 7px;
	overflow: auto;
}
/*內容表格*/
.tab100 {
	width: 99%;
	padding: 0px;
	color: #000000;
	margin: 0px;
}
.tab100 th {
	text-align: right;
	width: 20%;
	font-weight: normal;
}
.tab100 td {
	vertical-align: top;
}
.tab655 {
	width: 100%;
	line-height: 19px;
	margin: 10px auto 0px auto;
}
.tab655 td {
	vertical-align: top;
}
.tab_help {
	width: 625px;
	margin: 10px 0px 0px 30px;
}
/*框線表格*/
.tab_border {
	width: 100%;
	text-align: center;
}
.tab_border a:link, {
	text-decoration: underline;
}
.tab_border th, .tab_help th {
	background-color: #eaeaea;
	border: 1px solid #999999;
	padding: 5px;
	color: #000000;
}
.tab_border td, .tab_help td {
	background-color: #fcfcfc;
	border: 1px solid #999999;
	padding: 5px;
}
.color_y td {
	font-weight: bold;
	color: #000000;
	background-color: #d2d2d2;
}
/*我的報告列表開始*/
.tab_report {
	width: 625px;
	margin-left: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #868686;
}
.tab_report th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5a6a5;
	padding: 7px;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
}

.tab_report td {
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a5a6a5;
	text-align: center;
}
.tab_report a:link, .tab_report a:visited, .tab95p a:link, .tab95p a:visited {
	color: #fe9b00;
}
.tab_report a:hover, .tab95p a:hover {
	color: #fe9b00;
	text-decoration: underline;
}
/*我的報告列表結束*/
.w126 {
	width: 126px;
}
.w13p{
	width: 13%;
}
.w8p{
	width: 8%;
}
.w4p{
	width: 4%;
}
.t_center {
	text-align: center;
}

.login_input {
	width: 100%;
}
.login_input td {
	padding: 10px 0px 10px 0px;
}
.forgets {
	width: 580px;
	background-image: url(../img/forgets_bg.gif);
	background-repeat: repeat-y;

}
.tab_forgets {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
.tab95p {
	line-height: 19px;
	margin: 10px 0px 10px 30px;
	width: 625px;
}
/*加入會員表格開始*/
.tab_add {
	width: 580px;
}
.tab_add th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8d8d8d;
}
.tab_add td {
	padding-top: 10px;
}
/*加入會員表格結束*/
.tab625_b {
	width: 625px;
	margin: 10px 0px 10px 30px;
	padding: 1px;
	color: #313131;
	border-collapse: separate;
}
.tab625_b th {
	background-color: #E3E3E3;
	text-align: left;
	padding: 8px;
}
.tab625_b td {
	background-color: #f6f6f6;
	padding: 8px;
}
.tab90_b {
	width: 90%;
	margin: 10px 0px 10px 30px;
	padding: 1px;
	color: #313131;
	border-collapse: separate;
}
.tab90_b th {
	background-color: #E3E3E3;
	text-align: left;
	padding: 8px;
}
.tab90_b td {
	background-color: #f6f6f6;
	padding: 8px;
}
.tab_finish {
	width: 100%;
	margin-top: 15px;
}
.tab_finish th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e7e2;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 19px;
	padding-bottom: 10px;
}
.tab_finish td {
	font-weight: bold;
	color: #000000;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
}


/*薪酬廣播站內容表格*/
.tab_news {
	width: 625px;
	line-height: 22px;
	margin: 15px 0px 0px 30px;
}
.tab_news th {
	font-weight: normal;
	background-color: #f9f9f9;
	text-align: left;
	padding: 10px 5px 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e5e3;
}
.tab_news td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e5e3;
	padding: 5px;
}
/*滿意度問卷調查表格*/
.tab_wb {
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px auto 0px auto;	/*20080401 rita add */
	font-size: 12px;
}
.tab_wb th {
	font-weight: bold;
	background-color: #D9ECFF;
	padding:7px 0px 7px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cccccc;
	color: #333333;
	text-indent: 8px;
	text-align: left;
}
.tab_wb td {
	padding: 5px 5px 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cccccc;
	text-indent: 8px;
	color: #333333;
	line-height: 22px;
	text-align: left;
}

.relativeBar {
	POSITION: relative
}

.tickVal {
	WIDTH: 38px; COLOR: #999; POSITION: absolute; TOP: -6px; TEXT-ALIGN: center
}
.tickVal {
	TOP: -7px
}
.tickMark {
BORDER-LEFT: #ccc 1px solid; POSITION: absolute; TOP: 6px; HEIGHT: 3px
}
.minorText {
	FONT-SIZE: 10px! important; COLOR: #999; LINE-HEIGHT: normal
}
.tab_data {
	line-height: 19px;
	margin: 10px 0px 10px 30px;
	width: 625px;
}
.title_bgb {
	font-size: 13px;
	font-weight: bold;
	background-color: #EEEEEE;
	text-align: center;
	color: #000000;
	letter-spacing: 1em;
}

.tab_data th {
	text-align: right;
}
.tab_data td, .tab_data th {
	padding: 5px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/*上下頁頁籤bar開始*/
.page_no {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.page_no li {
	display: inline;
	padding: 8px;
}
/*未連結頁次*/
.txt_b {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
/*上下頁頁籤bar結束*/

/*標題文字*/
.txt_15 {
	font-size: 15px;
	font-weight: bold;
}
.lin_px {
	background-image: url(../img/lin_px.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 1px;
	margin: 15px 0px 15px 0px;
}
/*左邊間隔15px*/
.left_15 {
	margin-left: 15px;
}
/*右邊間隔15px*/
.right_15 {
	margin-right: 15px;
}
/*左邊間隔200px*/
.img_left20 {
	margin-left: 200px;
}
/*紅色文字*/
.txt_r {
	color: #CC0000;
}
/*icon左邊距離5PX*/
.icon_left5 {
	padding-left: 5px;
}

/*首頁第三欄位置寬度*/
#right {
	float: right;
	width: 343px;
	margin-right: 0px;
	background-color: #FFFFFF;
	height: auto;
}
/*首頁最新消息外框*/
#news_c {
	background-color: #FFFFFF;
	width: 323px;
	float: right;
	margin-right: 0px;
	padding: 10px 10px 8px 10px;
}
/*首頁最新消息圖像*/
.news_image {
	float: left;
	margin-left: 0px;
}
/*首頁最新消息文字*/
.news_txt {
	width: 220px;
	float: right;
	margin: 0px;
	padding: 0px;
	color: #ff9600;
}
.news_txt td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 3px 0px 2px 0px;
}

/*首頁最新產品標題*/
#product_t {
	width: 100%;
}
/*首頁最新產品內容*/
#product_c {
	height: 115px;
	width: 313px;
	padding: 0px 15px 0px 15px;
	background-image: url(../img/bg_product.gif);
}
/*首頁最新產品圖像*/
.product_image {
	float: left;
	width: 88px;
}
/*首頁最新產品文字內容*/
.product_txt {
	float: left;
	width: 210px;
	padding-left: 8px;
	line-height: 17px;
}
.product_txt li {
	font-size: 13px;
	font-weight: bold;
	color: #ff9300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ababab;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
/*view按鈕位置*/
#view {
	float: left;
	width: 88px;
	padding-top: 4px;
	text-align: center;
	clear: both;
}
/*首頁最新產品底部*/
#product_f {
	background-image: url(../img/product_f.gif);
	background-repeat: no-repeat;
	height: 13px;
	padding-bottom: 8px;
}
/*首頁help小幫手開始*/
#desk {
	background-image: url(../img/help_desk123.gif);
	list-style-type: none;
	height: 82px;
	width: 343px;
}
#desk li{
	float: left;
}
#desk li a{
	display: block;
}

#desk1 a{
	width: 120px;
	height: 82px;
}
#desk2 a{
	width: 105px;
	height: 82px;
}
#desk3 a{
	width: 118px;
	height: 82px;
}
#desk1 A:hover{
	background: url(../img/help_desk123.gif) 0px -82px
}
#desk2 A:hover{
	background: url(../img/help_desk123.gif) -120px -82px
}
#desk3 A:hover{
	background: url(../img/help_desk123.gif) -225px -82px
}
/*首頁help小幫手結束*/

/*footer外框定位*/
#footer {
	width: 900px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 10px 0px 20px 10px;	
}
/*footer底色*/
#footer_c {
	width: 100%;
	height: 32px;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
}
/*footer左圓角*/
.footer_l {
	background-image: url(../img/footer_l.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 25px;
	float: left;
}
/*footer內容文字*/
.footer_t {
	font-size: 11px;
	float: left;
	padding: 9px 0px 0px 0px;
	color: #4e4d4d;
}
/*footer右圓角*/
.footer_r {
	float: right;
	height: 32px;
	width: 52px;
}
.but_bg {
	background: transparent url(../img/but_bg.gif) no-repeat;
	height: 22px;
	width: 52px;
	margin: 0px;
	border-style: none;
	letter-spacing: 1px;
	padding: 2px 0px 0px 0px;
}
.but_bg5 {
	background: transparent url(../img/but_bg5.gif) no-repeat;
	height: 22px;
	width: 75px;
	margin: 0px;
	border-style: none;
	letter-spacing: 1px;
	padding: 2px 0px 0px 0px;
}
.but_bg15 {
	background: transparent url(../img/but_bg15.gif) no-repeat;
	height: 22px;
	width: 200px;
	margin: 0px;
	border-style: none;
	letter-spacing: 1px;
	padding: 2px 0px 0px 0px;
}
/*業務簡介列表開始*/
.tab_sale {
	width: 670px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #868686;
}
.tab_sale th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5a6a5;
	padding: 7px;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
}

.tab_sale td {
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a5a6a5;
	text-align: center;
}
.tab_sale a:link, .tab_report a:visited, .tab95p a:link, .tab95p a:visited {
	color: #fe9b00;
}
.tab_sale a:hover, .tab95p a:hover {
	color: #fe9b00;
	text-decoration: underline;
}
/*業務簡介列表結束*/
.tab_footer {
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: e1e1e1;
}
.tab_bg {
	background-image: url(../img/2Bpaymeasure_25.gif);
	background-repeat: no-repeat;
}
.but_bg_g {
	background: transparent url(../img/but_bg_g.gif) no-repeat;
	height: 22px;
	width: 52px;
	margin: 0px;
	border-style: none;
	letter-spacing: 1px;
	padding: 2px 0px 0px 0px;
}
.but_bg5_g {
	background: transparent url(../img/but_bg5_g.gif) no-repeat;
	height: 22px;
	width: 75px;
	margin: 0px;
	border-style: none;
	letter-spacing: 1px;
	padding: 2px 0px 0px 0px;
}
.tab_select {
	line-height: 19px;
	color: #000000;
	font-weight: normal;	/*20080401 rita add */
	background-color: #D9ECFF;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #58AFD5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: 0.2em;
}
.bnu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.05em;
}

.tab_select th {
	font-weight: bold;
	background-color: #94CBE4;
	text-align: left;
	padding: 7px;
}
.tab_select td {
	padding: 5px;
}
.dataFilters {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 0px;
	VERTICAL-ALIGN: top;
	PADDING-TOP: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D9ECFF;
	border-right-color: #D9ECFF;
	border-bottom-color: #D9ECFF;
	border-left-color: #D9ECFF;
}
