/* @override Crédits */
/*
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%;
	overflow-x:hidden;
}

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

#TB_window {
	position: absolute;
	background: #1a1a1a;
	z-index: 102;
	color:#fff;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 5px 0 0 15px;
	_margin: 10px 0 0 15px;
}

*+ html #TB_window img {
	display:block;
	margin: 10px 0 0 15px;
}

#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:23px 0 5px 20px;
	margin-bottom:1px;
	color:#888;
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Lucida Grande", Arial;
}

#TB_title{
	background-color:#1a1a1a;
	height:50px;
	color:#FFF;
}

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

#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:#1a1a1a;
	border:none;
}

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

a#TB_closeWindowButton img {
	border: none;
}

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