﻿@charset "utf-8";
/* CSS Document */

/*訂閱電子報*/
#main_Container h1.title_ePaper {
	background: url(/talents/images/bigTitle_03ePaper.gif) no-repeat left top;
	background-color: #FFF;
	height: 60px;
	display: block;
	position: relative;
	margin-bottom: 35px;
	/*20150115新增*/
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#main_Container h1.title_ePaper b {
	background: url(/talents/images/ePaper.png) no-repeat left -30px;
	height: 95px;
	width: 325px;
	display: block;
	position: absolute;
	left: 615px;
	top: 0;
}

#content_ePaper {
	font-family: Tahoma;
	font-size: 13px;
	color: #666;
}

#content_ePaper .leftBox {
	float: left;
	width: 197px;
}

#content_ePaper .rightBox {
	float: right;
	width: 720px;
	margin-left: 12px;
	border: 1px solid #c2c2c2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#content_ePaper .leftBox,
#content_ePaper .rightBox {
	margin-bottom: 15px;
}

#content_ePaper .top5 {
	border-bottom: 7px solid #014fa2;
	color: #005185;
	position: relative;
	float: left;
}

#content_ePaper .top5 h1 {
	width: 197px;
	height: 33px;
	background: url(/talents/images/ePaper.png) no-repeat -325px -30px;
	text-indent: -9999px;
}

#content_ePaper .top5 ul {
	background-color: #f8f8f8;
	border: 1px solid #c2c2c2;
	padding: 10px 0;
}

#content_ePaper .top5 ul li {
	margin-left: 50px;
	list-style-type: decimal;
}

#content_ePaper .champIMG {
	position: absolute;
	left: 12px;
	top: 54px;
	top: 51px !important;
	width: 13px;
	height: 13px;
	background: url(/talents/images/ePaper.png) no-repeat -709px -30px;
}

#content_ePaper .top5 ul li.champ a {
	font-size: 15px;
}

#content_ePaper .top5 ul li a {
	color: #005185;
	text-decoration: none;
	margin-left: -3px;
	line-height: 30px;
}

#content_ePaper .top5 ul li a:hover {
	color: #003251;
	text-decoration: underline;
}

#content_ePaper .ad {
	width: 197px;
	background-color: #f8f8f8;
	float: left;
}

#content_ePaper .ad a {
	width: 190px;
	height: 120px;
	display: block;
	background-color: white;
	border: none;
	margin: 4px auto;
}

#searchZone {
	height: 60px;
	position: relative;
	margin-top: 33px
}

#searchZone ul {
	margin-left: 22px;
}

#searchZone ul li {
	float: left;
	display: inline;
}

#searchZone .title {
	font-size: 16px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	line-height: 30px\9;
}

#searchZone input.keyWord {
	color: #444;
	font-size: 15px;
	width: 250px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #9b9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 10px;
	*margin-left: -19px;
	padding-left: 5px;
	background: url(/talents/images/ePaper.png) repeat-x -10px -505px;
	_display: inline;
}

a.btn {
	line-height: 27px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}

a.btn:hover {
	text-decoration: none;
}

a.btn:active {
	position: relative;
	top: 1px;
}

a.gray {
	padding: 4px 15px 6px;
	font: bold 15px/100% Tahoma;
	color: #666;
	border: solid 1px #b2b2b2;
	background: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
	background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7');
}

a.gray:hover {
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	background: -moz-linear-gradient(top, #ffffff, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
}

a.gray:active {
	color: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
	background: -moz-linear-gradient(top, #efefef, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff');
}

a.how {
	padding: 3px 6px 5px;
	font: 12px/100% Tahoma;
	position: absolute;
	left: 642px;
	top: 5px;
	color: #d00;
	border: solid 1px #f7bdbb;
	background: #ffe7e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffecea), to(#ffe7e5));
	background: -moz-linear-gradient(top, #ffecea, #ffe7e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffecea', endColorstr='#ffe7e5');
}

a.how:hover {
	background: #fff6f5;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff6f5), to(#fff6f5));
	background: -moz-linear-gradient(top, #fff6f5, #fff6f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f5', endColorstr='#fff6f5');
}

a.how:active {
	color: #f00;
	position: absolute;
	left: 643px;
	top: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff6f5), to(#fff6f5));
	background: -moz-linear-gradient(top, #fff6f5, #fff6f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f5', endColorstr='#fff6f5');
}

#searchZone .number {
	margin-left: 10px;
	font-size: 12px;
	height: 25px;
	line-height: 31px;
}

#searchZone .share {
	margin-left: 10px;
	font-size: 15px;
	width: 257px;
	position: relative;
	display: flex;
    justify-content: flex-end;
}

#searchZone .share a,
#searchZone .share b {
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	font-size: 14px;

}

#searchZone .share a {
	text-align: right;
	padding-right: 10px;
	padding-right: 10px;
	transition: transform 0.3s ease-in-out;
}

#searchZone .share a:link {
	color: #666;
}

#searchZone .share a:hover {
	transform: translateY(-5px);	
}

#searchZone .share a.selected {
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#ffffff));
	background: -moz-linear-gradient(top, #d7d7d7, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ffffff');
}

#searchZone .share b {
	width: 53px;
	text-align: center;
}

#searchZone .share a.email {
}

#searchZone .share a.emailS {}

#searchZone .share a.email em {
	width: 26px;
	height: 25px;
	background: url(/talents/images/ePaper.png) no-repeat -696px -143px;
	display: block;
	float: left;
}

#searchZone .share a.fb {
}

#searchZone .share .forward {
	width: 257px;
	*width: 254px;
	height: 44px;
	position: absolute;
	left: -1px;
	top: 23px;
	background-color: white;
	border: 1px solid #aeaeae;
	z-index: 1;
}

#searchZone .share .arrow {
	width: 7px;
	height: 5px;
	position: absolute;
	left: 98px;
	top: -1px;
	background: url(/talents/images/ePaper.png) -715px -48px;
	z-index: 2;
}

#searchZone .forward ul {}

#searchZone .forward ul li {
	float: left;
	display: inline;
	margin: 10px 0;
}

#searchZone input.keyWord_email {
	color: #444;
	font-size: 12px;
	width: 182px;
	height: 21px;
	line-height: 21px;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-right: 7px;
	padding-left: 5px;
	_display: inline;
	margin-right: 7px;
	margin-left: -13px;
	*margin-left: -37px;
}

#searchZone .forward ul li a.gray {
	padding: 0 7px;
	font: bold 13px/100% Tahoma;
	height: 21px;
	line-height: 21px;
}

#useInstru {
	width: 662px;
	margin: -20px auto 15px;
	padding: 7px 12px;
	border: 1px solid #eda7a5;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #fffbfb;
	position: relative;
	/*z-index:-1;*/
}

#useInstru .arrow {
	position: absolute;
	left: 650px;
	top: -6px;
	width: 9px;
	height: 6px;
	background: url(/talents/images/ePaper.png) no-repeat -713px -80px;
}

#useInstru ul {}

#useInstru ul li {
	color: #666;
	font: 12px/180% Tahoma;
}

#useInstru ul li img.checkedIcon,
#useInstru ul li img.checkIcon {
	width: 12px;
	height: 12px;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 2px
}

#useInstru ul li img.checkedIcon {
	background: url(/talents/images/ePaper.png) no-repeat -710px -89px;
}

#useInstru ul li img.checkIcon {
	background: url(/talents/images/ePaper.png) no-repeat -710px -104px;
}

#useInstru ul li a {
	color: #0072bc;
	text-decoration: underline;
}

#useInstru ul li a:visited {
	color: #0072bc;
	text-decoration: underline;
}

#useInstru ul li a:hover {
	text-decoration: none;
}

.separator {
	height: 10px;
	background: url(/talents/images/ePaper.png) no-repeat center top;
	background-color: #f8f8f8;
}

#epaperList {
	background-color: #f8f8f8;
	width: 720px;
}

#epaperList h1 {
	text-indent: -9999px;
	width: 133px;
	height: 40px;
	float: left;
	position: absolute;
	left: -6px;
	top: 0;
}

#epaperList h1.list01 {
	background: url(/talents/images/ePaper.png) no-repeat -325px -69px;
}

#epaperList h1.list02 {
	background: url(/talents/images/ePaper.png) no-repeat -325px -112px;
}

#epaperList h1.list03 {
	background: url(/talents/images/ePaper.png) no-repeat -325px -155px;
}

#epaperList h1.list04 {
	background: url(/talents/images/ePaper.png) no-repeat -325px -198px;
}

#epaperList h1.list05 {
	background: url(/talents/images/ePaper.png) no-repeat -325px -241px;
}

#epaperList h1.list06 {
	background: url(/talents/images/ePaper.png) no-repeat -325px -285px;
}

#epaperList h1.list08 {
	background: url(/talents/images/ePaper.png) no-repeat -325px -375px;
}

#epaperList h1.list09 {
	background: url(/talents/images/ePaper.png) no-repeat -325px -420px;
}

#epaperList h1.list10 {
	background: url(/talents/images/ePaper.png) no-repeat -325px -466px;
}

#useInstru .orangeTitle {
	text-indent: -9999px;
	width: 133px;
	height: 40px;
	position: absolute;
	left: -25px;
	top: -45px;
	z-index: 20;
	background: url(/talents/images/ePaper.png) no-repeat -325px -330px;
}

/*橘*/
#epaperList p {
	position: absolute;
	left: 140px;
	top: 6px;
	color: #024e97;
}

#epaperList ul {
	float: left;
	padding-left: 15px;
	margin: 40px 0 20px;
	_display: inline;
}

#epaperList ul li {
	display: inline;
	float: left;
	margin: 3px 7px;
	_display: inline;
	color: #666;
	width: 206px;
	height: 35px;
	line-height: 35px;
	background-color: white;
	text-align: left;
	border: 1px solid #dbdbdb;
	text-decoration: none;
	padding: 0 5px;
	cursor: pointer;
	overflow: hidden;
}

#epaperList ul li a {
	color: #666;
	text-decoration: none;
}

#epaperList ul li a:hover {
	color: #006db9;
	text-decoration: underline;
}

#epaperList ul li:hover {
	color: #006db9;
	background-color: #e1f9ff;
	border: 1px solid #95d3ff;
	text-decoration: none;
}

#epaperList ul li:hover a {
	color: #006db9;
	text-decoration: none;
}

#epaperList ul li:hover a:visited {
	color: #006db9;
	text-decoration: none;
}

#epaperList ul li:hover a:hover {
	color: #006db9;
	text-decoration: underline;
}

#epaperList ul li input {
	vertical-align: middle;
	margin: 10px 5px;
}

#epaperList ul li.subscribe {
	color: #666;
	background-color: #dfdfdf;
	border: 1px solid #d0d0d0;
	text-decoration: none;
}

#epaperList ul li.subscribe:visited {
	color: #666;
	text-decoration: none;
}

#epaperList ul li.subscribe:hover {
	color: #666;
	background-color: #dfdfdf;
	border: 1px solid #d0d0d0;
	text-decoration: none;
}

#epaperList ul li.subscribe:hover a {
	color: #666;
	text-decoration: none;
}

#epaperList ul li.subscribe:hover a:visited {
	color: #666;
	text-decoration: none;
}

#epaperList ul li.subscribe:hover a:hover {
	color: #666;
	text-decoration: underline;
}

#epaperList ul li .floatRight {
	float: right;
}

#epaper-list {
	background-color: #f8f8f8;
	width: 720px;
}

#epaper-list {
	font-family: Verdana;
	letter-spacing: 1px;
	font-size: 13px;
}

#epaper-list li.tle {
	float: left;
	width: 70px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	margin-right: 5px;
	display: inline-block;
	color: #4A4A4A;
}

#epaper-list li.info {
	width: 622px;
	line-height: 23px;
	margin-bottom: 10px;
	display: inline-block;
	color: #000;
}

#epaper-list .info li {
	width: 175px;
	float: left;
}

#epaper-list .info li input {
	margin-right: 3px;
	vertical-align: middle;
}

#epaper-list ul li a {
	color: #0072BC;
	text-decoration: none;
}

#epaper-list ul li a:hover {
	color: #f06;
}

#epaperList ul.paperInstru {
	width: 683px;
	float: left;
	margin: 40px 0 40px 11px;
	padding: 10px;
	_display: inline;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: white;
}

#epaperList ul.paperInstru li,
#epaperList ul.paperInstru li:hover {
	width: 98%;
	background-color: white;
	color: #666;
	height: 30px;
	line-height: 30px;
	margin: 0 7px;
	text-align: left;
	border: none;
	cursor: default;
}

#epaperList ul li.supply {
	color: #666;
}

#epaperList ul li.supply b {
	float: left;
}

#epaperList ul li.supply a {
	border: none;
	width: 143px;
	text-decoration: underline;
	line-height: 30px;
	background-color: white;
	color: #666;
	padding: 0;
}

#epaperList ul li.supply a:hover {
	border: none;
	width: 143px;
	text-decoration: none;
	line-height: 30px;
	background-color: white;
	color: #666;
}

#epaperList ul li.content,
#epaperList ul li.content:hover {
	width: 98%;
	line-height: 30px;
	height: 60px;
}

#exEpaper {
	width: 695px;
	line-height: 38px;
	border: 1px solid #CCC;
	background-color: white;
}

#exEpaper tr:hover {
	background-color: #ecf9ff;
}

#exEpaper th {
	font-weight: bold;
	background-color: #cceecc;
	font-weight: bold;
	color: #063;
	border-bottom: 2px solid #8bb88b;
	text-align: center;
	font-size: 15px;
}

#exEpaper td {
	border-bottom: 1px solid #f5f5f5;
	text-align: center;
}

#exEpaper a {
	float: left;
	color: #007ab2;
	text-decoration: none;
}

#exEpaper a:hover {
	text-decoration: underline;
}

#changePage {
	width: 694px;
	text-align: center;
	margin: 30px auto 0;
}

#changePage ul {
	padding: 0;
	margin: 0;
	float: left;
}

#changePage ul li,
#changePage ul li:hover,
#changePage ul li a {
	font-size: 12px;
	color: #333;
	background-color: white;
	border: none;
	float: left;
	height: 23px;
	display: block;
	line-height: 23px;
	margin: 3px;
	overflow: visible;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 23px;
}

#changePage ul li a {
	margin: 0;
	border: 1px solid #ddd;
}

#changePage ul li a:visited {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #333;
}

#changePage ul li a:hover {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
}

#changePage ul li:hover a {
	color: #333;
}

#changePage ul li:hover a:hover {
	color: #333;
	background-color: Wf1f1f1;
	text-decoration: none;
}

#changePage ul li a.current {
	border: 1px solid #777;
	background-color: #777;
	color: #f1f1f1;
}

#changePage ul li a.current:hover {
	border: 1px solid #777;
	background-color: #777;
	color: #f1f1f1;
	text-decoration: none;
}

#changePage ul li.word {
	width: 48px;
}

#changePage ul li.word a {
	width: 48px;
	height: 23px;
	background-color: #fff;
	color: #333;
}

#changePage ul li.word a:hover {
	width: 48px;
	height: 23px;
	background-color: #f1f1f1;
	color: #333;
}

.listBlock {
	position: relative;
	width: 715px;
	text-align: auto;
	*padding-bottom: 20px;
}

.btnMargin {
	margin-bottom: 20px;
}

.btnMargin a {
	margin: 0 10px;
}

.green {
	color: #090;
}

.red {
	color: #d00;
}

/* 電子報訂閱中心 */
#main_Container h1.title_ePaperCenter {
	background: url(/talents/images/bigTitle_04ePaperCenter.gif) no-repeat left top;
	background-color: #FFF;
	height: 60px;
	display: block;
	position: relative;
	margin-bottom: 35px;
}

#main_Container h1.title_ePaperCenter b {
	background: url(/talents/images/ePaper.png) no-repeat left -232px;
	height: 95px;
	width: 325px;
	display: block;
	position: absolute;
	left: 615px;
	top: 0;
}