﻿/* Balao de mensagens para ajuda
---------------------------------------------------------------------------*/
#tooltips {
	display: none;
}

a.tooltip {
	text-decoration: none !important;
	background: transparent url('../images/tooltip.gif') repeat-x scroll left bottom;
	cursor: help;
}

a.tooltip:hover {
	text-decoration: none !important;
	background: transparent url('../images/tooltiphover.gif') repeat-x scroll left bottom;
	cursor: help;
}

.tooltip_title {
	color: #cc0000;
	font-weight: bold;
}