/* Global Settings
************************************************/

#TB_caption{
	padding: 5px 40px 5px 5px;
	float: left;
	/*height: 2.5em;*/
	min-height: 35px;
	font-size: 85%;
	width: 75%;
}

#TB_secondLine {
	font-size: 90%;
	color: #666;
}

#TB_window a:link, #TB_window a:visited, #TB_window a:active, #TB_window a:focus { color: #666; }
#TB_window a:hover { color: #000; }

#TB_prev, #TB_next {
	display: block;
	position: absolute;
	z-index: 101;
	width: 50%;
	height: 100%;
	padding: 0;
	top: 0;
}

#TB_prev { left: 0; }
#TB_next { right: 0; }

#TB_prev a, #TB_next a {
	display: block;
	margin: 0;
	height: 100%;
	background-color: #e2d2b7;
	text-indent: -1000px;
	overflow: hidden;
	/*visibility: hidden;*/
	filter: alpha(opacity=10);
	-moz-opacity: 0.10;
	opacity: 0.10;
}

#TB_prev a { background: url(/source/js/thickbox/mpaging_prev.png) no-repeat 0 3em; }
#TB_next a { background: url(/source/js/thickbox/mpaging_next.png) no-repeat 100% 3em; }

#TB_prev:hover a, #TB_next:hover a {
	visibility: visible;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#TB_closeWindow {
	float: right;
	position: absolute;
	bottom: 0.5em;
	right: 5px;
	width: 100px;
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
	z-index: 9999;
}

#TB_closeWindow a, #TB_closeLyricWindow a {
	display: block;
	width: 100px;
	height: 30px;
	background: url(/source/js/thickbox/mpaging_close.gif) no-repeat 100% 100%;
	text-indent: -1000px;
	overflow: hidden;
}

#TB_closeLyricWindow{
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

/* Settings
************************************************/

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	height: 100%;
	width: 100%;
}

* html #TB_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background-color: #151515;
	z-index: 102;
	display: none;
	border: 3px solid #151515;
	text-align: left;
	top: 50%;
	left: 50%;
	color: #f9f9f9;
	min-width: 280px;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display: block;
	background-color: #151515;
}

#TB_closeAjaxWindow{
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}


#TB_ajaxWindowTitle{
	float: left;
	padding:7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title{
	background-color: #151515;
	color: #f9f9f9;
	height: 27px;
}

#TB_window iframe {
	background-color: #333;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display:none;
	height: 13px;
	width: 208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width: 100%;
}

* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom: -1px;
	margin-top:1px;
	_margin-bottom:1px;
}

