.JT {
	position:absolute;
	z-index:100;
	border:1px solid #0076b3;
	background:#fff;
	font-family:verdana,arial,sans-serif;
	display:none;
}

.JT_arrow_left{
	background:url(img/arrow_left.gif) left top no-repeat;
	position:absolute;
	z-index:101;
	height:22px;
	width:11px;
	left:-11px;
	top:-1px;
}

.JT_arrow_right{
	background:url(img/arrow_right.gif) left top no-repeat;
	position:absolute;
	z-index:101;
	height:22px;
	width:11px;
	top:-1px;
	right:-12px;
}

.JT_copy{
	padding:8px;
	color:#555;
	font-size:12px;
	text-align:left;
	background:#e0e0e0;
}
.JT_copy p{
	margin:5px 0;
}
.JT_copy a{
	color:#0076b3;
	text-decoration:underline;
}
.JT_copy a:hover{
	color:#0076b3;
	text-decoration:none;
}
.JT_copy a.close{
	color:#fff;
	text-decoration:none;
	position:absolute;
	top:-3px;
	right:4px;
	font-size:20px;
	font-weight:bold;
	outline:none;
}
.JT_copy a.close:hover{
	color:#e0e0e0;
	text-decoration:none;
}
.JT_copy img{
	padding:1px;
	border:1px solid #CCC;
}

.JT_loader{
	background:url(img/loader.gif) center center no-repeat;
	width:100%;
	height:12px;
}

.JT_close_left,
.JT_close_right{
	background:#0076b3;
	text-align:left;
	padding-left:8px;
	padding-bottom:2px;
	padding-top:3px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
}

.jTip {
	color:#0076b3;
	text-decoration:none;
	border-bottom:1px dashed #0076b3;
	white-space:nowrap;
	cursor:help;
}
.jTip:hover {
	color:#0076b3;
	border-bottom-color:transparent;
}