
body {
	background-color: #323A36;
	font-size: smaller;
	font-family: Verdana, Sans-Serif;
	color: #000000;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 20px 0px;
}

#shell {
	position: relative;
	width: 768px;
	/* centers this div on the page, also, see body definition above */
	margin: 0px auto 0px auto;
	text-align: left;
	/* /centers this div on the page */
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	width: 650px;
	border-color: #901215;
	background-color: #ffffff;
}
	
#shellpad {
	padding: 5px 8px 5px 8px;
}

#header {
  border-bottom: #901215 thick solid;
	font-size: 11px;
}

H1, H2, H3, H4 {
  margin-bottom: 2px;
}

a, a:visited {
	color: #FF7C08;
	text-decoration: none;
	}
a:hover {
	color: #FF7C08;
	text-decoration: underline;
	}

.panel {
  padding: 3px;
  border-right: #dcdcdc 1px solid;
  border-top: #dcdcdc 1px solid;
  font-size: 12px;
  border-left: #dcdcdc 1px solid;
  border-bottom: #dcdcdc 1px solid;
}

.panel .header {
  font-weight: bold;
  font-size: 12px;
  background-color: #f5f5f5;
}

.form
 {
	border-top: #901215 thick solid;
	border-bottom: #dcdcdc thin double;
	font-size: 12px;
}
.form .label
{
	font-weight: bold;
	font-size: 11px;
}
.form .field {
	font-size: 11px;
}
.input {
  padding: 3px;
  font-size: 12px;
}
.input .header {
	font-weight: bold;
	font-size: 12px;
	background-color: #d3d3d3;
}
.input .label {
  padding-right: 3px;
  padding-left: 3px;
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 3px;
  padding-top: 3px;
  text-align: right;
}
.input .field {
	font-size: 11px;
}
.results
 {
  border-top: #dcdcdc thin double;
	border-bottom: #dcdcdc thin double;
	font-size: 11px;
}
.results .header {
	font-weight: bold;
	font-size: 11px;
	background-color: white;
	border-bottom-style: solid;
}
.results .odd {
  border-top: #dcdcdc 1px solid;
  border-bottom: gainsboro 1px solid;
  background-color: #f5f5f5;
}
.results A {
  text-decoration: none;
}
.results A:hover {
  text-decoration: underline;
}
.header
{
	font-size: 24px;
}
.error {
	font-weight: bold;
	font-size: 11px;
	color: #cc0000;
}

.tabs {
  font-size: 12px;
}
.tabs TD {
  border-left: #a9a9a9 1px solid;
  color: #a9a9a9;
  background-color: #f5f5f5;
}
.tabs .selected {
  border-top-width: 1px;
  font-weight: bold;
  border-bottom-width: 1px;
  color: #ffffff;
  background-color: #ff6600;
  border-right-width: 1px;
}

