/*
 * 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 {
	font: 12px Arial, Helvetica, sans-serif;
	/*color: #333;*/
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	/*color:#666;*/
}

/*
#TB_window a:link {color: #666;}
#TB_window a:visited {color: #666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666;}
#TB_window a:focus{color: #666;}
*/

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

#TB_window {
	color: #000;
	position: absolute;
	text-align:left;
	z-index: 602;
}

#TB_window img {
	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;
}

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

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

#TB_closeAjaxWindow{
	background: transparent url(../images/modules/popin-close-bg.png) no-repeat right top;
	float: right;
	padding: 6px 20px 1px 9px;
	text-align: right;
}
	
	#TB_closeAjaxWindow a#TB_closeWindowButton {
		background: transparent url(../images/modules/popin-close-cross.png) no-repeat left 0;
		color: #9f9f9f;
		font-size: 1.2em;
		padding-left: 20px;
		text-decoration: none;
	}
	
	#TB_closeAjaxWindow a:hover#TB_closeWindowButton {
		color: #000;
		background-position: left -15px; 
		text-decoration: none;
	}
	

#TB_ajaxWindowTitle{
	background: transparent url(../images/modules/popin-title-bg.png) no-repeat right bottom;
	color: #aa111c;
	float: left;
	font-size: 1.12em;
	font-weight: bold;
	padding: 13px 0 23px;
	text-align: center;
	width: 100%;
}

#TB_title{
	color: #9f9f9f;
}

#TB_ajaxContent{
	clear: both;
	line-height: 1.4em;
	padding: 2px 15px 15px 15px;
	text-align: center;
}

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

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

#TB_HideSelect{
	z-index:599;
	position:absolute;
	top: 0;
	left: 0;
	background:#fff;
	border: 0;
}

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

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