
/* EDITOR CSS
*********************************************/
body {font-family: Arial, Helvetica, sans-serif;font-size: 16px;line-height: 1.2em;color:#333;text-rendering: optimizeLegibility;}
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
p {
  margin: 0 0 9px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {margin: 9px 0 3px;font-family: inherit;font-weight: bold;line-height: 1.3em;color: inherit;}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {font-weight: normal;line-height: 1;color: #999;font-size: smaller;}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;font-weight:bold;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}
ul,
ol {padding: 0 0 0 0.5em;margin: 0 0 9px 10px;}
ul ul,
ul ol,
ol ol,
ol ul {margin-bottom: 0;}
dl {margin-bottom: 18px;}
dt,
dd {line-height: 1.3em;}
dt {font-weight: bold;margin:1em 0 0.3em;}
dd {margin-left: 1em;}
hr {margin: 18px 0;border: 0;border-top: 1px solid #eee;border-bottom: 1px solid #fff;}
abbr[title] {cursor: help;border-bottom: 1px dotted #999;}
abbr.initialism {font-size: 90%;text-transform: uppercase;}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
}
blockquote small {
  display: block;
  line-height: 1.2em;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.3em;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.5em;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
fieldset {
/*  padding: 0;
  margin: 0;
  border: 0;*/
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
legend {
/*  display: block;
  width: 100%; */
  padding: 0 5px;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 1.5em;
  color: #333;
  border: 1px solid #e5e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  border-bottom: 0;
}
legend small {
  font-size: 13.5px;
  color: #999;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th {text-align:center;text-transform:capitalize;}
th, caption, tfoot tr td {font-weight:bold;}
caption, th, tfoot tr td {text-align:center;}
th.vertical {text-align:right;}
caption {border-bottom:solid 1px #aaa;text-transform:uppercase;padding:10px 5px 3px;}
tfoot tr td {border-top:solid 1px #aaa;color:#636363;font-size:smaller;}
/*li {line-height:1.4em;}*/
ul li {list-style:square;}
OL { list-style-type: decimal;}
OL OL { list-style-type: lower-alpha;}
OL OL OL { list-style-type: lower-roman;}

/* Classes para uso pelos conteudistas */
.item-page table {margin:0.5em auto 1em;}
