
body {	
	cursor:default;
}

label {
	cursor: pointer;
}

.FormTable {
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
}
.FormLeftTd {
	width:40%;
	color:#000000;
	padding-left:10px;
	margin:0px;
	border-bottom: solid 1px #E1E1E1;
}

.FormRightTd {
	width:60%;
	margin:0px;
	border-bottom: solid 1px #E1E1E1;
}

.FormRightTd textarea {
	width:100%;
	padding:2px;
}
.FormRightTd input {
	width: expression (this.type=="checkbox"?'':'100%')
	padding:2px;
}
.FormRightTd input[type="text"], .FormRightTd input[type="password"] {
	width:100%;
	padding:2px;
}

.GlobalErr {
	color:#9E0322;
	margin:0px;
}

.ErrDiv {
/*	width:250px; */
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
}

.GlobalMsg {
	color:#063;
	margin:0px;
}

.MsgDiv {
/*	width:px; */
	border:1px solid #ccc;
	background: #fff;
	padding:5px;
}

.Welcome, .Welcome a:link, .Welcome a:visited {
	 font-size: 8pt;
	  color: #fff; 
	  padding-top: 4px;
	  padding-bottom: 4px;
	  text-decoration: none;  
}

.Welcome a:hover {
	 font-size: 8pt;
	  color: #fff; 
	  padding-top: 4px;
	  padding-bottom: 4px;
	  text-decoration: underline;  
}

.SubmitTable {
	border-spacing:0px;
	border-collapse:collapse;
	height:40px;
}
.SubmitLeftTd {
	width:5px;
}
.SubmitRightTd {
	
}

.CaptionTable {
	width:100%;
	height:40px;
	border-spacing:0px;
	border-collapse:collapse;

}

.CaptionTd {
/*	padding-left:10px;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	font-family:Arial; */
}

#nsDebugConsole { font-family:Courier; font-size:14px; display:none; position:absolute; 
	left:0px; top:0px; height:100%; overflow:auto; z-index:999; background:#000; 
	color:#0c0;
}
.ConsoleMsg {background:#222; padding:4px; border-bottom:1px solid #000;}
.ConsoleSession {background:#222; padding:4px; border-bottom:1px solid #000;}
.ConsoleQuery {background:#222; padding:4px;}
.ConsoleQueryOpt {padding:4px; font-family:Tahoma; font-size:10px; color:#444;}
.ConsoleQueryOpt a {color:#444; }
.ConsoleExpHeader {border-bottom:1px solid #222; border-top:1px solid #222; background:#111; }
.ConsoleExpRow {border-bottom:1px solid #222;}