@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#357373
}
#topo {
	width:100%¨;
	height:100px;
	background:url(../imagens/bg_topo.jpg) repeat-x;
}
#topo_meio {
	width:800px;
	height:100%;
	margin:0 auto;
}
#logo_dot {
	width:400px;
	float:left;
	height:100px;
}
#logo_bi {
	width:250px;
	float:right;
	height:100px;
}
#menu_topo {
	width:100%;
	background:#FFF;
	height:25px;
	background:url(../imagens/bg_titulo.png) repeat-x;
}
#menu_topo ul {
	list-style:none;
	margin:0;
	padding:0px;
	color:#FFF;
}
#menu_topo ul li {
	display:inline;
	padding:0px 10px 0px 10px;
	margin:0px;
}
#menu_topo a {
	color:#FFF;
	text-decoration:none;
}
#menu_topo ul li:hover {
	background:#066;
}
/************************************ Footer *******************************************/
#footer {
	width:100%¨;
	height:100px;
	background:url(../imagens/bg_topo.jpg) repeat-x;
}
/************************************ corpo *************************************************/
#corpo {
	width:800px;
	margin:0 auto;
	min-height:400px;
	background:#FFF;
}
/***************************** IMPUIT LOGIN *****************************************************/

.input_login {
	border:solid #357373 1px;
}
.enviar {
	background:#033;
	color:#FFF;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	margin-top:10px;
}
#form_user {
	padding-top:100px;
	font-family: Arial, Helvetica, sans-serif;
}
#meio {
	background:#FFF;
	display:table;
	width:100%;
}
/*********************************************************** Troca de tableas ***************************************************/

#linha_titulos {
	height:25px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	background-color:#066;
	width:800px;
	font-weight:bold;
	padding-top:3px;
}
#titulo_filial {
	width:90px;
	float:left;
	background-color:#066;
}
#titulo_nome {
	width:470px;
	float:left;
	background-color:#066;
}
#titulo_total {
	width:140px;
	float:left;
	background-color:#066;
}
#titulo_detalhes {
	width:100px;
	background-color:#066;
	float:left;
}

#filial {
	width:90px;
	float:left;
}
#nome {
	width:470px;
	float:left;
}
#total {
	width:140px;
	float:left;
}
#print {
	width:45px;
	float:left;
}
#linha_total {
	width:800px;
}
#total_geral {
	padding-left:520px;
	text-decoration:overline underline;
}
/****************************************************** NOVO ****************************************************/
.titulo_bloco {
	width:350px;
	background:url(../imagens/bg_titulo.png);
	height:22px;
	color:#FFF;
	font-size:14px;
	padding: 8px 0px 0px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius:  5px;
	-ms-border-radius:  5px;
	-o-border-radius:  5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
#bloco {
	margin:15px;
}

.linha1 {
	background:#7c807c;
	display:table;
	width:98.5%;
}
.linha2 {
	background:#9ba39b;
	display:table;
	width:98.5%;
}
.detalhes_dados {
	background:#FFF;
	display:table;
	width:100%;
	color:#333;
	display:none;
}
#linha_topo {
	display:table;
	width:100%;
}
#linha_detalhes {
	display:table;
	width:98.5%;
}
#esquerda {
	width:50%;
	float:left;
	display:table;
}
#direita {
	width:50%;
	float:right;
	display:table;
}
/*********************************** Calendário *******************************************/
.imput_calendario {
	background:none;
	border:#FFF 1px solid;
	color:#CCC;
}
#meio #corpo #form_user div p {
	font-size: 10px;
}
#meio #corpo #form_user div table tr td {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
