/*
* 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; /*[e]auto*/
	height: 100%;
	text-align: center;
}
#TB_window #pop-foot
{
	clear: both;
	background-color: #939393;
	height: 45px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	padding-top: 10px;
}
#TB_window
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine
{
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}
#TB_window A:link
{
	color: #000000;
	text-decoration: none;
}
#TB_window A:visited
{
	color: #FFF;
}
#TB_window A:hover
{
	color: #000;
	text-decoration: underline;
}
#TB_ajaxContent #pop-foot A
{
	color: #FFAF32;
}
#TB_window A:active
{
	color: #FFF;
}
#TB_window A:focus
{
	color: #FFF;
}
#TB_overlay
{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000;
}
#TB_window
{
	position: absolute;
	background: #FFFFFF;
	z-index: 102;
	color: #000000;
	border: 4px solid #525252;
}
#TB_caption
{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}
#TB_closeWindow
{
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}
#TB_closeAjaxWindow
{
	padding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}
#TB_ajaxWindowTitle
{
	float: left;
	padding: 3px 0 5px 10px;
	margin-bottom: 1px;
	color: #000000;
}
#TB_title
{
	background-color: #EFEFEF;
	height: 27px;
}
#TB_ajaxContent
{
	clear: both;
	padding: 5px 0px 0px;
	overflow: auto;
	line-height: 1.4em;
}
#TB_ajaxContent P
{
	padding: 5px 0px;
	text-align: left;
	width: 100%;
}
#TB_ajaxContent #pop-foot P
{
	text-align: center;
	line-height: 0px;
}
#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;
}
#TB_iframeContent
{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
}
/*IE6*/
* HTML #TB_iframeContent
{
	margin-bottom: 1px;
}

