/* CSS Document */

/* TAGS HTML genéricos */
* {
}
body {
	border:none;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003399;
	width: 100%;
	overflow: -moz-scrollbars-vertical;
	top: 0; left: 0;
}
input, textarea, form, select, table, pre {
	font-size:12px;
	text-decoration:none;
}
.submit input, .submit input:focus, .button {
	font-size:12px;
	background: url(fade-butt.png );
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.35em;
}
#login #username, #password {
	padding:0.25em;
	font-size: 1.7em;
	width: 80%;
}
#login #submit {
	font-size: 1.7em;
}
/* 

Cabecalhos e menus 

*/
 .cabecalho {
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#898969;
}
.cabecalho-data {
	font-size:12px;
	font-weight:normal;
}
a.cabecalho:link, a.cabecalho:visited {
	text-decoration:none;
}
a.cabecalho:hover, a.cabecalho:active {
	text-decoration:underline;
	color: #e6d95c;
}
.titulo {
	font-size:16px;
	font-weight:bold;
	color:#000033;
	background-color:#b9b999;
	border: none;
}
/* alertas */
table.alerta, td.alerta, .alerta {
	font-weight:bold;
	background-color:#FFCC33;
	padding: 5px;
	color: #000000;
}
/*Corpo tabelas */
#boximgpreview {
	float:rigth;
	position:relative;
	display:block;
}
#boximgpreviewtitle {
	display: block;
}
.corpo-titulo {
	font-size:16px;
	font-weight:bold;
	color:#000033;
}
.corpo {
	font-size:12px;
	font-weight:normal;
	color:#003366;
}
.corpo img {
	border: none;
}
table.corpo {
	width: 97%;
}
td.corpo {
	background-color: #F9F9E9;
}
/*.corpo tr:hover td{ background-color:#DDF; }*/

.botoes {
	font-size: 12px;
	color:#000000;
}
table.botoes,  td.botoes {
	background-color: #FF9900;
	font-weight: bold;
	color: #000033;
	width: 97%;
}
/* corpo-rodape */
table.corpo-rodape-menu, td.corpo-rodape-menu,  a.corpo-rodape-menu:link,  a.corpo-rodape-menu:visited {
	font-weight: bold;
	color: #000033;
	background: url("fade-butt.png") top repeat-x;
	font-size:12px;
}
a.corpo-rodape-menu:hover,  a.corpo-rodape-menu:active {
	font-weight: bold;
	color: #999;
	background: url("fade-butt.png") top repeat-x;
}
tr.par td {
	background-color:#fff6df;
}
tr.impar td {
	background-color: #faf0dc;
}
/* Rodape */
 .rodape {
	font-size:10px;
	font-weight:normal;
	color:#fff;
	background-color:#898969;
}
