body			{ width: 800px; margin-left: auto; margin-right: auto; 
				font-family: Abel, Calibri, Helvetica, sans-serif; font-size: 14pt; }

p				{ line-height: 1.3em; }

h1				{ margin-top: 1em; text-align: center; }
h3				{ margin-top: 1em; margin-bottom: 1em; }
p.menu			{ text-align: center; margin-bottom: 1em; }
.red 			{ color: #BD0000; }

/* interactive elements */
.confirm		{ font-size: 14pt; color: red; background-color: #FFC; padding: 6pt; border: 2pt red solid; margin-bottom: 1em; }
.highlight		{ border: 2pt red dotted; padding-top: 4pt; margin-top: 20pt; background-color: #eeeeee; }

/* links without underline but with hover inversion */
a				{ text-decoration: none; color: #003399; }
a:hover 		{ color: yellow; background-color: #003399; }

/* for papers in html */
p.author		{ text-align: center; }
p.ref			{ margin-left:2em; text-indent:-2em; margin-top: 0em; margin-bottom: 0em; }
p.quote			{ font-size: 12pt; margin: 1em 1em 1em 1em; }

/* for publications */
td.pub			{ font-size: 14pt; border-top: 1pt #CCCCCC solid; }
span.author		{ }
span.title		{ font-weight: bold }
span.year		{ }
span.source		{ }
.abstract		{ font-size: 14pt; margin: 0.5em 1em 1em 1em; }	
.download		{ font-size: 12pt; margin: 0.2em 0em 0.2em 1em; }	

/* for show all persons/authors */
p.person		{ font-size: 14pt; margin-bottom: -0.7em; border-top: 2pt black solid; }
p.affiliation	{ font-size: 10pt; margin-bottom: 0.5em; }	

/* table dividers and results */
td				{ font-size: 14pt; line-height: 1.3em; border-top: 0pt black dotted; }
td.labelheader	{ color: white; background-color: #003399; font-size: 12pt; font-weight: bold; text-align: center; }
p.result		{ font-size: 12pt; color: #003399; text-align: center; margin-top: 0.5em; margin-bottom: 0em; }

/* forms */
td.form			{ font-size: 14pt; border-top: 2pt white solid; }
.text, select	{ font-family: Calibri, Helvetica, Andale Mono, Courier; font-size: 14pt; }
input.button	{ font-family: Calibri, Helvetica, sans-serif; font-size: 16pt; }

/* NEW March 2015 */

div.citation {
	font-family: Courier;
	font-size: 10pt; 
	xborder-bottom: 1pt black solid;
	padding: 5px;
	background: #eee;
	border-radius: 5px;
	margin-bottom: 5px;
	}
