	/* pl_stylesheet.css */

	/* This is where you can customize the appearance of the tooltip */
	div#tipDiv {
	  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
	  /* position:relative; visibility:hidden; left:50; top:50; z-index:10000; */
	  background-color:#fff; border:2px solid blue; /* #000 for black */
	  width:300px; padding:10px; /* width controls width of popup; padding is that between edge of popup & content */
	  color:#000; font-size:11px; line-height:1.3;
	}

	/* These are used in the wrapTipContent function */
	div#tipDiv div.img { text-align:center; margin-bottom:8px}
	div#tipDiv div.hdr { text-align:center; font-family:Arial,Helvetica; font-size:12pt; font-weight:bold; margin-bottom:8px}
	div#tipDiv div.txt { text-align:center; font-family:Arial,Helvetica; font-size:10pt; margin-bottom:6px}

	#pl_mosaic_div, #pl_IdMosaicDiv {
		margin:0;
		border:0;
		padding:0;
		text-indent:0;
	}

	/* These class selectors binds attributes to the tags containing a mosaic thumbnail image */
	div.pl_mosaic_elem {
/*		border: 3px solid darkred;
		margin: 3px;
*/
		background-color: pink;
		border: 0;
		margin: 0;
		padding: 0;
	}
	img.pl_mosaic_elem {
/*		border: 3px solid green;
		margin: 3px;
*/
		border: 0;
		margin: 0;
		padding: 0;
	}
