/* sabi.net sitewide CSS (well, that's the idea, eventually...)
   probably should merge stuff from sabi.net/photos/sabi.css */

body {
  background-image: url("http://web.sabi.net/image/whitebar.gif");
  margin-top: 7px;
  padding-top: 0; /* for Opera */
  text-align: center;
}
body, td, th {
  font: 12px georgia, "hoefler text", "minion web", minion, times, "times new roman";
}
td, th {
  text-align: left;
}
table {
  background-color: #eeeeee;
  border: 1px black solid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
img {
  vertical-align: middle;
  border: 0px;
  margin: 0px;
}
h3 {
  margin: 0px; /* extra stuff in Mozilla otherwise */
}
hr {
  margin-left: auto;
  margin-right: auto;
  width: 40em;
}

/* iView MediaPro-generated indexes */
table.galleryindex {
	border: none;
	background: transparent;
	border-collapse: separate;
	border-spacing: 8px;
}
table.galleryindex td {
	background: #eeeeee;
	height: 120px;
	width: 120px;
	padding: 8px;
	font-color: #888888;
	text-align: center;
	vertical-align: middle;
}

