html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#TB_window a {color: #f3969b; }

#TB_secondLine {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	-moz-opacity: 70%;
	opacity:.70;
	filter: alpha(opacity=70);
}

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

#TB_window {
	position: absolute;
	background: #1e2013 url("../interface/background_album.jpg") no-repeat 0% 100%;
	z-index: 102;
	color: #cccccc;
	border: 4px solid #000000;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#TB_window img {
	display: block;
	margin: 0px;
	border: 3px solid #000000;
	margin: 10px;
}

#TB_caption{
	padding: 10px 30px 20px 20px;
	float: left;
}

#TB_closeWindow{
	height: 25px;
	padding: 10px 20px 0px 0px;
	float: right;
}

#TB_closeAjaxWindow{
	xpadding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle{
	float: left;
	xpadding: 7px 0px 5px 10px;
	margin-bottom: 1px;
}

#TB_title{
	display: none;
}

#TB_ajaxContent{
	clear: both;
	padding: 15px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent p{
	xpadding: 5px 0px 5px 0px;
}

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

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

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