.search_results {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
}

.search_results h2,
.search_results h3,
.search_results p
{
	margin-left: 0; margin-bottom: 1em;
}

.search_results .searched_for {
	font-weight: normal;
}

.search_results .searched_for strong {font-weight: normal}

#moreResultsToggle:hover .moreInfo {display: inline;}
#drestChoice:hover .moreInfo {display: inline;}

.search_results ul.slips {
	list-style-type: none;
	border: 1px solid #cbcbcb;
	padding: 1em .5em .5em .5em;
	background: white url(../images/resultsBG.jpg) repeat-x;
	margin-left: 0em;
	
}

.search_results ul.slips li {
	margin-bottom: 1em;
	Xborder: 1px solid white;
	padding: 1px;
}



.search_results ul.slips li:hover {
	border: 1px solid #aaaaff;
	padding: 0px;
}

ul.slips a:link {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}

.display_date {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	min-width: 8em;
	padding: .3em;
	text-align: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.slip_short_view {
	display: inline-block;
	vertical-align: top;
	padding: .3em;
	width: 83%;
	color: #1133ff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.slip_short_view .slip_text {color:black;}
.search_results ul.slips li.visited .slip_text { color: #888888;}


.date_rank {display: none}

.authors {display: none}


.page_links {
	text-align: center;
	border-top: 1px solid #777777;
	list-style-type: none;
	padding: 1em;
}
.page_links li {
	padding: 0;
	display: inline;
}

.page_links li.current_page {
	line-height: .8;
	padding:  .08em .25em .0em .25em;
	border: 1px solid #ece1a5;
	background: #ece1a5;
}

.page_links li a,
.page_links li a:link {
	line-height: .8;
	padding: .08em .25em .0em .25em;
	border: 1px solid #cfc799;
}
.page_links li a:hover {
	background: #ece1a5;
}




#slipViewer {
	display: none;
	position: absolute;
	top: 0; left: 0;
	z-index: 400;
	background: #999999;
	border: 4px solid black;
	width: 45em;
	height: auto;
	box-shadow: 2px 4px 5px #222;
-webkit-box-shadow: 2px 4px 5px #222;
-moz-box-shadow: 2px 4px 5px #222;
}


#SVcontrols {
	position: absolute;
	top: 0;
	right: 0;
	background: #222222;
	padding: .25em;
	color: #aaaaaa;
	font-size: 80%;
	text-align: right;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


#SVcontrols a {
	font-size: 120%;
	cursor: pointer;
	margin: 4px 12px 4px 12px;
	color: #88aaff; font-weight: bold;
}

#SVcontrols a.available {
	cursor: pointer;
	color: #88aaff;
}

#SVcontrols a.disabled {
	cursor: default;
	color: #aaaaaa;
}


#slipViewerMHSdiaBoxContent {
	margin-top: 1.5em;
	padding: .5em 1em 1em 1em;
	display: table;
}




/* SLIP VIEW */


.pub_record {
	background: #d0d0d0;
	width: 30em;
	display: table-cell;
	padding: 1em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 1.2;
	vertical-align: top;
}

.canceled {background: #d0d0d0 url(/adams-resources/slipfile/images/zd.gif) no-repeat 30% 50% !important;}


.pub_record .slip_meta {
	padding: .5em;
	margin-bottom: 1em;
	font-size: 90%;
}

.pub_record label {
	display: block; width: 100%;
	font-size: 80%;
	font-weight: bold;
	margin-top: 1em;
}

.pub_record label + div {
}

.VAlink {
	display: inline-block;
	cursor: pointer;
	color: #115511;
	padding: 0;
	line-height: 1.0;
	padding-right: 12px;
	margin-right: .3em;
	background: url(/images/smgraphics/more.gif) no-repeat 100% 75%;
}

.colorInfo {
	float: right;
	color: #555555; font-size: 85%;
}

.colorInfo .fullDisp {font-size: 120%}

.pub_record .notes ul {
	margin-left: 2em;
	font-size: 80%;
}

#slipViewer .slipXpanded {
	width: 15em;
	display: table-cell;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 1.2;
}

#slipViewer .slipXpanded h2 {
	margin-top: 1em;
	margin-bottom: .5em;
}
#slipViewer .slipXpanded h2:first-child {margin-top: 0;}

#slipViewer .slipXpanded div {
	border: 0;
	margin-bottom: 1em;
}

#slipViewer .slipXpanded div b {
	display: block;
	margin-bottom: .5em;
}

#slipViewer .slipXpanded .institution em {
	font-style: normal;
	color: blue;
}

#slipViewer .slipXpanded  div em {
	font-style: italic;
	color: #aa0000;
}

.slipXpanded input {
	font-size: 75%; width: 95%;
}

.fullDisp {
	position: absolute;
	display: none;
	background: white;
	border: 3px solid black !important;
	z-index: 255;
	color: black;
	padding: .7em;
	cursor: default;
	width: 15em;
}

.fullDisp p {
	margin: 0 0 1em 0;
}

.fullDisp .orig {
	display: block;
	margin-left: 2em;
	font-family: "Georgia", "Times New Roman", serif;
}

.VAlink:hover .fullDisp {
	display: block;
}