/* CSS Document */
@charset "utf-8";
	

/* Edit windows - starts invisible but made visible when 'Edit' button clicked */
.partedit
	{
		display:none;
		position:absolute;
		right:5px; 
		top:0px;
		width:400px;
		height:100px;
		margin:0px;
		padding:10px;
		color:#000000;
		font-weight:normal;
		background:#A7D1E9;
		text-align:justify;
		border:1px solid #0000ff;
		text-shadow:none;
		z-index:50;				/* Make sure it is on top */
	}
	
.descedit
	{
		display:none;
		position:absolute;
		right:5px; 
		top:0px;
		width:400px;
		height:100px;
		margin:0px;
		padding:10px;
		color:#000000;
		font-weight:normal;
		background:#A7D1E9;
		text-align:justify;
		border:1px solid #0000ff;
		text-shadow:none;
		z-index:50;				/* Make sure it is on top */
	}
	
.altedit
	{
		display:none;
		position:absolute;
		right:5px; 
		top:0px;
		width:400px;
		height:100px;
		margin:0px;
		padding:10px;
		color:#000000;
		font-weight:normal;
		background:#A7D1E9;
		text-align:justify;
		border:1px solid #0000ff;
		text-shadow:none;
		z-index:50;				/* Make sure it is on top */
	}

/*++++++++++++++++++++++++++++++++++++++++*/
		

