

#Spacer
{
	position:relative;
	background-color:White;
	z-index:0;
	height:200px;
	width:924px;
}


.MenuPanel
{
	position:fixed;
	width:100%;
	min-width:800px;
	left:0px;
	height:50px;
	top:100px;
	z-index:3;
}

.Label
{
	font-weight:normal;
	text-align:left;
	color:#1F4066;
}

.Warning
{
	text-align:left;
	color:Red;
	font-weight:bold;
}

.Text
{
	text-align:left;
	font-weight:normal;
	width:450px;
}

.ReadOnly 
{
	background-color:#DDDDDD;
}

.TextBox 
{
	width:200px;
	font-family:Arial;
}

.Line
{
	height:1px;
	width:100%;
	background-color:Silver;
}

th.Space
{
	height:20px;
	vertical-align:middle;
	text-align:center;
}
