/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {}
#TB_window a { text-decoration:none; color:#FFF; }



#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0;
	left: 0;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #FFF;
	z-index: 102;
	color:#000;
	border: 10px solid #FFF;
	text-align:left;
}

#TB_caption{
	padding:10px 0 0 0; float:left; font:11px Arial, Helvetica, sans-serif; color:#222; font-weight:bold;
}
#TB_caption a { text-decoration:none; color:#FFF; background:#d95216; padding:1px 4px; }
#TB_caption a:hover { background:#333; }

#TB_closeWindow{
	/*height:25px;*/
	padding:10px 0 0 0;
	float:right;
}



#TB_closeAjaxWindow{
	padding:10px 0x 0 0; float:right;
}
#TB_ajaxWindowTitle{ display:none; }

#TB_title{
	background-color:#FFF;
}

#TB_ajaxContent{
	clear:both;
	padding:0;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#000;
	border:none;
}

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

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}
