/* PAO SECOND LEVEL STYLES FOR PRINTING */

/* general HTML elements */
body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	text-transform: uppercase;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	font-size: 1.9em;
}

h2 {
	font-size: 1.2em;
	padding-top: 20px;
}

a {
	color: black;
}

label span   {
	font-weight: bold;
	float: left;
	width: 12em;
	margin: 0px 0px;
}

label em {
	font-weight: normal;
	font-size: 0.9em;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 5px 0px;
}

fieldset .type {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

legend {
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0 0 0px 0;
	border-bottom: 1px solid;
}


#skip a {
	display: none;
 }



.button {
	display: none;
}

.red_star {
	color: #FF4E00;
	padding-left: 5px;
}

.tiny_text {
	font-size: 0.75em;
}


.hidden {
	display: none;
}


.secondary_links {
	display: none;
}


#container {
	background-color: #fff;
	border: none;
	line-height: 100%;
}



#header {
	display: none;
}

#ch_logo {
	display: none;
}

#topline {
	display: none;
}

#quick {
	display: none;
}


#secondline {
	display: none;
}


#navigation {
	display: none;
}

#shadow {
	display: none;
}




#content
{
	color: black;
	background-color: white;
	font-size: 14px;
}

#content h2 { 
	margin: 0 0 .5em 0; 
}

#content a {
		color: black;
		text-decoration: underline;
	}


#durable_url {
	display: none;
}

#myarc_logout {
	display: none;
}



#marked_list_info {
	display: none;
}

#sel_rec_options {
	display: none;
}


#search_options {
	display: none;
}










#som {
		width: 798px;  	/* Set width to that available from site template */
		padding: 0 0 0 0;
		margin: 0 0px 0 0;  /* right hand margin leaves space for options box */
}

#som ol {
		font-size: 1em;
		line-height: 1.4em;
		padding: 0 0px 0 0;
		margin: 0;
		list-style: none;  /* Remove list-style because inconsistent placement across browsers*/
}

#som li {
		/* Margin & padding to provide spacing between results */
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px solid gray;
		clear: left;
		/* float: left;*/
}
	
#som li .number {
		float: left;
		margin: 0 5px 0 0;
		width: 40px;  /* Specific width to allow for font scaling and hit numbers increasing to 1000's */		
		text-align: right;  /* Text aligned right to reduce horizontal space between number and result */
}

#som li .result {
	float: left;
}
	
#som li .result p {
	overflow: auto;
	padding: 0;
	margin: 0;
}

#som li .result .fieldname {
	color: gray;
	font-weight: bold;
	width: 150px;
	display: block;
	float: left;
	clear: left;
}

#som li .result .data {
	display: block;
	float: left;
	width: 522px;
}

#som li .check {
		clear: left;
		padding: 2px;
		margin: 2px 0 0 40px;
		background: #FFF5BF;  /* very pale */
		display: none;
	}

#som li .check input {
		padding: 0;
		margin: 0;
	}

#som ol li.checked {
	background-color: #FFF5BF;
}

#som ol li.unchecked {
	/*background: white;*/
}

#som li .check label {
		font-weight: normal;
		font-size: 0.9em;
		padding: 0;
		margin: 0;
	}

#som li .icon {
		display: block;
		margin: 0 0 0 40px;
		padding: 0px;
		/* float: left;*/
		clear: left;
	}
.respagelinks {
	display: none;
}


#som li .openurl {
		display: block;
		margin: 0 0 0 43px;
		padding: 0px;
		display: none;
		/* float: left; */
	}
/* print_som is used in the marked list and myarchive areas to display results without links */

#print_som {
		width: 800px;
		padding: 0 0 0 0;
		margin: 0;  /* right hand margin leaves space for options box */
}

#print_som a {
	text-decoration: none;
}

#print_som ol {
		font-size: 1em;
		line-height: 1.4em;
		padding: 0;
		margin: 0;
		list-style: none;  /* Remove list-style because inconsistent placement across browsers*/
}

#print_som li {
		/* Margin & padding to provide spacing between results */
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
		border-bottom: 1px solid gray;
		clear: left;
		/* float: left;*/
}
	
#print_som li .number {
		margin: 0 5px 0 0;
		width: 40px;  /* Specific width to allow for font scaling and hit numbers increasing to 1000's */		
		text-align: right;  /* Text aligned right to reduce horizontal space between number and result */
}

#print_som li .result {
	position: relative;
}
	
#print_som li .result p {
	/* overflow: auto; taken out as it screws up the browse lists */
	padding: 0;
	margin: 0;
	clear: left;
}


/* .fieldname and .data are used on the journal record page inside an #information div */
#print_som li .result .fieldname {
	color: gray;
	font-weight: bold;
	width: 150px;
	display: inline;
	float: left;
	/*clear: left;*/
	margin: 0;
	padding: 0;
}

#print_som li .result .data {
	display: block;
	margin: 0 0 0 150px;
	padding: 0;
}


/* information resources styles */

.info_list {
	list-style: square;
}

.info_list li {
	padding: 2px 0px;
}

.info_links {
	list-style-image: url(../../images/orange_arrow.gif);
}



/* footer stuff */

#footer_upper {
	overflow: auto;
	background-color: black;
	width: 100%;
	clear: both;
	display: none;
}

#footer_upper .left {
	float: left;
	font-size: 0.9em;
	padding: 5px 5px 2px 5px;
	width: 508px;
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
	color: white;
}

#footer_upper .left a {
	color: white;
	text-decoration: underline;
}

#footer_upper .left li {
	display: inline;
	border-right: 1px solid white;
	padding: 0 3px;
}

#footer_upper .left li a:hover {
	background-color: white;
	color: black;
}

#footer_upper #endsession {
	font-weight: bold;
}

#footer_upper .right {
	float: right;
}

#footer_upper .right img {
	border: 0px;
	padding: 0;
	margin: 0;
}

#footer_lower {
	width: 760px;
	margin: 10px auto;
	background-color: #fff;
	color: black;
	display: none;
}



.print_only {
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
	font-size: 14px;
	color: black;
}

	














/* div's with ID's */



















	
/* my archive */

#login {
	border: 1px solid black;
	margin: 0px 20px;
	padding: 10px;
}

#myarchive_options ul {
	list-style: none;
}

#myarchive_options ul li {
	background: url(/images/orange_arrow.gif) no-repeat;
	background-position : 0px 50%;
	padding: 10px 0px;
	font-weight: bold;
}

#myarchive_options ul li a {
	padding-left: 15px;
}

/* select from a list page */

#item_list {
	border: 1px solid black;
	width: 738px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}	

#item_list li {
	list-style: none;
	margin: 0px 0 0 -20px;
	padding: 0;
}

#item_list .right {
	float: right;
}

#item_list .button {
	margin: 10px 10px;
}

	
	




#sort_orders {
		border-bottom: 1px solid gray;
		margin-bottom: 10px;
	}

#email_form {
	border: 1px solid #FF4E00;
	overflow: auto;
	width: 718px;
	/*float: left;*/
	margin-bottom: 10px;
	clear: both;
	padding: 10px;
}

#print_form {
	border: 1px solid #FF4E00;
	overflow: auto;
	width: 498px;
	/*float: left;*/
	margin-bottom: 10px;
	padding: 5px;
}

.note {
	margin-left: 50px;
	height: 60px;
	width: 450px;
	overflow: auto;
}

#jstor, #muse {
	width: 300px;
	float: left;
}

#unsub {
	clear: left;
	width: 718px;
	padding-top: 20px;
}

#jstor label span, #muse label span {
	font-weight: normal;
	width: 200px;
}

.admin_only {
	background-color: #FFD500;
	padding: 5px;
	border: 1px solid black;
	font-weight: bold;
}

.admin_only span {
	margin: auto auto;
}



.type input {
	position: relative;
	left: -200px;
}

.type label span {
	position: relative;
	left: 30px;
}



#yearofpub {
	display: inline;
}

#yearofpub label {
	display: inline;
}

#yearofpub input {
	display: inline;
}
#yearofpub label.datelabel span {
	display: inline;
	float: none;
	width: 3em;
	margin-right: 0.2em;
}
#search_button {
	float: right;
	margin-right: 0px;
}

#options {
	border: 1px solid #FFD500;
}



#page_image img {
	border: 1px solid black;
	clear: both;
	padding: 0;
}

.page_nav {
	width: 738px;
	margin: 10px 0px;
	padding: 0;
	font-size: 1.1em;
}

.page_nav .previous {
	float: left;
}

.page_nav .next {
	float: right;
}

.page_nav a {
	padding: 1px;

	font-size: 0.9em;
}

.page_nav a:hover {

}






.pages {
	margin: 0px;
	width: 738px;
	padding: 10px 0;
}

.pages a {
	padding: 2px;
}

.pages .hit {
	border: 1px dotted #fe4e00;
	padding: 1px;
}

.pages .current {
	font-size: 1.5em;
}

.pages .current_hit {
	border: 1px dotted #fe4e00;
	padding: 1px;
	font-weight: bold;
	color: black;
	font-size: 1.5em;
}

#view_links {

}
#information {
	clear: right;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}

#information .author {
	text-transform: uppercase;
}

#information .title {
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}

#information .check {
		clear: left;
		padding: 2px;
		margin: 2px 0 0 0;
		background: #fff5bf;
}

#journal_rec p {
	overflow: auto;
}

#journal_rec .fieldname {
	color: gray;
	font-weight: bold;
	width: 150px;
	display: block;
	float: left;
	clear: left;
}

#journal_rec .data {
	display: block;
	float: left;
	width: 578px;
}

/* classes */






/*.options .filter {
	margin: 0 2px;
	padding: 0;
	list-style: none;
}*/

/* .options .filter li {
	margin-left: 0px;
}*/

/*.options .filter li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 0.95em;
}*/

.options .subfilter {
	list-style: none;
	margin-left: -20px;
}

/*.options .subfilter li {
	padding: 4px 0;
}*/

/*.options .subfilter li a {
	font-weight: normal;
	font-style: italic;
	margin: 0 0px;
	padding: 0;
	text-decoration: none;
}*/

.clear {
	padding-top: 10px;
	float: left;
}


.filterlist {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
}

.filterlist ul {
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 0.95em;
	font-weight: normal;
}

.filterlist ul li {
	padding: 2px 0px;
	border-bottom: 1px dashed silver;
}

.filterlist .exp_con_links {
	margin-left: 30px;
	font-style: italic;
	font-weight: normal;
}

.filterlist li {
	list-style: none;
}

.filterlist

.filterlist span  {
	font-size: 0.7em;
}


#search_history {
	width: 738px;
	border: 1px solid gray;
}

#search_history tr td a.search {
	font-weight: bold;
}

#search_history tr th {
	font-weight: bold;
	text-align: left;
}

#search_history tr td {
	border: 1px solid silver;
	margin: 0;
	padding: 1px;
}



#fields {
	width: 508px;
}

#fields a span {display: none;}

#fields a:hover span {
	display: block;
	position: absolute;
	left: 500px;
	top: 500px;
	width: 125px;
   padding: 5px; 
	margin: 10px; 
	z-index: 100;
   color: black; 
	background: #ffd500;
   font: 12px Verdana, sans-serif; 
	text-align: center;
}



/* results filtering */



