.ui-tooltip {
	z-index: 99999;
	padding: 8px;
	position: absolute;
	max-width: 350px;
	background-color: #666;
	border: 2px solid #222;
	color: #f3f3f3;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 8px #888;
}

.ui-tooltip-large {
	z-index: 99999;
	padding: 8px;
	position: absolute;
	max-width: 900px;
	min-width: 500px;
	background-color: #fff;
	border: 2px solid #999;
	color: #000;
	-webkit-box-shadow: 0 0 15px #888;
	box-shadow: 0 0 15px #888;
}

.ui-tooltip-large img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ui-tooltip-large table {
	border-spacing: 0px;
}

.ui-tooltip-large table th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	background-color: #d4d8cd;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

.ui-tooltip-large table th:first-child {
	border-left: 1px solid #aaa;
}

.ui-tooltip-large table th:last-child {
	border-right: 1px solid #aaa;
}

.ui-tooltip-large table tr:nth-child(odd) {
	background-color: #f3f3f3;
}

.ui-tooltip-large table td {
	padding: 5px;
	border-bottom: 1px dotted #aaa;
}
	
.ui-tooltip-large img {
}
