body {
	width: 760px;
	padding-top: 3px;
	font-size: 10pt;
}

.submission.one_col,
footer {
	width: 758px;
}

p {
	line-height: 1.3;
	padding-left: 10px !important;
	margin-left: 0 !important;
}
p.legal_confirmation {
	margin-top: 10px;
	font-style: italic;
}
p.legal_confirmation input {
	margin-right: 15px;
}

.Home-LegalNotSubmission {
	font-size: 16px;
	margin: 8px;
}
.Home-LegalNotSubmission p,
.Home-LegalNotSubmission li {
	margin: 8px;
	line-height: 1.2;
}

#navigation-area {
	margin: 0 0 0 0;
	text-align: left;
}

/* container to display validation errors */
#errorwrapper {
	display: none;
	margin: 0;
	padding: 20px 0 0 55px;
	font-size: 11px;
}

#errorwrapper h1 {
	color: #d51d0c;
	font-size: 15px;
	margin: 0;
}

#errorwrapper ul {
	margin: 0 0 10px 0;
	padding-left: 17px;
}

#errorwrapper li {
	color: #d51d0c;
	font-size: 12pt;
	margin: 0;
	padding: 2px 0;
}

/* submission form container */
section.step {
	padding: 5px;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	height: auto;
	background-color: #eee;
}

ul.errors {
	color: #a00;
}

/* needed to fix IE css bug */
form {
	padding: 0;
	margin: 0;
}

/* style for input elements on the form */
section.step select,
section.step textarea,
section.step input {
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

section.step textarea {
	overflow: auto;
}
/* we need this part in order to fix the bug in IE CSS */
section.step input.radio {
	background-color: #ffffff;
}
/* MSC codes input elements */
section.step input.msc {
	margin-right: 12px;
}
/* highlight invalid input elements */
section.step input.invalid {
	background-color: #ff6464;
}
/* regular label */
section.step label {
}
/* label for validation error */
section.step label.error {
	float: none;
	color: #a00;
	padding-left: 0.5em;
	vertical-align: top;
	font-weight: normal;
	white-space: normal;
	display: block;
}
/* style for error in the input field */
section.step input.error,
section.step select.error,
section.step textarea.error {
	border: 1px solid #a00;
	/* background-color: #FF6464;*/
}
/* style for 'required' asterisk */
section.step input.required,
section.step select.required {
}

/* --------------------- */

section.step a,
section.step a:link,
section.step a:visited,
section.step a:active {
	text-decoration: none;
	color: #00c;
}

section.step .nowrap {
	white-space: nowrap;
}

div.formBorder {
	border: 1px solid #a59086;
	width: 100%;
}

section.step .colorRed {
	color: #ff0000;
}

h1 {
	font-size: 1.3em;
	padding: 0 1em;
}
section.step h1 {
	margin: 10px 0 0 0;
	padding: 0 5px;
	font-size: 20px;
	color: #333;
}

h2 {
	padding: 0 1em;
	font-size: inherit;
}

section.step h2 {
	margin: 18px 0 12px 0;
	padding: 4px 10px;
	background-color: #779;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 0 2px #000;
}
#uploadSourceForm h2.upload {
	margin-top: 26px;
	padding: 8px 9px 8px 9px;
	background-color: #557;
	border-top: 2px solid #500;
	border-bottom: 2px solid #500;
	font-size: 20px;
}

section.step p {
	margin: 8px 8px;
	padding: 0;
}

section.step p.alignRight {
	text-align: right;
}

section.step hr {
	height: 0;
	border: none;
	color: #a00;
	background-color: #a00;
}

section.step hr.mid {
	height: 2px;
	color: black;
	background-color: black;
}

section.step hr.submit-mid {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	height: 2px;
	color: #ccc;
	background-color: #ccc;
}
section.step hr.submit-thin {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
}

section.step table {
	border-collapse: collapse;
	border-spacing: 0;
}

section.step table td {
	vertical-align: top;
	padding: 2pt 4pt;
}
section.step table tr > td:first-child {
	width: 10em;
}

/* row of input fields */
section.step table.fieldsRowTable {
	margin-bottom: 8px;
}

section.step table.fieldsRowTable td {
	vertical-align: top;
}

section.step table.fieldsRowTable div.labelFieldPair {
	padding-right: 12px;
}

/* processing message */
section.step.processing {
	display: none;
}

dl {
	margin: 0em 0 0.5em 0;
}

/* ------------------ */
dt {
	margin: 3px 11px;
	padding: 0;
	font-style: italic;
	padding-top: 0.3em;
}
dt.required {
	font-weight: bold;
}
dt.header {
}
.msctype {
	display: inline-block;
	font-size: 0.9em;
	font-style: normal;
	padding-left: 20px;
}
/* ------------------ */

dd {
	margin-left: 30px;
}

dl.fieldsRowTable {
}

nav.step {
	position: relative;
	margin: 25px 3px 5px 3px;
	padding: 5px 15px;
	background-color: #fafafa;
	border-top: 1px solid #a00;
	border-bottom: 1px solid #a00;
}
nav.step table {
	width: 100%;
}
nav.step table tr {
	padding-top: 2pt;
	padding-bottom: 2pt;
}

nav.step table tr td:last-child {
	text-align: right;
}

#content-area {
	background-color: #eef;
	padding: 2px 2px;
}

.journal-title {
	font-size: 1.2em;
}

p.explain {
	text-indent: 25px;
	font-size: 0.9em;
}
p.explainmsc {
	text-indent: -0.75em;
	padding-left: 50px !important;
	font-size: 0.9em;
	font-style: italic;
	color: #070;
}

.submission-error {
	color: #a00 !important;
}
h2.submission-error {
	color: #fff !important;
	text-shadow: 0 0 2px #f00 !important;
}

table.editors {
	margin: 0 auto 20px auto;
	padding: 0 10px;
	font-size: 0.95em;
}
.editors td:first-child {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

div.close_button {
	position: fixed;
	right: 1em;
	bottom: 2pt;
}

.toggle_file_text {
	font-style: italic;
}

.toggle_file_text label {
	padding: 0 10px;
	font-style: normal;
}

span.filebasename {
	font-family: "Courier", "Courier New", monospace;
	font-weight: bold;
	font-size: 0.85em;
	color: #700;
	text-shadow: 0 0 3px #fff;
}
