body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

body {
	background-color: #1f1f1f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: black;
	scrollbar-shadow-color: black;
	scrollbar-darkshadow-color: white;
	scrollbar-base-color: white;
	scrollbar-track-color: #9F0000;
	scrollbar-3dlight-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
}

li{
	list-style-image:url(../imagens/item_lista.gif);
}

a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:underline;
}

a.vermelho:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9F0000;
	text-decoration: none;
}
a.vermelho:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9F0000;
	text-decoration: none;
}
a.vermelho:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #9F0000;
	text-decoration: underline;
}


a.reserva:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #845353;
	font-weight: bold;
	text-decoration: none;
}
a.reserva:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #845353;
	font-weight: bold;
	text-decoration: none;
}
a.reserva:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #845353;
	font-weight: bold;
	text-decoration: underline;
}


a.producao:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #909090;
	text-decoration: none;
}
a.producao:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #909090;
	text-decoration: none;
}
a.producao:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #909090;
	text-decoration: underline;
}

select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid black;
	background-color: white;
}

.input1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid black;
	background-color: white;
}

.input2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #930000;
	border: 1px solid #9F0000;
	background-color: #F2F2F2;
	overflow: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.input3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	border: 1px solid white;
	background-color: #9F0000;
	padding-left: 2px;
	padding-right: 2px;
}

.principal{
	background-image: url("../imagens/bkg_geral.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: black;
	width: 774px;
	height: 100%;
}

.header{
	background-image:  url("../imagens/bkg_header.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width: 756px;
	height: 75px;
	text-align: right;
	vertical-align: middle;
}

.menu{
	width: 756px;
	height: 17px;
	background-color: black;
	background-image: url("../imagens/img_setamenu.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.fundoRodape{
	background-image:url("../imagens/bkg_rodape_padrao.gif");
	background-repeat: repeat-x;
	width: 742px;
	color: #EED2D2;
	vertical-align: middle;
	font-size: 9px;
	text-align: right;
}

.padraoTopo{
	height: 7px;
	background-image: url("../imagens/img_padrao.gif");
	background-repeat: repeat-x;
}

.fundoBranco{
	background-color: white;
}

.fundoCentral{
	background-color: white;
}

.txtBranco{
	color: white;
}

.fundoCinza{
	background-color: #E0E0E0;
}

.fundoCinza2{
	background-color: #E0E0E0;
	background-image:   url("../imagens/bkg_aguia1.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.fundoCinza3{
	background-color: #E0E0E0;
	background-image:   url("../imagens/bkg_aguia3.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.cxCastanha{
	background-color: #845353;
	color: white;
	background-image:  url("../imagens/img_arclien_cartao.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

.caixasTitulo{
	background-color: #9F0000;
	height:25px;
	color: white;
	font-size: 11px;
	text-align:left;
}

.tabelaBranca{
	border-top: 1px solid white;
	border-left: 1px solid white;
}

.tabelaBranca td{
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	color: white;
}

.tabelaCastanha{
	border-top: 1px solid #500A0A;
	border-left: 1px solid #500A0A;
	text-align:center;
}

.tabelaCastanha td{
	border-bottom: 1px solid #500A0A;
	border-right: 1px solid #500A0A;
	text-align:center;
}

.txtBold{
	font-weight: bold;
	font-size: 11px;
}

.txtCinzento{
	color: #404040;
}

.txtVermelho{
	color: #AA0101;
}

.txtPequeno{
	font-size: 9px;
}

.txtBranco{
	color: #FFFFFF;
}

.noticiasFundo{
	background-color: #E0E0E0;
	background-image:  url("../imagens/bkg_noticias.gif");
	background-repeat: no-repeat;
	background-position: top middle;
	padding: 15px;
	line-height: 18px;
	text-align: justify;
}

.noticiasFundo2{
	background-color: #E0E0E0;
	padding: 15px;
	line-height: 18px;
	text-align: justify;
}


.noticiasFundo_tabela{
	background-color: #E0E0E0;
}



.noticiasTitulo{
	background-color: #845353;
	color: white;
	padding: 10px;
	line-height: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.noticiasMais{
	background-color: #E8E5E1;
	line-height: 18px;
	padding: 10px;
}

.noticiasMais2{
	background-color: #E8E5E1;
	line-height: 18px;
	padding: 10px;
	background-image:   url("../imagens/bkg_aguia2.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

.justificado{
	text-align: justify;
}


/* BILHETEIRA */
.livre{
	background-color: #D1AEAE;
	border: 1px solid black;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.reservado{ /* deficientes, agentes autoridade, etc. */
	background-color: #C05B5B;
	border: 1px solid black;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.ocupado{ /* lugares já reservados/comprados */
	background-color: #500A0A;
	border: 1px solid black;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.vazio{
	background-color: #E0E0E0;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}