@charset "UTF-8";
/* CSS Document */
.linksTooltip
{
	border: 3px solid #933;
	background-color: #600;
	padding: 10px;
	color: #ccc;
}
.inputsTooltip
{
	border: thin dotted #000;
	background-color: #F4EDE7;
	padding: 4px;
	/*color: #ccc;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	text-align:left;
	width: 150px;
}
.inputsTooltip #tooltipTitle
{
	font-weight: bold;
}

