﻿#tp_window {color: #333333;}
#tp_window a:link {color: #666666;}
#tp_window a:visited {color: #666666;}
#tp_window a:hover {color: #000;}
#tp_window a:active {color: #666666;}
#tp_window a:focus{color: #666666;}

#tp_overlay {
	position: absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

#tp_window {
	position: absolute;
	background: #ffffff;
	z-index: 60;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:0px;
	left:0px;
	margin-left:20px;
	/*top:50%;
	left:50%;*/
}


#tp_title{
	background-color:#e8e8e8;
	height:27px;
}

#tp_HideSelect{
	z-index:50;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

#tp_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
}
