﻿/*****************************************************************************
 This style sheet is to be used for the tool tip popup layout only.
 New class names should have a prefix of 'tool-tip'.
*****************************************************************************/
.tooltip
{
    border: 1px solid #333333;
    font-size: 11px;
	padding: 3px;
	background: #CCCCCC;
	color: #000000;
}

.locator-page .tooltip { width: 400px; }
