body {
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	color: #141715;
	width: 95%;
	border-right: 1px solid #141715;
}

span {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

pre {
  padding: 10px;
  font-size: 11px;
}

a { color: #141715; }
a:visited { color: #61553C; }
a:hover { color: #141715; }

table {
	font-size: 10pt;
	font-family: 'Arial', sans-serif;
}

table>tr>td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
}

h1, h2, h3, h4 {
	font-weight: bold;
	font-family: 'Helvetica', sans-serif;
	margin: 2px 0 5px 0;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 15pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 12px;
}

p {
	margin: 0;
	padding: 0 10px 8px 0;
}

li {
	padding-right: 80px;
}

address {
	padding: 10px 0 10px 50px;
}

label {
	font-weight: bold;
	vertical-align: bottom;
}

input {
	margin: 0;
	padding: 0;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/* Application styles */

.card {
	padding: 2px 0 10px 0px;
	border-bottom: 1px dotted #666;
}

.card>tr>td {
	vertical-align: top;
}

.alt-row {
	background: #fab444;
}

.left-margin-col {
	text-align: right;
	width: 50px;
}

.record-actions {
	border: dotted 1px #666;
	padding: 2px 0px 3px 4px;
	margin: 5px 0 15px 0px;
	width: 80%;
}

.page-actions {
	border: dotted 1px #666;
	padding: 2px 5px 3px 10px;
	background-color: #eee;
}

#header {
	background-color: #365999;
	margin: 0;
	padding: 3px 0 3px 8px;
	color: white;
	font-family: "Gill Sans", sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#banner {
	height: 80px;
	/*background-color: #58EB58;*/
	background-color: #335542;
}

div#journal-title {
	text-align: center;
}

div#journal-title img {
	width: 550px;
	padding-top: 20px;
}

#sidebar {
	float: left;
	width: 160px;
	margin: -5px 0 0 0;
	padding: 0;
	background-color: #f5ad00;
	font-family: "Gill Sans", sans-serif;
}

#sidebar>h2 {
	font-size: 14pt;
	margin: 5px 0 5px 15px;
	padding: 10px 0 0 0;
	color: #fff;
}

#sidebar>img {
	width: 160px;
	margin: 20px 0 -4px 0;
	padding: 0;
}

#sidebar>p {
	color: white;
	margin: 2px 0 5px 20px;
	padding-right: 15px;
}

#sidebar>p>a:link, #sidebar>p>a:visited {
	color: #fff;
	text-decoration: none;
}

#sidebar>p>a:hover {
	color: #141715;
}

#column-right {
	padding: 0;
	margin: 0 2em 0 200px;
}

#main {
	padding: 0;
}

#body {
	margin: 10px 0 0 10px;
	padding: 0;
}

#footer {
	clear: both;
	background-color: #fff;
	padding: 10px 10px 10px 10px;
	margin: 0;
	border-bottom: 1px solid black;
}

#banner-title>h1 {
	font-family: "Helvetica", sans-serif;
	font-size: 26pt;
	color: white;
	font-weight: normal;	
	letter-spacing: 8px;
	text-shadow: #555 3px 3px 4px;
	padding-top: 15px;
	margin: 0;
}

#banner-title>h2 {
	padding: 25px 0 20px 0;
	margin: 0;
	color: white;
	font-size: 24pt;
	font-weight: normal;
	font-family: "Helvetica", sans-serif;
	text-align: center;
}

.center {
	position: absolute;
	margin: 0px auto;
}

.lead-in {
	color: #a30000;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-family: "Helvetica", sans-serif;
	font-size: 10pt;
}

.title {
	padding: 8px 6px 8px 10px;
	vertical-align: top;
}

.authors {
	padding: 8px 4px 8px 5px;
	vertical-align: top;
}

#authors li {
	padding-bottom: 3px;
}

.float-left {
	float: right;
	position: absolute;
	margin: 0 40px 0 0;
}

.float-right {
	float: right;
	padding-right: 10px;
}

.actions {
    padding: 5px 0 5px 12px;
	margin-bottom: 10px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

.label, .label-left {
	white-space: nowrap;
	text-align: right;
	padding-right: 5px;
	padding-left:  5px;
	font-family: "Gill Sans", sans-serif;
	vertical-align: top;
}

.label-left {
	text-align: left;
	padding: 0;
}

.attr {
	white-space: nowrap;
}

.entry {
	margin: 2px 0 2px 0;
}

.odd {
	background-color: #e5e5e5;
}
.even {
	background-color: #d5d5d5;
}

/*.odd:hover, .even:hover {
	background-color: #ccffcc;
}*/

.borderless {
	border-spacing: 0;
	border-collapse: collapse;
}

.borderless tr td {
	padding: 3px 10px 8px 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

td.odd-controls {
	background-color: #fee;
	border-top: 1px solid #999;
}

td.odd-controls input {
	margin: 0;
	padding: 0;
}

td.even-controls {
	background-color: #fcc;
	border-top: 1px solid #999;
}

td.even-controls input {
	margin: 0;
	padding: 0;
}

#documents table {
	border-spacing: 0;
	margin: 8px 9px 0 0;
	width: 99%;
}

#documents table tr td {
	vertical-align: top;
	width: 30%;
	padding: 2px 5px 3px 5px;
}

#documents table tr td.first_row {
	padding-top: 5px;
}

#documents table tr td.last_row {
	padding-bottom: 8px;
}

table#authors {
	border-spacing: 0;
	margin-right: 9px;
}

table#authors>tr>td {
	vertical-align: top;
	width: 30%;
	padding: 3px 5px 5px 5px;
}

table.names {
	width: 100%;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

table.names tr td.label {
	vertical-align: top;
	width: 5%;
	margin: 0;
	padding: 0 8px 3px 0;
	text-align: right;
	font-weight: normal;
	font-family: "Gill Sans", sans-serif;
}

table.names tr td.value {
	width: 45%;
}

.error {
	font-weight: bold;
	color: red;
}

#authors {
	border-spacing: 2px;
	vertical-align: top;
}

table#show-document {
	width: 100%;
	border-spacing:  0;
	padding: 0 10px 0 0;
}

table#show-document tr td.label {
	text-align: right;
	font-weight: normal;
	font-style: normal;
	font-family: "Gill Sans", sans-serif;
	vertical-align: top;
	margin: 0;
}

table#show-document tr td.content {
	width: 90%;
	vertical-align: top;
	margin: 0;
}

table#show-document tr td.content * {
	vertical-align: bottom;
	margin: 0;
}

table#show-document tr td {
	padding: 3px;
	vertical-align: top;
}

.author-name {
	padding: 2px 5px 2px 5px;
	font-family: 'Helvetica', sans-serif;
	font-weight: normal;
}

table#results {
	border-spacing: 0px 2px;
}

table#results thead tr td {
	font-family: "Gill Sans", sans-serif;
	padding: 5px 0 5px 3px;
}

table#results tr td {
	vertical-align: top;
	padding: 5px 0 5px 3px;
}

table#results tr td.title {
	width: 25%;
	vertical-align: top;
}

table#results tr td.authors {
	width: 15%;
	vertical-align: top;
}

table#results tr td.abstract {
	width: 50%;
	vertical-align: top;
}

table#results tr td.publication {
	width: 10%;
	vertical-align: top;
}

#latest-documents-box-by-category, #latest-documents-box-by-date {
	float: right;
	border: 2px solid #bbb;
	width: 40%;
	padding: 3px 6px 10px 6px;
	margin: 0 5px 5px 10px;
	border-spacing: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

#latest-documents-box-by-category tr td.title, #latest-documents-box-by-date tr td.title {
	width: 50%;
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0 5px 5px;
}

#latest-documents-box-by-category tr td.authors, #latest-documents-box-by-date tr td.authors {
	width: 50%;
	font-style: italic;
	padding: 5px 0 5px 5px;
}

#news-section {
	margin: 0 8px 12px 8px;
	text-align: left;
}

#news-section dt {
	font-weight: bold;
	font-family: 'Helvetica', san-serif;
}

#news-section dd {
	margin: 5px 0 5px 12px;
}

#links-section {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#links-section li {
	margin: 0 0 3px 0;
}

.in_place_editor_field {
	/*display: block;
	white-space: pre;
	width: 100%;*/
}

.inline-controls {
	font-size: 10px;
	vertical-align:  sub;
	background-color: white;
	color: black;
	padding: 0 1px 1px 1px;
}

.inline-controls a {
	background-color: white;
	color: black;
}

.controls {
	font-family: "Gill Sans", sans-serif;
	white-space: nowrap;
	margin: 0;
	padding: 1px 0 1px 5px;
	border: 1px dotted #888;
	width: 15%;
	background-color: #eee;
}

.assign-list tr td {
	 padding: 5px;
}

.process-orientation {
	/*border: 2px solid #eee;
	padding: 5px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	/*margin-right: 30px;*/
	font-family:  "Gill Sans", sans-serif;
	white-space: nowrap;
	/*background-color: #eee;*/
	width: 90%;
	
}

.process-orientation:hover {
	background-color: #fff;
}

.process-orientation table tr td.label {
	width: 100pt;
	font-weight: normal;
}

.process-orientation table tr td.content {
	width: 800pt;
	font-family: serif;
	white-space: normal;
}

td.content {
	font-family: 'Arial', sans-serif;
}

.lead-out {
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
	color: #a30000;
}

.paper {
	background-color: yellow;
}

p.emphasize-first-line:first-line {
	font-size: 16px;
}

#author_form {
	
}

.sortable-list {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
	width: 25%;
}

.sortable-list li {
	cursor: move;
	white-space: nowrap;
}

.hover {
	background-color: #ffffaa;
}

.important {
	font-family: 'Helvetica', san-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 0 0 5px 0;
}

.tooltip {
	position: absolute;
	background-color: rgb(255, 255, 234);
	border: 1px solid black;
	padding: 8px;
	font-size: 12px;
	margin: 1em;
	width: 300px;
}

.tooltip h1 {
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	background-color: rgb(106,106,106);
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.tooltip p {
	white-space: normal;
	padding: 2px;
	margin-top: 0.5em;
	line-height: 1.2em;
}

.tooltip a.close {
	color: white;
}

.date_picker {
  /* comment out this line to show by default: */
  display: none;
  /* comment out this line to prevent calendar 'floating' over page: */
  position: absolute;
  background-color:white;
  padding: 3px;
  border: 1px solid silver;
}

.date_picker table {
  border:        1px solid silver;
  border-top:    2px solid silver;
  border-bottom: 3px solid silver;
  font-family: verdana, sans-serif;
}
.date_picker th {
  font-size: 10px;
  color: #333;
  text-align: center;
}

.date_picker .day_labels th {
  color: darkgreen;
  font-size: 9px;
  font-weight: normal;
}

.date_picker td {
  width: 18px;
  background-color: #ddd;
  font-size: 9px;
  text-align: right;
}

.date_picker a {
  text-decoration: none;
  border-bottom: 1px dotted silver;
  color: #333;
}

.date_picker a:hover   { color:white ; background-color: black}

.date_picker .cancel_butt { text-align: right; padding-right: 5px }
.date_picker .cancel_butt a {
  font-size: 9px;
  color: gray;
  font-family: verdana, sans-serif;
  text-decoration: none
}
.date_picker .cancel_butt a:hover {
  background-color: gray;
  color: white;
}

.pagination-controls {
	margin-top: 12px;
	text-align: center;
}

#left-column {
	margin: 0 0 0 8px;
	/*text-align: justify;*/
	line-height: 18px;
}

#left-column hr {
	border: 1px solid #bbb;
}

#left-column img {
	float: right;
	margin: 0 0 4px 12px;
	padding: 0;
}

.toggle-tab-header-off {
	/*float: left;*/
	width: 20%;
	text-align: center;
	margin: 0 1px 0 1px;
	white-space: nowrap;
	background-color: #ABB5C5;
	color: #fff;
	font-size: 10px;
	font-family: 'Arial Narrow', sans-serif;
	padding: 3px 10px 3px 8px;
	letter-spacing: 0px;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.toggle-tab-header-off a {
	color: #111;
}

.toggle-tab-header-on {
	/*float: left;*/
	width: 20%;
	text-align: center;
	margin: 0 1px 0 1px;
	white-space: nowrap;
	background-color: #365999;
	color: #fff;
	font-size: 10px;
	font-family: 'Arial Narrow', sans-serif;
	padding: 3px 10px 3px 8px;
	letter-spacing: 0px;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.toggle-tab-header-on a {
	color: #eee;
}

.toggle-tab-header-on a, .toggle-tab-header-off a {
	text-decoration: none;
}

.recent-publications-on {
	display: block;
	border-spacing: 0;
	height: 500px;
	width: 100%;
}

.recent-publications-off {
	display: none;
	width: 100%;
}

.documents-on {
	display: block;
}

.documents-off {
	display: none;
}

.dates {
	font-size: 11px;
}

span.browse-volumes {
	text-decoration: underline;
	cursor: pointer;
}

.browse-volumes-box {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'Helvetica', san-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #2888b8;
}

.browse-volumes-box table tr td a {
	color: #fff;
}

.browse-volumes-box table {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	font-family: 'Helvetica', san-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 5px 5px;
	padding: 0;
	text-align: left;
}

.browse-volumes-box table tr td {
	padding-left: 5px;
	padding-right: 5px;
}

.browse-volumes-box .title {
	background-color: white;
	color: black;
	padding: 3px 5px 3px 15px;
}

.volume-details-box {
	height: 400px;
	overflow: scroll;
}

#control_selections {
	padding: 5px 5px 0 5px;
	margin: 0 10px 0 0;
	width: 90%;
}

#control_selections>a {
	white-space: normal;
}

#control_selections tr td {
	vertical-align: top;
	padding: 5px 0 8px 0;
}

#control_selections tr td.title {
	white-space: nowrap;
	vertical-align: top;
	padding: 5px 5px 8px 0;
	text-align: right;
	font-family: "Gill Sans", sans-serif;
}

ul.inline-list, ul.inline-list li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #339;
	font-weight: bold;
}

ul.inline-list li:after {
	content: " | ";
}

ul.inline-list li.last:after {
	content: "";
}

.subtle-info {
	font-style: italic;
	color: #666;
	margin: 5px 0 5px 0;
	padding: 5px 0 0 0;
	font-size: 14px;
	font-family: 'Helvetica', san-serif;
	font-weight: bold;
}

.volumes-box {
	white-space: nowrap;
}

/* Sort Table Styles */

thead, tfoot {
	background-color: #DDD;
}

tr.rowodd {

}

tr.roweven {
	background-color: #F2F2F2;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(/public/images/up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(/public/images/down.gif);
}
.nosort {
	cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}

.urg1 {
	background-color: #FFFACD;
}
.urg2 {
	background-color: #FFD700;
}
.urg3 {
	background-color: Orange;
}
.urg4 {
	background-color: #FF6347;
}
.urg5 {
	background-color: Red;
}

.scroll-table-head {
    width: 800px;
}

.scroll-table-body {
    width: 800px;
    height: 400px;				
}
.scroll-table-body td {
	padding-right: 20px;
	overflow: hidden;
}

.form div label {
	font-family: "Gill Sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
}

.form div {
	margin: 0 0 7px 10%;
	padding: 0;
}

.license, .license a:link {
	font-style: italic;
	font-size: 10px;
	margin: 0;
	padding: 0;
}