/* Edit Form Table Styles - Specific styles ic_app?_table_edit ic_frm?_table_edit */
.ic_table_edit { WIDTH: 100%; PADDING: 0px; }

/* Edit Section Header Styles - Specific styles ic_app?_header_edit ic_frm?_header_edit */
.ic_header_edit {COLOR: #ffffff; FONT-FAMILY: verdana; FONT-SIZE: 15px; FONT-WEIGHT: normal; TEXT-DECORATION: none; background-color: #999999;padding-left:5px; padding-top: 2px; padding-bottom: 2px; }

/* Edit Field Label Styles - Specific styles ic_app?_label_edit ic_frm?_label_edit */
.ic_label_edit, .ic_label_edit_req { BACKGROUND-COLOR: #dddddd; COLOR: #000000; FONT-FAMILY: 'Arial', 'Helvetica'; FONT-SIZE: 9pt; FONT-WEIGHT: normal; PADDING-LEFT:2px; PADDING-RIGHT:2px; PADDING-TOP:4px; TEXT-ALIGN: right; VERTICAL-ALIGN: top; WIDTH: 20%; }
.ic_label_edit_req  { COLOR:Red; }

/* Edit Field Control Styles - Specific styles ic_app?_control_edit ic_frm?_control_edit */
.ic_control_edit, .ic_control_edit_req { COLOR: #000000; FONT-FAMILY: 'Arial', 'Helvetica'; FONT-SIZE: 9pt; FONT-WEIGHT: normal; PADDING-LEFT:1px; PADDING-RIGHT:1px; TEXT-ALIGN: left; VERTICAL-ALIGN: top; }
.ic_control_edit_req { color:Red; }

/* Text Area Default */
.ic_control_edit_ta { width: 100%; height: 100px; }
