/*
 * 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_overlay {
	position: absolute;
	z-index:1000;
	top: 0px;
	left: 0px;
	background-color:#ffffff;
	overflow-y:hidden;
}
#TB_window {
	position: absolute;
	/*background-image:url(/Content/images/smoothbox/modal-background-344x294.gif);*/
	z-index: 1002;
	border: 0px solid #cccccc;
	text-align:left;
}
#TB_closeWindow{
	position:absolute;
	top:32px;
	right:38px;
	border:0px solid red;
	margin:0px 0px 0px 0px;
	margin-bottom:1px;
	padding:0px;
	text-align:right;
}

#TB_ajaxContent{
	clear:both;
	padding:0px;
	margin:0px;
	overflow:hidden;/*auto; for scrollbars*/
	overflow-y:auto;
	text-align:left;
	color:#666666;
}
#modal{
	margin:28px;
	font-size:1.2em;
}
#modal h1{
	font-size:1.7em;
	font-weight:normal;
	line-height:24px;
	margin:6px 0px 20px 0px;
	padding:0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}
#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

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

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