/*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*/

p.cemetery_disclaimer {   /* Added by Cemetery Disclaimer Mod */
	margin-left: 	15px;
	margin-right: 	250px;
	color: 			#ff0000;
	font-weight: 	bold;
	font-size: 		large;
}


.titleboxtable {   /* Added by Adverts Mod */
	margin-left:0;
	margin-right:250px;
}

/* 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 by submit photo tab mod */
#a7 { left: -165px;}
#tngnav a#a7 { left: -165px;}
/* Added by Submit Headstone Photo Mod */
.headstonedisplay {
vertical-align: -11px;
border: 0px;
width: 23px;
height: 26px;
text-decoration:underline;
}

