a {
text-decoration: underline;
color: black;
}
a:hover {
color: #c0c0c0;
}

img {
border: none;
}

table.search {
	width: 100%;
}



.heading {
	font-size: large;
	font-weight: bold;
	padding: 2px 2px 10px 2px;
}


#search {

	width: 750px;
	min-width: 750px;
	background-image: URL(/cemetery/images/searchbg.gif);
	background-repeat: repeat-all;
	height: auto !important;
	height: 800px;
	min-height: 800px;
	padding:  5px 10px 10px 20px;

}




.smallfont {
	font-size: small;
}

#admin-leftnav {
	position: absolute;
	top: 140px;
	left: 10px;
	background-color: #cdbd9d;
}

hr.pagetop {
	color: black;
	background-color: black;
	height: 6px;
}

#page {
	min-width: 500px;
	 /* dynamic expression to emulate min-width in ie*/
	width:expression(document.body.clientWidth < 550? "500px" : "100%" ); 

}

#header {
	clear: both;
	min-height: 93px;
	max-height: 93px;
	height: auto !important;
	height: 93px;
	
	
}

#footer {
	text-align: center;
	font-size: small;
}

#logon {
	background: white;
	border: 3px solid #98937B;
	width: 315px;
	min-width: 315px;
	padding: 5px 20px 5px 20px;
	margin: 175px 0px 0px 0px;
	height: auto !important;
	height: 220px;
	min-height: 220px;
}

#mainpage {
	color: black;
	clear: none;
	min-height: 550px;
	margin: 20px 5px 0px 170px;
	text-decoration: none;
	text-align: left;
	height: auto !important;
	height: 550px;
}

ul.admin-navbar {
	list-style-type: none;
	padding: 0;
	display: block;
	margin: 0;
	float: left;
	top: 2em;
	left: 1em;
	border-right: 4px solid #c49028;
	width: 150px; 
}

ul.admin-navbar li {
	/*background-color: #A19E8F;
	color: #090533;*/
	padding: .4em;
}

ul.admin-navbar li:hover {
	color: #090533;
}

ul.admin-navbar a {
	/*background-color: #A19E8F;
	background: #A19E8F;*/
	text-decoration: none;
	width: 100%;
	min-width: 100%;
	font-weight: bold;
	color: #090533;
}

ul.admin-navbar a:hover {
	background-color: #e0e0e0;
	background: #e0e0e0;
	display: block;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	min-width: 100%;
	color: #090533;
}
