.reset {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  display: block;
  overflow: hidden;
  clear: both;
}
body {
  background: #ffffff;
  font: 400 normal 20px/1.2em "Roboto", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  color: #58595b;
}
a,
a:visited,
a:link {
  color: #a81b18;
}
a:hover,
a:visited:hover,
a:link:hover {
  color: #58595b;
  background: none;
}
input[type="text"],
input[type="password"],
textarea,
select,
select.selectMenu {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 5px;
  outline: none;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  box-shadow: inset 0 0 10px #f0f0f0;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
select.selectMenu:focus {
  border: 1px solid #bbb;
  box-shadow: inset 0 0 0 #fff;
}
input[type="submit"],
input[type="button"],
.button {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #a81b18;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: .9em !important;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
  background: #58595b;
  cursor: pointer;
}
#header {
  background: #dadada url("homeHeaderTitleImage_pt_BR.gif") repeat center bottom;
  height: 250px;
}
#header h1 {
  display: none;
}
#navbar {
  border: none;
}
#navbar #userHome,
#navbar #search,
#navbar #login,
#navbar #register {
  display: none;
}
#navbar a {
  color: #58595b;
  font-size: 12px;
  letter-spacing: normal;
}
#navbar a:hover {
  color: #a81b18;
}
#sidebar #rightSidebar {
  margin-right: 0;
  width: 190px;
  margin-left: 0;
  padding: 0 15px;
  border: 1px dotted;
  border-top: none;
  margin-top: 18px;
}
#sidebar #rightSidebar div.block span.blockTitle {
  letter-spacing: 0;
}
#sidebar #rightSidebar input[type="text"],
#sidebar #rightSidebar input[type="password"] {
  width: 140px;
}
#body {
  width: 980px;
  margin: auto;
}
#main {
  overflow: visible;
  position: relative;
  width: 700px;
  margin-left: 0;
}
#main h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
}
#main > h2 {
  display: none;
}
#content {
  border-top: none;
}
#content * {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif !important;
}
#content #announcementsHome .headseparator,
#content #announcementsHome .endseparator,
#content #announcementsHome .separator {
  border-top: 1px dashed #000000;
}
#content #announcementsHome h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
}
#content #announcementsHome h4 {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 500;
  margin: 10px 0 0;
}
#content #announcementsHome .title {
  padding-bottom: 0;
}
#content #announcementsHome td.description {
  padding-bottom: 8px;
  padding-top: 0;
}
#content #announcementsHome td.more {
  display: none;
}
#content #announcementsHome .posted {
  display: none;
}
#homepageImage img {
  width: 100%;
  height: auto;
}
table.tocArticle {
  width: 100%;
  margin-bottom: 2em;
}
#indexadores img {
  width: 120px;
  height: auto;
  margin: 0 20px 20px 0;
}
