@charset "utf-8";
/* CSS Document */

html {
	height:90%;
}
/* Para o IE */
* html #box-conteudo{
height:90%;
}
body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(image/fundo.png);
	background-repeat: repeat-x;
	background-color: #FF0000;
	top:0px;
	height:90%;
}
@font-face {
	font-family: "titulo-modulo";
	src: url("helcb___.eot"); /*somente para o IE*/
	src: url("helcb___.ttf") format("truetype");
}
#fundo-topo {
background-image: url(image/fundo-topo.png);
background-repeat: no-repeat;
margin-top:0px;
height:140px;
width:100%;
z-index:0;
position:relative;
}
#perfil {
	width:auto;
	padding:8px 4px 4px 4px;
	font-size:10px;
	text-align:center;
	line-height:20px;
	background-color: #990000;
	color:#FFF;
	webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top:-145px;
	float:right;
	margin-right:50px;
	opacity:0.75;-moz-opacity: 0.65;filter: alpha(opacity=95);
	z-index:10;
	position:relative;
}
#altera-senha {
	width:auto;
	padding:4px 4px 8px 4px;
	font-size:10px;
	text-align:center;
	line-height:20px;
	background-color: #990000;
	color:#FFF;
	webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top:-40px;
	float:right;
	margin-right:50px;
	opacity:0.75;-moz-opacity: 0.65;filter: alpha(opacity=95);
	z-index:10;
	position:relative;
}
#box-conteudo {
	width:95%;
	padding:10px;
	min-height:90%;
	height:auto;
	background-color:#FFF;
	margin:0 auto;
	margin-top:-15px;
	webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow:0 0 12px #999;
	webkit-box-shadow:0 0 12px #999;
	z-index:20;
	position:relative;
}
#menu {
	float:left;
}
#meio {
	float:left;
	min-width:80%;
	padding-left:10px;
	margin-top:0px;
}
table {
	border-collapse:collapse;
}
table {
	width:100%;
}
table.bordas tr td {
	width:auto;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:3px;
	/*background-color: #DEECC6;*/
}
tr.titulo {
	font-weight:bold;
	font-size:12px;
	background-color: #F4DCD9;
	padding:8px;
}
tr.rodape {
	font-size:10px;
	background-color: #F4DCD9;
	padding:8px;
}
#acesso-sistema {
	width:40%;
	padding:8px;
	margin:0 auto;
	margin-top:30px;
	border:1px dotted #ccc;
}
fieldset {
	width:100%;
	padding:8px;
	margin:0 auto;
	border:1px dotted #ccc;
}
legend {
	text-transform:uppercase; /*Tudo em maiúsculo*/
	color: #990000;
}
a.bt {
	background-color: #990000;
	width:auto;
	height:24px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:fff;
	text-align:center;
	padding:4px;
	text-decoration:none;
}
a.bt:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:fff;
	text-decoration:none;
	background-color: #FF0000;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:fff;
	text-decoration:none;
}
input, textarea, select {
	border:1px #fff dotted;
	background-color: #F4DCD9;
	font-size:10px;
	padding:4px;
}
h2 {
	font-family:"titulo-modulo";
	font-size:20px;
	color: #990000;
}