﻿/* INICIO: Estilos para conteúdos Globais da Área Administrativa
-------------------------------------------------------------------------------*/
	h1 {
		font-size: 14px;
	}


	#divBannerAdmin
	{
		height: 150px;
		padding: 2px 10px 10px 10px;
		width: 990px;
	}

	#divLogin
	{
		background-color: #FFF;
		margin: 20px auto 60px auto;
		width: 390px;
	}

	#divLoginAdminTopo
	{
		background-image: url(images/img_BoxLoginAdminTop.gif);
		background-repeat: no-repeat;
		height: 26px;
		width: 388px;
	}

	#divLoginAdminMeio
	{
		background-image: url(images/img_BoxLoginAdminMeio.gif);
		background-repeat: repeat-y;
		min-height: 100px;
		width: 388px;
	}

	#divLoginAdminBaixo
	{
		background-image: url(images/img_BoxLoginAdminBaixo.gif);
		background-repeat: no-repeat;
		min-height: 26px;
		width: 388px;
	}

	.divModalTopMeio
	{
		background-image: url(images/img_ModalTopMeio.gif);
		background-repeat: repeat-x;
	}

	.divModalEsqMeio
	{
		background-image: url(images/img_ModalEsqMeio.gif);
		background-repeat: repeat-y;
	}

	.divModalDirMeio
	{
		background-image: url(images/img_ModalDirMeio.gif);
		background-repeat: repeat-y;
	}

	.divModalConteudo
	{
		background-color: #fff;
	}

	.divModalBaixoMeio
	{
		background-image: url(images/img_ModalBaixoMeio.gif);
		background-repeat: repeat-x;
	}

	#divInfoUsuarioAdmin
	{
		float: right;
		padding: 125px 0 0 0;
		width: 200px;
	}

	.liListaMenuAdmin
	{
		margin: 0;
		padding: 0;
	}

	.liListaMenuAdmin li
	{
		float: left;
		margin-left: 20px;
		list-style-type: circle;
	}

	.liListaMenuAdmin a
	{
		color: #333;
		font-family: Tahoma;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
	}

	.liListaMenuAdmin a:hover
	{
		color: #3cb3ff;
		font-weight: bold;
		text-decoration: underline;
	}

	#divMenuAdmin
	{
		background-image: url(images/img_rodape_menu_adm.gif);
		background-repeat: no-repeat;
		height: 50px;
		width: 990px;
	}

	.btnMenuAdmin a
	{
		display: block;
		float: left;
		font-weight: bold;
		padding: 5px 15px 0 3px;
		text-decoration: none;
	}

	.btnMenuAdmin a:hover
	{
		
		text-decoration: underline;
	}


	.img_Indicador
	{
		float: left;
		padding: 3px 0 0 20px;
	}

	.msg_warning
	{
		font-size: 10px;
		font-style: italic;
	}

	.tblLogin {
		margin-left: 50px;
	}

	.tblLogin a {
		color: #333;
	}

	.tblLogin a:hover {
		color: #990000;
	}
/* FIM
-------------------------------------------------------------------------------*/
