﻿/*
*   Purpose: Specifies the styles used for displaying help or tooltip messages.
*   Reference: Some of the classes used as per jquery.simpletip-1.3.1.min.js    
*/


.tooltip
{
	border: 1px solid #1680BE;
	color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	background-color: #AAD9F2;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	padding:3px;
	width:230px; /* for ie6, better without a width when we don't need to support IE6 */
}

/* Addition Classes */

.OuterContainerDiv
{
    display:inline;
}
