/* MSIE hack -- Resets 1em to 10px for IE only */
/* Hides from IE5-mac \*/
* html body {
* font-size: 80%; }
* select,input,button,pre {
* font-size: 90%; }
*/* End hide from IE5-mac */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
  cursor: pointer;
}

h1,h2,h3,h4 {
  text-align: center;
}

h1,h4 {
  padding: 0.2em 1em;
  margin: 0;
}

p {
  text-indent: 0.5em;
}

span.red {
  color: #EE2222;
}

div.section {
  border: 1px solid #0040FF;
  margin: 5px;
  padding: 1em 5px 5px 5px;
  position: relative;
  text-align: left;
}

div.section span.sectionHeader {
  white-space: nowrap;
  color: #0040FF;
  background-color: #ffffff;
  position: absolute;
  top: -0.8em;
  left: 2em;
  margin: 0;
  padding: 2px 0.5em;
  /*font-weight: bolder;*/
}

div.section span.sectionHeaderBlue {
  white-space: nowrap;
  color: #0040FF;
  background-color: #eeeeff;
  position: absolute;
  top: -0.8em;
  left: 0.5em;
  margin: 0;
  padding: 2px 0.5em;
  font-weight: bold;
}

div.section span.blueHref {
  color: #000000;
  /*font-weight: bolder;*/
  cursor: pointer;
}

div.section span.blueHref:hover {
  color: #0040FF;
}
div.section span.blueText {
  color: #0040FF;
}


table.byg {
  left: auto;
  right: auto;
  border: 0;
  margin: 1em;
  border-spacing: 1px;
}

table.byg td {
  text-align: left;
  padding: 2px 0.5em;
  margin: 0;
  border: 0;
}

td.sortable {
  cursor: pointer;
}

table.byg tr.header td {
  background-color: #eeeeff;
  border-bottom: 1px solid #0040FF;
  font-weight: 150%;
  font-style: italic;
}

table.byg tr.footer td {
  padding-top: 0px;
}

table.byg tr.footer {
  background-color: #eeeeff;
  font-weight: 120%;
}

table.byg tr.even,tr.evenNH td {
  background-color: #ffffe0;
  cursor: pointer;
}

table.byg tr.evenLast td {
  background-color: #ffffe0;
  cursor: pointer;
  border-bottom: 1px solid #0040FF;
}

table.byg tr.even:hover td {
  background-color: #ffffb0;
}

table.byg tr.evenLast:hover td {
  background-color: #ffffb0;
}

table.byg tr.odd td {
  background-color: #f4f4f4;
  cursor: pointer;
}

table.byg tr.oddLast td {
  background-color: #f4f4f4;
  cursor: pointer;
  border-bottom: 1px solid #0040FF;
}

table.byg tr.odd:hover td {
  background-color: #eaeaea;
}

table.byg tr.oddLast:hover td {
  background-color: #eaeaea;
}

td.item {
  text-align: right;
  vertical-align : top;
  color: #0040FF;
  font-style: italic;
  font-weight: 140%;
}

td.data {
  vertical-align : top;
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;
}

td.imgPanel {
	padding: 0px;
	border: 1px solid #0040FF;
	vertical-align: bottom;
}

img.imgPanel {
  display: block;
  border: 0;
  margin: 0;
}

img.imgPanel#dogHead {
  display: none;
}

td.dogNameHeader {
  padding: 0.6em 1em;
  text-align: center;
}


td.dogNameHeader div.header {
  font-size: 130%;
  font-weight: bold;
  text-decoration: underline;
}

td.dogNameHeader div.sub {
	color: #0040FF;
}

table.dogDetail {
  border: 0px ;
  margin: 0 10px 10px 10px;
}

span.healthTests {
  color: #0040FF;
  font-style: italic;
  font-weight: bolder;
  margin-right: 1em;
}

td.ownerTable td.header {
  background-color: #ddddff;
  border-bottom: 1px solid #0040ff;
  padding: 3px 0.5em;
  margin: 1px;
  text-align: left;
  font-style: italic;
  color: #0040ff;
  font-weight: 150%;
}

td.ownerTable td {
  padding: 3px 0.5em;
  text-align: left;
  border-bottom: 1px solid #0040ff;
}

pre.preForm {
  padding: 5px;
  border: 1px dashed #0040ff;
  background-color: #ddddff;
}

.errorek {
  border: dashed 1px #EE3333;
  text-align: center;
  padding: 0.2em;
  color: #EE3333;
  background-color: #FFDDDD;
}

