@charset "utf-8";
/* CSS Document */

/************
 THE PUBLICATION LIST
 ************/
.publications
{
	width: 600px;
	border: solid 0px #000000;
	border-collapse: collapse;
}
td
{
	font-family: "Georgia", Times roman, Verdana, Arial;
	font-size:11px;
	padding: .2em;
	border: solid 0px #000000;
	border-collapse: collapse;
}
.pub_col
{
	vertical-align: top;
}
.year
{
	text-align: right;
	width: 124px;
	padding-right: 1em;
}
.details
{
	width: 376px;
}
.link
{
	font-family: "Tahoma", Sans-serif, Times roman, Verdana, Arial;
	width: 80px;
	text-align: center;
	font-weight: bold;
}

.link a
{
	color:#006699;
	text-decoration:none;
}

.link a:hover 
{
	color:#006699;
	text-decoration:underline;
}

/* to change the link for delete.. now doesn't underline? */
.link a:link
{
	color:#006699;
	text-decoration:none;
}

.detail_item
{
	border: solid 0px #000000;
	display: block;
}
.pub_title
{
	font-family: "Georgia", Times roman, Verdana, Arial;
	color: #000000;
	font-weight: bold;
}
.pub_publicist
{
	font-family: "Tahoma", Sans-serif, Times roman, Verdana, Arial;
	letter-spacing:0.1em;
	color: #00CCCC;
	font-weight: bold;
	font-style: italic;
}
.pub_authors
{
	color: #666;
	font-weight: bold;
	font-style: italic;
}
