@charset "utf-8";

*,
#header h1,
#main h2,
#main h3,
#content h4,
#main h4 {
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

#container {
	font-size: 1.3em;
}

#header h1,
h1 {
	font-size: 1.6rem;
}

#main h2,
h2 {
	font-size: 1.4rem;
}

#main h3,
h3 {
	font-size: 1.3rem;
}

#journalDescription,
#articleAbstract p {
	text-align: justify;
}

#rodapeLepidus {
	border-top-color: rgba(249, 149, 0, 1);
}

#header {
	background-color: rgba(249, 149, 0, 1);
	color: #FFF;
	margin-bottom: 0;
}

#header h1 {
	background-image: url(imagens/fundoDoBanner.png);
	background-repeat: repeat;
	color: #000;
	font-size: 35px;
	line-height: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebarNavbar li {
	margin-bottom: 10px;
}

#sidebarNavbar a {
	font-size: 1.1em;
	text-decoration: none;
	padding: 2px 10px;
	display: block;
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: transparent;
}

#sidebarNavbar a:hover {
	border-color: rgba(249, 149, 0, 1);
}

#sidebarNavbar ul {
	margin: 10px 0 5px 0;
	list-style: none;
	padding: 0;
}

* {
	font-family: Helvetica, Verdana, sans-serif !important;
	line-height: 1.5;
}

h1 {
	font-size: 1.7em !important;
}

h2 {
	font-size: 1.6em !important;
}

h3 {
	font-size: 1.4em !important;
}

h4 {
	font-size: 1.3em !important;
}

h5 {
	font-size: 1.2em !important;
}

body {
	background-color: #FFF;
}

#homepageImage img {
	width: 50%;
	height: 50%;
}

a,
a:link,
a:visited {
	color: rgba(249, 149, 0, 1);
}

a:hover,
a:hover:link,
a:hover:visited {
	background-color: rgba(249, 149, 0, 0.1);
}

#topBar,
#content #announcementList .intro {
	display: none;
}

#main {
	padding-top: 0;
}

div.separator {
	border-bottom-color: rgba(249, 149, 0, 1);
	border-bottom-style: solid;
}

#navbar {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

#breadcrumb {
	margin-top: 12px;
	padding-top: 0;
}

#navbar li {
	padding: 0;
}

#navbar a,
#navbar a:link,
#navbar a:visited {
	background-color: rgba(249, 149, 0, 1);
	color: #000;
	font-size: 0.85rem;
	display: inline-block;
	margin-top: 12px;
	padding: 10px;
}

#navbar a:hover,
#navbar a:hover:link,
#navbar a:hover:visited {
	background-color: rgba(249, 149, 0, 0.5);
}

#content {
	border-top-color: rgba(249, 149, 0, 1);
	border-top-style: solid;
	border-top-width: 1px;
}

table.listing td.headseparator {
	border-top-color: rgba(249, 149, 0, 1);
	border-top-style: solid;
}

table.listing td.endseparator {
	border-top-color: rgba(249, 149, 0, 1);
	border-top-style: solid;
}

table.announcements td.endseparator,
table.announcements td.separator {
	border-top-color: rgba(249, 149, 0, 1);
	border-top-style: solid;
}

#breadcrumb a {
	font-size: 0.7rem;
}

#sidebar div.block {
	background-color: rgba(249, 149, 0, 0.07);
	border: 1px rgba(249, 149, 0, 0.1) solid;
	padding: 10px;
	margin-bottom: 20px;
}

#sidebar input[type="text"],
#sidebar input[type="password"] {
	box-sizing: border-box;
	width: 100%;
}

#sidebar div.block span.blockTitle {
	background-color: rgba(249, 149, 0, 1);
	background-image: url(imagens/fundoDeBloco.png);
	background-repeat: repeat-x;
	color: #000;
	margin: -10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

#sidebar {
	word-break: break-word;
}

#sidebar #sidebarFontSize #sizer {
	text-align: center;
}

#sidebar #sidebarFontSize #sizer a {
	display: inline-block;
	float: none;
	margin: 0 5px;
	padding: 0;
}

#sidebar #sidebarKeywordCloud a span {
	font-size: 1em !important;
}

#sidebar #sidebarWebFeed {
	text-align: center;
}

#sidebar #sidebarWebFeed br {
	display: none;
}

#sidebar #sidebarWebFeed a,
#sidebar #sidebarWebFeed a img {
	margin: 0;
	padding: 0;
}

#sidebar #sidebarWebFeed a {
	display: block;
	margin-bottom: 5px;
}

#sidebarFlagLanguageToggle .langFlag {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#sidebar #sidebarDevelopedBy,
#sidebar #sidebarHelp {
	background: none;
	border: none;
}

#rodapeDaPagina {
	background-color: rgba(249, 149, 0, 0.07);
	border: 1px rgba(203, 0, 0, 0.5) solid;
	padding: 10px;
}

textarea,
textarea.textArea,
input[type="text"],
input[type="file"],
input[type="password"],
select.selectMenu,
select {
	border-color: rgba(249, 149, 0, 1);
	border-style: solid;
	border-width: 1px;
	background-color: #FFF;
	padding: 2px 5px;
}

textarea:focus,
textarea.textArea:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
select.selectMenu:focus,
select:focus,
option:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="button"]:active,
input[type="submit"]:active {
	outline: none;
	background-color: rgba(249, 149, 0, 0.1);
}

input:-webkit-autofill {
	background-color: rgba(249, 149, 0, 0.1); !important;
}

input[type="button"],
input[type="submit"] {
	border: none;
	background-color: rgba(249, 149, 0, 0.7);
	color: rgb(0,0,0);
	padding: 2px 5px;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: rgba(249, 149, 0, 1);
	cursor: pointer;
}

.tocArticle {
	background-color: rgba(249, 149, 0, 0.07);
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 10px;
}
