/* COMECO FORMULARIOS */
.AdminFormText {
	padding:0px;
	border:1px inset #F1E9E0;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #FFF9DA;
	width: 180;
}

.AdminFormBotao {
	font-family: Verdana;
	font-size: 8pt;
	color: #850000;
	font-weight: bold;
	width: 72;
	height: 24;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/BotForm.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormAprovar {
	width: 16;
	height: 16;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/AdminBot_Aprovar.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormAlterar {
	width: 16;
	height: 16;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/AdminBot_Alterar.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormExcluir {
	width: 16;
	height: 16;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/AdminBot_Excluir.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.AdminBuscaText {
	font-family: Verdana;
	font-size: 8pt;
	color: #7A643D;
	padding:0px;
	border:1px inset #823535;
	background-color: #F7FA8F;
	width: 150;
}

.AdminBuscaBotao {
	font-size: 8pt;
	font-family: Arial Black;
	width: 25;
	height: 20;
	padding:0;
	color: #823535;
	border: 2px outset #FFE8E8;
	background-color: #F7FA8F;
	cursor: pointer;
}
/* FIM FORMULARIOS */



.AdminFormatInt {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}

.AdminFormatInt a {
	color: #823535;
	text-decoration: none;
}

.AdminFormatInt a:hover {
	color: #7A643D;
	text-decoration: underline;
}

.AdminTituloLink a {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.AdminTituloLink a:hover {
	color: #823535;
	text-decoration: underline;
}

.AdminAltFundo {
	color: #000000;
	border: 1px solid #4F0000;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt
}

.AdminAltTitulo {
	background-color: #F7FA8F;
}

.AdminAltTitulo a {
	color: #000000;
	text-decoration: none;
}

.AdminAltTitulo a:hover {
	color: #823535;
	text-decoration: underline;
}

.AdminAltCelula {
	background-color: #F7F9B9;
}