/* CSS Document */

/* INSPECTOR DIV ID LAYOUT STYLES */

.piBody{ margin: 0px; }

/* the image on the left of the PI */
img#piImage{ position:absolute; 
		width: 36px; 
		height: 36px;  
		left: 4px; 
		top: 3px;
		z-index:1; }

/* the id name under the pi's name */
#theName{ width:55px; margin:0px; }

/* the name of the pi and the field to set the tag id attr */
#idBoxLayer { 	position: absolute; 
				width: 55px; 
				height: 38px;
				z-index: 1;
				left: 45px;
				top: 3px; }
				
/* the upper and lower halves of the inspector */				
#topLayer, 
.topLayer {	position: absolute;
			visibility: visible;
			left: 120px;
			top: 3px;
			width: 480px;
			height: 24px;
			z-index: 30; }
			
#bottomLayer, 
.bottomLayer{	position: absolute;
				left: 5px;
				top: 50px;
				z-index: 22;
				width: 595px;
				height: 24px;
				margin-top: 3px;}
