@charset "UTF-8";
.iframeTooltip	{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent	{
	font-family: Calibri, Arial;
	font-size: 12px;
	height: 274px;
	width: 328px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/receptkortsram_tooltips.png);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
}
#tooltip table {
	width: 290px;
}
#tooltip table tr td img {
	margin-right: auto;
	margin-left: auto;
}
#tooltip table tr td .contentText {
	height: 90px;
	width: auto;
	overflow: auto;
	margin-top: 4px;
	margin-bottom: 8px;
	text-align: left;
}

#tooltip table .underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #24492A;
	font-size: 11px;
	font-weight: bold;
	color: #24492A;
}
#tooltip table th {
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #27492E;
	text-align: center;
	height: 10px;
}
#utstallarlista table .even {
	background-color: #EDE3BF;
}
#utstallarlista table .odd {
	background-color: #DDC676;
}
#utstallarlista table .over {
	background-color: #27492E;
	color: #EDE3BF;
}
