/* Exemplo de stylesheet */
td.logotop {
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #B95914;
}

/* ##### Common Styles ##### */

body {
  color: gray;
  /*background-color: #E0E0FF;*/
  background-color: rgb(226,241,252);
  font-family: Verdana, helvetica, arial, sans-serif;
  font-size: 10pt;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted gray;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

acronym:hover, .titleTip:hover {  /* Ignored by MSIE. The nerve! */
  border-bottom: 1px solid rgb(70,130,180);  /* 'steelblue' not recognised here by Opera */
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ###### Headers ###### */

h1 {
  color: rgb(175,175,175);
  background-color: transparent;
  font-family: garamond, "times new roman", times, roman, serif;
  font-size: 30pt;
  margin: 0 0 0 5mm;
  padding: 1ex 0 0 0;
}

h2 {
  color: rgb(175,175,175);
  background-color: transparent;
  font-family: garamond, "times new roman", times, roman, serif;
  font-size: 20pt;
  margin: 0 0 0 5mm;
  padding: 1ex 0 0 0;
}


/*####### FORMS ############*/

.formtable {
  background-color: #ECF2FB;
  margin: 5px 0 5px 0;
  border: 1px solid #C0C0C0;
  padding: 3px;
  font-size: 9pt;
  color: #000000
}


// .formbuttonzone .formbuttons

.formbuttonzone {
  background-color: #FFFFFF;
  border-top: 1px solid #C0C0C0;
  padding-right: 5px;
  padding-left: 10px;
  padding-bottom: 5 px;
  font-size: 9pt;
  color: #000000;
}

.formbuttons input{
  background-color: #EE0000;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 9pt;
  font-weight: bold;
  border-bottom: 1px solid #880000;
  border-right: 1px solid #880000;
  border-left: 1px solid #FF6666;
  border-top: 1px solid #FF6666;

}



.formheader {
  background-color: #DCE2EB;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
  padding-right: 5px;
  padding-left: 10px;
  padding-bottom: 5 px;
  font-size: 9pt;
  color: #000000
}

textarea, input {
  background-color: #FFFFFF;
  color: #007700;
  font-family: Verdana;
  font-size: 10pt;
  border: 1px solid #090909;
  scrollbar-base-color: #A2E2A2;
  scrollbar-arrow-color: #ACE2AB;
  scrollbar-darkshadow-Color: #9CD29B;
}

/* Estilos dos submits para FIREFOX */
input[type="submit"] {
  background-color: #FF0000;
  color: #FFFFFF;
}
input[type="submit"]:hover {
  background-color: #FFAAAA;
  cursor: hand;
}


input:hover, textarea:hover {
  border: 1px solid #090909;
  background-color: #FFFFEE;
}

input:focus, textarea:focus {
  border: 1px solid #EE0000;
  background-color: #FFFFCC;
}


/*####### FORMS ############*/







	
pre {
  background-color: #F4F4F4;
  color: #000000;
  font-family: Courier New;
  font-size: 10pt;
  line-height: 100%;
  border: 1px solid #C0C0C0;
  margin-left: 20; margin-top: 0; margin-bottom: 0; padding: 5;
}

.bodycell {
  width: 80%;
  height: 400;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
.rightcell {
  background-color: #F4F4F4;
  width: 150;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}	
.leftcell {
  background-color: #F4F4F4;
  width: 200;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}	

.subHeader {
  margin: 0;
  padding: 0.75em 1ex 0.5ex 1ex;
  border-bottom: 10px solid rgb(70,130,180);  /* 'steelblue' not recognised here by Opera */
}

.subHeader .dateline {
  color: rgb(175,175,175);
  background-color: transparent;
  font-style: italic;
  float: right;
  margin: 0 1ex;
  padding: 0;
}

.subHeader .navigation {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.subHeader .navigation li {
  line-height: 14pt;
  margin: 0;
  padding: 0;
  display: inline;
}

.subHeader a {
  color: rgb(175,175,175);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.subHeader a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
}

.subHeader .navigation .tab {
  font-size: 8pt;
  color: rgb(175,175,175);
  background-color: rgb(248,248,248);
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1.25em 1ex 1.25em;
  border-top: 1px solid rgb(231,231,231);
  border-right: 1px solid rgb(97,97,97);
  border-left: 1px solid rgb(231,231,231);
}

.subHeader .navigation a.tab:hover {
  color: steelblue;
  background-color: rgb(248,248,248);
  text-decoration: none;
  padding-bottom: 0.8ex;
  border-top: 1px solid rgb(97,97,97);
  border-right: 1px solid rgb(231,231,231);
  border-left: 1px solid rgb(97,97,97);
  position: relative;
  left: 1px;
  top: 1px;
}

.subHeader .navigation .highlighted {
  color: white;
  background-color: steelblue;
  border-top-color: steelblue;
  border-right-color: steelblue;
  border-left-color: steelblue;
}


/* ##### Tabelas ($tp1) ##### */
.table1 table {
  margin: 0;
  font-size: 10pt;
  color: #4282B5;
  border-top: 2px solid #EF9610;
  border-bottom: 2px solid #EF9610;
}
/* Todas as células */
.table1 td {
  border-right: 1px solid #FFFFFF;
  color: #000000;
}
/* Células do header */
.table1 .headerrow td {
  color: #4282B5;
  background-color: #CEDFEF;
  margin: 0;
  font-size: 9pt;
  color: #4282B5;
  text-align: center;
}
/* Rows de dados */
.datarow tr:hover {
  color: #4282B5;
  background-color: #CEDFEF;
}
/* Células de dados impares */
.datarow .datacellodd {
  background-color: #FFFFFF;
}
/* Células de dados pares */
.datarow .datacelleven {
  background-color: #EEEEEE;
}


/* ##### ContextMenu ##### */

.contextmenu {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 10px 0px 10px 0px;
  text-align: center
}

.contextmenu li {
  line-height: 14pt;
  margin: 0;
  display: inline;
}

a.contextmenuoption  {
  font-size: 8pt;
  color: #4282B5;
  background-color: #CEDFEF;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  margin: 0;
  border-top: 1px solid rgb(231,231,231);
  border-left: 1px solid rgb(231,231,231);
  border-bottom: 1px solid rgb(231,231,231);
  border-right: 1px solid rgb(231,231,231);

}

.contextmenu .contextmenuoption:hover {
  color: rgb(255,255,255);
  background-color: #4282B5;
  border-top: 1px solid #EF9610;
  border-left: 1px solid #EF9610;
  border-bottom: 1px solid #EF9610;
  border-right: 1px solid #EF9610;
}

p.contextmenudisabled  {
  display: inline;
  font-size: 8pt;
  color: #888888;
  background-color: #EEEEEE;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  margin-right: 6px;
  border-top: 1px solid rgb(231,231,231);
  border-left: 1px solid rgb(231,231,231);
  border-bottom: 1px solid rgb(231,231,231);
  border-right: 1px solid rgb(231,231,231);

}




/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 2em;
  padding: 0;
}

#main-copy p {
  text-indent: 1em;
  margin: 0 0 1.5em 0;
  padding: 0;
}

#main-copy q {
  color: rgb(225,225,225);
  background-color: transparent;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
  text-indent: -1ex;
  margin: 0.3em 0 0.8em 1ex;
  padding: 0;
  display: block;
}

#main-copy q.centred {
  text-align: center;
  margin-left: 0;
}

q:before, q:after {  /* Prevents Gecko from adding quotation marks around quote */
  content: "";
}

#main-copy a {
  color: gray;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
}

#main-copy h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 145.5%;
  font-weight: bold;
  margin: 0 0 1.05em 0;
  padding: 0;
}

.byline {
  font-size: 91%;
  border-bottom: 1px solid gray;
  margin: -1.2em 0 1em 0;
  padding: 0;
  width: 100%;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

[class~="byline"] {
  margin-top: -1.4em;
}

#main-copy .byline a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#main-copy .byline a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: underline;
}

.column1, .column2, .column3 {
  margin: 3em 0;
  padding: 0 2%;
  float: left;
  width: 28%;
}

.column2 {  /* Renders the column dividers */
  border-left: 1px solid rgb(204,204,204);
  border-right: 1px solid rgb(204,204,204);
}

.raisedCap {
  text-indent: 0.5em;
}

[class~="raisedCap"] {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  text-indent: 1em;
}

.raisedCap:first-line {
  font-weight: bold;
}

.raisedCap:first-letter {
  font-size: 155%;
}

.noIndent {
  text-indent: 0 !important;
}


/* ###### Footer ###### */

#footer {
  color: rgb(175,175,175);
  background-color: rgb(250,250,250);
  margin: 0;
  padding: 0.25em 5mm 1.25ex 4mm;
  clear: both;
}

body > #footer {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  padding-top: 0.5em;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: rgb(175,175,175);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
}

#menu {
  padding: 2px;
  text-align: center;
}

#menu a {
  text-decoration: none;
  color: #12478E;
  font: Verdana;
  font-size: 9pt;
  font-weight: bold;
  /*text-transform: lowercase;*/
}

#menu-sel {
  padding: 2px;
  text-align: center;
  padding-bottom: 0px;
}

#menu-sel a {
  text-decoration: none;
  color: #ffffff;
  font: Verdana;
  font-size: 9pt;
  font-weight: bold;
  /*text-transform: lowercase;*/
}


#submenu {
  background-color: #FFEDC6;
  color: #005596;
  border-top: 1px solid #B95914;
  margin-left: 2px;
  margin-right: 2px;
  text-align: left;
  background-image: url("../img/sub.gif");
  background-repeat: no-repeat;
  background-position: left 3px;
}

#submenu a {
  text-decoration: none;
  color: #12478E;
  font: Verdana;
  font-size: 8pt;
  /*background: url("../img/sub.gif") left center no-repeat;*/
  padding-left: 13px;
  /*text-transform: lowercase;*/
}

#submenu-sel {
  background-color: #B95914;
  color: #FFFFFF;
  border-top: 1px solid #B95914;
  margin-left: 2px;
  margin-right: 2px;
  text-align: left;
  background-image: url("../img/sub-sel.gif");
  background-repeat: no-repeat;
  background-position: left 3px;
}

#submenu-sel a {
  text-decoration: none;
  color: #FFFFFF;
  font: Verdana;
  font-size: 8pt;
  padding-left: 13px;
  /*text-transform: lowercase;*/
}

#title {
  background-image: url("../img/h1.gif");
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 25px;
  color: #B95914;
  font: Verdana;
  font-size: 15pt;
  text-align: left;
}

td.mainbody {
  color: #005596;
  text-align: left;
  font: Verdana;
}

#frase {
  color: #005596;
  font: Verdana;
  font-size: 15pt;
  text-align: right;
}

#subfrase {
  color: #B95914;
  font: Verdana;
  font-size: 15pt;
  text-align: right;
}
