﻿
.titleMapper .map 
{
  width: 0;
  height: 0;
  float: right;
  border: 1pt solid #A5A5A5;
}

.titleMapper #tooltip 
{
  position: absolute;
	background: #505050 none repeat scroll 0 0;
	border: 1pt solid #000000;
	color: #F2EEEA;
	font-size: 0.9em;
	max-width: 85px;
	padding: 5px;
	font-weight: bold;
}
