/* No Tables Placement */
div.pagetitle {
 text-align: center;
 font-style: italic;
 font-family: arial,helvetica,sans-serif;
}
img.pagenavbutton {
 margin: 3px;
 border: 0;
 padding: 0;
 height: 45px;
 width: 45px;
 cursor: pointer;
}
img.previewnotselected {
 margin: 5px;
 border: 5px;
 padding: 0;
 max-height: 150px;
 max-width: 190px;
 cursor: pointer;
}
img.previewselected {
 margin: 5px;
 border: thick inset #A5A5A5;
 padding: 0;
 max-height: 120px;
 max-width: 190px;
 cursor: default;
}
img.thumb {
  margin: 0px;
  border: 5px;
  border-style: solid;
  border-color: rgb(64, 64, 64);
  padding: 0;
  max-height: 150px;
  max-width: 180px;
  cursor: pointer;
}
img.thumb:hover {
	border-style: inset;
	border-color: yellow;
}
img.view {
 margin-top: 20px;
 border: 0;
 padding: 0;
 max-height: 525px;
 max-width: 600px;
}

