input, select { vertical-align: text-bottom; }

table { border-collapse: collapse; }
td, th { vertical-align: top; padding: 5px; }
td p, th p { margin-top: 0; margin-bottom: 1em; }

th { text-align: left; }
form th { text-align: right; }
address { margin-left: 10px; margin-bottom: 1em; font-style: normal; }

.textfield { width: 200px; }
legend, label { font-weight: bold; line-height: 1em; }
.inviso { display: none; }

.noFloat { clear: both; }
.noFloatSpacer { clear: both; height: 1em; }

/* Used on issue listing */

/*.first { font-weight: bold; }*/
/*This made just the most recent issue bold.  Added to the listing style so all issues are bold.*/

.article {
	clear: both;
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 32px;
	}
.article img {
	float: left; margin-right: 10px; border: 0;
	}
.article h3 { margin-left: -42px; }
.article h2 { margin-top: 0; }


.editors p { margin-bottom: .25em; }
.editors td, .editors th { padding-top: 1em; padding-left: 1em; }
.editors th { text-align: right; }
.editors span { font-style: italic; }

.listing { list-style: none; font-weight: bold; }
.listing li { padding-bottom: 1.5em; }



/* Used on proposal submission */

.manuscriptForm  p { margin: 0 0 12px 0; }
.manuscriptForm th { padding: 3px 5px 0 0; text-align: right; white-space: nowrap; }
.manuscriptForm td { padding-bottom: 0; }

.formArea { margin-top: 20px; }

#presEntry { margin-left: 200px; background-color: #ffa; color: black; padding: 20px; }
#presenterListDiv { width: 200px; float: left; }
#presenterList ul { list-style-type: none; margin: 0 0 0 5px; padding: 5px 0 5px 5px; background-color: #cfc; }
#presenterList ul li { margin: 0; padding: 5px 5px 5px 15px; }
#presenterList p { margin: 0; padding: 5px; }
#presenterList .primary { background-image: url(http://www.units.MiamiOH.edu/lillycon/images/primary_badge.png); background-position: 5px 50%; background-repeat: no-repeat; }
#presenterList .newPresenterLink { margin-bottom: 10px; }
#presenterList #currentLink { background-color: #ffa; color: black; font-weight: bold; }
#instructions { background-color: #ccf; border: 1px solid black; margin: 15px; padding: 10px; }
#instructions h3 { margin-top: 0; }

.widefield { width: 200px; }
.widerfield { width: 300px; }

#finalForm table { margin-top: 15px; }
#finalForm th, #finalForm td { padding-bottom: 10px; }
#finalFormP { display: none; }

.buttons { text-align: center; border-top: 1px solid black; padding-top: 20px; }

/* Used on search page */

.results td { border: 1px solid black; padding: 5px; }
.results th { text-align: center; }
.results .issue { white-space: nowrap; font-weight: bold; }
.results span { font-weight: bold; }
.searchExamples { float: right; width: 300px; margin: 0 0 0 10px; border: 1px solid green; padding: 5px; }
.searchExamples h3 { height: 0; margin: 0; overflow: hidden; }
.searchExamples p { margin: 0; }
.searchExamples em { font-family: monospace; }
.searchExamples strong { color: #d00; }



/* Used on order forms */

.qty, .orderfee { text-align: right; }
.cost { text-align: center; }
.soldout { text-align: left; font-weight: bold; color: red; }
tr.totalrow th { text-align: right; font-weight: bold; border: none; }
.listing th { text-align: left; }
.listing td { border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; }
.listing td, .order th { padding: 1px 6px; vertical-align: middle; }
.payment tr { border-bottom: 1px solid black; }
.payment th { white-space: nowrap }
.payment th, .payment td { text-align: left; }
.payment tr.last { border: none; }
.price { text-align: right; }
.error { background-color: #fdd; color: red; border: none; }
fieldset { margin-bottom: 1em; }
.example { text-align: left; font-weight: normal; }
.checkbox { vertical-align: middle; }
.checked { background-color: #ccccff; }

.articleList {
	height: 400px; overflow: auto; padding: 10px; border: 1px solid black
	}
.articleList p {
	margin-left: 20px;
	text-indent: -20px;
	}

/* Used in submission form */
#personForm label {
	display: block;
	float: left;
	width: 140px;
	text-align: right;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 11px;
	}
#personForm div {
	border: 1px solid black;
	background-color: #fff;
	width: 310px;
	float: left;
	padding-bottom: 5px;
	margin: 2px;
	font-family: "Arial", sans-serif;
	}
#personForm p { margin: 0; }
#personForm h3 {
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: #CCC;
	font-size: 18px;
	}
#personForm input {
	width: 130px;
	margin: 0 5px;
	}
#personForm input.addRemove {
	width: auto;
	display: block;
	float: right;
	margin: 3px 3px 0 0;
	padding: 0;
	font-size: 12px;
	}