/* Prototip.css */

/*.tooltip { width: 200px; }*/
.tooltip .title, .tooltip .content { border: 1px solid #09195c; padding: 5px; }
.tooltip .title { 
	border-bottom: none; 
	padding-right: 32px;
	background: #09195c url(../images/tooltip_info.png) no-repeat top right;
	color: white; 
	font: bold italic 14px Montserrat, Helvetica, serif;
}
.tooltip .content { border-top: none; background: white; color: black; font: 11px Montserrat, Helvetica, sans-serif; padding: 5px; }

.warningtip .title, .warningtip .content { border: 1px solid #f6d03b; padding: 5px; }
.warningtip .title { 
	border-bottom: none; 
	padding-right: 32px;
	background: #FFFF66 url(../images/tooltip_warning.png) no-repeat top right;
	color: black; 
	font: bold italic 14px Montserrat, Helvetica, serif;
}
.warningtip .content { border-top: none; background: #f5f5f5; color: black; font: 11px Montserrat, Helvetica, sans-serif; padding: 5px; }

.errortip .title, .errortip .content { border: 1px solid #670a0a; padding: 5px; }
.errortip .title { 
	border-bottom: none; 
	padding-right: 32px;
	background: #820808  url(../images/tooltip_error.png) no-repeat top right;
	color: white; 
	font: bold italic 14px Montserrat, Helvetica, serif;
}
.errortip .content { border-top: none; background: white; color: black; font: 11px Montserrat, Helvetica, sans-serif; }