/* ---------jTipMap CSS styles--------- */

#JT_arrow_left{
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	height:125px;
	background:url(images/pop_bkg.png) bottom left no-repeat;
}

#JT_copy{
	padding:1px 1px 1px 5px;
	color:#6b6e75;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#JT_copy .title{
font-weight:bold;
color:#0071BC;
}

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

#JT_close_left{
    background:url(images/pop_top_bkg.png) top left no-repeat;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3a4b77;
}

#JT_close_right{
	background-color: #dce5f4;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #dce5f4;
}

.jTip{
cursor:pointer;
}