body {
	background: white;
	color: black;
	font-size: small;
	font-family: Verdana, sans-serif;
}

.products {
  overflow: hidden;
}

* html .products {
  height: 1%;
}

.products div {
  float: left;
  margin: 1em;
}

#footer {
	font-size: smaller;
	text-align: center;
}

@media screen {
body {
	background: url(/images/website-header.jpg) no-repeat top center;
	margin: 0 auto;
	padding-top: 97px;
	width: 778px;
}

h1 {
	display: none;
}

h2, h3, h4, h5, h6 {
  color: #a00;
}

#login {
  background: white;
  color: white;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#login:hover {
  background: #ffc;
  color: #ffc;
}

#links {
	/*background: url(/images/links.png) no-repeat top center;*/
	padding: 5px;
	height: 18px;
	list-style-type: none;
	text-align: right;
	margin-bottom: 2em;
}

#links li {
	display: inline;
	padding: 0.2em;
}

#links li a:link, #links li a:visited {
	color: #a00;
	text-decoration: none;
}

#links li a:hover {
  background-color:#a00;
  outline: solid 4pt #a00;
  color: #fff;
}

#footer {
	/*background: url(/images/web-line.png) no-repeat top center;*/
	border-top: 1pt solid #a00;
	color: #a33;
	clear: both;
	margin: 1em;
	padding: 0.4em 0 0 0;
}

/* scaffold */
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}
/* /scaffold */
}

@media print {
h1 {
	text-align: center;
}

#links, #login {
	display: none;
}

#footer {
	border-top: 0.8pt solid gray;
	color: gray;
	margin: 1em 4em 0 4em;
}
}
