/* ---- jtip <<<---------------------------------------------------------------*/

#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;
	border: 2px solid #333333;
	background-color: #FFFFFF;
}

#JT_copy{
	padding:3px;
	color:#333333;
}

.JT_loader{
	background-image: url(../../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	text-align: left;
	font-weight:bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #333333;
}

#JT_close_right{
	background-color: #333333;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #FFFFFF;
}

#JT_copy p{
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}

#JT_copy img{
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.jTip{
cursor:default;
}
.question2 {
	background-color:#B22424;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.question a, .question a:active, .question a:visited{
	background-color:#B22424;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.question a:hover{
	color:#660000;
	text-decoration: none;
}
