@charset "utf-8";
/* CSS Document */

body{
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					11px;
	margin:						0 auto;
	margin-top:					60px;
}
input{
	border:						solid 1px  #CCCCCC;
	height:						15px;
	}
th{
	text-align:					center;
}

.tdPos{
	width:						160px;
	font-weight:				bold;
	text-align:					right;
}

.inputDesc{
	width:						500px;
	border:						solid 1px #CCCCCC;
	height:						15px;
}
.inputNormal{
	width:						180px;
	border:						solid 1px #CCCCCC;
	height:						15px;
}
.inputNormalHover{
	width:						180px;
	border:						solid 1px #CCCCCC;
	height:						15px;
	background-color:			#FFFF99;
	border-style: 				inset;
}
.inputDescHover{
	width:						500px;
	border:						solid 1px #CCCCCC;
	height:						15px;
	background-color:			#FFFF99;
	border-style: 				inset;
}
.button{
	border:						solid 1px #333333;
	height:						20px;
}

.formCad{
	width:						800px;
	margin:						0 auto;
}

.tabDefault{
	width:						100%;
}
.dvAviso{
	width:						800px;
	height:						18px;
	background-color: 			#FFFF99;
	border:						solid 1px #FFCC33;
	text-align:					center;
	padding-top:				2px;
	font-size:					x-small;
	color: 						#000000;
}

.dvLista{
	width:						800px;
	border:						solid 1px #F2F2F2;
	margin:						0 auto;
}
.dvListaScroll{
	width:						800px;
	border:						solid 1px #F2F2F2;
	margin:						0 auto;
	overflow:					auto;
	height:						300px;
}
.trLista{
	text-align:					center;
}

.trLista:hover{
	background-color:			#FFFF99;
	cursor:						pointer;
}

.tdOpcao{
	width:						120px;
}
.tdCod{
	width:						60px;
}

.inputData{
	background-color:			#FFFF99;
	border-style: 				inset;
}

.dvPanel{
	width:						920px;
	border:						solid 1px #CCCCCC;
	margin:						0 auto;
}

.btnPanel{
	border:						none;
}
btnPanel a:hover{
	border:						solid 1px #f2f2f2;
}
.dvLogin{
	width:						480px;
	height:						120px;
	margin:						0 auto;
	border:						solid 1px #CCCCCC;
	margin-top:					160px;
	padding-top:				2px;
}

.trFormOn{
	background-color:			#f2f2f2;
	height:						28px;
}

.dvRelForm{
	margin:						0 auto;
	width:						920px;
	border:						solid 1px #CCCCCC;
	padding:					2px;	
}

.panelRel{
	padding:					5px;
	width:						920px;
	border:						1px solid #CCCCCC;
	margin:						0 auto;
	text-align:					center;
}
.paginacao{
    font-family:				Verdana, Arial, Helvetica, sans-serif;
    font-size: 					10px;
    cursor: 					pointer;
}

/* Configuracoes dos relatorios */
.dvRelMini{
	width:						840px;
	margin: 					0 auto;
	margin-top: 				0;
}
.dvRelMini table{
	width:						100%;
}

.tdNomeRel{
	width:400px;
	text-align:left;
}
.tdCodRel{
	width:60px;
	text-align:	left;
}
.tdAssRel{
	text-align:left;
}
.tdTotal{
	text-align:center;
	font-weight:bold;
	height:	30px;
}

.tdHead1{
	font-weight:bold;
	font-size: 20px;
	text-align:center;
	border-bottom: solid 2px #000;
}

.tdHead2{
	font-weight:bold;
	font-size: small;
	text-align:center;
}

.dvLogoPos{
	float:left;
	padding: 10px;
}