/* Stylesheet for Veterans Memorial */

H1, H2, BODY {
	font-family: verdana, "arial";
	background-color: #fffff0;
}

BODY {
	margin-left: 2%; margin-right: 2%;
  width: 800px;
	color: #004400;
	font-size: small;
}

H1, H2, H3, H3 {
	margin-left: 5%; margin-right: 5%;
	color: #004400;
	text-align: center;
}

H1 {
	margin-top: 0.5em;
	font-size: xx-large; 
	font-weight: bold;
}

H2 {
    font-size: x-large;
	text-align: center
}

H3 {
}

H4 {
	text-align: center;
}

div.pageHead {
  width: 765px;
  height: 185px;
  padding-bottom: 1em;
  border-bottom: thin gray inset;
  margin-bottom: 1em;
}

/* Image on the top of each page */
img.pageHead {
  height: 184px;
  width: 288px;
  float: left;
  margin-left: 2px;
}

div.pagefoot {
  text-align: center;
  font-size: large;
}

/* obit style
 * Styles for the page of individuals on the Wall of Honor.
 */
body.obit {
    background-image: url('/FlagBackground.jpg');
    background-repeat: no-repeat;
    background-position: center;
	color: black;
}

h1.obit {
  color: blue;
}

div.obit {
    border: solid blue thick;
    border-style: ridge;
    padding: 5px;
}

table.obit {
    margin-left: auto;
    margin-right: auto;
    width: 40em;
}

td.obitAttr {
    width: 10em;
    text-align: right;
    font-weight: bold;
    padding-right: 1em;
    vertical-align: top;
}

td.obitVal {
    width: 25em;
    text-align: left;
}
    

/* Slide index class 
 * Use for a slide index.
 *
 * Example:
 *		<td  class="slide">
 *			<a href="slide.jpg" rel="lyteshow[slideshow]" title="My slide">
 *		    <img class="image" src="thumbs/slide.jpg" alt="thumbnail" border="1"></a>
 *			<div>Here's my boy</div>
 *		</td>
 */
td.slide {
	height: 150px; 
	width: 150px;
	vertical-align: middle;
	text-align: center;
	background: url(/res/slide.gif); 
	}
td.slide img {
	border: thin solid gray;
}
td.slide div {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  color: silver;
  text-indent: 0;
}

div.caption {
  font-size: x-small;
  text-align: center;
}

/* Generic styles */
.greenb {background-color: green}
.seagreenb {background-color: #3CB371}
.deepskyb {background-color: #00BFFF}
.ltskyb {background-color: #87CEFA}
.salmonb {background-color: #FA8072}
.strike {text-decoration: line-through}
.underline {text-decoration: underline}
.error  {color: red}
.warn   {color: yellow}
.middle {vertical-align: middle}
.arrow  {border-style: none}
.padded {padding: 5%; padding-left: 5%}
.center {text-align: center}
.left {text-align: left}
.right {text-align: right}