﻿.tooltip, .tooltiptop
{
	background-color: #006ebb;
	border: 1px solid white;
	display: none;
	color: #ffffff;
	font-size: 12px;
	padding: 4px;
	font-family: Arial;
	position: relative;
	font-weight: bold;
}

.tooltip
{
	margin-bottom: 14px;
}
.tooltiptop
{
	margin-top: 14px;
}


.tooltip .arrow, .tooltiptop .arrow
{
	position: absolute;
	background-repeat: no-repeat;
	width: 30px;
	height: 14px;
	left:10px;
}

.tooltip .arrow
{
	background-image: url(images/tiparrow.gif);
	bottom: -14px; *bottom:0px;
}

.tooltiptop .arrow
{
	background-image: url(images/tiparrowtop.gif);
	top: -14px; *top:-13px;
}

.tooltip .infottl, .tooltiptop .infottl
{
	font-size: 17px;
	font-family: Trebuchet MS, Arial;
}

.smallertips .tooltip, .smallertips .tooltiptop
{
	font-size: 10px !important;
}

.smallertips .infottl
{
	font-size: 14px !important;
}

