/* 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(../bilder/prototip/close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(../bilder/prototip/close_hover.gif); }

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

/* Tooltip styles */

.prototip .pinktip { border: 5px solid #a1a1a1; }
.prototip .pinktip .toolbar { background: #ff1e53; color: #fff; font: italic 17px Georgia, serif; }
.prototip .pinktip .title { padding: 5px; }
.prototip .pinktip .content { background: #fff; color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .darktip { width: 250px; border: 5px solid #a1a1a1; }
.prototip .darktip .toolbar { background: #606060; color: #fff; font: italic 17px Georgia, serif; }
.prototip .darktip .toolbar a.close { background: url(../bilder/prototip/close_hover.gif);}
.prototip .darktip .toolbar a.close:hover { background: url(../bilder/prototip/close.gif);}
.prototip .darktip .title { padding: 5px;}
.prototip .darktip .content { background: #808080; color: #fff; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .silver { width: 300px; 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(../bilder/prototip/close_hover_red.gif);}
.prototip .silver .title { padding: 5px; }
.prototip .silver .content { background: #fff; color: #666666; padding: 5px;}

.protoClassic { width: 300px; border: 5px solid #8c939c; }
.protoClassic .toolbar { background: #96b8e2 url(../bilder/prototip/classic_toolbar.gif) top left repeat-y; font-weight: bold; color: #fff;}
.protoClassic .toolbar a.close:hover { background: url(../bilder/prototip/close_hover_red.gif);}
.protoClassic .title { padding: 5px; }
.protoClassic .content { background: #fff; color: #333333; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }





DIV.picture_tooltip
{
	background: url(../bilder/prototip/tooltip_corner_left.gif) top left no-repeat;
	padding-left: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
DIV.picture_tooltip_content{
	border: 1px solid black;
	font-size: 11px;
	padding: 0 5px 10px 5px;
	background: #E1E1E1;
}
DIV.picture_tooltip_content H5{
	margin: 5px 0 10px 0;
	font-size: 14px;
	text-align: center;
}
DIV.picture_tooltip_content EM{
	color: gray;
}
DIV.picture_tooltip_content TABLE{
	font-size: 11px;
}
DIV.picture_tooltip_content TABLE TH{
	text-align: left;
	padding-right: 5px;
}
DIV.picture_tooltip_content TABLE TD.buttons{
	padding-top: 10px;
	text-align: center;
}
DIV.picture_tooltip_content TABLE TD.buttons INPUT{
	margin-right: 10px;
}
DIV.picture_tooltip DIV.tooltip_close{
	text-align: right;
	padding: 5px 5px 0 5px;
}
DIV.picture_tooltip INPUT.closeButton{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-size : 12px;
		border: 1px solid #000000;
		background-color: #009933;
		
		height : 20px;
		padding-bottom : 2px;
		vertical-align : top;
		background: url(../bilder/ok_bg.png) repeat-x;

		color: White;
}


