@charset "utf-8";
ul,li{ margin:0; padding:0;}
.globalFeedbackPanel{  clear:both; }
.globalFeedbackPanel ul{ list-style:none;  border:1px solid #FFC000; margin-bottom: 5px;}
.globalFeedbackPanel li{ margin:1px; font-size:14px;  border:1px solid #FFC000;}
.globalFeedbackPanel li span{ display:block; line-height:40px; text-indent:40px;}
.globalFeedbackPanel li .feedbackPanelERROR { color: #FF6600; background:url( ../images/globalfeedbackpanel/ts_01.png ) no-repeat left;}
.globalFeedbackPanel li .feedbackPanelFATAL { color: #FF0000; background:url( ../images/globalfeedbackpanel/ts_01.png ) no-repeat left;}
.globalFeedbackPanel li .feedbackPanelWARNING { color: #FF9900; background:url( ../images/globalfeedbackpanel/ts_03.png ) no-repeat left; }
.globalFeedbackPanel li .feedbackPanelINFO { color: black; background:url( ../images/globalfeedbackpanel/ts_05.png ) no-repeat left; }
.globalFeedbackPanel li .feedbackPanelDEBUG { color: black;background:url( ../images/globalfeedbackpanel/ts_04.png ) no-repeat left;}
.globalFeedbackPanel li .feedbackPanelUNDEFINED { color: #666666;background:url( ../images/globalfeedbackpanel/ts_02.png ) no-repeat left;}
