#itemsTable { width: 100%; }

#itemsTable td 
{ 
	padding: 5px 5px 20px 5px; 
	vertical-align: top; 
	border-top: 1px solid #000; 
}


.paginationDiv
{
	background-color: #d3b984;
	padding: 2px;
	text-align: right;
}

.dt_adjacentPageLink, .dt_adjacentPageLink:visited
{
	font-weight: bold; 
	background-color: #565656;
	color: #fff;
	text-decoration: none; 
	padding: 1px 3px;
}

.dt_adjacentPageLinkDisabled, .dt_adjacentPageLinkDisabled:visited
{
	font-weight: bold; 
	background-color: #565656;
	color: #ccc;
	text-decoration: none; 
	padding: 1px 3px;
}

.recordsBar 
{ 
	background-color: #B1C377; padding: 5px;
	text-align: right;
}
.recordsBar .itemsInfo { float: left; }
.recordsBar span { padding: 0px 10px; }

.linkInactive { color: #000; font-weight: normal; text-decoration: none; }
.linkActive { color: #336699; font-weight: bold; text-decoration: underline;  }

.secondaryText p { text-align: justify; }
.secondaryImageDiv { margin: 20px 0; text-align: right; }
.secondaryImageDiv img { border: 3px solid #336699; } 
.secondaryImageDiv p
{ 
	margin: 5px 0 0 0 ; 
	font-weight: bold; 
	letter-spacing: .1em;  
} 

.recordsDiv { }
.recordsDiv a img { border: 0; }
.archiveSelectDiv { margin: 20px 0 10px 0; }
.paginationLinks a { text-decoration: none; } 
.paginationLinks a:hover{ text-decoration: underline; } 

/* Search Page */ 
#syntaxInstructionsToggle 
{
	display: block;
	width: 6em;
	border: 1px solid #000;
	padding: 2px 3px;
	color: #000;
	text-decoration: none;
	margin: 10px 0;
} 

#syntaxInstructionsDiv { margin-top: 1em; }

/* Sponsor logos (wrapped in div) */
.sponsorLogo 
{
	width: 175px; 
	float: left; 
	text-align: left;
	margin-right: 20px;
}

