body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.font14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.font14BigRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	font-weight: bold;
}

.fieldReadOnly {
	background-image: none;
	background-color: #EBEBEB;
}

.fontErro {
	font-size: 11px;
	color: red;
}

/* Grid Indicator */
.x-grid3-body .x-grid3-td-rowindicator {
	background:transparent repeat-y right;
	background-image: url(../ext-3.4.0/resources/images/default/grid/grid3-special-col-bg.gif);
}

.x-grid3-body .x-grid3-row-selected .x-grid3-td-rowindicator {
	background: transparent no-repeat right top;
	background-image: url(../img/indicator.gif);
}

/* Grid Summary */
.x-grid3-summary-row {background:#F1F2F4 none repeat scroll 0%;color:#333333;border:1px solid #ededed;border-top-color:#fff;}
.x-grid3-summary-row .x-grid3-cell-inner {font-weight:bold;padding-bottom:4px;border:1px solid #CCCCCC;}
.x-grid-hide-summary .x-grid3-summary-row {display:none;}
.x-grid3-summary-msg {font-weight:bold;padding:4px 16px;}

/* ColumnHeaderGroup */
td.ux-grid-hd-group-cell {
    background: url(../ext-3.4.0/resources/images/default/grid/grid3-hrow.gif) repeat-x bottom;
}

/* icones */
.icon_home {
	background-image:url(../img/icons/home.png);
}
.icon_leaf {
	background-image:url(../img/icons/leaf.gif);
}
.icon_modulo {
	background-image:url(../img/icons/modulo.png);
}
.icon_phone {
	background-image:url(../img/icons/phone.png);
}

/* células da grid */
.grCellBackWhite {
	background-color: #FFFFFF;
}

.grCellBackRed {
	background-color: #F08F79;
}

.grCellBackGreen {
	background-color: #77F366;
}

.grCellBackYellow {	
	background-color: #F3F342;
}

.grCellBackBlue {
	background-color: #9FBBF5;
}

.grCellBackSilver {
	background-color: #CCCCCC;
}