/* popover on hover */

#tooltipHover {
	display: none;
	position: absolute;
	top: -9999px;
	overflow: hidden;
	visibility: visible;
	z-index: auto;
}

span.tipHover {
	/* cursor: help; */
	display: inline;
}


/* popover on click */

#tooltipClick {
	display: none;
	position: absolute;
	top: -9999px;
	overflow: hidden;
	visibility: visible;
	z-index: auto;
	cursor:pointer;cursor:hand;
}


span.tipClick {
	cursor:pointer;
	cursor:hand;
	display: inline;
}

/* popup style */

.tooltip1 {
	background:#FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	margin: 0px;
	padding: 10px;
}

.tooltip1 h5 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #9b9b9b;
	background-color: #FFFFFF;
}
.tooltip1 p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;

}

.tooltip2 {
	background:#FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	width: 725px;
	margin: 0px;
}

.tooltip2 h5 {
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	display: block;
	background-color: #f5f5f5;
	margin: 0px;
	color: #828282;
	width: auto;
}
