/*Tabela do Fundo*/
.tblMasterFundo
{
	width: 999px;
	height: 100%;
}

/*Logo Plimor*/
.divMasterLogo
{
	background-image: url(./MasterPage/imgMasterLogo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 303px;
	height: 166px;
	cursor: pointer;
}

/*Area Usuario*/
.divMasterAreaUsuario
{
	background-image: url(./MasterPage/imgMasterAreaUsuario.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 303px;
	height: 129px;
}

.divMasterAreaUsuarioTitulo
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin-left: 30px;
}

.txtMasterUsuario
{
	color: #333333;
	height: 16px;
	font-size: 13px;
	background-color: #DADAD9;
	border: 0;
	font-family: Arial,Tahoma,Verdana;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

/*Menu Superior*/
.divMasterSuperior
{
	background-image: url(./MasterPage/imgMasterSuperior.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 696px;
	height: 42px;
}
.divMasterSuperiorTexto
{
	padding-top: 12px;
}

.lblMasterCabecalhoTexto
{
	color: #1F1F1F;
	font-family: Arial,Tahoma,Verdana;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

/*Banner Superior*/
.divMasterBanner
{
	width: 696px;
	height: 196px;
}

/*Idiomaas*/
.divMasterIdiomas
{
	width: 696px;
	height: 21px;
	text-align: right;
	vertical-align: middle;
}

/*Rodape*/
.divMasterRodape
{
	background-image: url(./MasterPage/imgMasterRodape.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 999px;
	height: 30px;
}

.lblMasterVersaoSistema
{
	font-family: Tahoma;
	font-size: 7pt;
	color: #CFCFCF;
}
