﻿#Search_TB_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.Search_TB_overlayBG,
.Search_TB_overlayMacFFBGHack {
	background-color:#000;
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

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

#Search_TB_window {
	position:absolute;
	z-index: 1020;
	display:none;
	text-align:left;
}

#Search_TB_window img#Search_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;
}
#window_base {
	position:relative;
}
#Search_TB_window #close {
	position:absolute;
	right:0;
	top:26px;
	margin-right:-50px;
	z-index:-1;
}
#Search_TB_window #TB_closeWindowButton {
    background: url("../search/img/btn_close_off.png") 0 0 no-repeat;
    display: block;
    height: 62px;
    width: 57px;
}
#Search_TB_window #TB_closeWindowButton:hover {
    background-image:url("../search/img/btn_close_on.png");
}
*html #Search_TB_window #TB_closeWindowButton {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../search/img/btn_close_off.png', sizingMethod='crop');
}
*html #Search_TB_window #TB_closeWindowButton:hover {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../search/img/btn_close_on.png', sizingMethod='crop');
}

#Search_TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#Search_TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#Search_TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#Search_TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#Search_TB_title{
	height:35px;
	text-align: center;
}

#Search_TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#Search_TB_ajaxContent.TB_modal{
	padding:15px;
}

#Search_TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#Search_TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:1030;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #Search_TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#Search_TB_HideSelect{
	z-index:990;
	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 #Search_TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#Search_TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
