@charset "utf-8";
/* LCCN Permalink CSS */

#crumb_nav {
font-size: 100%;
}

h3.perm_head {
	font-size: 1em;
	color: #333;
	margin-bottom: 1em;
}
table.perm {
	border: 1px solid #ccc;
}
table.perm th, table.perm td {
	padding: 0px 10px;
	vertical-align: top;
}
table.perm th {
	color: #333;
	font-weight: bold;
	border-bottom: 2px solid #666;
	padding: 10px;
}
table.perm th.help {
	width: 35%;
}
table.perm tr.first td {
	padding-top: 10px;
}
table.perm tr.lastrow td {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
table.perm tr.lastrow.noborder td {
	border-bottom: none;
}

p.error {
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	color: #900;
}

blockquote {
	margin-top: 5px;
	margin-left: 35px;
}
.lccn {
	color: #036;
	font-weight: bold;
}
.bibliographicData #divbib .displayLocations ul {
    background-color: #eee;
    border-top: 10px solid #eee;
    border-bottom: 10px solid #eee;
    border-collapse: collapse;
    width: 100%;
}
.bibliographicData #divbib .displayLocations ul li {
    padding-left: 20px;
}
#catalogLink {
    display: block;
    margin-bottom: 8px;
    text-align: left;   
}

#holdingsTop {
	margin-bottom: 5px;
}

#locationsLink {
    float: right;
}
#locationsLink a {
    padding: 0 0 0 13px;
    background: transparent url(http://catalog.loc.gov/vwebv/ui/en_US/images/img-std/loc_sprite_ss.png) -3px -253px no-repeat;   
}
#locationsLink a:hover, a:focus {
    background-position: -3px -269px;
}