* {
	margin: 0;
	padding: 0;
	}
	
html {
	height: 100%;
	}

body {
	height: 100%;
	background: #333 url(background_heins.gif);
	text-align: center; /* horizontal centering for IE Win quirks */
	}

img {
	border: 0;
	}

input {
	color: #000;
	}

#spacer {
	width: 1px;
	height: 50%;
	float: left;
	margin-bottom: -285px; /* half of container's height */
	}

#container {
	margin: 0 auto;
	height: 573px;
	width: 782px;
	text-align: left;
	clear: left;
	position: relative; /* puts container in front of spacer */
	}

#content {
	border: 1px dashed #666;
	}

#footer {
	font-size: 10px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #4C4C4C;
	}

div.legal {
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	}

a.copyright:link {
	color: #4C4C4C;
	text-decoration: none;
	}

a.copyright:visited {
	color: #4C4C4C;
	text-decoration: none;
	}

a.copyright:hover {
	color: #808080;
	text-decoration: none;
	cursor: default;
	}

a.copyright:active {
	color: #808080;
	text-decoration: none;
	cursor: default;
	}

div.zoltron {
	float: right;
	}

div.login {
	font-size: 13px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #333;
	width: 780px;
	height: 548px;
	background: #8F7342 url(background_login.jpg) no-repeat;
	}

div.logo {
	float: left;
	width: 138px;
	height: 152px;
	margin: 36px 0 0 35px;
	}

div.upload {
	float: right;
	width: 425px;
	margin: 125px 65px 0 0;
	}

div p {
	margin: 10px 0;
	}

div .title {
	font-size: 15px;
	color: #331A66;
	font-weight: bold;
	}

div .note {
	color: #991E1E;
	}

div .green {
	color: #009900;
	}

div.manage {
	font-size: 13px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #333;
	width: 780px;
	height: 548px;
	background: #8F7342 url(background_manage.jpg) no-repeat;
	}

div.leftmenu {
	float: left;
	width: 173px;
	}

div.heinslogo {
	width: 138px;
	height: 152px;
	margin: 36px 0 0 35px;
	}

div.portfolioup {
	width: 111px;
	height: 36px;
	margin: 81px 0 0 54px;
	}

div.clientsup {
	width: 111px;
	height: 36px;
	margin: 73px 0 0 12px;
	}

div.clientsdown {
	width: 138px;
	height: 36px;
	margin: 0 0 0 12px;
	}

div.rightcontent {
	float: right;
	width: 530px;
	height: 450px;
	margin: 98px 0 0 0;
	}

html#iframe {
	height: 90%;
	}

body#frame {
	background: #FFF url(background_iframe.jpg) fixed;
	text-align: left;
	}

div.fileupload {
	font-size: 13px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #333;
	width: 450px;
	margin: 27px 0 0 40px;
	}

table.filenames {
	width: 100%;
	color: #666;
	font-size: .95em;
	border-spacing: 0px;
	border-collapse: collapse;
	border-bottom: 1px solid #F93;
	margin-top: 10px;
	}

table.filenames th {
	text-align: left;
	font-weight: normal;
	padding: 0.2em 0.5em;
	}

table.filenames td {
	text-align: left;
	border-top: 1px dotted #F93;
	padding: 0.2em 0.5em;
	}

table.filenames thead th {
	color: #999;
	text-align: left;
	border-bottom: 1px solid #F93;
	}

table.filenames img {
	margin-top: 5px;
	}

table.filenames .right {
	text-align: right;
	}

table.filenames .center {
	text-align: center;
	}

div.compress {
	color: #666;
	margin-top: 25px;
	}
