/*****************************
* Layout voor de JS Tooltips *
*****************************/
.tooltipInfo {
	display: inline;
	cursor: help;
	/*background: #DDD;*/
	margin-right: 1px;
}

.tooltipInfo input,.tooltipInfo img {
	cursor: help;
}


.tooltipTitle {
	display: block;
	text-align: center;
	font-weight: 700;
	background: #FFF;
	white-space: nowrap;
	line-height: 1.5em;
}

.tooltip {
	display: none;
	position: absolute;
	border: 0px solid #000000;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	background: #FFF;
	text-align: left;
	z-index: 5000;
	line-height: 1.5em;
	width: 50px;
}
.tooltip img {
	padding: 2px;
}
.tooltipContent {
	border: 1px #000000 solid;
	margin: 0;
	line-height: 1.5em;
	margin: 0px;
	background-color: #FFFFFF;
	min-width: 374px;
	max-width: 600px;
	padding: 2px;
}
