/* memorials.css    CSS for memorial pages */
/* Edit 7/25/2014 added .noteTitle */
/* Last edit 4/17/2014 added photoBorder*/
/* Last edit 4/18/2014 Jack added more lines to photoborder */
/* Last edit 4/18/2014 photoborder Jim removed space between property name and value*/
/*Using HTML5 and CSS3, the latest standard for CSS.  CSS3 is completely 
/*backwards-compatible with earlier versions of CSS /* 
/*per W3C site at http://www.w3schools.com/css/css3_intro.asp*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	background-color: white;
	/* Don't put a background image in this css file because it would */
	/* override the image specific to that person: e.g. CIB, carrier, etc */
	/* background-image: url(../pics/ywall02.gif); */
	/* background-repeat: repeat; */
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
}


.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: black;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: black;
}
.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: black;
}
.text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
}

.citation {
	font-family: courier;
	font-size: 16px;
	font-style: normal;
	color: #000000;
}

.menu1style{
	font:12px verdana, arial, helvetica, sans-serif; 
	color:blue; background-color:white; layer-background-color:white;
	position:absolute; top:-200px; width:206px;
}
.menu1style a:link{
	color:blue;
	text-decoration: none;
	font-weight: normal;
}
.menu1style a:visited{
	color:blue;
	text-decoration: none;
	font-weight: normal;
}
.menu1style a:hover{
	color: blue;
	text-decoration: none;
	font-weight: bold
}

.footerText{
	font:12px verdana, arial, helvetica, sans-serif;
}

.footerExtraLine{
	font:10px verdana, arial, helvetica, sans-serif;
}

.noscriptbanner{
	font:12px verdana, arial, helvetica, sans-serif;
	color:black;
	background-color:white;
	font-size: 16px;
	font-style:normal;
	text-align:center;
}

/* title1 is the same as h1 but will not cause as much vertical whitespace */
/* a <div class=title1> tag may need to be followed by <br>, where <h1> does not */
.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color:black;
	text-decoration: none;
}
.title1 a:link{
	color:black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.title1 a:visited{
	color:black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.title1 a:hover{
	color:black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

table.decs{
	padding: 15px;
	border-width: 6px;
	border-color: #b0b0b0;
	border-style: outset;
	border-spacing: 10px;
	background-color: black;
	border-collapse: separate;
}	
table.decs td{
	padding: 10px;
}	

table.remblack{
	max-width: 840px;
	padding: 8px;
	border-width: 6px;
	border-color: #b0b0b0;
	border-style: outset;
	border-spacing: 10px;
	background-color: black;
	text-align:left;
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}	
table.remblack a:link{color:blue;text-decoration:none;}
table.remblack a:visited{color:magenta;text-decoration:none;}


.remblackCaption{
	text-align:center;
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}



table.remwhite{
	width: 800px;
	max-width: 900px;
	padding: 8px;
	border-width: 6px;
	border-color: #808080;
	border-style: outset;
	border-spacing: 10px;
	background-color: #e0e0e0;
	text-align:left;
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}	
table.remwhite a:link{color:blue;text-decoration:none;}
table.remwhite a:visited{color:magenta;text-decoration:none;}
table.remwhite p{text-align:justify;text-indent:35px;}

.submitter{
	text-align:center;
	font-style: normal;
}

.left{
	text-align:left;
	font-style:normal;
}

.center{
	text-align:center;
	font-style:normal;
}

.right{
	text-align:right;
	font-style:normal;
}


.remwhiteDate{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.remwhiteSubmitter{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.remwhitePhoto{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.remwhiteCaption{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

.remwhiteCenter{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.noteTitle{
	text-align:center;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

table.white{
	/* width will adapt to content */
	/* width: 800px; */
	/* max-width: 900px; */
	padding: 8px;
	border-width: 6px;
	border-color: #808080;
	border-style: outset;
	border-spacing: 10px;
	background-color: #e0e0e0;
	text-align:left;
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}	
table.white a:link{color:blue;text-decoration:none;}
table.white a:visited{color:magenta;text-decoration:none;}
table.white p{text-align:justify;text-indent:35px;}

.submitter{
	text-align:center;
	font-style: normal;
}

.left{
	text-align:left;
	font-style:normal;
}

.center{
	text-align:center;
	font-style:normal;
}

.right{
	text-align:right;
	font-style:normal;
}


.whiteDate{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.whiteSubmitter{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.whitePhoto{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.whiteCaption{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

.whiteCenter{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.photoBorder{
	padding:2px;
	margin-left:auto; 
	margin-right:auto;
	border-width:4px;
	border-color:#000000;
	border-style:outset;
	border-spacing:2px;
	background-color:black;
	text-align:center;
	color:white; 
}

