.aviso {
    background-color: #ffe;
    border: 2px solid #ee0;
    padding: 2px 4px 2px 4px;
    width: auto;
}

.actionMessage {
    background-color: #eef;
    border: 2px solid #00f;
    padding: 2px 4px 2px 4px;
}

.errorMessage {
    background-color: #fee;
    border: 2px solid #f00;
    padding: 2px 4px 2px 4px;
}

.download {
    width: auto;
    background-color: #eef;
    border: 2px solid #00f;
    padding: 2px 4px 2px 4px;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
}

.logotipo {
  background-image: url(../img/jogos-para-celular.jpg);
  background-repeat: no-repeat;
  height: 182px;
  margin-left:-8px;
  margin-top:-8px;
}

.div1 {
    margin-left:165px;
    margin-top:35px;
    /*background-image:url(../img/fundo_azul.png);*/
    /*background-color: #777;*/
    /*background-repeat: repeat-xy;*/
}

.titulo1 {
  font-size: 14px;
  font-weight: bold;
}

.pequeno {
  font-size: 11px;
}

.pequenoVermelho {
  font-size: 11px;
  color: #ff0000;
}

img {
  border: none;
}


a {
  color: #0000ff;
  text-decoration: none;
}

a:hover {
  color: #0000ff;
  text-decoration: underline;
}

.cinza {
    color: #999999;
}

.spacer {
    clear: both;height: 8px;font-size: 8px;
}

.smallSpacer {
    clear: both;height: 1px;font-size: 1px;
}

.tabela {
    width: auto;
}

.tabelaMenu {
  background-color: #00ccff;
  border: 1px solid #666;
}
.tdMenu {
  border: 1px solid #666;
 
  text-decoration: none;
  color: #ff0033;
}
.divMenu {
  /*border:solid 2px #06f;*/
  padding: 5px;
  overflow: hidden;
  /*overflow:scroll;*/
  /*background-color: #99ccff;*/
  width:120px;
  height:15px;
  background:url( ../img/botao5.png ) no-repeat;
  padding-left: 10px;
}
