/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip 						{ position: absolute; background: transparent; }
.prototip .effectWrapper 		{ position: relative; }
.prototip .tooltip 				{ position: relative; 

	background-color: transparent;
	background-image: url(/user/BayTech_2008/media/images/tooltip_bubble_pointer.gif);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}
.prototip .toolbar 				{ position: relative; display: block; }
.prototip .toolbar .title 		{ position: relative; display: block; }
.prototip .content 				{ clear: both; }
.prototip .toolbar a.close 		{ position: relative; text-decoration: none; float: right; width: 15px; height: 15px; 
	background: red; 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: #EDEDED; }

/* Tooltip styles */
.prototip .default 				{ width: 150px; color: #2B3C5A;
	background-color: transparent;
	background-image: url(/user/BayTech_2008/media/images/tooltip_bubble_pointer.gif);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}
.prototip .default .content		{ background: #EDEDED; font: 11px Arial, Helvetica, sans-serif; margin-top: 10px; 
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
}

.prototip .default .toolbar 		{ background: #EDEDED; font: italic 12px Georgia, serif; }
.prototip .default .title 		{ padding: 5px; }

/*
.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(close_hover.gif);}
.prototip .darktip .toolbar a.close:hover { background: url(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(close_hover_red.gif);}
.prototip .silver .title { padding: 5px; }
.prototip .silver .content { background: #fff; color: #666666; padding: 5px;}
*/
.prototip .kalender 				{ width: 400px; color: #2B3C5A;
	background-color: transparent;
	background-image: url(/user/BayTech_2008/media/images/tooltip_bubble_pointer.gif);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}
.prototip .kalender .content		{ background: #EDEDED; font: 12px Arial, Helvetica, sans-serif; margin-top: 10px; 
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
}

.prototip .kalender .toolbar 		{ background: #EDEDED; font: italic 12px Georgia, serif; }
.prototip .kalender .title 		{ padding: 5px; }