.Editor  {
	width : 100%;
	margin-left : 0;
	margin-top : 0;
	height : 100%;
}
.EditorSpan  {
	container : positioned;
	position : absolute;
	TOP : 50px;
	LEFT : 20px;
	WIDTH : 500px;
	HEIGHT :300px;
	Z-INDEX : 5;
	border-width : thin;
	border-style : solid;
	display : inline;
	visibility : hidden;
}
.Header {
	background-color : Navy;
	margin : 0 0 0 0;
	font : bold 10pt Arial, Helvetica, sans-serif;
	color : White;
}
.TableHeader {
	margin : 0 0 0 0;
	font : 900 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #272752;
}
.Link {
	cursor : hand;
}
.Status  {
	width : 100%;
	height : 100%;
	background-color : #FFFF99;
	font : 14pt Arial, Helvetica, sans-serif;
	margin : 0 0 0 0;
}
.StatusSpan  {
	container : positioned;
	position : absolute;
	TOP : 20px;
	LEFT : 20px;
	WIDTH : 400px;
	HEIGHT : 200px;
	border-width : thin;
	border-style : solid;
	display : inline;
	visibility : hidden;
	margin : 0 0 0 0;
}

SPAN.HideStatus
{
    LEFT: 10%;
    POSITION: absolute;
    TOP: 20%;
    VISIBILITY: hidden;
    Z-INDEX: 2
}
SPAN.ShowStatus
{
    LEFT: 10%;
    POSITION: absolute;
    TOP: 20%;
    VISIBILITY: visible;
    Z-INDEX: 2
}
	.SelAlpha {
		width : 16px;
		background-color : #ADD8E6;
		font-weight : bold;
		font-size : 12pt;
		text-align : center;
		color : Navy;
	}
	.Alpha {
		width : 16px;
		background-color : Navy;
		cursor : hand;
		font-weight : bold;
		font-size : 12pt;
		text-align : center;
		color : White;
	}
  .ErrorMsg {
		color : Red;
    font-size : 14pt;
    font-weight : bold;
  }

