/*
 * The NavBar is the project selector at the top.
 */
TABLE.pubnavbar {
	border-collapse: separate;
	cell-spacing: 4pt;
	cell-padding: 2pt;
	/*width: 100%; */
}
TABLE.pubnavbar TD {
	top: 0px;
	border-width: 1px;
	border-style: dotted;
	letter-spacing: 0px;
	word-wrap: normal;
	text-align: center;
	valign: top;
	background: #DDDDDD;
	font: 10px/14pt Georgia, Times New Roman, Times, serif;
}	

/*
 * PubList is the table that contains the list of pubs...
 */
TABLE.publist {
	border-collapse: separate;
	cell-spacing: 24pt;
	/*width: 100%; */
}
TABLE.publist TD {
	font: 11px/16pt Georgia, Times New Roman, Times, serif;
	text-align: left;
	vertical-align: top;
	padding-bottom: 8pt;
}
/* Paragraph character before (we have to override later...) */
TABLE.publist TD:before {
	content: "\B6\A0";
	color: #ff2288;
}
/* "Books", "Conference Papers", etc. */
TABLE.publist TD.header {
	font: 12pt Garamond, serif;
	font-weight: bold;
	padding-top: 24pt;
}
/* override paragraph marker in headers. */
TABLE.publist TD.header:before {
	content: "";
}
/* PDF, HTML icons */
TABLE.publist TD.icon {
	text-align: left;
	vertical-align: top;
	width: 80;
}
/* override paragraph marker in icons */
TABLE.publist TD.icon:before { 
	content: "";
}

TABLE.publist TD.icon IMG {
	border: 0;
}

/*
 * BodyPubList is for tables that have inline lists of publications, for
 * individual research pages for example.
 */
TABLE.bodypublist {
	border-collapse: separate;
	cell-spacing: 24pt;
        margin-top: 1em;
        margin-left: 3em;
        margin-right: 3em;
        margin-bottom: 1em;
        background-color: #F8F8F8;
        border-style: dotted;
	border-color: #cc8888;
	border-width: 1px;
	/*width: 100%; */
}
TABLE.bodypublist TD {
	font: 11px/16pt Georgia, Times New Roman, Times, serif;
	text-align: left;
	vertical-align: top;
	padding-bottom: 8pt;
}
/* Paragraph character before (we have to override later...) */
TABLE.bodypublist TD:before {
	content: "\B6\A0";
	color: #ff2288;
}
/* "Books", "Conference Papers", etc. */
TABLE.bodypublist TD.header {
	font: 12pt Garamond, serif;
	font-weight: bold;
	padding-top: 24pt;
}
/* override paragraph marker in headers. */
TABLE.bodypublist TD.header:before {
	content: "";
}
/* PDF, HTML icons */
TABLE.bodypublist TD.icon {
	text-align: left;
	vertical-align: top;
	width: 80;
}
/* override paragraph marker in icons */
TABLE.bodypublist TD.icon:before { 
	content: "";
}

TABLE.bodypublist TD.icon IMG {
	border: 0;
}
/* Commentary line */
TABLE.bodypublist TD.comment {
	padding-left: 2em;
	padding-left: 2em;
	font: 11px/14pt Georgia, Times New Roman, Times, serif;
	font-style: italic;
}
/* override paragraph marker in comments */
TABLE.bodypublist TD.comment:before {
	content: "";
}

/*
 * Used for whichever pubs are currently highlighted.
 */
TABLE.publist TD.highlight {
	font: 11px/16pt Georgia, Times New Roman, Times, serif;
	color: #ff0000;
	border: 1px solid #ff0000;
	text-align: left;
	vertical-align: top;
}
