﻿.h1
{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

/* the basics */
.td
{
	text-align: left;
}


/* AUTHOR LIST WIDTH pictures*/

/* 
digibarauthorlist 
contains the whole page
*/
div.digibar-authorlist
{
	width: 100%;
	float: left;
	text-align: center;
}

/* digibar-authorbox  - box for one author */
div.digibar-authorbox
{
	margin: 3px;
	width: 30%;
	background-color: #FFF6A3;
	float: left;
	height: 100px;
}

/* the photo frame digibar-authorbox  */
div.digibar-author-photo 
{
	width: 160px;
	height: 190px;
	background-color: #666666;
	/* float: left; */
}

/* the photo */
img.author-list-photo
{
	max-height: 160px;
	max-width: 120px;
	vertical-align: middle;
	text-align: center;
	margin: 10px;
}

/* the name div */
div.digibar-author-name
{
/*	display: block;
	height: 100px;*/
	vertical-align: middle;
	text-align: center;
	margin-top: 20px;
	/* position: relative; */
	/* top: 20px;*/
}


/* ============================================ */


/* publication list by author */

td.digibar-pub-by-author-cell
{
	text-align: left;
}

p.digibar-pub-list-biblio
{
	width: auto;
	text-align: left;
}


/* links in biblio */
a.biblio
{
	text-decoration: none;
}

a.biblio:link
{
	color: black;
}

a.biblio:visited
{
	color: black;
}

a.biblio:active
{
	color: black;
}

a.biblio:hover
{
	color: red;
}

.bold
{
	font-weight: bold;
}

img.digibar-biblio-icon
{
	border: 0;
	width: 16px;
	height: 16px;
}

/* error list */
td.errorlist
{
	text-align: left;
}
