p, input, h1, h2, h3, h4, h5, h6, h7, ul { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }


/* -------------------- Obits List ------------------- */

#nameList {
	height: 640px;
	width: 261px;
	overflow: auto;
	
}

#obitNameBox {
	background-color: gainsboro;
	height: 730px;
	padding: 5px 8px 5px 8px;
	margin-left: 10px;
}

#nameListHeader {
	font-weight: bold;
	color: black;
	font-size: 13px;
	width: 261px;
	border-bottom: 1px solid darkblue;
	margin-bottom: 2px;
}	

#viewBySelect {
	font-size: 12px;
}

#sortBySelect {
	font-size: 12px;
}

.classYearHeader {
	font-size: 13px; font-weight: bold; color: blue;
	margin: 12px 0px 12px 0px;
}

.obitListEntry {
	
}

.obitDisplayName {

}

.obitClassYear {
	font-size: 11px;
	color: #222;
}


#classYearSelectLabel {
	font-size: 14px;
	float: left;
	margin-right: 12px;
}

#classYearSelectField {
	font-size: 14px;
	float: left;
}

.obitLink:link { font-size: 11px; font-weight: bold; color: black; text-decoration: none; }
.obitLink:visited { font-size: 11px; font-weight: bold; color: black; text-decoration: none; }
.obitLink:hover { font-size: 11px; font-weight: bold; color: darkred; text-decoration: none; }
.obitLink:active { font-size: 11px; font-weight: bold; color: red; text-decoration: none; }


/* ----------------- Obit Display ------------------ */

#obitContentBox {
	padding-right: 5px;
	width: 345px;
	height: 513px;
	overflow: auto;
}

#obitNameShow {
	font-weight: bold;
	font-size: 16px;
	margin-top: 8px;
}

#obitDatesShow {
	font-size: 11px;
	font-style: italic;
	margin-top: 5px;
}

#obitContentShow {
	font-size: 13px;
	text-align: justify;
	margin-top: 13px;
}


/* ---- Management and Forms ---- */

fieldset { width: 520px; }
fieldset legend { font-size: 14px; font-weight: bold; }

.itemSet {
	clear: both;
	/* width: 500px;*/
	margin-top: 3px;

}

.itemLabel {
	width: 180px;
	text-align: right;
	margin-right: 15px;
	float: left;
	font-size: 12px;
	
}

.itemField {
	width: 140px;
	float: left;
	font-size: 12px;
	
}

.itemNote {
	float: left;
	font-size: 11px;
	font-style: italic;
	width: 170px;
	margin-left: 10px;
}

.failMsg {
	color: red; font-weight: bold; font-size: 14px;
}

.successMsg {
	color: darkgreen; font-weight: bold; font-size: 14px;
}

.clearMe { clear: both; }

