
body {
  font:14px "Trebuchet MS", arial, sans-serif;
}

a {
  color:blue;
}

a:hover {
  color:red;
}

img {
  border:0;
}

#leituras {
  margin-top:30px;
}
#leituras a img {
  border:4px solid #bbb;
  width:65px;
  height:97px;
}
#leituras a:hover img {
  border:4px solid #36c;
}

#topo {
  margin-bottom:10px;
  padding:0 10px 10px;
  border-bottom:1px solid #bbb;
}

#menu {
  text-align:right;
}

#slogan {
  font-size:13px;
  color:#bbb;
  margin-left:20px;
}

#main {
  margin:0 10px;
  float:right;
  width:78%;
}

#anuncios {
  float:left;
}

#ajuda {
  background:#ffc;
  padding:1px 10px;
}

#ajuda p {
  width:650px;
}

#ativo {
  text-transform:uppercase;
  width:80px;
}

#cotacoes {
  border-collapse:collapse;
}

#cotacoes th {
  padding:5px 9px;
  border-bottom:1px solid #bbb;
}

#cotacoes td {
  border-bottom:1px solid #bbb;
  background:#e8eef7;
  padding:4px 8px;
}

#cotacoes td.hover {
  background:#ffc;
}

#cotacoes tfoot td {
  border:0;
  background:transparent;
}

#msgtr td {
  /*background:#73a6ff;*/
  background:#ffc!important;
  font-style:italic;
}
#msgtr td.alert {
  background:#fad163!important;
  font-weight:bold;
}
