/*
 * 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
 */


#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

/*#TB_window a:link {color: #cccccc;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}*/

#TB_overlay {
	position: absolute;
	z-index:300;
	top: 0px;
	left: 0px;
	background:#000;
	opacity:0 !important;
}
#TB_window {
	position: absolute;
	background: transparent;
	z-index: 302;
	color:#fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #999;
	text-align:left;
	font-size:110%;
}

#TB_window img {
	display:block;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow {
	margin-bottom:1px;
	position:absolute;
	right:0;
	top:4px;
}
#TB_closeAjaxWindow a {
	display:block;
	padding:5px 15px 7px;
}
#TB_closeAjaxWindow a:hover {
	color:#FFFFFF;
	font-weight:bold;
}

#TB_ajaxWindowTitle{
	text-align:center;
	/*padding:7px 0 5px;*/
	margin-bottom:1px;
	text-transform:uppercase;
}

#TB_title{
	height:27px;
	/*padding:0 15px;*/
	margin:1.5em 15% 1ex;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:310;
}

#TB_HideSelect{
	z-index:299;
	position:absolute;
	top: 0;	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	/*background: #6c6c6c;  for IE */
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}