/*
 *
 */
body {
	font-family: "Lucida Grande", sans-serif;
}

a:hover {
	background-color: #ffffcc;
}

.pubTool-Record {
	margin: 2px 0px 0px 0px;
	min-height: 80px;
}

.pubTool-Record:hover {
	background-color: #ffffcc;
}

.pubTool-Record .pubTool-URLs {
	display:none;
}

.pubTool-Record:hover .pubTool-URLs {
	display:block;
}

.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: 2px 8px;
	border-top: solid 2px white;
	border-left: solid 2px white;
	border-right: solid 2px gray;
	border-bottom: solid 2px gray;
}

.pubTool-type {
	border-bottom: solid 1px gray;
	border-left: solid 8px gray;
	padding-left: 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-author .pubTool-myself {
	font-weight: bold;
	font-style: italic;
}

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

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

.pubTool-categorySubTitle {
}

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

/*
 * authorList IDs
 */
.pubTool-authorName {
	margin-top: 8px;
	padding-top: 3px;
	padding-left: 4px;
	padding-bottom: 6px;
	border-top: 1px solid gray;
 	border-left: 4px solid orange;
 	font-weight: bold;
}

.pubTool-authorAffiliation {
	margin-left: 8px;
 	font-style: italic;
}

.pubTool-authorSearch {
	margin-left: 16px;
	font-size: 10pt;
}


/*
 * ends here
 */
