body {
	background-color: #FFFFFF;
}
body, td, th, input, select, option, label, textarea, button {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #28554e;
}
h1 {
  font-size: 16px;
}
a {
  color: #28554e;
  text-decoration: none;
}
/*
input, select, textarea, button{
  border: 1px solid #838383;
  background-color: #FFFFFF;
}
*/
input, select, option, label, textarea, button {
  font-weight: bold;
}
textarea {
  font-family: "courier new", fixed;
}
div.listagem {
	width: 100%;
	clear:left;
}
.listagem.table {
	width: 100%;
	clear:left;
/*
	table-layout:fixed;
*/
}
/*
.listagem.td {
	overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
	white-space:nowrap
}
*/
.janela {
    color: #28554e;
    width: 226px;
    text-align: left;
}
.janela #username, .janela #password {
    width: 196px;
}
.janela .titulo {
	height: 37px;
	line-height: 37px;
	background-image: url(../imagens/topo_box_branca.jpg);
	background-repeat: no-repeat;
    padding-left: 38px;
    font-weight: bold;
}

.janela .conteudo {
	background-image: url(../imagens/meio_box_branca.jpg);
	background-repeat: repeat-y;
    padding: 5px 15px;
    margin: 0;
}

.janela .rodape {
	background-image: url(../imagens/rodape_box_branca.jpg);
	background-repeat: no-repeat;
	height: 9px;
}
.janela .conteudo {
    list-style: none;
}
.janela .conteudo li {
    background-image: url(../imagens/marcador_vermelho.png);
    background-repeat: no-repeat;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 18px;
}
.erro {
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  padding: 3px;
  background-color:#ffffdd;
  border: 1px solid #fffc00;
}
.msg {
  font-size: 12px;
  color: green;
}
.listagem .nav {
	float: right;
	vertical-align: middle;
}
.listagem .nav > * {
	float: left;
	margin-left: 5px;
	text-align: center;
}
.listagem .nav > select {
	text-align: left;
}
.listagem .nav a, .nav span {
	width: 20px;
}
.listagem .nav span {
  color: #000000;
  font-weight: bold;
}
.linha_clara { 
	background-color: #fcfcfc;
}
.linha_escura { 
	background-color: #f4f3ef;
}
.linha_selecionada { 
	background-color: #edece8;
}
.form_titulo { 
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: #000000;
}
.form_subtitulo { 
	font-size:12px;
	color: #fa7505;
}
.style1 {
	font-size: 18px;
	color: #FFFFFF;
}
ul.erro {
	padding: 5px;
	margin-left: 0;
	list-style-type: circle;
	list-style-position: inside;
}
.nav select {
	font-size: xx-small;
}
div.redbox {
	padding: 2px;
	border: 1px solid #FF0000;
	background-color: #FFEEEE;
	color:#333333;
}
div.greenbox {
	padding: 2px;
	border: 1px solid #009900;
	background-color: #ecffec;
}
div.yellowbox {
	padding: 2px;
	border: 1px solid #fffc00;
	background-color: #ffffdd;
}
.radio, .checkbox {
	border: none;
	background-color: transparent;
}
