input,a {
	font-family: Verdana,Arial,sans-serif;
}

.geraForm-l,
.geraForm-r {
	display: none;
}

.geraForm {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	border: 1px solid #555555;
	background: #ddd url("images/ui-bg_highlight-hard_25_c9c9c9_1x100.png") 50% top repeat-x;
	color: #000000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	width:100px;
	height: 24px;
	padding-left:6px;
	/*border: 1px solid #c9c9c9;
	font-family: verdana,helvetica;
	font-size: 9pt;
	color: #000;
	margin: 0px;*/
	/*padding: 4px;*/
	/*text-align: right;*/
	/*background-image: url(../form/bg_input.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #fff;
	border-radius: 4px;
	padding-left: 8px;*/
}
.geraForm label,a{
	font-size:13px;
	vertical-align:middle;
}
.ui-dialog-content label{
	color:#000 !important;
}
#infoCliente {
	padding:0px;
	margin:25px 0px 0px 5px;
	background: url("../icon/btn_info.png") left top no-repeat;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	width:26px;
	height:28px;
	border:none;
	cursor:pointer;

}
#infoCliente:hover, .btn_cancelar:hover, .btn_salvar:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.v_l{
	padding:10px 10px;
}
.v_l_b{
	color:white;
}
a{
	text-decoration: none;
	cursor: pointer;
	color:#e2d9d9;
}
.geraForm:focus {
    border-color: #19A0F8;
}
.geraForm.ob {
	background-image:url(../form/bg_input_ob.png);
	background-repeat:repeat-x;
	background-position:top left;
	background-color: #ddd;
}
.geraForm-real {
	background-image:url(../form/bg_input_real.png);
	padding-left:24px;
}
.geraForm-real.ob {
	background-image:url(../form/bg_input_ob_real.png);
}
.geraForm-textarea {
	text-align: left;
	width:255px;
	height:65px;
}
.geraForm-frac1 {
	width: 110px;
}
.geraForm-frac2 {
	width: 120px;
}
.geraForm-frac3 {
	width: 130px;
}
.geraForm-date {
	width: 95px;
}
.geraForm-intP {
	width: 38px;
	text-align: left;
}
.geraForm-intM {
	width: 75px;
	text-align: left;
}
.geraForm-intG {
	width: 90px;
	text-align: left;
}
.geraForm-tel {
	width: 125px;
}
.geraForm-tel-ddd {
	width: 28px;
}
.geraForm-tel-telefone {
	width: 95px;
}
.geraForm-hora {
	width: 55px;
}
.geraForm-cpf {
	width: 125px;
}
.geraForm-cnpj {
	width: 155px;
}
.geraForm-textP {
	width: 75px;
	text-align: left;
}
.geraForm-textM {
	width: 255px;
	text-align: left;
}
.geraForm-textG {
	width: 510px;
	text-align: left;
}
.geraForm-autocompleteP {
	width: 75px;
}
.geraForm-autocompleteM {
	width: 255px;
}
.geraForm-autocompleteG {
	width: 510px;
}
.geraForm-time {
	width: 40px;
}
.geraForm-readonly {
	background-color: #f4f4f4 !important;
	color: #585858;
}
select {
	width: 200px;
}
.heigthSelect{
	max-height: 200px;
}
.geraForm-file, .geraForm-fileedit {
	background: none;
	border: none;
	width: 281px;
	text-align: left;
}
.geraForm-file ul, .geraForm-fileedit ul {
	text-align: right;
}
.obrigatorio {
	/*background: url(../form/bg_obrigatorio.png) no-repeat top left #fff;*/
	/*padding-left: 7px;*/
}
.obrigatorioCheckbox {
	background: url(../form/bg_obrigatorio.png) no-repeat top left #fff;
	padding-left: 3px;
}
.ui-accordion-content .geraForm{
	background: #fff !important;
}
.legendaOb {
	font-size: 85% !important;
	color: #999;
	padding: 2px;
	margin-bottom: 5px;
}
.busca {
	padding-left: 18px;
	/*background: url(../form/bg_input_busca.png) top left;*/
}
.busca.ob {
	padding-left: 18px;
	/*background: url(../form/bg_input_busca_ob.png) top left;*/
}
.limpo, .limpo:hover {
  background: none;
  border: none;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.tituloArquivoAnexos {
	background: url(../images/bg_gradient_green.png) repeat-x bottom left;
	height: 26px;
	line-height: 24px;
	margin: 10px 0;
	padding: 0 4px;
	font-size: 10px;
	color: #406D1A;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #B9E88E;
	border-left: 1px solid #B9E88E;
	border-right: 1px solid #B9E88E
}
.arquivosAnexados {
	margin: 0;
	padding: 0;
	width: 100%;
}
.arquivosAnexados li {
	list-style: none;
	display: inline;
	float: left;
	padding: 1px 3px;
	border: 1px solid #5D8140;
	background: #E0F2D0;
	color: #4E6C35;
	margin: 1px;
	white-space: nowrap;
}
.arquivosAnexados li img {
	margin-left: 3px;
	cursor: pointer;
}
.divCheckbox {
	background-image: url("../images/checkbox.png");
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 0 0;
}
.divChecked {
	background-position: 0 -46px;
}
.expand_colap {
	float: right;
	width: 12px;
	height: 12px;
	background: url('../images/form/expand_colap.png') left top no-repeat;
}
.expand_colap:hover, .expand_colap.hover {
	background-position: left -18px;
}
.expand_colap.down {
	background-position: right top;
}
.expand_colap.down:hover, .expand_colap.down.hover {
	background-position: right -18px;
}
.ui-combobox {
	position: relative;
	display: inline-block;
	padding-right: 25px;
}
.ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* adjust styles for IE 6/7 */
	*height: 1.7em;
	*top: 0.1em;
}
.ui-combobox-input,
#listaItens .ui-combobox-input {
	margin: 0;
	padding: 0.3em;
	width: auto;
}
#listaItens .ui-state-default {
	box-shadow: none;
}
.ui-combobox-category {
	font-weight: bold;
	color: #69996D;
}
.checklabel {
	display: inline;
}
.parcelasTotal{
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#parcelasTotal{
	color: #F00;
	float: right;
	padding-left: 10px;
	margin-right: 5px;
}
