/*
 * 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-family: Times, "Times New Roman", Georgia, serif;
	color: #000;
	position: fixed;
	background: #fff;
	z-index: 102;
	border: none;
	text-align:left;
	width: 100%;
	height: 500px;
	top: 75px;
}

#TB_secondLine {
	visibility: hidden;
	overflow: hidden;
}

#TB_window a:link {
	color: #666666;
	text-decoration: none;
}
#TB_window a:visited {
	color: #666666;
	text-decoration: none;
}
#TB_window a:hover {
	color: #000;
	text-decoration: none;
}
#TB_window a:active {color: #666666;
	text-decoration: none;
}
#TB_window a:focus{color: #666666;
	text-decoration: none;
}

#TB_overlay {
	overflow: visible !important;
	position: fixed;
	z-index:100;
	background-color: #000;
	top: 0;
	right: 0;
	margin: -10px;
	padding: 0;
}

#TB_window img {

}

#TB_caption{

}

#TB_closeWindow{

}

#TB_closeAjaxWindow{
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}

#TB_ajaxWindowTitle{

}

#TB_title{
	height:25px;
}

#TB_ajaxContent{
	clear:both;
	overflow: auto;
}

#TB_ajaxContent p{

}

#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:#fff;
	border:none;
	overflow: hidden;
}

#TB_iframeContent{
	clear:both;
	border:none;
	width: 100%;
	height: 475px;
	overflow: auto;
}

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