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

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

#JT_arrow_right{
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:24px;
    top:-2px;
}

#JT{
	z-index:100;
	position: absolute;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	color:#333333;
}

.JT_loader{
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	height:10px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-right: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

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

#JT_copy p{
margin:1px 2px;
}

#JT_copy img{
	position: top;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:pointer;
}