/* CSS Document */
@charset "utf-8";
	

/* Containers for the editor window only */
.editor
	{
		display:block;
		width:100%;
		height:600px;
		overflow:auto;
		margin:10px;
		padding:10px 10px 10px 10px;
		color:#000000;
		background:#ebf4f9;
		text-align:justify;
		border:1px solid #0D108F;
		text-shadow:none;
		z-index:10;
	}

/* Edit windows - starts invisible but made visible when 'Add' or 'Edit' buttons clicked */
.editmyparts
	{
		display:none;
		position:relative;
		width:700px;
		height:450px;
		margin-top:10px;
		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 */
	}
	
/*++++++++++++++++++++++++++++++++++++++++*/
