/* 
  iowadocs.com style sheet
  Author: David W. Body / Big Creek Software, LLC
  Preliminary version 6/2/2005
  Updated 8/8/2005 - Suzanne Nadermann
  Updated 8/18/2005 - David W. Body
  Updated 8/26/2005 - David W. Body
  Copyright 2005 Iowa Medical Society
*/

a:link {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #663333;
	background-color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
}
tbody {
	border: thin none #663300;
}
table {
	border: thin none #663300;
}
img {
  display: block;
  border: 0;
}

table.main_images {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 0;
}

table.main_images td {
  padding: 0;
}

table.main_images td p {
  font-color: #804040;
  width: 380px;
}

table.main_images h2 {
  font-size: 14px;
}

table.main_images a:link {
  color: #804040;
}

table.main_images a:visited {
  color: #804040;
}

td.bold {
  font-weight: bold;
  font-size: large;
}

.criteria {
  font-size: 12px;
}

.criteria p {
  margin-top: 0;
  margin-bottom: 0;
}

.criteria table {
  width: 80%;
}

.criteria td {
  vertical-align: top;
}

.resultlabel {
  text-align: center;
  margin: 0;
}

.searchresult {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-collapse: collapse;
}

.searchresult th {
  background-color: #92b1d9;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  color: black;
}

.searchresult td {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding-left: .5em;
  padding-top: 2px;
  padding-bottom: 2px;
}

.searchresult td.n {
  text-align: right;
  padding-right: .5em;
}

table.results_detail {
  width: 100%;
}

table.results_detail td {
  vertical-align: top;
}

.topnav {
  text-align: center;
  font-size: small;
  padding-bottom: 10px;
  width: 750px;
}

.bottomnav {
  text-align: center;
  font-size: small;
  padding-top: 10px;
  margin-bottom: 0;
  width: 750px;
}

.footer table {
  width: 750px;
  border: 0;
}

.footer td {
  margin-top: 20px;
  font-size: xx-small;
  text-align: left;
}

.footer td+td {
  text-align: right;
}

