body
{
	background-repeat: repeat;
	background-image: url(/imagens/fundo_listras_cinza.gif);
	margin: 0px auto 0px auto;
	position: relative;
	/*Felipe Cota: Deixar formatação de fonte no controles para impressão e para os cursos*/
}

.lbltempoexpira
{
	position: relative;
	width: 100%;
	font-size: 11px;	
	color: #333333;	
	top: 10px;	
	text-align: center;
	border: none;	
	margin: 0px;	
	background-color: Transparent;		
	font-weight: bold;	
	font-family: Verdana;	
	display: block;
}

.lblTituloCabec
{
	font-family: Verdana;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.lblbasedados 
{
	position: fixed;
	color: Red;
	background-color: White;
	padding: 5px; 
	font-size: 14px; 
	font-weight: bold;
	font-family: Verdana;
	z-index: 500;
}

.lblmodovisita
{	
	position: absolute;
	left: 350px;
	top: 25px;
	color: #cc0000;
	font-size: 10px; 	
	font-weight: bold;
	font-family: Verdana
}

.lblnomecompleto
{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;	
}

.lblultimoacesso
{
	position: absolute;
	top: 12px;
	right: 0px;	
	font-size: 9px;	
}

.calendario {
	position: absolute;
	width: 154px;
	z-index: 298; /*Z-INDEX setado no funcoes.js (se mudar aqui, mudar lá tb) */
	display:none;
	border: solid 1px #555753;
	background-color:#aaaaaa;
	padding: 2px 2px 2px 2px;
}

/*============
LAYOUTS DIVS
==============*/
#div_mae
{
	position: relative;
	border: none;
	background-image: url(/imagens/fundo_sombra.png);
	background-repeat: repeat-y;
	width: 785px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.div_cabecalho
{
	position: relative;
	background-image: url(/imagens/fundo_menu_topo.gif);
	width: 775px;
	height: 92px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	z-index: 1;
}

.div_sombra_topo
{
	position: relative; 
	width: 775px;
	background-image: url(/imagens/sombra_topo.png); 
	background-repeat: no-repeat;
	background-color: #a3a3a3;
	height: 6px; 
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.div_menu
{
	position: absolute;
	bottom: 0px;	
	left: 0px;
	width: 575px;
	height: 25px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 100px;	
	top: 60px;
	z-index: 2; /* Controlado via javascript no funcoes_master*/
}

#div_centro
{
	position: relative;
	border: none;
	background-color: #a3a3a3;
	width: 775px;
	margin: 0px auto 0px auto;
	text-align: center;
	z-index: 2;
}

#div_botoes_cabecalho
{	
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	line-height: 25px;
	z-index: 1;
}

#div_botoes_cabecalho a
{
	text-decoration: none;
	font-weight: bold;
}


#div_botoes_cabecalho a:hover
{
	color: #ffffff;
}


#div_dados_usuario
{
	position: absolute;
	width: 700px;
	height: 24px;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	top: 0px;
	margin: 0px auto 12px auto;
	right: 5px;
}

.div_tela_titulo
{
	position: relative;
	overflow: visible;
	display: inline-block;
	zoom: 1;
	*display: inline; /*StarHack emulando inline-block para iE7-*/
	text-align: left;
}

.div_titulo
{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 15px 0px 0px 5px;
}

#div_espaco_rodape
{
	position: relative;
	height: 53px;
}

.div_rodape_master
{
	position: absolute; 
	width: 785px;
	height: 30px;
	background-image: url(/imagens/rodape_master.png);
	background-position: bottom;
	background-repeat: no-repeat;
	left: 0px;
	bottom: -30px;
	z-index: 1;
}

#div_rodape, .div_rodape
{
	position: absolute;
	text-align: right;
	bottom: -40px;
	right: 7px;
	z-index: 1;
}

#painel_botao
{
	z-index: 3;
	position: relative;
	left: 0px;
	width: 650px;
}

.div_gigante
{
	left: -15px;
	/*Usado para quando o div invadir as margens do div_borda, caso do formulario 25*/
}

#div_fundo
{
	position: fixed;
	z-index: 299; /* Controlado via javascript no funcoes_master; Z-INDEX do div_janela_especifica, div_modal e div_pesquisa menos 1*/
	background-color: #000000;
    opacity: .5;
    filter: alpha(opacity=50);
    left: 0px;
    top: 0px;
}

.div_modal
{
	position: fixed;
	z-index: 300; /*Z-INDEX do div_fundo mais 1*/	
	border: solid 2px #000000;
	background-color: #FFFFFF;
	display: none;	
	text-align: center;
}

#div_tempo
{
	position: fixed;
	z-index: 302; /*Maior Z-INDEX do sistema +1*/
	border: solid 2px #000000;
	top: 200px;
	background-color: #FFFFFF;
	display: none;	
	text-align: center;	
}

#div_pesquisa
{
	position: fixed;
	z-index: 300; /*Z-INDEX do div_fundo mais 1*/	
	top: 200px;
	background-color: #FFFFFF;
	display: none;	
	border: solid 2px #000000;	
}

.frmPesquisa
{
	position: relative;
	width: 575px;
	height: 368px;
	border: none;
}

.div_janela_especifica
{
	z-index: 300; /*Z-INDEX do div_fundo mais 1*/
	position: fixed;
	border: solid 2px #000000;
	background-color: #ffffff;
	/*O width e o height tem que ficar na tag style para ser acessível via javascript*/ 
}

.div_tela_p, .div_tela_m, .div_tela_g
{
	position: relative;	
	border: none;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	z-index: 3;
}	

.div_tela_p
{
	width: 300px;	
}

.div_tela_m
{
	width: 550px;	
}

.div_tela_g
{
	width: 701px;
}

/* Bordas tela P, M e G
========================*/
.div_borda
{
	position: relative;
	background-color: #ffffff;
	border: 0px;
	display: inline-block;
	zoom: 1;
	*display: inline; 	
	padding: 31px 31px 31px 31px;	
	margin: 0px auto 0px auto;
	overflow: visible;
}

.borda_topo_esquerda
{
	position: absolute;
	background-image:url(/imagens/borda_topo_esquerda.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 0px;
	z-index: 2
}

.borda_topo_centro
{
	position: absolute;
	background-image:url(/imagens/borda_topo_centro.gif);
	background-position: 0px;
	background-repeat: repeat;
	width: 100%;
	height: 24px;
	top: 0px;
	left: 0px;
	z-index: 1
}

.borda_topo_direita
{
	position: absolute;
	background-image:url(/imagens/borda_topo_direita.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	top: 0px;
	right: 0px;
	z-index: 2
}

.borda_centro_esquerda
{
	position: absolute;
	background-image:url(/imagens/borda_centro_esquerda.gif);
	background-position: 0px;
	background-repeat: repeat;
	width: 24px;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1
}

.borda_centro_direita
{
	position: absolute;
	background-image:url(/imagens/borda_centro_direita.gif);
	background-position: 0px;
	background-repeat: repeat;
	width: 24px;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 1
}

.borda_rodape_esquerda
{
	position: absolute;
	background-image:url(/imagens/borda_rodape_esquerda.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	bottom: 0px;
	left: 0px;
	z-index: 2
}

.borda_rodape_centro
{
	position: absolute;
	background-image:url(/imagens/borda_rodape_centro.gif);
	background-position: 0px;
	background-repeat: repeat;
	width: 100%;
	height: 24px;
	bottom: 0px;
	left: 0px;
	z-index: 1
}

.borda_rodape_direita
{
	position: absolute;
	background-image:url(/imagens/borda_rodape_direita.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	bottom: 0px;
	right: 0px;
	z-index: 2
}
