body {
	background: #eee;
	font-family: 'Helvetica', 'Myriad Pro', arial, sans-serif !important;
}
ul {
	margin: 0.25em 0 0.75em 40px;
}
#content h4, #main h2, #header h1, #main h3, #content h3 {
	font-family: 'Helvetica', 'Myriad Pro', arial, sans-serif !important;	
}
#main {
	padding: 0;
	font-family: 'Helvetica', 'Myriad Pro', arial, sans-serif;
	font-size: 16px;
	box-shadow: -5px 0 15px -9px #333, 5px 0 15px -9px #333;
	background: #fff;
}
/* Banner */
#headerTitle {
	background: #41545e;
}
#headerTitle h1 {
	padding: 0;
}
#headerTitle img {
	margin-left: 10%;
}
/* Navbar */
#navbar {
	background: #3e3d32;
	padding: 15px 0 15px 15px;
}
#navbar a, #navbar a:visited, #navbar a:hover, #navbar a:focus {
	font-size: 14px;
	color: #fff;
}
#navbar a:hover {
	text-decoration: underline;
}
a, a:visited {
	color: #375;
}
a:hover {
    color: #375;
    background: transparent;
    text-decoration: underline;
}
#breadcrumb {
    padding: 30px 15px 10px;
    font-size: 14px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#main h2 {
	padding: 5px 15px 0;
}
/* New Content */
table.announcements, table.announcementsMore {
	padding: 0 15px;
}
table.announcements td.separator {
	border-top: 1px dotted #758E47;
}
#content {
	font-size: 14px;
	padding: 0 15px;
}
#content h4 {
	font-family: inherit;
	margin: 15px 0;
	font-size: 22px;
	color: #375;
}
tr.title:nth-child(odd) {
	background: #f7f7ed;
}
table.announcements td.description {
	font-size: 14px;
    color: #333;
    padding-bottom: 30px;
}
td.posted {
	color: #808080;
	padding-top: 30px;
	font-size: 12px;
}
table.announcements td.more {
	font-size: 14px;
}
table.announcementsMore {
	margin: 20px 0;
    font-size: 14px;
}
input.defaultButton, input.button {
	border: 0;
	padding: 5px 10px;
}
input.button {
    background: #375;
    border: 0;
    padding: 3px 15px;
    color: #fff;
}
input.defaultButton:hover, input.defaultButton:focus {
	background: #486;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	border: 1px solid #375;	
}
/* Sidebar */
#rightSidebar {
    float: right;
    //width: 25%;
    padding: 1em 0em 1em 0em;
    font-size: 0.65em;
    height: 100%;
    margin-right: 11%;
    //padding-left: 2%;
    background: #eee;
}
#sidebar div.block span.blockTitle {
	color: #375;
    margin: 15px 0 10px 0;
    font-size: 12px;
}
#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button, #loginUsername input {
	font-size: 11px;
    width: 150px;
    margin: 0 100% 5px 0;
    color: #555;
    border: 1px solid #375;
    height: 22px;
    background: #fff;
}
#sidebar input[type=submit], #loginUsername input[type=submit] {
	background: #375;
    color: #fff;
    display: block;
    font-size: 12px;
}
#sidebar input[type=submit]:hover, #sidebar input[type=submit]:focus, #loginUsername input[type=submit]:hover, #loginUsername input[type=submit]:focus {
	background: #486;
}
#sidebarLanguageToggle label, #sidebar label {
    width: 100%;
    color: #777;
    font-size: 12px;
    margin: 2px 0 4px;
}
#sidebar #sidebarInformation a, #sidebar #sidebarInformation a:visited, #sidebar ul li a, #sidebar ul li a:visited {
	color: #777;
	font-size: 12px;
}
#sidebar #sidebarInformation a:hover, #sidebar #sidebarInformation a:focus, #sidebar ul li a:focus, #sidebar ul li a:hover {
	color: #333;
	background: transparent;
}
/* Footer */
#pageFooter {
	margin: 60px -15px 0;
    color: #fff;
    background: #375;
    font-size: 14px;
    padding: 20px 10px;
}

/* SOBRE */
#aboutPeople, #aboutPolicies, #aboutSubmissions, #aboutOther {
	font-size: 14px;
	padding-left: 15px;
}


.tocArticleTitleAuthors { width: 90%; }

.highlightReviewerNotNotified,
.highlightREviewerNotNotified
{ background: #EDEBC4;} 

#submissions table { font-size: 12px !important; }
#submissions table td { font-size: 12px; }

/* new colors */
.highlightReviewerCompletionOverdue { background: #fbafaf; }
.highlightReviewerConfirmationOverdue { background: #f9d2a1; }
.highlightReviewerNotNotified, .highlightREviewerNotNotified { background: #fffab6; }