* html { width: 100%; height: 100%; }

body {
	font-size: 11px;
	font-family: verdana, sans-serif;
	margin: 0px;
	width: 100%; height: 100%;
	position: relative;
	background: #ababab url(../images/page-bg-debug.gif) left repeat-y;
	background: #ffffff;
}

td {
	font-size: 11px;
}

form { margin: 0px; padding: 0px; }

p { margin: 0px 0px 15px 0px; }

a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #3d80df;
	text-decoration: underline;
}

div#preloader {
	display: none;
	width: 0px; height: 0px;
	position: absolute; left: -4000px; top: 0px;
}



table#pageframe {
	position: relative; left: 0px; top: 0px;
	width: 985px; height: 100%;
	margin: 0px; padding: 0px;
}

td#content-container {
	height: 100%;
	position: relative;
	padding: 20px 0px 20px 20px;
	vertical-align: top;
}

td#navigation {
	width: 225px; height: 100%;
	background: #ffffff url(../images/navigation-bg.gif) left top repeat-y;
	z-index: 1;
	vertical-align: top;
}

td#navigation img.logo-branding {
	margin-left: 7px;
	margin-bottom: 20px;
}

h2.title {
	font-family: arial;
	padding: 0px; margin: 0px 0px 5px 0px;
	font-size: 20px;
	color: #666666;
	z-index: 2;
}

img.icon-help {
	margin: 0px;
}

div#login {
	font-family: verdana, sans-serif;
	font-size: 11px;
	position: relative;
	width: 440px; height: auto;
	margin: 0px auto;
}

div.login-error-message {
	font-size: 11px;
	border-left: 1px solid #ecaf96;
	border-top: 1px solid #ecaf96;
	border-right: 1px solid #da655d;
	border-bottom: 1px solid #da655d;
	background: #ffefd5;
	color: #cc0000;
	padding: 10px;
	margin: 0px auto;
	margin-bottom: 10px;
	width: 440px;
	text-align: left;
}

html>body div.login-error-message {
	width: 420px;
}

div.success-message {
	font-size: 11px;
	border-left: 1px solid #abcd91;
	border-top: 1px solid #abcd91;
	border-right: 1px solid #5f9e55;
	border-bottom: 1px solid #5f9e55;
	background: #ffffff;
	background: #e6ffcb;
	color: #006600;
	padding: 10px;
	margin-bottom: 10px;
	width: 440px;
	font-weight: bold;
}
div.error-message {
	font-size: 11px;
	border-left: 1px solid #ecaf96;
	border-top: 1px solid #ecaf96;
	border-right: 1px solid #da655d;
	border-bottom: 1px solid #da655d;
	background: #ffefd5;
	color: #cc0000;
	padding: 10px;
	margin-bottom: 10px;
	width: 440px;
}

