﻿#cabecalhoContainer {
	height: 38px;
	background-image: url(../../../images/cabecalho_bg.gif);
}

#sefazIntranet {
	float: left;
	background-image: url(../../../images/cabecalho_sefaz_intranet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 126px;
	height: 38px;
	cursor: pointer;
}

#intranetNomeSistema {
	float: left;
	cursor: pointer;
	background-image: url(../../../images/cabecalho_nome_sistema.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 452px;
	height: 38px;
	font-size: 18px;
	text-indent: 10px;
	line-height: 20px;
}

#intranetUsuario {
	float: left;
	font-weight: normal;
	line-height: 14px;
	padding-top: 3px;
}

#intranetDataAtual {
	float: left;
	background-image: url(../../../images/cabecalho_data.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #666666;
	width: 93px;
	height: 38px;
	font-size: 12px;
	text-indent: 10px;
}

#logOff {
	float: right;
	background-image: url(../../../images/logoff.jpg);
	background-repeat: repeat-x;
	background-position: left;
	width: 66px;
	height: 38px;
	cursor: pointer;
}
