.journal_primary_color	{color: rgb(62,100,126);}
.journal_color_table_rows	{background-color: rgb(160,185,202);}
.submission_text_block {
	margin: 0;
}
#submission_wrapper {
	width: 800px;
	margin-left: 10px;
}
#submission_navigation {
	float: left;
	width: 180px;
	font-family: arial,helvetica,sans-serif;
	padding: 0;
	margin-right: 5px;
	border: 1px solid rgb(220,220,220);
	background-color: rgb(250,250,250);
}
#submission_navigation_msid {
	margin: 10px 0 10px 0;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	vertical-align: middle;
}
#submission_navigation_progress {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#submission_navigation_progress_graphic {
	margin: 5px auto 0 auto;
	color: white;
	overflow: hidden;
	width: 100px;
	height: 15px;
	border: 1px solid rgb(100,100,100);
	background-color: green;
}
#submission_navigation ul {
	list-style: none;
	font: 1em arial,helvetica,sans-serif;
	margin: 0;
	padding: 6px;
}
#submission_navigation ul li {
	background: url(/icons/misc/checked.gif) 5px 14px no-repeat; 
	padding-left: 15px;
	border: none;
	list-style-type: none;
}
#submission_navigation ul li.current {
	background: rgb(240,240,240) url(/icons/misc/arrow.gif) 5px 14px no-repeat;
	border-top: 1px solid rgb(100,100,100);
	border-bottom: 1px solid rgb(100,100,100);
	list-style-type: none;
}
#submission_navigation ul li.disabled {
	color: rgb(160,160,160);
	padding: 14px 6px 10px 21px;
	background: url(/icons/misc/unchecked.gif) 5px 14px no-repeat;
	list-style-type: none;
}
#submission_navigation ul li.incomplete {
	background: url(/icons/misc/unchecked.gif) 5px 14px no-repeat;
	list-style-type: none;
}
#submission_navigation ul li.complete {
	background: url(/icons/misc/checked.gif) 5px 14px no-repeat;
	list-style-type: none;
}
#submission_navigation ul li.noicon {
	background: none;
	list-style-type: none;
}
#submission_navigation a {
	padding: 14px 6px 10px 6px;
	text-decoration:none;
	color: black;
	display: block;
}
#submission_navigation_error {
	margin: -10px 0 0 -18px;
	padding: 4px;
	border: 1px solid rgb(100,0,0);
	background-color: rgb(255,250,240);
	min-height: 40px;
	font-family: helvetica,arial,sans-serif;
}
#submission_navigation_error img {
	float: left;
	padding-right: 4px;
	padding-right: 4px;
}
.submission_ol li {
	list-style-type: decimal;
}
#submission_form {
	padding: 0;
	width: 591px;
}
#submission_elements_table tr.incomplete th	{color: rgb(62,100,126);}
#submission_elements_table tr.submission_element th div.submission_label_supp_text {
	color:black;
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	vertical-align: top;
}
.submission_label_supp_text {
	color:black;
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	vertical-align: top;
}
.TEB {
	display:block;
}
#submission_elements_table tr.submission_element td {
	vertical-align: top;
	padding: 5px;
}
.submission_suggestions input {
	margin: -3;
}
.submission_suggestions td.incomplete		{color: rgb(62,100,126);}
.submission_suggestions td.suggestion_label {
	text-align: right;
	font-size: 11px;
	white-space: normal;
}
.submission_authors input {
	margin: -1;
}
.submission_authors th {
	background-color: rgb(240,240,240);
	border: none;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-align: left;
}
.submission_authors td.author_label {
	text-align: right;
	white-space: normal;
	font-weight: bold;
}
.submission_authors td.incomplete			{color: rgb(62,100,126);}
.submission_funding td.incomplete {
	color: rgb(62,100,126);
	font-weight: bold;
}
.submission_file_attributes {
	padding-left: 3px;
}
.submission_file_attributes li {
	list-style-type: none;
	margin-bottom: 12px;
	margin-left: 0;
}
textarea.submission_textareas {
	width: 95%;
	height: 30px;
}
input.submission_radios {
	margin-left: 10px;
	margin-top: 10px;
}
input.submission_single_radio		{margin-left: 10px;}
.focus {
	color: rgb(62,100,126);
	font-weight:bold;
}

input {
	margin-right: 3px;
}
/* ABenton 6/24/2010 throwing in wrapped pres from page_components.css because I can't figure out how to include page_components on the review response page with the new nav bar */
pre.wrappedPre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */

	font-family: "Helvetica Neue", "Helvetica", sans-serif;
	font-size:1em;
	width:800px;
}
div.wrappedPre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */

	font-family: "Helvetica Neue", "Helvetica", sans-serif;
	font-size:1em;
	width:800px;
}
ul.formQuestion {
	list-style:none;
	margin-left:0px !important;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
textarea.msedit_standard_input {
	width: 400px;
	height: 200px;
}
input.reupload_filecount_input {
	vertical-align:top;
}
.reupload_filecount_help_text {
	color: black;
	display: block;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	height: 30px;
	width: 600px;
}

h1,h2,h3 {margin:0px;padding:0px;}
#UNIFIEDREVIEWFORMACCEPT .form_buttons, #UNIFIEDREVIEWFORMREJECT .form_buttons,
#UNIFIEDREVIEWFORMDISPLAYACCEPT .form_buttons, #UNIFIEDREVIEWFORMDISPLAYREJECT .form_buttons
	{display:none;}

h1.journalMessage {font-size:1.5em;margin:15px;padding-top:10px;padding-bottom:15px;
	border-top:1px solid rgb(200,200,200);border-bottom:1px solid rgb(200,200,200);
	width:600px;margin-top:25px;color:rgb(62, 100, 126);}

div#reviewFormChooser {font-size:14px; font-family:"Arial","Helvetica",sans-serif;
	margin:15px;padding-top:10px;padding-bottom:15px;width:600px;}
div#reviewFormChooser h1 {font-size:1.5em;}
div#reviewFormChooser ul {font-weight:bold;list-style:none;}
div#reviewFormChooser ul li {padding:2px;font-size:1em;}
div#reviewFormChooser ul li a {text-decoration:none;}
div#reviewFormChooser ul li a:hover {text-decoration:underline;}

div#reviewFormChooser ul li a.reject {color:rgb(150,0,0);}
div#reviewFormChooser ul li a.accept {color:rgb(62,100,126);}

form.genericForm {font-size:14px; font-family:"Arial","Helvetica",sans-serif;
	margin:15px;padding-top:10px;padding-bottom:15px;width:600px;}

#UNIFIEDREVIEWFORMACCEPT .genericForm, #UNIFIEDREVIEWFORMREJECT .genericForm,
	{margin-top:100px;}
 

form.genericForm h1.gFormTitle {font-size:1.75em;margin-top:10px;padding-top:10px;
	border-top:1px solid rgb(200,200,200);margin-left:10px;}
	
form.genericForm fieldset.hidden {display:none;}
form.genericForm fieldset.gFormFieldset {padding:10px;margin:0px;border:none;}
.gFormFieldset h2.fieldsetTitle {font-size:1.25em;}
.gFormFieldset h3.fieldsetDescription {font-size:1em;font-weight:normal;}

#UNIFIEDREVIEWFORMREJECT .gFormFieldset h2.fieldsetTitle {color:rgb(150,0,0);}
#UNIFIEDREVIEWFORMREJECT h1.gFormTitle {color:rgb(150,0,0);}
#UNIFIEDREVIEWFORMACCEPT .gFormFieldset h2.fieldsetTitle {color:rgb(62,100,126);}
#UNIFIEDREVIEWFORMACCEPT h1.gFormTitle {color:rgb(62,100,126);}
fieldset#ETHICS p {font-weight:bolder;}

ul.form_ul {list-style:none;padding:20px;margin:0px;}
#SUBMISSION_FIELDS {border-top:1px dotted rgb(200,200,200);}

table.checkboxInputTable, table.radioGroupInputTable {font-size:1em;
	margin-bottom:5px;}
table.checkboxInputTable td, table.radioGroupInputTable td 
	{vertical-align:top;padding:2px;padding-left:4px;padding-right:4px;}

table.radioGroupTable {font-size:1em;width:100%;margin-bottom:20px;}
table.radioGroupTable td {padding:3px;}
tr.titleLine td {padding-top:15px;}


#UNIFIEDREVIEWFORMDISPLAYACCEPT .form_ul, #UNIFIEDREVIEWFORMDISPLAYREJECT .form_ul
	{padding:0px;}
#UNIFIEDREVIEWFORMDISPLAYACCEPT .fieldsetDescription, #UNIFIEDREVIEWFORMDISPLAYREJECT .fieldsetDescription
	{margin-bottom:25px;}
div.valueOutputContainer {padding-bottom:10px;margin-bottom:2px; width:580;
	background-color:rgb(250,250,250);padding:5px;}
div.valueOutputContainer .dataValueLabel {padding-bottom:2px;font-weight:normal;}
div.valueOutputContainer .dataValue {font-weight:bold;}
