*{padding: 0; margin: 0;}
html, body {height: 100%;
}
#TB_window {
	font: 13px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #fff;
}
#TB_secondLine {
	font: 13px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#fff;
}
#TB_window a:link {color: #fff;}
#TB_window a:visited {color: #fff;}
#TB_window a:hover {color: #fff;}
#TB_window a:active {color: #fff;}
#TB_window a:focus{color: #fff;
}
#TB_overlay,#TB_HideSelect {
 	position:fixed;
 	z-index:501;
 	top:0;
 	left:0;
 	width:100%;
 	height:100%;
 	background:#000;
}
* html #TB_overlay {
     position: absolute;
}
#TB_window {
 	position:fixed;
 	top:50%;
	left:50%;
 	background:#fff;
 	/*border: 4px solid #525252;*/
 	z-index:1001;
 	color:#000;
 	display:none;
 	text-align:left;
}
* html #TB_window, * html #TB_load {
     position: absolute;
}
#TB_window img {display:block;
}
#TB_caption{
	height:25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	float:right;
}
#TB_closeWindowButton{
	font-size: 1.1em;
}
#TB_closeAjaxWindow{
	text-align:right;
	float:right;
}
#TB_closeAjaxWindow p{
}
#TB_ajaxWindowTitle{float:left;
}
#TB_title{
	background-color:#ff9933;
	color: #fff;
	padding: 7px 15px 4px 15px!important;
	font-size: 1.0em;
	letter-spacing: -1px;
	height: 17px;
}
#TB_ajaxContent{
	clear:both;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	overflow:hidden;
}
#TB_ajaxContent p{color: #fff;
}
#TB_load{
 	position: fixed;
 	top: 50%;
 	left: 50%;
 	margin: -50px 0 0 -50px; /* -height/2 0 0 -width/2 */
 	display:none;
 	height:100px;
 	width:100px;
 	z-index:1002;
}
#TB_HideSelect{
	z-index:99;
	position:absolute;
	background-color:#fff;
	border:none;
}
#TB_iframeContent {
	clear:both;
	border:none;
	overflow:hidden;
}