/* BEGIN: GLOBAL */

hr {
	margin: 0px;
}

#REALContainer {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

#REALLoader {
	top: 100%;
	display: none;
}

#REALDisconnect {
	top: 100%;
	display: none;
}

#REALLoader, #REALDisconnect {
	position: absolute;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCCCCC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
	background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #CCCCCC 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
	-webkit-transition: top 0.35s ease-out;
	-moz-transition: top 0.35s ease-out;
	transition: top 0.35s ease-out;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

#REALLoaderBar {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 76px;
	margin-left: -85px;
	width: 170px;
	height: 21px;
	background-image: url(/cemeterydirectory.cgi/framework/loadprogress.png);
}

#REALLoaderIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -64px;
	margin-left: -64px;
	width: 128px;
	height: 128px;
	background-image: url(/cemeterydirectory.cgi/framework/appicon128.png);
}

#REALLoaderCaption {
	position: absolute;
	left: 0%;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -106px;
	height: 32px;
	font-size: 18pt;
	font-weight: bold;
	color: #7F7F7F;
	text-shadow: 0px 1px 0px #FFFFFF;
}

#REALDisconnectIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -67px;
	margin-left: -67px;
	width: 133px;
	height: 133px;
	background-image: url(/cemeterydirectory.cgi/framework/pagestop.png);
}

#REALDisconnectCaption {
	color: #7F7F7F;
	text-shadow: 0px 1px 0px #FFFFFF;
	text-align: center;
	position: absolute;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	top: 50%;
	margin-top: 106px;
	bottom: 20px;
	font-size: 1.2em;
}

#REALOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

img,form {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#REALAlerter {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-image: url(/cemeterydirectory.cgi/framework/dimmer.png);
	font-family: Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #000000;
	-webkit-transition: opacity 0.25s ease-out;
	display: none;
	opacity: 0;
}

#REALAlerterDialog {
	position: absolute;
	width: 680px;
	overflow: visible;
	margin-left: -350px;
	margin-top: -200px;
	left: 50%;
	top: 50%;
	background-color: #000000;
	background: rgba(0,0,0,0.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	color: #FFFFFF;
	padding: 10px;
	display: block;
	-webkit-animation-name: pop;
	-webkit-animation-duration: 0.25s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
}

#REALAlerterDialog textarea {
	width: 668px;
	height: 120px;
	padding: 5px;
	border: 1px solid #000000;
	resize: none;
	margin: 0px;
	display: block;
}

#REALAlerterCancel {
	background-image: url(/cemeterydirectory.cgi/framework/AlerterButtons.png);
	display: inline-block;
	width: 98px;
	height: 30px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

#REALAlerterCancel:active {
	background-position: -98px -30px;
	outline: none;
}

#REALAlerterSubmit {
	background-image: url(/cemeterydirectory.cgi/framework/AlerterButtons.png);
	display: inline-block;
	width: 98px;
	height: 30px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 10px;
}

#REALAlerterSubmit:active {
	background-position: -98px 0px;
	outline: none;
}

#nojs_mask {
	background-color: #000;
	opacity: 0.25;
	filter: alpha(opacity=25);
	z-index: 999;
	height: 100%;
	background-attachment: fixed;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

#nojs_warning {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	border: 1px solid #000;
	vertical-align: middle;
	padding: 50px;
	position: absolute;
	left: 25%;
	top: 30%;
	width: 40%;
	z-index:10000;
}

#nojs_warning .explaintext {
	font-size: 18px;
}

@-webkit-keyframes pop {
	0% {
		-webkit-transform: scale(0.0);
	}
	80% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1.0);
	}
}

#REALMenus {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

ul.menu {
	margin: 0px;
	min-width: 125px;
	min-height: 40px;
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	border: 2px solid #1B6ABA;
	position: absolute;
}

ul.menu li {
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: default;
	white-space: nowrap;
}

ul.menu li.item {
}

ul.menu li.disabled {
	color: #7F7F7F;
}

ul.menu li.separator {
	max-height: 8px;
	min-height: 8px;
}

ul.menu li span.submenu {
	padding-right: 20px;
	display: block;
	background-image: url(/cemeterydirectory.cgi/framework/submenu-normal.png);
	background-position: right center;
	background-repeat: no-repeat;
}

ul.menu li:hover span.submenu {
	background-image: url(/cemeterydirectory.cgi/framework/submenu-hover.png);
}

ul.menu li.item:hover {
	background-color: #1B6ABA;
	background: -webkit-gradient(linear, left top, left bottom, from(#3D81C7), to(#1B6ABA));
	background: -moz-linear-gradient(top, #3D81C7 0%, #1B6ABA 100%);
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #124980;
}

img.pointer {
	background-image: url(/cemeterydirectory.cgi/framework/pointer.png);
	position: absolute;
}

.disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.disabled p, .disabled a, .disabled .toolbar div.caption {
	color:#777777\9; /* \9 targets IE8 and lower */
}

/* END: GLOBAL */

/* BEGIN: SCROLLBAR */

div.scrollbar
{
	position: absolute;
	overflow: hidden;
	background-color: #EBEBEB;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.scrollbar.vertical
{
	top: 0px;
	right: 0px;
	bottom: 15px;
	width: 14px;
	border-left: 1px solid #B6B6B6;
	background-image: -webkit-gradient(linear, left top, right top, from(#FCFCFC), to(#EBEBEB));
	background-image: -moz-linear-gradient(left, #FCFCFC, #EBEBEB);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#fcfcfc', endColorstr='#ebebeb');
}

div.scrollbar.horizontal
{
	left: 0px;
	right: 15px;
	bottom: 0px;
	height: 14px;
	border-top: 1px solid #B6B6B6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#EBEBEB));
	background-image: -moz-linear-gradient(top, #FCFCFC, #EBEBEB);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#ebebeb');
}

div.scrollbar div.track
{
	position: absolute;
	background-color: #F8F8F8;
	border: 1px solid #B6B6B6;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
}

div.scrollbar.vertical div.track
{
	top: 15px;
	right: -1px;
	bottom: 15px;
	left: -1px;
	background-image: -webkit-gradient(linear, left top, right top, from(#CACACA), to(#F2F2F2), color-stop(73%, #FCFCFC));
	background-image: -moz-linear-gradient(left, #CACACA, #FCFCFC 73%, #F2F2F2);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#cacaca', endColorstr='#f2f2f2');
}

div.scrollbar.horizontal div.track
{
	top: -1px;
	left: 15px;
	bottom: -1px;
	right: 15px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CACACA), to(#F2F2F2), color-stop(73%, #FCFCFC));
	background-image: -moz-linear-gradient(top, #CACACA, #FCFCFC 73%, #F2F2F2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#f2f2f2');
}

div.scrollbar div.thumb
{
	position: absolute;
	background-color: #A9B8CB;
	border: 1px solid #6D7F97;
	border-radius: 7px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	-moz-border-radius: 7px;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}

div.scrollbar.vertical div.thumb
{
	top: 0px;
	left: 0px;
	right: 0px;
	background-image: -webkit-gradient(linear, left top, right top, from(#A9B8CB), to(#7185A4));
	background-image: -moz-linear-gradient(left, #A9B8CB, #7185A4);
}

div.scrollbar.horizontal div.thumb
{
	left: 20px;
	top: 0px;
	bottom: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A9B8CB), to(#7185A4));
	background-image: -moz-linear-gradient(top, #A9B8CB, #7185A4);
}

div.scrollbar.vertical div.decrease
{
	position: absolute;
	top: 0px;
	height: 30px;
	width: 100%;
	background-image: url(/cemeterydirectory.cgi/framework/up.png);
	background-repeat: no-repeat;
	background-position: -1px top;
}

div.scrollbar.vertical div.increase
{
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 100%;
	background-image: url(/cemeterydirectory.cgi/framework/down.png);
	background-repeat: no-repeat;
	background-position: -1px bottom;
}

div.scrollbar.horizontal div.decrease
{
	position: absolute;
	left: 0px;
	width: 30px;
	height: 100%;
	background-image: url(/cemeterydirectory.cgi/framework/left.png);
	background-repeat: no-repeat;
	background-position: left -1px;
}

div.scrollbar.horizontal div.increase
{
	position: absolute;
	right: 0px;
	width: 30px;
	height: 100%;
	background-image: url(/cemeterydirectory.cgi/framework/right.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}

div.scrollbar.vertical div.pressed
{
	background-color: #B8C5D9;
}

div.scrollbar.horizontal div.pressed
{
	background-color: #B8C5D9;
}

/* END: SCROLLBAR */

/* BEGIN: LISTBOX */

div.listbox
{
	overflow: hidden;
	cursor: default;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.listbox div.scrollbar.vertical
{
	border-bottom: 1px solid #B6B6B6;
	bottom: 14px;
}

div.listbox div.scrollbar.horizontal
{
	border-right: 1px solid #B6B6B6;
	right: 14px;
}

div.listbox > table.headers
{
	background-color: #EBEBEB;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EBEBEB));
	background-image: -moz-linear-gradient(top, #FFFFFF, #EBEBEB);
	/*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#ebebeb'); IE7 BUG*/
	border-bottom: 1px solid #B6B6B6;
	position: relative;
	color: #000000;
	text-shadow: 0px 1px 0px #FFFFFF;
    cursor: default;
}

div.listbox > table.headers td
{
	border-right: 1px solid #B6B6B6;
}

div.listbox > table.headers td.padder
{
	min-width: 15px;
	border-width: 0px;
	padding: 0px;
}

div.listbox > div.content
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 21px;
	overflow: hidden;
}

div.listbox > div.corner
{
	background-color: #FFFFFF;
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 14px;
	height: 14px;
}

div.listbox td
{
	padding: 3px;
	overflow: hidden;
}

div.listbox table.rows
{
	position: relative;
	top: 0px;
	width: 100%;
	min-width: 100%;
	cursor: default;
}

div.listbox tr.selected td
{
	background-color: #3875D7;
	color: #FFFFFF;
}

/* END: LISTBOX */

/* BEGIN: TEXTCONTROL */

.textcontrol
{
    background-color: rgb(255,255,255);
    padding: 3px;
    border-top: 1px solid rgba(182,182,182,1);
    border-bottom: 1px solid rgba(204,204,204,1);
    border-left: 1px solid rgba(182,182,182,1);
    border-right: 1px solid rgba(204,204,204,1);
    font-size: 10pt;
}

/* END: TEXTCONTROL */

/* BEGIN: SEARCHFIELD */

.searchField
{
	height: 14px;
	min-height: 14px;
	max-height: 14px;
	background-color: #FFFFFF;
	border: 1px solid #B6B6B6;
	border-radius: 20px;
	-moz-border-radius: 20px;
	padding-left: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	background-image: url(/cemeterydirectory.cgi/framework/searchIcon.png);
	background-repeat: no-repeat;
	background-position: -6px center;
}

/* END: SEARCHFIELD */

body {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
}
.PageBackground {
	background-color: rgba(203,239,253,0.80);
	background-image: none;
}
.Style1P {
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-size: 24pt;
	text-align: center;
	color: rgb(43,70,252);
}
.Style2P {
	border-top: 2px solid rgb(0,0,255);
	border-left: 2px solid rgb(0,0,255);
	border-bottom: 2px solid rgb(0,0,255);
	border-right: 2px solid rgb(0,0,255);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: rgb(102,204,255);
	background-image: none;
}
.Style3P {
	font-family: sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 125%;
	text-align: center;
}
.Style4P {
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-size: 12pt;
}
.Style5P {
	text-align: center;
}
.Style1D {
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 36pt;
	text-align: center;
	color: rgb(0,0,255);
}
.Style2D {
	border-top: 6px solid rgb(0,0,255);
	border-left: 6px solid rgb(0,0,255);
	border-bottom: 6px solid rgb(0,0,255);
	border-right: 6px solid rgb(0,0,255);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: rgba(203,239,253,0.80);
	background-image: none;
}
.Style3D {
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 48pt;
	text-align: center;
	color: rgb(0,0,255);
}
.Style4DBlueBorder {
	border-top: 6px solid rgb(0,0,255);
	border-left: 6px solid rgb(0,0,255);
	border-bottom: 6px solid rgb(0,0,255);
	border-right: 6px solid rgb(0,0,255);
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}
.Style4DFirstName {
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 28pt;
	text-align: center;
	color: rgb(0,0,255);
}
.Style4DMemoryOf {
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 18pt;
	text-align: center;
	color: rgb(0,0,0);
}
.Style4DSmallTypeCentered {
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-size: 12pt;
	text-align: center;
	color: rgb(0,0,0);
}
.MapButton2 {
	font-family: "Helvetica", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 16pt;
	text-align: center;
	color: rgb(255,0,0);
	border-top: 1px none rgb(182,182,182);
	border-left: 1px none rgb(182,182,182);
	border-bottom: 1px none rgb(182,182,182);
	border-right: 1px none rgb(182,182,182);
	background-color: rgb(102,255,102);
	background-image: none;
}
.MapButton2:visited {
	color: rgb(255,160,0);
}
.MapButton {
	font-family: "Helvetica", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 16pt;
	text-align: center;
	color: rgb(0,0,0);
	border-top: 1px none rgb(182,182,182);
	border-left: 1px none rgb(182,182,182);
	border-bottom: 1px none rgb(182,182,182);
	border-right: 1px none rgb(182,182,182);
	background-color: rgb(102,255,102);
	background-image: none;
}
.MapButton:visited {
	font-family: "Helvetica", sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 100%;
	text-align: left;
	color: rgb(255,160,0);
	border-top: 1px solid rgb(182,182,182);
	border-left: 1px solid rgb(182,182,182);
	border-bottom: 1px solid rgb(182,182,182);
	border-right: 1px solid rgb(182,182,182);
}
.StyleCemeteryMapHeading {
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 18pt;
	text-align: center;
	color: rgb(0,0,0);
}
.StyleLotButton {
	font-family: "Helvetica", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
	color: rgb(0,0,0);
	border-top: 1px none rgb(182,182,182);
	border-left: 1px none rgb(182,182,182);
	border-bottom: 1px none rgb(182,182,182);
	border-right: 1px none rgb(182,182,182);
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	background-color: rgb(102,255,102);
	background-image: none;
}
.StyleLotButton2 {
	font-family: "Helvetica", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 10pt;
	text-align: left;
	color: rgb(255,0,0);
	border-top: 1px none rgb(182,182,182);
	border-left: 1px none rgb(182,182,182);
	border-bottom: 1px none rgb(182,182,182);
	border-right: 1px none rgb(182,182,182);
	background-color: rgb(255,255,0);
	background-image: none;
}
.StyleGraveSpace {
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 10pt;
	text-align: center;
	color: rgb(0,0,0);
	background-color: rgb(102,255,102);
	background-image: none;
}
.StyleGraveSpace2 {
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 10pt;
	text-align: center;
	color: rgb(255,0,0);
	background-color: rgb(255,255,0);
	background-image: none;
}
.legendBackground {
	border-top: 1px none rgb(182,182,182);
	border-left: 1px none rgb(182,182,182);
	border-bottom: 1px none rgb(182,182,182);
	border-right: 1px none rgb(182,182,182);
	background-color: rgba(255,255,0,0.00);
	background-image: none;
}
.SmallTypeMessages {
	font-family: "Helvetica", sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 10pt;
	text-align: left;
	color: rgb(0,0,0);
}
.sSmallLightFaceHeading {
	font-family: "Helvetica", sans-serif;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	font-size: 100%;
	text-align: center;
	color: rgb(255,0,0);
}
.sPhoneDetail {
	font-family: "Helvetica", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 175%;
	text-align: left;
}
.sPopupSearched {
	background-color: rgba(255,255,0,0.51);
	background-image: none;
}
.sPopupNotSearched {
	background-color: rgb(255,255,255);
	background-image: none;
}