/* CSS Document */

/**************************************************************************
* style-home.css 2007/09/20
===========================================================================
* 共用CSS
===========================================================================
* Edited by Edward in GOGOTDI
* Copyright (C) 2007 Tang Digital Integration
***************************************************************************/

*{
	margin:0px;
	padding:0px;
}
body{
	font-size:12px;
	font-family:"細明體", "新細明體", Arial;
	color:#333;
	line-height:20px;
	background-color:#000;
}
a:link{color:#666; text-decoration:none;}
a:visited{color:#666; text-decoration:none;}
a:hover{color:#FF9900; text-decoration:underline;}
a:active{color:#FF9900; text-decoration:underline;}

/*===============================================*/
#container{
	width:997px;
	margin:0 auto;
	background-image:url(/web/20150113030058im_/http://www.tcdm.org/tw/images/bg/container.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
	/*===========================================*/
	#top{
		width:997px;
		height:147px;
		background-image:url(/web/20150113030058im_/http://www.tcdm.org/tw/images/bg/container-b.jpg);
		background-position:top;
		background-repeat:no-repeat;
		
	}
		#menu{
			position:absolute;
			/*z-index:10;*/
		}
		.search-bar{
			/*position:absolute;
			left:196px;
			top:102px;*/
			width:759px;
			height:41px;
			background-image:url(/web/20150113030058im_/http://www.tcdm.org/tw/images/bg/index_search.jpg);
			background-repeat:no-repeat;
			padding-left:26px;
			/*z-index:20;*/
		}
			.search-bar td{
				vertical-align:middle;
				color:#000000;
			}
			.search-bar input,select{
				border:1px solid #7F9DB9;
				color:#000000;
				padding:1px;
			}
				.search-bar td p{
					display:inline;
					font-size:11px;
					line-height:15px;
				}
					.search-bar td p a:link{
						color:#0033CC;
						text-decoration:none;
					}
					.search-bar td p a:visited{
						color:#0033CC;
						text-decoration:none;
					}
					.search-bar td p a:hover{
						color:#0033CC;
						text-decoration:underline;
					}
					.search-bar td p a:active{
						color:#0033CC;
						text-decoration:underline;
					}
		.name-list , .name-list_over{
			display:block;
			cursor:pointer;
			*margin-top:3px;
		}
		.name-content{
			position:absolute;
			width:740px;
			height:450px;
			border:1px solid #ccc;
			background-color:#FFFFFF;
			overflow:scroll;
			overflow-x:hidden;
			margin-top:28px;
			margin-left:-550px;
			z-index:99;
		}
			.name-list .name-content{ display:none;}
			.name-list_over .name-content{ display:block;}
		.name-content table{
			margin:5px auto 10px;
		}
			.name-content table td{
				text-align:left;
				border-bottom:1px dashed #ccc;
				padding:3px 1px 3px 0px;
				vertical-align:top;
			}
				.name-content table td a{
					display:block;
					background-image:url(/web/20150113030058im_/http://www.tcdm.org/tw/images/icon/red-arrow.gif);
					background-repeat:no-repeat;
					background-position:2px 6px;
					padding-left:10px;
					word-wrap:break-word;
					word-break:break-all;
					overflow:hidden;
				}
	
	/*===========================================*/
	#left{
		width:196px;
		float:left;
		margin-bottom:20px;
	}
		.member-log{
			background-image:url(/web/20150113030058im_/http://www.tcdm.org/tw/images/bg/index_member-top.gif);
			background-repeat:no-repeat;
			padding-top:56px;
		}
		.index-tab01{
			margin:0 auto;
			border-right:1px solid #FFCC00;
			border-left:1px solid #FFCC00;
		}
			.index-tab01 th{
				font-weight:normal;
				padding:2px;
				letter-spacing:-1px;
			}
				.index-tab01 th span{ color:#FF9900;}
			.index-tab01 td{
				padding:2px 1px;
				font-size:11px;
			}
				.index-tab01 td.code img{
					width:110px;
				}
			.index-tab01 input{
				border:1px solid #999;
				font-family:Arial, Helvetica, sans-serif;
				color:#000000;
				padding:2px;
			}
		.index-tab02{
			margin:0 auto;
			border-right:1px solid #FFCC00;
			border-left:1px solid #FFCC00;
		}
			.index-tab02 td{
				padding:2px;
				padding-bottom:5px;
				font-size:11px;
				line-height:15px;
				background-image:url(/web/20150113030058im_/http://www.tcdm.org/tw/images/icon/red-arrow.gif);
				background-position:10px 6px;
				background-repeat:no-repeat;
				padding-left:1.75em;
			}
		.more{
			margin:5px auto 7px;
			text-align:right;
			padding-right:15px;
			}
		.benner-tab{
			margin:5px auto;
			text-align:center;
		}
			.benner-tab td{
				padding:3px;
			}
	
	/*===========================================*/
	#right{
		width:801px;
		float:left;
		margin-bottom:20px;
	}
		.path{
			font-family:"新細明體";
			padding:10px 5px 7px;
		}
		.main{
			width:777px;
			background-color:#FFFFFF;
			background-image:url(/web/20150113030058im_/http://www.tcdm.org/tw/images/bg/right-bottom.jpg);
			background-position:bottom;
			background-repeat:no-repeat;
			border-left:1px solid #DFDFDF;
			border-right:1px solid #DFDFDF;
			padding:3px;
			padding-bottom:50px;
		}
			.uni-name{
				border-bottom:1px dashed #ccc;
			}
		.main02{
			width:777px;
			background-color:#FFFFFF;
			background-image:url(/web/20150113030058im_/http://www.tcdm.org/tw/images/bg/right-bottom-2.jpg);
			background-position:bottom;
			background-repeat:no-repeat;
			border-left:1px solid #FFDC4D;
			border-right:1px solid #FFDC4D;
			padding:3px;
			padding-bottom:50px;
		}
			.uni-name02{
				border-bottom:1px dashed #FFDC4D;
			}
		.main03{
			width:777px;
			background-color:#FFFFFF;
			background-image:url(/web/20150113030058im_/http://www.tcdm.org/tw/images/bg/right-bottom-3.jpg);
			background-position:bottom;
			background-repeat:no-repeat;
			border-left:1px solid #ECD9C6;
			border-right:1px solid #ECD9C6;
			padding:3px;
			padding-bottom:50px;
		}
			.uni-name03{
				border-bottom:1px dashed #ECD9C6;
			}
		.go-toporback{
			text-align:center;
			padding-right:10px;
			padding-left:82px;
			margin-top:30px;
		}
		.go-page{
			margin:20px auto 10px;
			color:#ccc;
			font-family:Arial, Helvetica, sans-serif;
		}
			.go-page td{
				text-align:center;
			}
			.go-page td a:link{color:#333; text-decoration:none;}
			.go-page td a:visited{color:#333; text-decoration:none;}
			.go-page td a:hover{color:#FF9900; text-decoration:underline;}
			.go-page td a:active{color:#FF9900; text-decoration:underline;}
				.go-page td table td{
					padding:3px;
					color:#FF9900;
					font-weight:bold;
					text-decoration:underline;
				}
				.go-page td table a:link{color:#333; text-decoration:underline; font-weight:normal;}
				.go-page td table a:visited{color:#333; text-decoration:underline; font-weight:normal;}
				.go-page td table a:hover{color:#FF9900;}
				.go-page td table a:active{color:#FF9900;}

	/*===========================================*/
	#footer{
		clear:both;
		width:997px;
		background-image:url(/web/20150113030058im_/http://www.tcdm.org/tw/images/bg/footer.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		padding-bottom:5px;
		text-align:center;
	}
		#footer ul{
			margin:0 auto;
			color:#666;
			text-align:center;
		}
			#footer li{
				display:inline;
				list-style:none;
				margin-right:3px;
			}
		#footer p{
			margin-top:15px;
			font-family:"新細明體";
			text-align:center;
			color:#006699;
			font-size:11px;
			line-height:16px;
			letter-spacing:1px;
		}
.input-tab table.default-input-tab input{border:0px solid #fff;}
.input-tab span.default-input-span input{border:0px solid #fff;}
.input-tab .default-input-tab input{border:0px solid #fff;}
.default-input-tab input{border:0px solid #fff;}

.picture90 img{
	width:90px;
}
.picture130 img{
	width:130px;
}
.picture40 img{
	width:40px;
}
.picture135 img{
	width:135px;
}
.picture120 img{
	width:120px;
}
.picture360 img{
	width:360px;
}
.picture250 img{
	width:250px;
}
.picture620 img{
	width:620px;
}
/*
     FILE ARCHIVED ON 03:00:58 Jan 13, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:07:14 Jan 05, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 68.767
  exclusion.robots: 0.155
  exclusion.robots.policy: 0.142
  cdx.remote: 0.1
  esindex: 0.014
  LoadShardBlock: 39.888 (3)
  PetaboxLoader3.datanode: 75.693 (5)
  CDXLines.iter: 20.582 (3)
  load_resource: 158.445 (2)
  PetaboxLoader3.resolve: 59.199 (2)
*/