/*
 * Stylesheet for publication list page with no javascript
 */
.pubTool-Record {
	/* border-bottom: solid 1px gray; */
	margin: 2px 0px 0px 0px;
	min-height: 100px;
}

.pubTool-URLs {
	margin:  8px 2px;
}

.pubTool-URL {
	margin-right:  8px;
	padding-right: 8px;
	border-right: solid 1px black;
	font-style: italic;
}

.pubTool-URL a:hover {
	padding: 4px;
	background-color: khaki;
}

.pubTool-type {
	border-bottom: solid 1px gray;
	border-left: solid 8px navy;
	padding-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 4px;
}

.pubTool-title {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 4px;
}

.pubTool-author {
	font-size: 10pt;
}

.pubTool-desc {
	font-size: 10pt;
}

.pubTool-yearTitle {
	margin: 0px 0px 6px 0px;
	padding: 4px 0px 4px 16px;
	font-size: 16pt;
	font-weight: bold;
	background-color: navy;
	color: white;
}

.pubTool-yearSubTitle {
	font-size: 10pt;
	font-weight: normal;
	color: white;
}

/*
 * ends here
 */
