@charset	"UTF-8" ;

*{padding: 0; margin: 0;}

#TB_window { font-size: 13px; font-family:arial, '細明體'; color: #333; }

#TB_secondLine {	font-size: 11px; font-family:arial, '細明體'; color:#666; }

#TB_window a:link {color: #666;}
#TB_window a:visited {color: #666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666;}
#TB_window a:focus{color: #666;}

/* thickbox settings */
#TB_overlay { position: fixed; z-index:1000; top:0; left:0; background-color:#000; filter:alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.5; height:100%; width:100%; }

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
IMG.tb_loading	{
	top		:	0 ;
	left	:	0 ;
	position:	absolute ;
	z-index	:	1004 ;
}
#TB_window {
	position: absolute ;
	background: #fff;
	z-index: 1002;
	color:#000000;
	display:none;
	text-align:left;
	top:0;
	left:0;
	padding:10px;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	float:right;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_error_message	{
	color:#FF0000;
	padding-left:1em;
}
TABLE.tb_indicator	{
	background:#888;
	margin:2px 0px 0px 0px;
	padding:0px;
	width:3px;
	height:3px;
}
TABLE.tb_indicator	TD	{
	line-height:2px;
}