/* default formatting */
.wdAuthor {
	font-weight: bold;
}
.wdListItem  {
	margin: 0 0 5px 0;
	padding: 0;
}
.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;
}

#wdAlphaIndex {
	/* 
		format a...z links above lists 
		- typically an <h2> tag followed by <table> with content
	*/
	padding: 0px;
	margin: 0 auto 0 auto;	/* center in ie */
	font-style: normal;
	font-size: 1em;
}


/* Author Index Styles */
#wdAuthorIndex {
}
#wdAuthorIndex ol {
	margin: 0 10px 5px 40px;
	padding: 0;
/*	font-size: 0.9em;*/
}
#wdAuthorIndex h2{
	margin: 15px 0 5px 40px;
}


/* Dewey Index Styles */
#wdDeweyIndex {
	margin: 20px 0 0 0;
	padding: 0px;
}
.wdDeweyNumber {
	padding: 0;
	width: 15%;
}
#wdDeweyIndex .wdListItem {
	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: 20px 0 0 0;
	padding: 0px;
}
.wdLoCNumber {
	width: 20%;
	padding: 0;
	vertical-align: top;
	text-align: right;
}
#wdLoCIndex .wdListItem {
	margin-bottom: 5px;
	margin-left:	5px;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	vertical-align:bottom;
}


/* Title Index Styles */
#wdTitleIndex {
}
#wdTitleIndex ol {
	margin: 0 10px 5px 40px;
	padding: 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;
}


/* Topic Index */
#wdSubjectIndex {
}

#wdSubjectIndex h2{
	margin: 15px 0 10px 30px;
}
#wdSubjectIndex .wdListItem {
}
#wdSubjectIndex .wdListItem a {
	font-weight: normal;
}


/* Year Index Styles */
#wdYearIndex {
}
#wdYearIndex ol {
	margin: 0 0 5px 40px;
	padding: 0;
}
#wdYearIndex h2{
	margin: 15px 0 10px 40px;
}

#tbListing {
	margin: 25px 0 0 0;
}
#tbListing li {
	margin: 0;
	padding: 0;
}

/* Headings on HTML pages :: need formatting*/
#wdSubjectHeadings {
}

/* List of Experts */
#wdExpertList h2{
	margin: 0 0 0 40px;
	padding: 0;
}