/* GENERAL - base element styles */

body {
  background: #f0f0f0;
  background: #fff url(/images/backtile.gif) repeat-x;
  text-align: center;
  font: 14px/16px Arial, Helvetica, sans-serif;
  color: black;
}

#pageHolder {
  width: 720px;
  margin: 1px auto;
  position: relative;
  text-align: left;
  border: 2px solid #999;
  border-top: 0;
  background: white;
  padding: 20px;
}

h1 {
  color: transparent;
  float: right;
  width: 179px;
  height: 30px;
}
h1 a {
  display: block;
  height: 35px;
  text-indent: -5000px;
}
h1 a:hover {
	text-decoration: underline;
}
hr {
  height: 1px;
  border: 0;
  color: #999;
  background-color: #999;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 1px;
  padding: 0;
  line-height: 0;
}
.action {
	xpadding: 12px;
	margin-top: 12px;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #777;
	border-bottom-color: #777;
	border-left-color: #aaa;
	border-top-width: 1px;
	border-top-style: solid;
}

/* ** NARROW STYLES */

.narrow #pageHolder {
  border: none;
}
.narrow .action {
	margin-top: 6px;
	margin-bottom: 20px;
	width: 720px;
	float: left;
	background-color: #FFF;
	border-color: #666;
}
.narrow #pageHolder {
  background: transparent;
}
#footer {
  float: left;
  width: 100%;
  font-size: 11px;
  margin-top: 20px;
  padding-top: 2px;
  margin-bottom: 20px;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 12px;
}
.narrow #footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
