.formname {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.lgformname {
	font-family: Arial, helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}

.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

.header {
	font-family: Arial, helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}

.font16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

.reditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #962500;
}

.blueitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #006699;
}

.newshighlight {
	width: 100%;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

.sectionhighlight {
	width: 100%;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1px;
	margin-bottom: 8px;
}

/* --- For database errors */

#dbErrorDialog {
	z-index: 99;
	width: 320px;
	top: 20px;
	left: 50%;
	color: #993333;
	background-color: #FFC0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 2px solid #000;
	margin-left: -160px;
	padding: 4px;
}

#dbErrorTitle {
	color: #F0F0F0;
	text-align: center;
	font-weight: bold;
	background-color: #802020;
	padding: 2px;
	margin-bottom: 5px;
}

#dbErrorDetails {
	margin-bottom: 1px;
}

/* --- For page header */

.headerInfo {
	padding: 5px 0 0 5px;
	text-align: left;
	line-height: 16px;
	height: 65px;
}

.headerInfo div.slot {
	padding-left: 1px;
}

/* --- For page footer */

.footerInfo {
	padding: 5px 0 0 5px;
	text-align: left;
	line-height: 16px;
}

/* --- For searchable, dynamic pages */

#searchTerm {
	margin: 5px 0 1px 0;
	padding: 3px 0;
	background-color: #efefef;
}

#searchTerm span {
	font-weight: bold;
	font-style: italic;
}

/* --- For personnel pages */

.perGroup {
	display: list-item;
	margin-left: 12px;
	padding-bottom: 3px;
}

/* --- For publications pages */

.pubTitle {
	font-weight: bold;
}

.pubYear {
}

.pubAuthors {
	padding-left: 10px;
	font-style: italic;
}
