@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:						hand;
}

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

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

.dvPanel{
	width:						800px;
	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;
}

