/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }


/* Tooltip styles */
.prototip .default { width: 400px; height:auto; color: #fff; border: 2px solid #5a5b5e}
.prototip .default .title {
	padding: 5px;
	background: #7bc32e url(../img/fnd_desc.gif) repeat-x 0px 0px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.prototip .default .content { background: #f6f6f6; color:#5a5b5e; font: 11px Arial, Helvetica, sans-serif; padding: 15px; text-align:justify;}

.prototip .silver { width: 400px; border: 5px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.prototip .silver .toolbar { background: #2e2e2e; color: #fff; font-weight: bold; }
.prototip .silver .toolbar a.close:hover { background: url(close_hover_red.gif);}
.prototip .silver .title { padding: 5px; }
.prototip .silver .content { background: #fff; color: #666666; padding: 5px;}


