/* COMECO ENTRADA */
.EntradaBody {
	background: #999999 url('Imagens/EntradaFundo.jpg') center;
	color: #000000;
}

.EntradaFundo {
	background-image: url('Imagens/EntradaFundo.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center;
}
/* FIM ENTRADA */


body {
	overflow-x: hidden;
	overflow-y: scroll;
}

.FormatInt {
	font-family: Arial;
	font-size: 10pt;
	color: #643F22;
}

.FormatInt a {
	color: #990000;
	text-decoration: none;
}

.FormatInt a:hover {
	color: #7A643D;
	text-decoration: underline;
}

.AltFundo {
	color: #000000;
	border: 1px solid #000000;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
}

.AltTitulo {
	background-color: #E2E0C3;
}

.AltCelula {
	background-color: #F7F5E2;
}



/* COMECO FORMULARIOS */
.BotaoNotasEntrar {
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	width: 60;
	height: 20;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/Bot_NotasEntrar.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormBotao {
	font-family: Verdana;
	font-size: 8pt;
	color: #850000;
	font-weight: bold;
	width: 70;
	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;
}

.FormText {
	padding:0px;
	border:1px inset #F1E9E0;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #D8D7B5;
	width: 180;
}

.FormMenuLogin {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	width: 130;
	border: 1px inset #C1B39D;
	padding: 0;
	background-color: #F7F3EB;
}
/* FIM FORMULARIOS */



/* COMECO NOTICIAS */
.MenuNoticias {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #542615;
	font-style: italic;
}

.MenuNoticias a {
	color: #542615;
	text-decoration: none;
}

.MenuNoticias a:hover {
	text-decoration: underline;
}

.NoticiaTitulo {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

.NoticiaDataCadastro {
	font-family: Arial;
	font-size: 8pt;
	color: #808080;
}
/* FIM NOTICIAS */


/* COMECO AMPLIAR IMAGENS */
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: 5px;
	right: 5px;
}

#lightbox img {
	border: none;
	clear: both;
}

#overlay img {
	border: none;
}

#overlay {
	background-image: url(Imagens/ImgsAmplFund.png);
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Imagens/ImgsAmplFund.png", sizingMethod="scale");
}
/* FIM AMPLIAR IMAGENS */
