<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<title>Logon - GreenBox TAMS</title>
		<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
		<link href="styles/chosen.css" rel="stylesheet" type="text/css" />
		<link href="styles/default.css" rel="stylesheet" type="text/css" />
		<!--[if lte IE 6]>
    <link href="styles/ie6.css" rel="stylesheet" type="text/css" />
		<![endif]-->
		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js">
    	<!--ignore this-->
		</script>
		<script type="text/javascript" src="scripts/overlibmws.js">
			<!--ignore this-->
		</script>
		<script type="text/javascript" src="scripts/overlibmws_iframe.js">
			<!--ignore this-->
		</script>
		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js">
			<!--ignore this-->
		</script>
		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js">
			<!--ignore this-->
		</script>
		<script type="text/javascript" src="scripts/chosen.jquery.min.js">
			<!--ignore this-->
		</script>
		<script type="text/javascript" src="scripts/urmclient.js">
			<!--ignore this-->
		</script>
		<script type="text/javascript" src="scripts/tams.js">
			<!--ignore this-->
		</script>
	</head>
	<body id="body">
		<div id='tb'>
			<div id="pid">
				<!--ignore this-->
			</div>
			<div id="menu"></div>
		</div><div class="pt" style="display:none;">
			<img src="graphics/tamsheader.png" class="png" />
			<span id="caption">Logon</span>
		</div>
		
		<div id="tamsMsg">
			<!--ignore this-->
		</div>
		<div id="pagecontent">
			<div id="qotd">
			<!--ignore this-->
		</div>
			<a id="nogo">
				<!--ignore this-->
			</a>
			<div id="content"><div class="f"><form  action="" method="post"  enctype="multipart/form-data" name="Logon_Form" onsubmit="return false" target="_self"><div class='fc' nowrap='nowrap'>&nbsp;Logon&nbsp;</div><div class='fr'><label for="Name" accesskey="L">Logon Name</label><input id="Name" name="Name" type="text" class="tb ltb" style="width:100px"/></div><div class='fr'><label for="Password" accesskey="P">Password</label><input id="Password" name="Password" type="password" class="tb ltb" style="width:100px"/></div><div class='fr'><label></label><script>
$(function() {
	$(".f").addClass("logon");
 	$(".pt > img").prependTo($(".f"));
	$("#tb").hide();
$("#pagecontent").css("top", 0);
$(body).css("background-color","#202020");
});
</script></div><div class='ag'><button id="urmaction" name="urmaction" type="submit" onclick="urmExecuteAction(this,'?z=se&a=logon&url=','Logon.Form','');return false">Logon</button></div><input id="urmuid" name="urmuid" value="Logon.Form" type="hidden"/></form></div></div>
			<table class="contenttable3" cellspacing="10">
				<tbody>
					<tr>
						<td class="content3">
							<div id="content1">
								<!--ignore this-->
							</div>
							<div id="content4">
								<!--ignore this-->
							</div>
							<div id="content7">
								<!--ignore this-->
							</div>
						</td>
						<td class="content3">
							<div id="content2">
								<!--ignore this-->
							</div>
							<div id="content5">
								<!--ignore this-->
							</div>
							<div id="content8">
								<!--ignore this-->
							</div>
						</td>
						<td class="content3">
							<div id="content3">
								<!--ignore this-->
							</div>
							<div id="content6">
								<!--ignore this-->
							</div>
							<div id="content9">
								<!--ignore this-->
							</div>
						</td>
					</tr>
				</tbody>
			</table>
			<table class="contenttable2" cellspacing="10">
				<tbody>
					<tr>
						<td class="content2">
							<div id="content10">
								<!--ignore this-->
							</div>
						</td>
						<td class="content2">
							<div id="content11">
								<!--ignore this-->
							</div>
						</td>
					</tr>
					<tr>
						<td class="content2">
							<div id="content12">
								<!--ignore this-->
							</div>
						</td>
						<td class="content2">
							<div id="content13">
								<!--ignore this-->
							</div>
						</td>
					</tr>
					<tr>
						<td class="content2">
							<div id="content14">
								<!--ignore this-->
							</div>
						</td>
						<td class="content2">
							<div id="content15">
								<!--ignore this-->
							</div>
						</td>
					</tr>
				</tbody>
			</table>
			<div id="contentlast">
				<!--ignore this-->
			</div>
		</div>
		<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;left:0px;top:0px;" />
			<script>
$(function() {
		$("input, select").removeAttr("width").removeAttr("style");
		$(".multi").attr("multiple",true).chosen().next().css({"width":"100%","font-size":"inherit"}).find(".chzn-drop").css("width","100%");
$(".flink").each(function() { var href= $(this).attr("href"); $("<button class='flink'></button>").insertBefore($(this)).text($(this).text()).click(function(ev) { location=href; }); $(this).remove(); });
$(":button").button();
$(".fromto")
	.wrap("<div class='fromtowrap'></div>")
	.before("<span class='lfrm'><label>from</label></span><span class='lto'><label>to</label></span>")
	.each( function(i,v) { 
		var $v=$(v), w=$v.parent(), id=$v.attr("id");
		$v.attr("name", id+"f").appendTo(w.find(".lfrm")).clone(true).appendTo(w.find(".lto")).attr('name', id + 't');
	});
$(".chzn-container-single").css("width","auto");

$("#content").toggle( $.trim($("#content").text()).length>0);
$(".contenttable3").toggle( $.trim($(".contenttable3").text()).length>0);
$(".contenttable2").toggle( $.trim($(".contenttable2").text()).length>0);
});

			</script>
	</body>
</html>

