package org.apache.jsp.css; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; public final class infobar_005fcss_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent { private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory(); private static java.util.List _jspx_dependants; static { _jspx_dependants = new java.util.ArrayList(1); _jspx_dependants.add("/WEB-INF/taglib.tld"); } private javax.el.ExpressionFactory _el_expressionfactory; private org.apache.AnnotationProcessor _jsp_annotationprocessor; public Object getDependants() { return _jspx_dependants; } public void _jspInit() { _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); _jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName()); } public void _jspDestroy() { } public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException { PageContext pageContext = null; HttpSession session = null; ServletContext application = null; ServletConfig config = null; JspWriter out = null; Object page = this; JspWriter _jspx_out = null; PageContext _jspx_page_context = null; try { response.setContentType("text/css"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\n"); out.write("#infobar_logo {\n"); out.write("\tposition: absolute;\n"); out.write("\tleft: 0px;\n"); out.write("\ttop: 0px;\n"); out.write("\twidth: 224px;\n"); out.write("\theight: 65px;\n"); out.write("\tdisplay: block;\n"); out.write("\tfloat: left;\n"); out.write("\tpadding-top: 5px;\n"); out.write("\tbackground-color: transparent;\n"); out.write("}\n"); out.write("\n"); out.write("#infobar_person {\n"); out.write("\tdisplay: block;\n"); out.write("\tposition: absolute;\n"); out.write("\tFONT-SIZE: 11px;\n"); out.write("\tfont-weight: bold;\n"); out.write("\tCOLOR: #dd3300;\n"); out.write("\tFONT-FAMILY: Arial, Verdana, sans-serif;\n"); out.write("\tleft: 38%;\n"); out.write("\ttop: 0;\n"); out.write("\twidth: 452px;\n"); out.write("\theight: 65px;\n"); out.write("\t/*text-align: center;*/\n"); out.write("\tvertical-align: middle;\n"); out.write("\tpadding-top: 0px;\n"); out.write("\tbackground-color: transparent;\n"); out.write("\t//float: left;\n"); out.write("}\n"); out.write("\n"); out.write("#infobar_table {\n"); out.write("\tdisplay: block;\n"); out.write("\tfloat: left;\n"); out.write("\tposition: absolute;\n"); out.write("\tright: 10px;\n"); out.write("\ttop: 5px;\n"); out.write("\tpadding-top: 10px;\n"); out.write("\twidth: 280px;\n"); out.write("\theight: 65px;\n"); out.write("\ttext-align: right;\n"); out.write("\theight: 100%;\n"); out.write("}\n"); out.write("\n"); out.write(".infobar_table_text {\n"); out.write("\tFONT-SIZE: 12px;\n"); out.write("\ttext-align: right;\n"); out.write("}\n"); out.write("\n"); out.write(".infobar-title {\n"); out.write("\tcolor : #DD3300; \n"); out.write("\tfont-size : 11px; \n"); out.write("\tfont-family : Arial,Verdana,sans-serif; \n"); out.write("\tfont-weight : bold;\n"); out.write("\ttext-align:left;\n"); out.write("\twhite-space: nowrap;\n"); out.write("}\n"); out.write("\n"); out.write(".infobar-body {\n"); out.write("\tcolor : black; \n"); out.write("\tfont-size : 11px; \n"); out.write("\tfont-family : Arial,Verdana,sans-serif; \n"); out.write("\tfont-weight : bold;\n"); out.write("\ttext-align: left;\n"); out.write("\twhite-space: nowrap;\n"); out.write("}\n"); out.write("\n"); out.write(".infobar-body-text {\n"); out.write("\twidth: 400px;\n"); out.write("\ttext-align: left;\n"); out.write("}\n"); out.write("\n"); out.write(".infobar-icon {\n"); out.write("\tborder: none;\n"); out.write("\twidth: 15 px;\n"); out.write("\theight: 15 px;\n"); out.write("\tvertical-align: middle;\n"); out.write("\tmargin-left: 10px;\n"); out.write("}\n"); out.write("\n"); out.write(".infobar-information-content {\n"); out.write("\twidth: 250px; \n"); out.write("\theight: 36px;\n"); out.write("\tvertical-align: middle;\n"); out.write("\tbackground-color: white;\n"); out.write("\tborder-color:white;\n"); out.write("\tborder-style: none none none none;\n"); out.write("\tborder-width: 0 0 0 0;\n"); out.write("}\n"); out.write("\n"); out.write("div#infobar_information table {\n"); out.write("\t\tborder-collapse: collapse;\n"); out.write("\t\twidth: 100%;\n"); out.write("\t\tborder: 0;\n"); out.write("\t\tcellpadding: 0;\n"); out.write("\t\tcellspacing: 0;\n"); out.write("}"); } catch (Throwable t) { if (!(t instanceof SkipPageException)){ out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { out.clearBuffer(); } catch (java.io.IOException e) {} if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else log(t.getMessage(), t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } } }