/* - - - - - - CSS Document - - - - - - - - -

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* Does not appear to be needed: */ *{padding: 0; margin: 0;}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#vPIP_TB_window {
	color:#000;
	padding: 1px;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#vPIP_TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#333;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
	
}

* html #vPIP_TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#vPIP_TB_window {
	position: fixed;
	background: #FFFFFF;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #vPIP_TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (vPIP_TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#vPIP_TB_window img {
	display:block;
	/* margin: 10px 0 10px 15px; */
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#vPIP_TB_caption{
	height:20px;
	padding:10px 20px 10px 15px;
	float:left;
	font: Bold 12px Arial, Helvetica, sans-serif; 
}

#vPIP_TB_closeWindow{
	position: relative;
	top:-13px;
	right:-12px;
	height:25px;
	width: 25px;
	float:right;
	font: Bold 12px Arial, Helvetica, sans-serif;
	border:0;
	outline:0;
}

#vPIP_TB_closeWindow img {
	border: 0;
	} 



#vPIP_Object {
	display:block;
	text-align: left;
	padding: 0 0 10px 15px;
	/*	text-align: center */
	background:transparent;
}


