/*
11/01/2016 DTM This CSS file is for ensuring those elements with the italics <i> HTML tag
display properly
*/
/* The element labeling at the bottom of the map */
#infolabelbox i {
	font-style: italic;
}
/* The element combobox dropdown list */
.x-combo-list-item i {
	font-style: italic;
	
}
/* point probe popup window */
#popuptab1 i {
	font-style: italic;
}
/* future slide out left panel */
.x-panel .x-panel-noborder i {
	font-style: italic;
}
/* mouseover value display label */
#ll_mouse i {
	font-style: italic;
}