/* Thesaurus stylesheet */

#headerThesaurusTable{width:100%;}
#thesaurusHeaderActions{float:right;width:40%;}
#thesaurusTopicName{font-size:3em;}
#thesaurusLeftView{float:left; width:80%;}
#thesaurusRightView{float:right; width:20%;}

#thesaurusResultTable , #thBookList { margin-left: auto; margin-right: auto; }
#thesaurusResultTable td { vertical-align: top; padding-left: 1.5em; padding-right: 1.5em; }
#thBookList td { vertical-align: top; }


#parentTopicsTitle{
 margin-bottom: 0.4em; color: #6E3232 ;
}
#thTopicSubTopics { padding: 0 1.5em 0 0 ; }
#thTopicSubTopics ul { padding: 0; list-style-type: none; margin: 0; }
#thTopicSubTopics ul li { padding: 0; margin: 0; }

#thesaurusSearchResults {
	margin-left: 40%;
	width: 60%;
}


.thAlphabetLinks { text-align: center; margin-top: 0.8em; margin-bottom: 0.8em; }
.thSearchForm { text-align: center; margin-bottom: 1em; }

a.topicLink , a.subtopicLink { color: black; white-space: nowrap; }
a.subtopicLink { font-size: 0.8em; }
a.topicLink:hover , a.subtopicLink:hover { color: black; text-decoration: underline; }
a.mainTopicLink { color: #6E3232; }

.topicList { margin-bottom: 1em; }
.topicList h2 { margin-bottom: 0.4em; color: #6E3232 }

.topicLetter { font-weight: bolder; color: #6E3232 }

.topicListItem { margin-bottom: 1em; }
.topicListItem li { margin-bottom: 0.1em; }
.topicListItem ul ul { margin-bottom: 0.3em; }

/* thesaurus.xhtml */
table.topicGrid {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	text-align: center;
	background-color: #F7F7F9;
	border-width: 0px;
}
table.topicGrid td { 
	padding-top: 0em;
	padding-bottom: 1em; 
	padding-left: 2em;
	padding-right: 2em;
	border-width: 0px;
	text-align: left;
}