/* CSS used by OCLC Research projects outside of the CMS */
.formtable { background: #F5F5F5; }
.noborder { border: none; }
.noborder td { border: none; padding: 6px; }
.button {
	font-family: Verdana, Geneva, "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background: #E66A00;
	margin: 2px 0;
	padding: 0;
	cursor: pointer;
}

table#bnrResearch { border: none; height: 100px; margin: 0 0 20px 0; padding: 0; width: 100%; }
table#bnrResearch td { background: #666; border: none; vertical-align: top; width: 50%; }
table#bnrResearch td a:link, table#bnrResearch td a:visited { color: #CCC; text-decoration: none; }
table#bnrResearch td a:hover, table#bnrResearch td a:visited:hover { color: #FFF; text-decoration: underline; }
table#bnrResearch td#tdLogo { padding: 0 20px 10px 0; text-align: right; }
table#bnrResearch td#tdOclc { color: #EEE; font-size: xx-small; padding: 10px 20px 10px 0; text-align: right; }
table#bnrResearch td#tdProject { font-weight: bold; padding: 0 0 10px 20px; }
table#bnrResearch td#tdProject a:link, table#bnrResearch td#tdProject a:visited  { color: #FFF; text-decoration: none; }
table#bnrResearch td#tdProject a:hover, table#bnrResearch td#tdProject a:visited:hover { color: #FFF; text-decoration: underline; }
table#bnrResearch td#tdProject h2 { color: #FFF; padding: 0 0 10px 0; }
table#bnrResearch td#tdResearch { color: #EEE; font-size: xx-small; padding: 10px 0 10px 20px; }
