@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------ */

body {
	margin: 50;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

br {
	clear: both;
}

select {
	width: 144px;
}

input[type=text],
input[type=password] {
	width: 140px;
}

input[type=submit],
input[type=reset],
input[type=buttton] {
	width: auto;
}

textarea {
	width: 280px;
	height: 80px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 5px 6px;
}

/* ------------------------------------------------------------ */

.resultado{
    text-align: center;
    text-align: justify;
	width: 770px;
	margin: 4px auto;
	border: 1px solid #e0e0e0;
	padding: 6px 9px;
	background: #f5f5f5;
}

.imagem{
    
	text-align: center;
}

.login {
	float: left;
}

.dataBarra {
	font-weight:: bold;
	font-size: 12px;
	color: #ffffff;
}

.erro {
	width: 770px;
	margin: 4px auto;
	border: 1px solid red;
	color: red;
	padding: 6px 9px;
}

.msg {
	width: 770px;
	margin: 4px auto;
	border: 1px solid green;
	color: green;
	padding: 6px 9px;
}

/* ------------------------------------------------------------ */

.header,
.body,
.footer {
	padding: 5px 8px;
	margin: 0 6px 5px;
	overflow: hidden;
	_height: 1%;
}
.header {
	font-weight: bold;
	border-bottom: 1px solid #aad;
	margin-bottom: 10px;
}
.body {
	margin-bottom: 10px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
}
.footer {
	border: 1px solid #e6e6e6;
}

.linha {
	overflow: hidden;
	*zoom: 1
}

.celula {
	float: left;
	margin-bottom: 3px;
}

.label {
	width: 70px;
	text-align: right;
	padding-right: 5px;
	line-height: 22px;
}

.data {
	/*width: 300px;*/
	line-height: 22px;
	font-weight: bold;
}

.titulo {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 7px;
	padding-bottom: 3px;
	width: 100%;
}

.iconBook {
	background-image: url(../img/book.gif);
	background-position: right 30px;
	background-repeat: no-repeat;
}

.iconUser {
	background-image: url(../img/user.gif);
	background-position: right 30px;
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------ */

.dataGrid {
	width: 100%;
	border-collapse: collapse;
}
.dataGrid th,
.dataGrid td {
	text-align: left;
	border: 1px solid #eee;
}

/* ------------------------------------------------------------ */

.sizeXXXS {
	width: 20px !important;
}
.sizeXXS {
	width: 45px !important;
}
.sizeXS {
	width: 90px !important;
}
.sizeS {
	width: 120px !important;
}
.sizeM {
	width: 160px !important;
}
.sizeL {
	width: 200px !important;
}
.sizeXL {
	width: 240px !important;
}
.sizeXXL {
	width: 280px !important;
}
.sizeXXXL {
	width: 330px !important;
}

/* ------------------------------------------------------------ */

.smallText {
	font-size: 10px;
}

.divLine1 {
	border: none;
	border-top: 1px dashed #666;
}
.divLine2 {
	border: none;
	border-top: 1px dashed #ccc;
}

/* ------------------------------------------------------------ */

.paginacao {
	margin-top: 10px;
	margin-bottom: 6px;
}

.paginacaoPrimeiro,
.paginacaoAnterior,
.paginacaoProximo,
.paginacaoUltimo {
	text-decoration: none;
	padding: 4px 25px 4px 6px;
	border: 1px solid #e1e1e1;
}
.paginacaoPrimeiro,
.paginacaoAnterior {
	padding: 4px 6px 4px 25px;
}
.paginacaoPrimeiro:hover,
.paginacaoAnterior:hover,
.paginacaoProximo:hover,
.paginacaoUltimo:hover {
	text-decoration: underline;
}
.paginacaoPrimeiro {
	background: #fff url(../img/paginacaoPrimeiro.gif) no-repeat left center;
}
.paginacaoAnterior {
	background: #fff url(../img/paginacaoAnterior.gif) no-repeat left center;
}
.paginacaoProximo {
	background: #fff url(../img/paginacaoProximo.gif) no-repeat right center;
}
.paginacaoUltimo {
	background: #fff url(../img/paginacaoUltimo.gif) no-repeat right center;
}

/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */

.portifolio {
	color: #fff;
}

/* ---------------------------------------------------- */

.novidades {
	float: right;
	margin-right: 40px;
}
.cab_recentes {
	width: 250px;
	height: 40px;
	background: url(../img/cima.gif) no-repeat;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #B4B4B4;
	line-height: 5px;
	padding-top: 15px;
	cursor: default
}
.fundo_recentes {
	width: 245px;
	padding-left: 5px;
	background-image: url(../img/cont.gif);
	background-repeat: repeat-y;
}
.fundo_recentes a {
	background: url(../img/seta.gif) no-repeat 0 6px;
	padding-left: 8px;
	display: block;
	margin-bottom: 5px;
}
.baixo_recentes {
	width: 250px;
	background: url(../img/baixo.gif) no-repeat center top;
	height: 18px;
	margin-bottom: 15px;
	position: relative;
	top: -5px;
}
