	/*
	@CHARSET "ISO-8859-1";
	*/
	body {
		margin: 0px;	
	}
	
	input {
		font-family: Arial;
		color: #000000;
		font-size: 10px;
	}
	
	input.error {
		font-family: Arial;
		color: #000000;
		font-size: 10px;
		background-color: #ffffcc;
		
	}
	
	select {
		font-family: Arial;
		color: #000000;
		font-size: 10px;
		text-decoration:none;	
	}
	
	option {
		font-family: Arial;
		color: #000000;
		font-size: 10px;
		text-decoration:none;	
	}
	
	textarea {
		font-family: Arial;
		color: #000000;
		font-size: 10px;
	}
	
	label {
		font-family: arial;
		color: #000000;
		font-size: 10px;
		cursor: pointer;
	}
	
	label.CheckRecursive{
		font-family: Arial;
		color: #000000;
		font-size: 10px;
	}
	
	.caption {
		font-family: Arial;
		color: #000000;
		font-size: 11px;	
	}
	
	.hint {
		font-family: Arial;
		color: #a0a0a0;
		font-size: 12px;	
	}
	
	.required {
		text-decoration: underline;
	}
	
	.ico {
		cursor: pointer;
	}
	
	img.fieldalert {
		display: inherit;	
	}
	
	img.fielderror {
		display: inherit;	
	}
	
	img.fieldnone {
		display: none;	
	}
	
	div.error {
		font-family: Arial;
		font-size: 14px;
		font-weight: bolder;
		color: #ffffff;
		text-align: center;
		padding:5px;
		background-image: url(../img/error32.png);
		background-repeat: no-repeat;
		background-position: 5px;
		background-color: #dc143c;
		border:1px solid #ffffff;
		text-align: center;
		vertical-align: middle;
		height:32px;
	}
	
	div.warning {
		font-family: Arial;
		font-size: 14px;
		font-weight: bolder;
		color: #b5b581;
		text-align: center;
		padding:5px;
		background-image: url(../img/warning32.png);
		background-repeat: no-repeat;
		background-position: 5px;
		background-color: #ffffcc;
		border:1px solid #e8e8a6;
		text-align: center;
		vertical-align: middle;
		height: 32px;
	}
	
	div.pageset {
		border-top:1px solid #336699;
		background-color:#f2f5fc;	
		padding: 2px;	
	}
	
	table.lookupgrid {
		font-family: Arial;
		font-size: 12px;
		color: #000000;
	}
	
	table.pageset {
		font-family: Arial;
		font-size: 12px;
		color: #000000;
	}
	
	tr.lookuptop {
		background-color:#f2f5fc;	
	}
	
	tr.lookupin {
		background: #f7f7f7;
		cursor: pointer;
	}
	
	tr.lookupout {
		background: #ffffff;
		cursor: pointer;
	}
	
	td.lookupfield {
		padding:2px;
	}
	
	td.pagetitle {
		font-family:Arial;
		font-size:21px;
		color:#444444;
	}
	
	td.pagein {
		width:20px;
		height:20px;
		padding:2px;
		color:#ffffff;
		background-color:#94bde6;
		text-align:center;
	}
	
	td.pageout {
		width: 20px;
		height: 20px;
		padding: 2px;
		color:#000000;
		text-align: center;
	}
	
	td.pagealt {
		width: 20px;
		height: 20px;
		padding: 2px;
		text-align: center;
	}
	
	a.page {
		font-family: Arial;
		font-size: 12px;
		color: #000099;
		text-decoration: none;	
	}
	
	a.page:hover {
		font-family: Arial;
		font-size: 12px;
		color: #000099;	
		text-decoration: underline;
	}
	
	
	/*
	*
	*
	*Stilo da verificação de usuario
	*
	*
	*/
		
	
	.userLogonOn {
		font-family: Arial;
		font-weight:bold;
		font-size: 10px;
		color: green;
	}
	
	.userLogonOff {
		font-family: Arial;
		font-weight:bold;
		font-size: 10px;
		color: red;
	}
	
	
	/*
	*
	*
	*Stilo da paginação
	*
	*
	*/
	
	.SystemPaginationPages{
		font-family: Arial !important;
		font-size: 11px !important;
		font-weight:bold !important;
		color: #fff !important;
		text-align:right !important;
		text-decoration:none !important;
	  /*background-color:#e5ecf9 !important;*/
	}
	
	.SystemPaginationLinks, .SystemPaginationLinks.a:hover, .SystemPaginationLinks.a:active, .SystemPaginationLinks.a:visited, .SystemPaginationLinks.a:link{
		font-family: Arial !important;
		font-size: 11px !important;
		font-weight:bold !important;
		color: #440002 !important;
		text-align:center !important;
		text-decoration:underline !important;
	 /* 	background-color:#e5ecf9 !important;*/
	}
	
	.SystemPaginationNoLinks{
		font-family: Arial !important;
		font-size: 11px !important;
		font-weight:bold !important;
		color: #fff !important ;
		text-decoration:none !important;
		text-align:center !important;
	  	/*background-color:#e5ecf9 !important;*/
	}
	
		/*
	*
	*
	*componente de tooltip
	*
	*
	*/
		
	#dhtmltooltip{
		position: absolute;
		font-family: Arial !important;
		font-size: 11px !important;
		left: -300px;
		width: 350px;
		border: 1px solid black;
		padding: 2px;
		background-color: lightyellow;
		visibility: hidden;
		z-index: 100;
	}

	#dhtmlpointer{
		position:absolute;
		left: -300px;
		z-index: 101;
		visibility: hidden;
	}


