@charset "utf-8";

/* $Id: tooltip.css 2510 2009-01-12 11:04:36Z Neil $ */

.formInfo a, .formInfo a:active, formInfo a:visited {
	background-color: #09c;
	font-size: 1.3em;
	font-weight: bold;
	padding: 1px 2px;
	margin-left: 5px;
	color: #fff;
	text-decoration: none;
	}

.formInfo a:hover {
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
	}

#JT_arrow_left {
	background: url('/assets/images/tooltip/arrow_left.gif') 0 0 no-repeat;
	position: absolute;
	z-index: 101;
	left: -12px;
	height: 23px;
	width: 10px;
    top:- 3px;
	}

#JT_arrow_right {
	background: url('/assets/images/tooltip/arrow_right.gif') 0 0 no-repeat;
	position: absolute;
	z-index: 101;
	height: 23px;
	width: 11px;
    top: -2px;
	}

#JT {
	position: absolute;
	z-index: 100;
	border: 2px solid #cdcdcd;
	background-color: #fff;
	}

#JT_copy {
	padding: 2px 3px;
	color: #333;
	}

.JT_loader {
	background: url('/assets/images/tooltip/loader.gif') 50% 50% no-repeat;
	width: 100%;
	height: 12px;
	}

#JT_close_left {
	background-color: #09c;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
	}

#JT_close_right {
	background-color: #09c;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
	}

#JT_copy p {
	margin: 3px 0;
	}

#JT_copy img {
	padding: 1px;
	border: solid 0px #09c;
	}

.jTip {
	cursor: help;
	}
