/* @override http://pcagreatperformances.org/javascript/thickbox.css */

/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
#TB_window {
	color: #eee;
	font-size: 12px;
}

#TB_secondLine {
	color:#666666;
	font-size: 10px;
}

#TB_window a:link {color: #3381ff;}
#TB_window a:visited {color: #3381ff;}
#TB_window a:hover {color: #3381ff;}
#TB_window a:active {color: #3381ff;}
#TB_window a:focus{color: #3381ff;}
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* 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: #fff;
	z-index: 102;
	display:none;
	border: 3px solid #000;
	text-align:left;
	top:50%;
	left:50%;
}

* 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;
	margin: 15px 0 0 15px;
}

#TB_closeWindowButton {
	position: absolute;
	display: block;
	width:20px;
	height: 20px;
	right: 5px;
	top: 5px;
	background: url(/images/close.gif);
	text-indent: -999em;
}

#TB_closeWindowButton:hover {
	background-position: bottom;
}

#TB_ajaxWindowTitle{
	margin-bottom:1px;
	color: #aaa;
	background: url(/images/topbar-bg.gif);
	padding-left: 11px;
	padding-top: 9px;
	padding-bottom: 12px;
	font-weight: bold;
}

#TB_ajaxContent{
	clear:both;
	overflow: auto;
	text-align:left;
	line-height:1.75;
	color: #333;
	padding-left: 11px;
	padding-right: 19px;
}

#TB_ajaxContent h3 {
	font-weight: bold;
	font-family: "helvetica neue", "lucida grande", verdana;
	font-size: 1.25em;
	color: black;
}

#TB_ajaxContent strong {
	color: black;
}

#TB_ajaxContent label {
	font-weight: normal;
	color: #333;
	clear: both;
}

#TB_ajaxContent fieldset {
	margin-bottom: 1em;
	margin-top: .5em;
	clear: both;
}

#TB_ajaxContent .required label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 2px;
}

#TB_ajaxContent .required input {
	border: none;
	background: #e5f2da;
	width: 360px;
	font-size: 1.25em;
	float: left;
	font-family: "helvetica neue", "lucida grande", verdana;
	font-weight: bold;
	margin-bottom: 7px;
}

#TB_ajaxContent .interests div {
	float: left;
	width: 33%;
}

#TB_ajaxContent .interests input, #TB_ajaxContent .formats input{
	border: 0;
	width: auto;
}

#TB_ajaxContent .explanation {
	font-size: 9px;
	color: #aaa;
}

#TB_ajaxContent.TB_modal{
}

#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;
}

#TB_ajaxContent, #TB_title {
	font-size: .875em;
}

#TB_ajaxContent input.submit {
	background-color: #ff9b72;
	border-color: #ffdfd3;
	font-weight: bold;
	width: auto;
	margin-top: .5em;
	float: right;
	margin-right: 1em;
}

#TB_caption, #TB_secondLine {
	color: #000;
	font: 1.1em "helvetica neue";
	text-align: right;
}

#TB_secondLine span {
	float: left;
}

#TB_caption {
	padding: 7px 15px;
}