

/* ---------->>> jtip <<<---------------------------------------------------------------*/


#JT {
	position: absolute;
	z-index:100;
}

#JT_copy{

}

.JT_loader{

}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
}

.jTip{
cursor:help;
}

/* --------------------------- CREATION OF POPUP STYLES -------------------------------------- */

a.jTip
{
	color:#006600;
}

#popupHolder
{
	background-image:url(/images/tooltip-background.png); 
	background-repeat:no-repeat; 
	width:365px;
	height:360px;
	border:none;
}

*html #popupHolder
{
behavior: url(/scripts/iepngfix.htc);
width:365px;
}	


#popupHeaderText
{
	font-size:24px;
	color:#3C5250;
	padding-bottom:5px;
}

#popupContent
{
	padding-top:22px;
	padding-left:18px;
	width:328px;
}