

#TB_secondLine	{
	font-size: 10px;
}

#TB_overlay {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.TB_overlayMacFFBGHack	{
	background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG	{
	-moz-opacity: 0.75;
	background-color: #000;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	position: absolute;
}

#TB_window {
	background-color: #fff;
	border: 1px solid #fff;
	display: none;
	left: 50%;
	position: fixed;
	text-align: left;
	top: 50%;
	z-index: 102;
}

*	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;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #666;
		border-right: 1px solid #ccc;
		border-top: 1px solid #666;
		margin: 15px 0 0 15px;
	}

#TB_caption	{
	float: left;
	height: 25px;
	padding: 7px 30px 10px 25px;
}

#TB_closeWindow	{
	float: right;
	height: 25px;
	padding: 11px 25px 10px 0;
}

#TB_closeAjaxWindow	{
	float: right;
	margin-bottom: 1px;
	padding: 7px 10px 5px 0;
	text-align: right;
}

#TB_ajaxWindowTitle	{
	float: left;
	margin-bottom: 1px;
	padding: 7px 0 5px 10px;
}

#TB_title	{
	background-color: #e8e8e8;
	display: none;
	font-size: 0.6875em;
	height: 27px;
}

#TB_ajaxContent	{
	clear: both;
	overflow: auto;
}

#TB_ajaxContent.TB_modal	{
	padding: 15px;
}

	#TB_ajaxContent	p	{
		padding: 5px 0;
	}

#TB_load	{
	display: none;
	height: 13px;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	position: fixed;
	top: 50%;
	width: 208px;
	z-index: 103;
}

*	html	#TB_load	{ /* ie6 hack */
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	position: absolute;
}

#TB_HideSelect	{
	-moz-opacity: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

*	html	#TB_HideSelect	{ /* ie6 hack */
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	position: absolute;
}

#TB_iframeContent	{
	border: none;
	clear: both;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}
