body {
	font-family: verdana, sans-serif;
	font-size: 11pt;
}

p {
	padding-left: 2em;
}

h1 {
	border-bottom: 3px solid #8888ff;
}

h2 {
	border-bottom: 2px solid #8888ff;
}

h3 {
	border-bottom: 1px solid #8888ff;
	cursor: pointer;
	margin-left: 1em;
}

ul {
	list-style: none;
	padding-left: 3em;
}

li {
	padding: 0.5ex;
	margin-bottom: 1ex;
}

li.journ {
	background-color: #ffff88;
}

img#photo {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #8888ff;
}

a.secret {
	color: black;
	text-decoration: none;
}

div.loading {
	font-weight: bold;
	font-size: larger;
	text-align: center;
}

ol {
	padding-left: 3em;
	counter-reset: list;
}

ol > li {
	list-style: none;
}

ol > li:before {
	content: "[" counter(list) "]";
	counter-increment: list;
	float: left;
	width: 2.2em;
	text-align: right;
	margin-left: -2.6em;
}

img.icon {
	height: 2em;
}

img.iconfloat {
	float: left;
	padding-top: 0.5em;
	height: 2em;
	margin-left: -2.5em;
}

/*div.authorlist {
	margin-top: -2.1ex;
}*/

div.title {
	font-weight: bold;
}

a.author {
	cursor: pointer;
}

a.author:hover {
	color: red;
}

a.author_me {
	font-weight: bold;
}

span.journalname {
	font-style: italic;
}

span.conferencename {
	font-style: italic;
}

span.bookname {
	font-style: italic;
}

span.howpublished {
	font-style: italic;
}

div.notes {
    font-style: italic;
    font-weight: bold;
}

ul.links {
	padding-left: 0px;
	margin: 1ex;
}

ul.links li {
	display: inline;
	margin-right: 1ex;
	background: #8888ff;
	color: white;
}

ul.links li a{
	color: white;
	text-decoration: none;
	cursor: pointer;
}

ul.links li a:hover{
	text-decoration: underline;
}

pre.bibtex {
	padding: 1ex;
	border: 1px solid black;
	background: white;
}

.error {
	background: red;
	color: white;
	font-weight: bold;
}

div.credits {
    font-size: 7pt;
}
