.tooltip {
	position: absolute;
	z-index: 2;
	background: #FFF1AF;
	border: 1px solid #ccc;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

.tooltip .small {
	font-size: 0.7em;
	font-style: italic;
}

.tooltip .loading {
	width: 16px;
	height: 16px;
	border: 0px;
	background: url(load.gif) no-repeat top left
}

.tooltip .close {
	font-size: 0.7em;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background-color: white;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tooltip #items th, td {
	font-size: 0.95em;
	padding: 2px;	
}

.tooltip #items th {
	background-color: #EFD586;
	text-align: center;
}

.tooltip #items td {
	border-bottom: 1px solid #bbb;	
}
