.custom #banner {
    background-image: url(../images/banner.jpg);
}


.x-panel-header-text {
	font: 1.2em Arial;
}

/* customize table layout */
.custom table.data {
	margin-bottom: 0em;
}
		
	.custom table.data th {
		background-color: #367cc1;
		color: #fff;
		font-weight: bold;
		text-align: left;
		padding: .5em;
	}
	.custom table.data td {
		padding: .5em;
		font: 1.2em Arial;
	}

	.custom table.data td {
		background-color: #D6E3EC;
	}
	
	.custom table.data td.shaded {
		background-color: #C8DAE8;
	}
	
	.custom table.data td.top{
		background-color: #005596;
		height: 13px;
		color: #fff;
		font-weight:bold;
	}
	.custom table.data td.bottom{
		background-color: #005596;
		height: 13px;
		color: #fff;
	}
	
	.custom table.data td.gray{
		background-color: #EFEBE1;
		height: 13px;
		font-weight:bold;
		}

.custom table.border,
.custom table.border tr,
.custom table.border td{
	border-collapse:collapse;
	border:1px solid #FFFFFF;
}

.custom .margined{
	margin: 1em;
}

.custom #selectionlist .x-tool{
	float:left;
}
.custom #selectionlist .x-panel-header-text{
	padding: 0 0 0 1em;
}


.custom .ext-component .x-tab-strip{
	padding: 0em;
}
	

