.x-grid3-row-alt {
  background-color:#e9e9e9
}

.result-grid .x-grid3-hd-btn {
  display: none;
}

.eat-cell-true {
  background: transparent;
  background-image: url(/funcassociate_client/images/checkmark.png);
  background-repeat: no-repeat;
  background-position: center;
}

.custom-label {padding:3px 0 5px 0;}

.documentation_root {
	padding: 5px; 
	width: 750;
}

.documentation {
	font-family: Helvetica, Arial, sans-serif;
}

h1.documentation {
	color: #003366;
	font-weight: bold;
	line-height: normal;
	margin: 21px 0 4px;
	font-size: 14pt;
}

p.documentation {
	font-size: 10pt;
	line-height: 13pt;
	width: 750;
}

ul.documentation {
	list-style-type: disc;
	font-size: 10pt;
	line-height: 13pt;
	margin-left: 1.75em;
}

/*===================================
/*  Rules for custom ux layouts (ripped from ExtJS examples)
/*====================================*/
/* 
 * Ext.ux.layout.CenterLayout
 */
.ux-layout-center-item {
    margin:0 auto;
    text-align:left;
}
.ux-layout-center .x-panel-body,  /* if the container is a panel */
body.ux-layout-center {           /* if the container is the doc body (for viewport) */
    text-align:center;
}
