#primaryHeaderComponent /* bpstandard.components.navbar.navbar-standard.css */ {
	background-image:url(/icons/widgets/journal/neurology/standard_gradient.png) !important;
	background-repeat:repeat-x;
	background-position:bottom;
	height:64px;
}

.focus {
    color: rgb(0,102,51) !important;
    font-weight: bold;
}

.journal_primary_color	{color: rgb(0,102,51);}

.journal_color_table_rows {	background-color:rgb(0,102,51); }

.wrappedNote {
	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-size: 1.3em;
	overflow-x: hidden !important;
	}
	
.wrappedTxnNote {
 	width: 300px;
 	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: arial;
	font-size: 12px;
	text-align: left;
	overflow-x: hidden;
}

.wrappedPageWidth {
/* 	width: 95%; */
 	width: 710px;
 	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: arial;
	font-size: 1.3em;
	text-align:left;
	overflow-x: hidden;
	line-height:1.3em;
}

.wrappedTxnActionNote {
 	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: verdana, arial, helvetica, sans-serif; 
	font-size: 16px;
	text-align: left;
	overflow-x: hidden;
}

pre.generic_bound_pre 
{
	width: 710px; /* <-- this determines the width of the comments */
	font-family: arial;
	line-height:1.3em;
	
	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+ */
	overflow-x:hidden;
}

.redactoryView 
{
	width: 1000px; /* <-- this determines the width */
	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+ */
	overflow-x: hidden;
}

.drop_shadow_wrap {
    background-color: #B4B4B4;
    margin: 12px 0 6px 0;
    padding: 6px;
}

#submission_elements_table tr.incomplete th {
	color: #006633;
}

.submission_suggestions td.incomplete {
	color: #006633;
	font-weight: bold;
}

.submission_authors td.incomplete {
	color: #006633;
	font-weight: bold;
}

.decision_checklist {
	border-collapse:collapse;
	border: 1px solid black;
}

.decision_checklist td {
	font-size: 11pt;
	border: 1px solid black;
}

tr.journal_color_table_rows th font {
	color: white;
	font-weight: bold;
}

tr.journal_color_table_rows th a {
	color: white;
	font-weight: bold;
}

#general_info_box ul				{margin-left: 0px;}

#contentPane .legacy_ul_li ul {
    margin-left: 0px;
}

#contentPane td.userInfoPane table 	{width: 20em !important;white-space: normal;}
	
input 	{margin-right: 3px;}

textarea {
	margin-right: 3px;
 /*   font-family: "Helvetica Neue", Helvetica, sans-serif; */
	font-size: 1.2em;
}

.manuscriptSearchResults .searchResults tr.altrow {
    border-bottom: 5px double black;
}

#advancedSearchContainer {
    margin-bottom: 10px;
    width: 860px;
}

li.searchRow div.standardControls {
    white-space: nowrap;
    width: 380px;
}

table.review_chklist { border-style: solid; border-width: thin; }
table.review_chklist tr td { border-left-style: solid; border-right-style: solid; border-width: thin; text-align: center; }
table.review_chklist tr.main_question { border-top-style: solid; border-width: thin; }
table.review_chklist tr.main_question td:first-child { text-align: left; }
table.review_chklist tr.side_question { border-top-style: none; }
table.review_chklist tr.side_question td:first-child { text-align: right; font-style: italic;}
