/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size:12px;
	font-family:Arial,Verdana;
	line-height:1.5;
	/*\*/
	letter-spacing:0.16em;
	/**/
	color:#FFFFFF;
}
#TB_secondLine {
	font-family:Arial,Verdana;
	font-size:10px;
	color:#FFFFFF;
}
#TB_window a {
	color:#FFFFFF;
}
#TB_window a:hover {
	text-decoration:none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background-image:url(image/macFFBgHack.png);}
.TB_overlayBG {
	background-color:#000000;
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*Mozilla*/
	-khtml-opacity:0.75; /*Safari*/
	opacity:0.75; /*Browser of CSS3*/
}
* html #TB_overlay { /* IE6 hack */
     position:absolute;
     height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/* 視窗外框 */
#TB_window {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	z-index:102;
	text-align:left;
	background:#FFFFFF url(image/title.gif);
	border:1px #C0C0C0 solid;
}
* html #TB_window { /* IE6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
/* 圖片樣式 */
#TB_window img#TB_Image {
	display:block;
	margin:15px auto 0 auto;
	border:none;
}
/* 圖片說明 */
#TB_caption {
	float:left;
	padding-left:30px;
	height:42px;
	line-height:42px;
	cursor:default;
}
/* 圖片關閉 */
#TB_closeWindow {
	float:right;
	padding-right:30px;
	height:42px;
	line-height:42px;
	cursor:default;
}
/* 框架標題 */
#TB_ajaxWindowTitle {
	float:left;
	line-height:1em;
}
/* 框架關閉 */
#TB_closeAjaxWindow {
	float:right;
	line-height:1em;
}
/* 視窗標題 */
#TB_title {
	padding:7px 10px;
	cursor:default;
	/* 自動適應高度 */
	overflow:hidden;
	zoom:1;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal {
	padding:15px;
}
#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}
#TB_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* IE6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	height:100%;
	width:100%;
	background-color:#FFFFFF;
	border:none;
	filter:alpha(opacity=0); /*IE*/
	-moz-opacity:0; /*Mozilla*/
	-khtml-opacity:0; /*Safari*/
	opacity:0; /*Browser of CSS3*/
}
* html #TB_HideSelect { /* IE6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear:both;
	margin-top:1px;
	margin-bottom:-1px;
   _margin-bottom:1px;
    border:none;
	background-color:#FFFFFF;
}