body {
	margin-top: -15px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-family: verdana;
}

.maiusculo {
	text-transform: uppercase;
}

.label {
	color: #666666;
	font-family: verdana;
	font-size: 16px;
}

.ui-tabs {
	font-size: 12px;
}

.ui-datepicker {
	font-size: 62.5%;
}

.label_txt {
	color: #666666;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	line-height: 200%
}

.ui-jqdialog-title {
	font-size: 16px; !important
}

.ui-jqgrid tr.ui-row-ltr td {
	cursor: pointer;
	!
	important
}

input[id="salvar"] {
	width: 200px;
}

input[id="cancelar"] {
	width: 200px;
}

#salvar, #cancelar, #novo {
	width: 200px;
	height: 35px;
	font-size: 1.5em;
	font-weight: bold;
}

.ui-autocomplete-loading {
	background: white url('../css/ui-anim_basic_16x16.gif') right center
		no-repeat;
}

.grid_inativo {
	color: darkred;
	text-decoration: line-through;
}

.linhaVermelha {
	color: #FF6666;
}
.linhaVerde {
	color: darkgreen;
}
.linhaLaranja {
	color: orange;
}

input, select:not(.ui-datepicker-month):not(.ui-datepicker-year), textarea {
	font-size: 16px !important;
}
input {
	height: 20px !important;
}
select:not(.ui-datepicker-month):not(.ui-datepicker-year)  {
	height: 24px !important;
}

#spinner {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .5) url('../comum/loadingAnimation.gif') 50% 50% no-repeat;
}