body {
	font-family: arial;
	background-color: #FFFFFF;
	overflow-y: scroll;
	overflow-x: auto;
}

.td_cabecalho {
	height: 70px;
	background-color: #275790;
}

.td_cabecalho2 {
	color: #FFFFFF;
	font-family: arial;
	font-size: 18px;
	padding: 3px;
}

.tab_autentica {
	border: 2px solid #275790;
	border-radius: 5px;
	background-color: #B5CAE3;
}

.titulo_campo {
	font-family: arial;
	font-size: 14px;
	color: #275790;
}

.campo {
	font-family: arial;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	border: 2px solid #275790;
	border-radius: 5px;;
	padding: 3px;
	background-color: #FFFFFF;
	text-align: left;
}

.campo_desativado {
	font-family: arial;
	color: #555555;
	font-weight: bold;
	font-size: 14px;
	border: 2px solid #555555;
	border-radius: 5px;;
	padding: 3px;
	background-color: #EEEEEE;
	text-align: left;
}

.campo:focus, .campo_desativado:focus {
	outline: none;
}

.tab_principal {
	background-image: url("../imagens/fundo.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 50%;
}

.botao {
	background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -o-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -ms-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	border: 1px solid #CCCCCE; border-radius: 3px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	color: #616165;
	display: block;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:1px 1px 0 #FFF;
	padding: 5px 10px;
	position: relative;
	width: 80px;
	cursor: pointer;
}

.botao_item {
	background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -o-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -ms-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	border: 1px solid #CCCCCE; border-radius: 3px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	color: #616165;
	display: block;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:1px 1px 0 #FFF;
	padding: 5px 10px;
	position: relative;
	width: 130px;
	cursor: pointer;
}

.botao_sem_largura {
	background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -o-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -ms-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	border: 1px solid #CCCCCE; border-radius: 3px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	color: #616165;
	display: block;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:1px 1px 0 #FFF;
	padding: 5px 10px;
	position: relative;
	cursor: pointer;
}

.botao_login {
	padding: 3px;
	height: 50px;
}

.botoes_menu {
	width: 200px;
	padding: 5px 0px 5px 0px;
}

.titulo_item {
	font-size: 20px;
	font-weight: bold;
}

.div_nenhum {
	border: 2px solid #275790;
	border-radius: 5px;
	background-color: #FFFFFF;
	width: 500px;
	padding: 40px 20px 40px 20px;
}

.tab_registros {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.tab_registros_impressao {
	font-size: 10px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.titulo_registros {
	background-color: #275790;
	padding: 3px;
	color: #FFFFFF;
}

.titulo_total {
	background-color: #BBBBBB;
	padding: 3px;
	color: #000000;
	font-weight:bold;
}

.img_check {
	cursor: pointer;
}

.div_erro {
	border: 2px solid #AA0000;
	background-color: #AB4040;
	border-radius: 5px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

.div_ok {
	border: 2px solid #095409;
	background-color: #54E354;
	border-radius: 5px;
	font-weight: bold;
	color: #095409;
	padding: 5px;
}

.tab_comprovante {
	font-family: "courier new";
	font-size:11px;
}

.tab_tipos {
	border: 2px solid #275790;
	border-radius: 5px;
}

.letra {
	font-weight: bold;
	color: #275790;
	padding: 5px;
	cursor: pointer;
}

.letra_sel {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #275790;
	padding:5px;
	cursor: pointer;
	border-radius: 5px;
}

.tab_situacao {
	border: 2px solid #275790;
	border-radius: 5px;
	background-color: #FFFFFF;
}

.reg_mensagem {
	padding: 3px;
	font-weight: bold;
	color: #095409;
}

.titulo_option {
	background-color: #275790;
	color: #FFFFFF;
	font-weight: bold;
}

.div_conciliado {
	width: 150px;
	padding: 10px;
	border: 2px solid #275790;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #275790;
	font-weight: bold;
	font-size: 22px;
	position: fixed;
	bottom: 30px;
	right: 0px;
}

.rotulo {
	color: #275790;
	font-weight: bold;
	font-size: 14px;
}

.footer {
	width: 100%;
	background-color: #275790;
	padding:5px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center
}

pre {
	font-family: "Courier New";
	font-size: 12px;
	text-align: left;
}