/* Reset style sheet to remove browser styles */
/*
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Generic code */
/* body basic */
body {
  font-family: Arial;
  font-size: 14px;
}

p {
  display: block;
  margin: 1em 0;
}

/* Whole page container division*/
div.container {
  margin: 0 auto;
  width: 780px;
}

/* Put in a break to position the next element below all the floating elements around it */
br.position {
  clear: both;
}

/* content division*/
div.content {}

/* sgspresents section */
/* sgspresents division */
div.presents {}

p.verCntrl {
  color: #436844;
  /* our dark green */
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}

p.presents {
  color: #436844;
  /* our dark green */
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

/* Title of the database */
h2.titleDB {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #436844;
  /* our dark green */
  text-align: center;
}

/* search input section */
/* search input division */
/* Parent division for inline-block */
.parent {}

div.srchinput {
  text-align: left;
  border-style: solid;
  border-width: thin;
  border-color: #000000;
  padding: 12px 6px;
}

/* Division for user to select field and input search string  */
div.select {
  display: inline-block;
  text-align: left;
  width: 50%;
}

/* Division for instructions */
div.instruct {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  float: right;
}

p.instruct {
  text-align: center;
  margin: 0;
}

p.invalid {
  color: red;
  text-align: center;
  margin: 0;
}

.srchFldSel {
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: top;
  margin-bottom: 10px;
  background-color: #ffffff;
}

.srchBtn {
  /* was inline style */
  float: right;
  margin-right: 10px;
  background-color: #d0e3d1;
  font-weight: 500;
  border-radius: 4px;
}

.srchBtn:hover {
  background-color: #8dbb8e;
}

.srchBtnhigh {
  /*background-color: #8dbb8e;*/
}

/* results output section */
/* results output division */
div.results {}

.tableinfo {}

.rselline {
  width: 100%;
}

div.rppdiv {
  display: inline-block;
  float: left;
  width: 33%;
}

.pxoy {
  display: inline-block;
  float: left;
  width: 33%;
}

.pagndiv {
  display: inline-block;
  float: left;
  width: 33%;
  text-align: right;
}

/* pagination */
/* styling for the listed page numbers */
a.pagn {}

.rxtyoz {
  text-align: left;
  margin-bottom: 10px;
}

.rppdiv {}

p.rppdiv {
  /* was inline style */
  margin-top: 0;
  float: left;
  margin-bottom: 0;
}

select.rppselect {
  background-color: #ffffff;
}

/* put a box around the current page (it is not a link) */
.pagnCur {}

/* results output table */
table.results {
  align: center;
  border: 1px;
  padding: 0;
  spacing: 0;
  width: 100%;
  margin-top: 5px;
  border: 1px #444444 solid;
  border-collapse: collapse;
  font-size: 14px;
  padding: 6px;
}

.resHdr {
  background-color: #D0E3D1;
  /*//background-color: #FF00FF;*/
  border: 1px #444444 solid;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
  cursor: pointer;
  /*cursor: hand;  Not valid */
}

.imgdet {
  border: 1px #444444 solid;
  border-collapse: collapse;
  font-size: 12px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.resultcell {
  border: 1px #444444 solid;
  border-collapse: collapse;
  font-size: 14px;
  padding: 6px;
}

/* footer section */
/* footer division */
div.footer {}

/* copyright at the bottom of the page */
p.copyright {
  color: #436844;
  font-size: 12px;
  text-align: center;
}

/* Needed for the details page */
body.popDet {
  background-color: #ffffff;
  color: #444444;
  font-family: Arial;
  font-size: 14px;
  margin: 22px;
  vertical-align: top;
}

.textDet {
  margin: 0 auto;
}

.detailLabel {
  text-align: right;
  font-size: 18px;
  padding: 3px 0;
}

.detailText {
  font-size: 18px;
  padding: 3px 0;
}

p.imgName {
  color: #436844;
  font-size: 18px;
  text-align: center;
}

img.detImgIcon {
  width: 220px;
  border: 10px solid;
  align: center;
  border-color: #d0e3d1;
}

img.detImgIcon:hover {
  border-color: #8dbb8e;
}