.bibtex_searchform SELECT
{
 width: 300px;
}

.bibtex_searchform .label
{
 font-weight:bold;

}

.bibtex_searchform td
{
  width: 120px;
}

.paginator
{
	table-layout:auto;
}

.yearNavigation DIV
{
	float:left;
	margin-left: 1px;
	margin-right: 1px;
	width: 50px;
	height: 20px;
	background-color:#FDEBED;
	font-weight:bold;
	text-align:center;
	cursor: hand; /* for earlier versions of IE */
        cursor: pointer; /* for, I think, IE 7+ and FF etc. */

}
.yearNavigation DIV:hover
{
	background-color:#FFFFFF;
}

.yearNavigation DIV A
{
	width: 50px;
	height: 20px;
	text-decoration: none;
	color:#000000;
}