
/*--------------Flyouts----------------*/


#JT_arrow_left_init {
	background-image: url(../images/arrow_left_init.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
	top:-3px;
}
#JT_arrow_right_init {
	background-image: url(../images/arrow_right_init.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
	top:-3px;
}



#JT_copy {
	padding:10px 10px 10px 10px;
	width:200px;
	color:#333333;
	z-index:1;
}
.JT_loader {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left_init {
	background-color: #52b948;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}
#JT_close_right_init {
	background-color: #52b948;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	
}

#JT_copy p {
	margin:3px 0;
	width:200px;
}
#JT_copy img {
	padding: 1px;
}
.jTip_life {
	cursor:help;
}
.j {
	cursor:help;
}
.jTip_init {
	cursor:help;
}
.qa-box {
	background:transparent url(../images/question-stretch.png);
	padding:0 0 0 7px;
}
#questions {
	overflow:auto;
	height:auto;
	width:220px;
	color:#464646;
}
.qa-box img {
	display:block;
}
#closewindow {
	text-align:center;
	font-size: 1.1em;
	
}
#JT_init a {
color:#52b948;
}

#questions .init, #closewindow a.init {
	color:#43943a;
	font-size: 1.1em;
}

#JT_init {
	position: absolute;
	z-index:1;
	border: 2px solid #52b948;
	background-color: #fff;
}
a.jTip_init {
color: #43943a;
font-weight:bold;
text-decoration:none;
}