/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* Added by Submit Headstone Photo Mod */
.headstonedisplay {
vertical-align: -11px;
border: 0px;
width: 23px;
height: 26px;
text-decoration:underline;
}
/* added by submit photo tab mod */
#a7 { left: -165px;}
#tngnav a#a7 { left: -165px;}

/* added for the Tooltip mod */
#dhtmltooltip{
position: absolute;
width: 265px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
text-align:center;
z-index: 300;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
/* added to vertical align label to top - used by Body Text mod - Ken Roy */
.fieldnameback {
	vertical-align: top;
}

/* added for emphasis - used by Private Flag mod - Ken Roy */
.greenemphasis {
  font-weight: bold;
  color: green;
  }
/* added for emphasis - used by Living Flag mod - Ken Roy */
.emphasis {
  font-weight: bold;
  color: blue;
  }

