/* 
Nome: CSS Geral 
Last update: 17/12/07 (Leandro)
Includes: Body, Tabela Geral, Menu Receitas, Login, Menu Geral, Rodapé
*/

/* Fundo e Tabela */
body {	
	background-color: #993300;
	margin:0px 0px 0px 0px;
}
.tabelaGeral{
	background-color:#FFFFFF;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;	
}

/* MENU RECEITAS */
	.menu {
		font-family: "Trebuchet MS";
		font-size: 0.75em;
		font-weight: bold;
		color: #ffffff;
		text-decoration:none;
	}
	.menu:hover{
		color: #7e4f15;
	}	
	.menu_Barra {
		font-family: "Trebuchet MS";
		font-size: 0.7em;
		font-weight: bold;
		color: #bb7319;
	}
/* FIM MENU RECEITAS */

/* LOGIN */
	.login_mensagem {
		font-family: "Trebuchet MS";
		font-size: 11px;
		color: #999999;
	}	
	.login_mensagem:link {
		text-decoration: underline;
		color: #aaaaaa;
	}	
	.login_mensagem:visited {
		text-decoration: underline;
		color: #aaaaaa;
	}	
	.login_mensagem:hover {
		text-decoration: none;
		color: #999999;
	}	

	.login_campo{
		border-color: #d3d3d3;
		border-style: solid;
		border-width: 1px;
		font-family: "Trebuchet MS";
		font-size: 10px;
		color: #9a9081;
	}
/* FIM LOGIN */

/* MENU GERAL */
	.menu_Geral_Titulo {
		font-family: "Trebuchet MS";
		font-size: 1.1em;
		font-style: italic;
		color: #000000;
	}
	.menu_Geral_Item {
		font-family: "Trebuchet MS";
		font-size: 12px;
		line-height: 20px;
		color: #713e00;
		text-decoration: none;
	}
	.menu_Geral_Link {
		font-family: "Trebuchet MS";
		font-size: 12px;
		line-height: 20px;
		color: #713e00;
		text-decoration: none;
	}
	.menu_Geral_Link:hover{
		text-decoration: underline;
	}
/* FIM MENU GERAL */

/* RODAPÉ */
	.rodape {
		font-family: "Trebuchet MS";
		font-size: 11px;
		color: #e3ddd3;
		line-height: 20px;
		background-color: #a09788;
	}
	.rodape_Link {
		font-family: "Trebuchet MS";
		font-size: 11px;
		color: #e3ddd3;
		line-height: 20px;
		text-decoration: underline;
	}
	.rodape_Link:link {
		text-decoration: underline;
	}
	.rodape_Link:hover {
		text-decoration: none;
	}
/* FIM RODAPÉ */
