blockquote {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../../images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
/*Page table of contents-----------------

apply as class to div 
which contains one or 
more Ordered Lists, 

*/
.toc {
	background-color:#ffffff;
	border:#8a8a8a 1px solid;
	width:20em;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 0em 0em;
	font-size: 0.9em;
}
.toc p {
	text-align:center;
	font-weight:bold;
}
.toc ol {
	list-style-image:none;
	list-style-type: none; /*decimal*/;
	counter-reset:ordered;
	padding:0 0 0 1em;
	
}
.toc ol li:before {
	counter-increment:ordered;
	content: counters(ordered, ".")" ";
}
.toc ol ol {
	list-style-image: none;
	list-style-type: none /*lower-alpha*/;
	margin-left:1em;
}
.toc li {
	margin:0;
	padding: 0.2em 0 0.2em 0;
}

/*------------- Index List ---------------------------------
For lists on section index pages in divs, based on page table of contents */

.index ol {
	list-style-image:none;
	list-style-type: none; /*decimal*/;
	counter-reset:ordered;
	padding:0 0 0 1em;
}	
.index ol li:before {
	counter-increment:ordered;
	content: counters(ordered, ".")" ";
}
.index ol ol {
	list-style-image: none;
	list-style-type: none /*lower-alpha*/;
	margin-left:1em;
}
.index li {
	margin:0;
	padding: 0.2em 0 0.2em 0;
}

/*------------- Table of Holdings -------------------------- 

this creates a continuous table with spacing between sections appropriate
for lists of holdings such as in research guides */	

td.cell_subheading {
	font-weight: bold; /* for a heading within a tabular list, applies to <td> */
	background-color: #dad6c6;
	vertical-align:bottom;
	padding-top:10px;
	border:thin solid #8A8A8A;
}
td.cell_groupend {
	padding-bottom:25px;  /* gives a little space between the end of one group in tabular list and beginning of next */
}

