/*
 * 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%
}

#TB2_window {
color: #FFFFFF;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
}

#TB2_secondLine {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
	color: #FFFFFF;
}

#TB2_window a:link {color: #FFF; text-decoration: none;}
#TB2_window a:visited {color: #FFF; text-decoration: none;}
#TB2_window a:hover {color: #FFF; text-decoration:none;}
#TB2_window a:active {color: #FFF; text-decoration: none;}
#TB2_window a:focus{color: #FFF; text-decoration: none;}

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

#TB2_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000;
	border: 2px solid #d5d5d5;
	text-align:justify;
}

#TB2_window img {
	display:block;
	margin: 0;
	border: 0;
}

#TB2_caption{
	position:relative;
	height:22px;
	padding:5px 0 5px 0;
	margin: 0 auto;
	float: left;
}

#TB2_closeWindow{
	position:relative;
	height:22px;
	padding:5px 0 5px 0;
	margin:0 auto 1px auto;
	float: right;
}

#TB2_closeAjaxWindow{
	position:relative;
	padding:5px 15px 5px 0;
	margin:0 auto 1px auto;
	text-align:center;
	float: right;
}

#TB2_ajaxWindowTitle{
	position:relative;
	float:left;
	padding:0 15px 0px 0;
	margin-bottom: 0 auto 0 auto;
	
}

a#TB2_closeWindowButton
a:link#TB2_closeWindowButton
a:visited#TB2_closeWindowButton {	
		display: block;
		height: 22px;
		width: 68px;
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
	}
	
a:hover#TB2_closeWindowButton,
a:active#TB2_closeWindowButton {
		color: #ffffff;
		text-decoration: none;
	}

#TB2_title{
	position: absolute;
	bottom: 20px;
	left : 585px;
	color: #FFF;
	width: 73px;
	height:22px;
	margin: 0 auto 0 auto;
	text-align:center;
}

#TB2_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align: justify;
}

#TB2_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB2_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB2_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

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

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