/* CSS Document */

/* INSPECTOR DIV ID LAYOUT STYLES */

.piBody{ margin: 0px; }

p{ margin:0.25em; }

/* 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, #idEditBox, .idEditBox{ width:65px; margin:0px; }

/* the name of the pi and the field to set the tag id attr */
#idBoxLayer { 	position: absolute; 
				width: 65px; 
				height: 38px;
				z-index: 1;
				left: 45px;
				top: 3px; }
				
/* the upper and lower halves of the inspector */				
#topLayer, 
.topLayer,
#errorLayer, 
.errorLayer {
	position: absolute;
	visibility: visible;
	left: 140px;
	top: 3px;
	width: 480px;
	height: 24px;
	z-index: 30;
}

#errorLayer, 
.errorLayer {
	display:none;
	padding-left:3em;
}
			
#bottomLayer, 
.bottomLayer{	position: absolute;
				left: 5px;
				top: 50px;
				z-index: 22;
				width: 595px;
				height: 24px;
				margin-top: 3px;}
				
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
