/*
 * 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%;


}

iframe { overflow: hidden; }

#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: #000;}
#TB_window a:visited {color: #000;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #000;}
#TB_window a:focus{color: #000;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	text-align:left;
	padding-bottom: 51px;
}

#TB_window img {
	display:block;
	margin:0;
}

#TB_caption{
	height:0;
	padding:0;
	float:left;
	
	
}

#TB_closeWindow{
	height:0;
	padding:0;
	float:right;
	
}

#TB_closeAjaxWindow{
	font-size: 9px;
}

#TB_closeAjaxWindow a {
	padding-top: 30px;
	width: 30px;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: 3px;
	right: 20px;
	z-index: 5;
	color: #000;
}


#TB_ajaxWindowTitle{
	display: none;
}

#TB_ajaxContent{
	clear:both;
	padding:0;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:0;
}

#TB_load{
	position: absolute;
	top:0px;
	left:0px;
	display:none;
	height:0px;
	width:0px;
	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;
	position: relative;
	z-index: 3;
	margin-top:1px;
}

#TB_title {
	position: absolute;
	bottom: 0;
	width: 578px;
	height: 51px;
	background: #000 url(../images/bg1009/roadpilot.jpg) no-repeat top left;
	overflow: hidden;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}
