@charset "utf-8";
/* CSS Document */

#publications h2 {
	margin-left: 1em;
	color: #333333;
}

#publications h2.publicationType {
	margin: 1em 1em 0.5em 1em;
	padding: 0em 0em 0em 0em;
	font-variant: small-caps;
}

#publications h3.publicationYearGroup {
	margin-left: 2em;
	background-color: white;
	color: #666666;
}

#publications ul {
	list-style-type: disc;
}

#publications ul li {
	margin: 0em 1em 0.5em 2em;
	text-align: left;
	text-indent: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.orderBy {
	margin: 0em;
	padding: 0.5em 0.6em 0.1em 0.6em;
	font-size: 0.8em;
}
	

#publications .authors {
}
#publications .title {
	font-weight: bold;
}

#publications .publisher {
	font-style: italic;
}

#publications .book {
	font-style: italic;
}

#publications .booktitle {
	font-style: italic;
}

#publications .series {
	font-style: normal;
}

#publications .note {
	font-weight: bold;
}

#publications DIV.hideBibTex {
	display: none;
	visibility: hidden;
}

#publications DIV.showBibTex {
	margin: 0.5em 1em 1em 2em;
	padding: 0.5em 0 0.5em 0.5em;
	border: groove 3px yellow;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	background-color: #CCCCCC;
	color: green;
	display: block;
	overflow: auto;
	visibility: visible;
	white-space: pre;
}