/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.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{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:200;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#3376b2;
	text-align: left;
	font-size: 1.0em;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #3376b2;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #fff;
}

#JT_close_right{
	background-color: #3376b2;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #fff;
}

#JT_copy p{
  margin:3px 0;
  font-size: 1.0em;
  text-align: left;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

#JT_copy .p-center{
  margin:3px 0;
  font-size: 1.0em;
  text-align: left;
}


#JT_copy h1{
	font-weight: bold; 
	font-size: 1.25em; 
	color: #069; 
	line-height: 1.5em; 
	margin: 0 0.1em;
}

#JT_copy table { width: 100%; border-bottom: 1px solid #ccc; }
#JT_copy table th, #JT_copy table td { padding: 2px 2px 4px 2px; }
#JT_copy table th { color: #fff; background-color: #3376b2; }
#JT_copy table th a { color: #fff; }
#JT_copy table tr.even td { background-color: #eee; }
#JT_copy table td { font-size: 0.8em; }
#JT_copy table tfoot { text-align: center; }
#JT_copy table tfoot tr { background-color: #e3ecf5; border-top: 1px solid #ccc; }


