﻿
.botao {
  /*background: #c36020;*/
  border-radius: 5px;
  border: none;
  font-weight: 700;
  padding: 10px;
  font-size: 14px;
  margin: 2px;
  cursor: pointer;
  margin-top: 0;
  /*color: #fff;*/
}

.tabelaCabRod {
  background-color: #990000;
  color: white;
  font-size: 12px;
}

.tabelaLinhaPar {
  font-size: 12px;
}

.tabelaLinhaImpar {
  background-color: #FFFBD6;
  font-size: 12px;
}

/*.botao:hover {
  background: #b04218;
}*/

.verde {
  background-color: #76bd19;
}

.azul {
  color: blueviolet;
}

.header2 {
  border-bottom: solid 1px blue;
  padding: 5px;
  /*background-color: #CCFF99;*/
}

.topMenu {
  float: right;
  height: 50px;
  padding-right: 50px;
}

.LeftColumn {
  float: left;
  width: 590px;
  height: 500px;
  padding: 5px;
  overflow: auto;
}

.LeftColumn2 {
  float: left;
  width: 790px;
  height: 500px;
  padding: 5px;
  overflow: auto;
}


.CenterColumn {
  float: right;
  width: auto;
  height: auto;
  padding: 8px;
}


/*.body2
{
	width:960px;
	margin:21px;
	position:relative;
	left:10%;
	margin-left:-480px;
}*/

.body2 {
  width: 1160px;
  margin: 0 auto;
  margin-top: 21px;
}

.modalBackground {
  background-color: Gray;
  filter: alpha(opacity90);
  opacity: 0.9;
  z-index: 10000;
}

.modalBackground2 {
  background-color: darkgrey;
  filter: alpha(opacity90);
  opacity: 0.9;
  z-index: 10000;
}

.textodireita {
  text-align: right;
}

.textocentro {
  text-align: center;
}

.branco {
  background-color: white;
}
