/* 
	CSS Reset technique copied from Eric Meyer
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
@import url("reset.css");

/* ------------ INDIANA UNVERSITY SIGNATURE STYLES (header and footer) ------------------- */
@import url("print.css");
@import url("styles.css");

/* --------- START OF NEW VWWP ELEMENTS ------------------------ */

p#myselections_total a:link, p#myselections_total a:visited {
	color: #ffffff;
	text-decoration: none;
}

p#myselections_total a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ------------ SITE-WIDE STYLES -------------------------------------------------------- */

/* ------------ BASIC ------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

.rightalign {
	text-align: right;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear_both {
	clear: both;
}

.auraltext {
	position: absolute;
	left: -9999em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.italic, .i {
	font-style: italic;
}

div#site_container {
	width: 1100px;
	margin: 0px 20px;
}

.center {
	text-align: center;
}

.centerbold {
	text-align: center;
	font-weight: bold;
}

.bold, .b {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.ub {
	text-decoration: underline;
	font-weight: bold;
}

.ib {
	font-style: italic;
	font-weight: bold;
}

.ui {
	text-decoration: underline;
	font-style: italic;
}

.sc {
	font-size: smaller;
	text-transform: uppercase;
}

.strikethrough {
	text-decoration: line-through;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.tocRight {
	float: right;
	text-align: right;
	text-decoration: inherit;
}

.tocRight:hover {
	text-decoration: inherit;
}

.toc {
	list-style-type: none;
	padding-left: 10px;
}

.toc li {
	padding: 5px 0px;
	min-height: 10px;
}

.toc dt {
	font-weight: bold;
}

.nopadding {
	padding: 0 !important;
}

.verseline-top {
	display: block;
	padding: 0px 40px;
	margin: 16px 0 0 0;
}

.verseline-bottom {
	display: block;
	padding: 0px 40px;
	margin: 0 0 16px 0;
}

.verseline-middle {
	display: block;
	padding: 0px 40px;
}

sup {
	font-size: smaller;
	position: relative;
	bottom: 0.5em;
}

sub {
	font-size: smaller;
	position: relative;
	top: 0.5em;
}

.cite {
	display: block;
	text-align: right;
}

p.signed, p.salute {
	padding: 0px;
}

span.signed, span.salute {
	line-height: 1.2em;
	padding: 0px;
	display: block;
}

span.italicBlock {
	line-height: 1.2em;
	padding: 5px 0px;
	font-style: italic;
	display: block;
}

.normal {
	font-weight: normal;
	display: block;
}

.illgrp {
	text-align: center;
	display: block;
	padding: 8px 0px;
}

.ornament {
	text-align: center;
	width: 40%;
	letter-spacing: 10px;
}

ul.epigraph, ul.nobull {
	list-style-type: none;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ul.listbibl {
	list-style-type: none;
}

ul.listbibl li {
	padding-bottom: 8px;
}

ol.decimal {
	list-style-type: decimal;
	list-style-position: inside;
}

ol.lower-latin {
	list-style-type: lower-latin;
	list-style-position: inside;
}

ol.lower-roman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

ol.upper-latin {
	list-style-type: upper-latin;
	list-style-position: inside;
}

ol.upper-roman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

div.run-head {
	display: inline;
	float: right;
	margin-right: 10em;
	text-align: right;
	color: #999999;
}

.indent {
	text-indent: 2.5em;
}

.ti-1 {
	text-indent: 2.5em;
}

.ti-2 {
	text-indent: 5em;
}

.ti-3 {
	text-indent: 7.5em;
}

.ti-4 {
	text-indent: 10em;
}

.ti-5 {
	text-indent: 12.5em;
}

.ti-6 {
	text-indent: 15em;
}

.ti-7 {
	text-indent: 17.5em;
}

.ti-8 {
	text-indent: 20em;
}

.ti-9 {
	text-indent: 22.5em;
}

.ti-10 {
	text-indent: 25em;
}

table {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: separate;
	border-spacing: 2px;
	border: 1px solid black;
}

table td {
	padding: 5px;
	text-align: left;
	border: 1px solid black;
}

table td.tablePB {
	border: none;
	text-align: right;
}

table th {
	text-align: center;
	padding: 0 5px 5px 5px;
	border: 1px solid black;
}

table.noborder, table.noborder td {
	border: none;
}

table td ul { padding-left: 17px; }

table td ul.nobull { padding-left: 0; }

/* ------------ TOP NAV ---------------------------------------------------------------- */

ul#top_nav_links {
	list-style-type: none;
	float: left;
	font-size: smaller;
	padding-left: 5px;
}

ul#top_nav_links li {
	display: inline;
	padding-right: 15px;
}

form#top_search_form {
        float: right;
        padding-right: 35px;
        margin-top: 8px;
	padding-bottom: 8px;
}

form#top_search_form label {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
/* ------------ BANNER ----------------------------------------------------------------- */

div#banner {
	clear: both;
	/* [disabled]width: 900px; */
	height: 66px;
	/* [disabled]background: url('../images/bannerbackground.gif') repeat left top; */
	border: 4px solid #646482;
	margin-top:10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	background-color: #AAAEBF;
	margin-right: 30px;
}

div#banner img {
	margin: 13px 0px 0px 13px;
}

div#banner h1, form#search label.noshow {
	position: absolute;
	top: -9999em;
	left: -9999em;
}	

/* ------------ MAIN NAVIGATION & FORM ------------------------------------------------ */

div#navigation, div#printNavigation {
	border: 4px solid #646482;
	margin: 10px 30px 0px 0px;
	overflow: auto;
	background-color: white;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-top-left-radius:15px;
	-khtml-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	border-top-left-radius:15px;
	border-top-right-radius: 15px;
}

div#printNavigation { margin: 20px 20px 0px 20px; /* height: 60px; */ }

div#printNavigation h1, div#printNavigation h2 { font-weight: bold; padding: 8px 0 8px 10px; }

div#printNavigation p { padding-left: 10px; padding-bottom: 8px; }

ul#main_nav {
	list-style-type: none;
	float: left;
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

ul#main_nav li {
	display: inline;
}

ul#main_nav li a {
	padding-left: 5px;
}

ul#main_nav li.pipe {
	border-left: 2px solid black;
	margin-left: 6px;
}

ul#main_nav li.spaceout {
	padding-left: 25px;
}

/* ------------ MAIN CONTENT AREA ------------------------------------------------------- */

div#content, div#print_content {
	border-left: 4px solid #646482;
	border-right: 4px solid #646482;
	border-bottom: 4px solid #646482;
	background-color: #AAAEBF;
	color: #ffffff;
	margin-right: 30px;
	padding: 10px 0px;
}

h2#mainheading {
	margin: 0px 0px 10px 10px;
	font-weight: bold;
	text-transform: uppercase;
}

h2#mainheading a { color: #ffffff; }

div#print_content {
	margin: 0px 20px 20px 20px;
	line-height: 1.2em;
}

/* ------------ HOME PAGE ------------------------------------------------------------ */
div#content p.homepage_text {
	padding: 10px;
	clear: left;
	line-height: 1.2em;
}

div#images {
	text-align: center;
	padding-left: 45px;
}

div#images img {
	padding: 10px 10px 0px 10px;
}

div.captioned {
	float: left;
	padding-bottom: 10px;
	font-size: smaller;
	width: 115px;
}

div.captioned div a, div#images a {
	color: white;
}

/* ------------ SEARCH FORM ---------------------------------------------------------- */

form#search {
	width: 450px;
	background-color: #ffffff;
	border: 2px solid #646482;
	color: black;
	padding: 10px;
	margin-left: 10px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius:15px;
    border-radius: 15px;
    float: left;
}

form#search input, form#search select {
	margin-right: 5px;
	margin-bottom: 10px;
}

input#text1, input#text2, input#text3  {
	width: 20em;
	font-size: 0.8em;
}

form#search br {
	margin-bottom: 5px;
}

/* ------------ SIDE MENU --------------------------------------------------------- */

div.sidemenu {
	width: 250px;
	background-color: white;
	color: black;
	border: 3px solid white;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 0.9em;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}	

div.sidemenu p {
	padding-bottom: 5px;
	line-height: 1.1em;
}

div.sidemenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.sidemenu ul li {
	padding: 5px 0px;
	margin: 0px;
}

div.sidemenu div.facetMore, div.facetLess {
	text-align: right;
	padding: 3px;
}

h2.sidemenu_heading {
	color: white;
	background-color: #646482;
	width: 250px;
	border: 3px solid #646482;
	padding: 5px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

div.sidemenu dl {
	margin: 0;
}

div.sidemenu dt {
	font-weight: bold;
}

div.sidemenu dt, div.sidemenu dd {
	padding-bottom: 8px;
}

div#tips {
	float: right;
	margin-right: 10px;
}

div#tips div.sidemenu, div#tips h2.sidemenu_heading {
	width: 350px;
}

div#facets {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

div#facets div.sidemenu, div#facets h2.sidemenu_heading {
	width: 250px;
}

/* ------------ SEARCH RESULTS --------------------------------------------------------- */

div#content h2.searchFor {
	float:left;
	padding: 0px 0px 10px 10px;
}

div#content h2.searchResults {
	float:left;
	padding: 3px 0px 0px 10px;
	clear: both;
}

form#docsPerPage_form, form#docsPerPage_form2 {
	float: right;
	padding-right: 5px;
}

.pagenumber-links {
	float: left;
	padding-top: 3px;
}


p#myselections_total, form#sort_form {
	text-align: right;
	padding: 0px 10px 10px 0px;
}

form#sort_form { padding-bottom: 0px; }

form#sort_form label { padding-right: 5px; }

form fieldset noscript div {
	display: inline;
}

div#content strong.searchTerms {
	border: 2px solid #646482;
	background-color: white;
	color: black;
	padding: 0px 10px 0px 10px;
	margin-left: 5px;
	font-weight: bold;
	display: block;
	float: left;
	width: 400px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius:8px;
    border-radius: 8px;
}

div#results {
	background-color: #ffffff;
	color: black;
	border: 2px solid #646482;
	padding: 10px;
	float: right;
	width: 730px;
	margin-right: 10px;
	margin-top: 5px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius:15px;
    border-radius: 15px;
}

div#results div.paging {
	text-align: right;
	padding: 5px 0px;
}

div#results dl.resultItem {
	padding: 10px 0px 12px 0px;
	background: url('../images/resultSeparator.gif') no-repeat center bottom;
	margin: 0;
}

dl.resultItem dt {
	float: left;
    clear: left;
    font-weight: bold;
}

dl.resultItem dd {
	margin: 0 0 0 150px;
    padding: 0 0 0.3em 0;
}

dl.resultItem dt.resultSnippets {
	float: none;
    clear: left;
    font-weight: bold;
    padding: 5px 0px;
}

dl.resultItem dd.resultSnippets {
	margin: 0;
	padding: 0;
}

dl.resultItem dd.addToMySelection {
	padding: 5px 0px 3px 0px;
}

dl.resultItem dt.myselections_status { 
	position: absolute;
	top: -9999em;
	left: -9999em;
}

.paging {
	background-color: #ffffff;
	color: black;
	border: 2px solid #646482;
	padding: 4px 4px 4px 10px;
	float: right;
	width: 736px;
	margin-right: 10px;
	margin-top: 10px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

#mysel_pagetop, #mysel_pagebottom {
	background-color: #ffffff;
	color: black;
	border: 2px solid #646482;
	padding: 4px 4px 4px 10px;
	float: right;
	width: 736px;
	margin-right: 10px;
	margin-top: 10px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

/* ------------ BROWSE ----------------------------------------------------------------- */

#browseResults {
	width: 450px;
    background-color: #ffffff;
	border: 2px solid #646482;
	color: black;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
	margin-top: 10px;
}

.browseList { padding: 4px; }

#AZContainer {
	background-color:#ffffff;
	clear:both;
	font-size:0.8em;
	margin: 10px 10px 0px 10px;
	border: 2px solid #646482;
	padding:4px;
	text-align:center;
	color: #000000;
	letter-spacing: 5px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

/* ------------ DOCUMENT VIEW ---------------------------------------------------------- */
#itemMetadata {
	background-color: #ffffff;
	border: 2px solid #646482;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
	margin-bottom: 10px;
}

.search-option-bar {
	width: 100%;
	height: 25px;
	background-color: #7F2C2A;
	padding-bottom: 4px;
	clear: both;
	border-bottom: 20px;
}

.searchWithin {
	float: left;
	padding-right: 10px;
}

div#doc-search-options {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#doc-search-options h2 {
	color: white;
	background-color: #646482;
	border: 3px solid #646482;
	padding: 5px;
	float: left;
	/* width: 996px;*/
	width: 1024px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

div#doc-search-options div.search-options {
	background-color: white;
	color: black;
	border: 3px solid white;
	margin-bottom: 10px;
	padding: 10px 5px 0px 5px;
	font-size: 0.9em;
	float: left;
	/* width: 996px;*/
	width: 1024px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

div#tocView, div#viewOptions {
	background-color: #ffffff;
	color: black;
	border: 2px solid #646482;
	padding: 10px;
	margin: 10px;
	line-height: 1.2em;
	width: 250px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
	float: left;
	clear: left;
}

div#tocView h2, div#viewOptions h2 {
	font-weight: bold;
}

#viewOptions ul {
	list-style-type: none;
	padding-left: 5px;
	margin: 0;
}

#viewOptions ul li {
	padding: 0;
}

div#docView {
	background-color: #ffffff;
	color: black;
	border: 2px solid #646482;
	padding: 10px;
	margin: 10px 2px;
	line-height: 1.2em;
	width: 730px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
	margin-left: 300px;
	overflow: auto;
}

div#print_content { overflow: auto; }

div#docViewFull {
	background-color: #ffffff;
	color: black;
	border: 2px solid #646482;
	padding: 10px;
	margin: 10px;
	float: left;
	line-height: 1.2em;
/*	width: 1018px; */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
}

.viewFullWidth {
	background-color: #ffffff;
	color: black;
	border: 2px solid #646482;
	padding: 10px;
	margin: 10px;
	line-height: 1.2em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
}


.docViewInner {
	margin: 10px;
}

#docView p, #docViewFull p, #print_content p, .viewFullWidth p {
	padding: 8px 0px;
}

#showTOC, #hideTOC {
	display:none;
}

.pbRight {
	display: block;
	text-align: right;
	padding: 15px 0px;
	font-style: normal;
	font-variant: small-caps;
	font-size: smaller;
}

div.getAddress {
	width: 80%;
	margin-left: 25px;
}

div.getAddress h1 {
	font-size:20px;
	color:#7F2C2A;
	font-weight: bold;
	padding-bottom: 10px;
}

.search-options span, #searchBacktrack {
	float: right;
	text-align: right;
}

#searchWithinForm, #searchWithinForm fieldset {
	float: left;
	margin: 0;
	padding: 0;
}	

#searchWithinForm label {
	padding-right: 10px;
}

#hitSummary {
	padding-top: 8px;
}

.subhit {
   background-color: #FFCC66;
   font-weight: bold;
}

hr.note {
	width: 30%;
	text-align: left;
	margin: 10px auto 10px 0px;
}

hr.noteRend { width: 30%; }

blockquote, #docView .blockquote, #docViewFull .blockquote, #print_content .blockquote {
	display: block;
	padding: 5px 40px;
	margin: 16px 0px;
}

#titlepage h2.centerbold {
	padding-bottom: 8px;
}

#titlepage .inline {
	display: inline;
}

#titlepage h3 {
	padding-top: 8px;
}

#viewOptions h3 {
	font-weight: bold;
}

.fwTop { font-size: smaller; text-align:center; font-style: italic; display: block; }

.print_myselections { float: right; }
.chunkTitle { display:inline-block; width:70%; }

a.print { padding-left: 8px; }

/* ------------ PAGE IMAGE VIEW -------------------------------------------------------- */
.firstPageImage { margin-right: 20px; }
.lastPageImage { margin-left: 20px; }
.pageImage { display: block; margin-left: auto; margin-right: auto; border: 1px solid black; }
.pageImageLink { margin-left: 5px; }

#zoomPageImage {
	padding: 10px;
	background-color: rgba(51,51,51,0.85);
	position: absolute; 
	margin-left: 325px;
	margin-top: -20px;
/*	top: 725px; 
	left: 420px; */
}

#zoomPageImage a { font-weight: bold; color: white; }

.overlay, #zoomOverlay { 
	margin: 20px 40px 40px 40px; 
	display: block;
	border: 1px solid black;
}

.illgrp .showPageImage a {
	font-size: smaller;
	font-variant: small-caps;
	text-align: right; 
	position: relative;
	left: 180px;
/*	padding-bottom: 20px;
	padding-top: 0px; */
}	

.showPageImage a { 
	font-weight: bold; 
	color: white; 
/*	float: right; */
	padding: 8px;
	position: relative;
	top: 10px;
	right: 10px;
}

#bigPageImage a {
	font-weight: bold; 
	color: white; 
	position: relative;
	top: 10px;
	left: 790px;
	padding: 8px;
}

.showPageImage a.left {
/*	float: left; */
/*	right: 410px;
	margin-right: 375px; */
	float: left;
	padding-left: 30px;
	padding-top: 0;
}

.illgrp .showPageImage a.left {
	left: -8px;
}

#bigPageImage { 
	position:absolute; 
	background-color: rgba(51,51,51,0.75); 
	height: auto;
	width: auto;
	top:50px; 
	left:120px; 
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius:15px;
    border-radius: 15px;
}

.showPageImage {
	display: block;
/*	position: absolute; */
	height: auto;
	width: auto;
	background-color: rgba(51,51,51,0.75);
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius:15px;
    border-radius: 15px;
}

/* ------------ HELP/PROJECT INFO ------------------------------------------------------ */
.textView {
	background-color: #ffffff;
	color: black;
	border: 2px solid #646482;
	padding: 10px;
	margin: 10px;
	line-height: 1.2em;
	width: 860px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius:15px;
    border-radius: 15px;
}

.textView p {
	padding-bottom: 8px;
}

.textView h3, .textView h4 {
	font-weight: bold;
	padding-bottom: 5px;
}

h3.textHeading {
	margin: 10px 0px 10px 10px;
	font-weight: bold;
}

.viewFullWidth h3, .viewFullWidth h4 {
	font-weight: bold;
}

/* ------------ DLP FOOTER ------------------------------------------------------------- */

div#footer {
	font-size: 0.8em;
	margin: 10px 0px 0px 20px;
}
