/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default { width: 120px; color: #fff; }
.prototip .default .toolbar { background: #0F6788; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { background: #000063; font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 5px; text-align: center;}

.prototip .mmenu { width: 133px; }
.prototip .mmenu .toolbar { }
.prototip .mmenu .title { }
.prototip .mmenu .content { width: 133px; background-color: #fff; border-left: solid 1px #ff0000; border-right: solid 1px #ff0000; border-bottom: solid 1px #ff0000; /* filter:alpha(opacity=90); -moz-opacity:.90; opacity:.90; */ }
.prototip .mmenu a {
display: block;
color: #000;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 5px;
width: 123px;
text-decoration: none; 
}
.prototip .mmenu a:hover { background-color: #ff0000; color: #000; text-decoration: none; }
.prototip .mmenu a .selected { color: #000; text-decoration: none; }

.prototip .bluetip { width: 297px; color: #fff; }
.prototip .bluetip a { text-decoration: underline; }
.prototip .bluetip a, .prototip .bluetip a:hover { width: 297px; color: #fff; }
.prototip .bluetip .content input { border: 0; background: #fff; }
.prototip .bluetip .content input[type=button], .prototip .bluetip .content input[type=submit] { border: 0; background: transparent; color: #fff; text-decoration: underline; cursor: pointer; }
.prototip .bluetip .content .top { width: 297px; height: 29px; background: url(../img/tooltip/tooltip_01.png) no-repeat bottom; }
.prototip .bluetip .content .top .topclose { padding: 15px 25px 0 0; }
.prototip .bluetip .content .top .topclose a { line-height: 10px; padding: 0 2px; text-decoration: none; }
.prototip .bluetip .content .mid { width: 297px; background: url(../img/tooltip/tooltip_03.png) repeat-y; }
.prototip .bluetip .content .mid .inner { padding: 0 45px 0 30px; }
.prototip .bluetip .content .bottom { width: 297px; height: 59px; background: url(../img/tooltip/tooltip_05.png) no-repeat top; }