/* default formatting */
.styleTextLeft H1{ 
	text-align: left;
	margin-left:0px; 
 }
.styleTextLeft H2{ 
	text-align: left;
	margin-left:0px; 
 }
.wdListItem  {
	margin: 0 0 5px 0px;
	padding: 0px;
}
.wdItemTitle {
	font-weight: bold;
}
.wdItemTitle a {
	color: #1040c0;
}
.wdItemTitle a:hover {
	color: #ffffe6;
	background-color: #1040c0;
}
.wdItemTitle i {
	font-weight: normal;
}

.wdContentIndex {
	/* 
		format table of contents at top of page
		- typically a <ol> tag, embedded within a <table class=wd...Index>
	*/
}
.wdContentIndex .wdListItem{
	font-size: 0.9em;
}
.wdContentIndex .wdItemTitle{
	font-weight: normal;
}

.wdAuthor { /* format author name on HTML pages */
	font-size: 1.4em;
	font-weight: bold;
}


#wdAlphaIndex {
	/* 
		format a...z links above lists 
		- typically an <h2> tag followed by <table> with content
	*/
	padding: 0px;
	margin: auto;	/* center in ie */
	text-align: -moz-center; /* center in ff */
}

/* Author Index Styles */
#wdAuthorIndex {
}
#wdAuthorIndex ol {
	font-size: 0.9em;
	margin: 0 10px 5px 40px;
	padding: 0 190px 0 0;
}
#wdAuthorIndex h2{
	margin: 10px 0 5px 40px;
}


/* Title Index Styles */
#wdTitleIndex {
}
#wdTitleIndex ol {
	font-size: 0.9em;
	margin: 0 10px 5px 40px;
	padding: 0 190px 0 0;
}
#wdTitleIndex h2{
	margin: 15px 0 10px 40px;
}


/* Type Index Styles */
#wdTypeIndex {
}
#wdTypeIndex ol {
	font-size: 0.9em;
	margin: 0 10px 5px 40px;
	/* 
	padding: 0 190px 0 0;
	*/
	padding: 0px;
}
#wdTypeIndex .wdListItem {
	margin-bottom: 10px;
}
#wdTypeIndex .wdContentIndex {
	margin-bottom: 20px;
}
#wdTypeIndex .wdContentIndex .wdListItem {
	margin-bottom: 0px;
}
#wdTypeIndex h2{
	margin: 0 0 10px 40px;
}


/* Year Index Styles */
#wdYearIndex {
}
#wdYearIndex ol {
	font-size: 0.9em;
	margin: 0 0 5px 40px;
	padding: 0 190px 0 0;
}
#wdYearIndex h2{
	margin: 0 0 10px 40px;
}


/* Dewey Index Styles */
#wdDeweyIndex {
	margin: 0px;
	padding: 0px;
}
.wdDeweyNumber {
	font-size: 0.9em;
	padding-top: 3px;
	width: 15%;
}
#wdDeweyIndex .wdListItem {
	font-size: 0.9em;
	margin: 0 0 5px 5px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	vertical-align:bottom;
}


/* Library of Congress Index Styles */
#wdLoCIndex {
	margin: 0px;
	padding: 0px;
}
.wdLoCNumber {
	font-size: 0.9em;
	padding-top: 3px;
	vertical-align: top;
	width: 15%;
}
#wdLoCIndex .wdListItem {
	font-size: 0.9em;
	margin-bottom: 5px;
	margin-left:	5px;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	vertical-align:bottom;
}
