locked
网页显示不正常 RRS feed

  • 问题

  • 偶的网站是我学习web开发的一个网站,昨天我把一个欧洲杯的execl文件导出到html,并把文件上传到网站ftp,然后打开网页发现显示不正常,不知道什么原因,本地打开是没有问题的.不知道谁能解释下.


    • 已编辑 Raymond Tang 2012年6月17日 13:40 去掉网址,疑为广告帖子
    2012年6月7日 6:59

答案

  • 解决了,代码没有问题,很可能是加载太多了,浏览器忙不过来

    页面改成

    yycred.com/ozb.html

    xls文件下载链接:

    yycred.com/ozb.xls

    2012年6月24日 6:08

全部回复

  • 可以具体给出代码?
    2012年6月9日 2:30
    1. 打开网页,然后view->source就可以看源码了
    2012年6月11日 1:02
    1. 打开网页,然后view->source就可以看源码了
    不是,你的源代码呢?
    2012年6月13日 1:42
  • <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
    xmlns="http://www.w3.org/TR/REC-html40">

    <head>
    <meta name="Excel Workbook Frameset">
    <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
    <meta name=ProgId content=Excel.Sheet>
    <meta name=Generator content="Microsoft Excel 14">
    <link rel=File-List href="ozb_files/filelist.xml">
    <title>2012&#27431;&#27954;&#26479;&#36187;&#31243;&#34920;</title>
    <![if !supportTabStrip]>
    <link id="shLink" href="ozb_files/sheet001.htm">

    <link id="shLink">

    <script language="JavaScript">
    <!--
     var c_lTabs=1;

     var c_rgszSh=new Array(c_lTabs);
     c_rgszSh[0] = "2012&#27431;&#27954;&#26479;&#36187;&#31243;&#34920;";

     

     var c_rgszClr=new Array(8);
     c_rgszClr[0]="window";
     c_rgszClr[1]="buttonface";
     c_rgszClr[2]="windowframe";
     c_rgszClr[3]="windowtext";
     c_rgszClr[4]="threedlightshadow";
     c_rgszClr[5]="threedhighlight";
     c_rgszClr[6]="threeddarkshadow";
     c_rgszClr[7]="threedshadow";

     var g_iShCur;
     var g_rglTabX=new Array(c_lTabs);

    function fnGetIEVer()
    {
     var ua=window.navigator.userAgent
     var msie=ua.indexOf("MSIE")
     if (msie>0 && window.navigator.platform=="Win32")
      return parseInt(ua.substring(msie+5,ua.indexOf(".", msie)));
     else
      return 0;
    }

    function fnBuildFrameset()
    {
     var szHTML="<frameset rows=\"*,18\" border=0 width=0 frameborder=no framespacing=0>"+
      "<frame src=\""+document.all.item("shLink")[0].href+"\" name=\"frSheet\" noresize>"+
      "<frameset cols=\"54,*\" border=0 width=0 frameborder=no framespacing=0>"+
      "<frame src=\"\" name=\"frScroll\" marginwidth=0 marginheight=0 scrolling=no>"+
      "<frame src=\"\" name=\"frTabs\" marginwidth=0 marginheight=0 scrolling=no>"+
      "</frameset></frameset><plaintext>";

     with (document) {
      open("text/html","replace");
      write(szHTML);
      close();
     }

     fnBuildTabStrip();
    }

    function fnBuildTabStrip()
    {
     var szHTML=
      "<html><head><style>.clScroll {font:8pt Courier New;color:"+c_rgszClr[6]+";cursor:default;line-height:10pt;}"+
      ".clScroll2 {font:10pt Arial;color:"+c_rgszClr[6]+";cursor:default;line-height:11pt;}</style></head>"+
      "<body onclick=\"event.returnValue=false;\" ondragstart=\"event.returnValue=false;\" onselectstart=\"event.returnValue=false;\" bgcolor="+c_rgszClr[4]+" topmargin=0 leftmargin=0><table cellpadding=0 cellspacing=0 width=100%>"+
      "<tr><td colspan=6 height=1 bgcolor="+c_rgszClr[2]+"></td></tr>"+
      "<tr><td style=\"font:1pt\">&nbsp;<td>"+
      "<td valign=top id=tdScroll class=\"clScroll\" onclick=\"parent.fnFastScrollTabs(0);\" onmouseover=\"parent.fnMouseOverScroll(0);\" onmouseout=\"parent.fnMouseOutScroll(0);\"><a>&#171;</a></td>"+
      "<td valign=top id=tdScroll class=\"clScroll2\" onclick=\"parent.fnScrollTabs(0);\" ondblclick=\"parent.fnScrollTabs(0);\" onmouseover=\"parent.fnMouseOverScroll(1);\" onmouseout=\"parent.fnMouseOutScroll(1);\"><a>&lt</a></td>"+
      "<td valign=top id=tdScroll class=\"clScroll2\" onclick=\"parent.fnScrollTabs(1);\" ondblclick=\"parent.fnScrollTabs(1);\" onmouseover=\"parent.fnMouseOverScroll(2);\" onmouseout=\"parent.fnMouseOutScroll(2);\"><a>&gt</a></td>"+
      "<td valign=top id=tdScroll class=\"clScroll\" onclick=\"parent.fnFastScrollTabs(1);\" onmouseover=\"parent.fnMouseOverScroll(3);\" onmouseout=\"parent.fnMouseOutScroll(3);\"><a>&#187;</a></td>"+
      "<td style=\"font:1pt\">&nbsp;<td></tr></table></body></html>";

     with (frames['frScroll'].document) {
      open("text/html","replace");
      write(szHTML);
      close();
     }

     szHTML =
      "<html><head>"+
      "<style>A:link,A:visited,A:active {text-decoration:none;"+"color:"+c_rgszClr[3]+";}"+
      ".clTab {cursor:hand;background:"+c_rgszClr[1]+";font:9pt Arial;padding-left:3px;padding-right:3px;text-align:center;}"+
      ".clBorder {background:"+c_rgszClr[2]+";font:1pt;}"+
      "</style></head><body onload=\"parent.fnInit();\" onselectstart=\"event.returnValue=false;\" ondragstart=\"event.returnValue=false;\" bgcolor="+c_rgszClr[4]+
      " topmargin=0 leftmargin=0><table id=tbTabs cellpadding=0 cellspacing=0>";

     var iCellCount=(c_lTabs+1)*2;

     var i;
     for (i=0;i<iCellCount;i+=2)
      szHTML+="<col width=1><col>";

     var iRow;
     for (iRow=0;iRow<6;iRow++) {

      szHTML+="<tr>";

      if (iRow==5)
       szHTML+="<td colspan="+iCellCount+"></td>";
      else {
       if (iRow==0) {
        for(i=0;i<iCellCount;i++)
         szHTML+="<td height=1 class=\"clBorder\"></td>";
       } else if (iRow==1) {
        for(i=0;i<c_lTabs;i++) {
         szHTML+="<td height=1 nowrap class=\"clBorder\">&nbsp;</td>";
         szHTML+=
          "<td id=tdTab height=1 nowrap class=\"clTab\" onmouseover=\"parent.fnMouseOverTab("+i+");\" onmouseout=\"parent.fnMouseOutTab("+i+");\">"+
          "<a href=\""+document.all.item("shLink")[i].href+"\" target=\"frSheet\" id=aTab>&nbsp;"+c_rgszSh[i]+"&nbsp;</a></td>";
        }
        szHTML+="<td id=tdTab height=1 nowrap class=\"clBorder\"><a id=aTab>&nbsp;</a></td><td width=100%></td>";
       } else if (iRow==2) {
        for (i=0;i<c_lTabs;i++)
         szHTML+="<td height=1></td><td height=1 class=\"clBorder\"></td>";
        szHTML+="<td height=1></td><td height=1></td>";
       } else if (iRow==3) {
        for (i=0;i<iCellCount;i++)
         szHTML+="<td height=1></td>";
       } else if (iRow==4) {
        for (i=0;i<c_lTabs;i++)
         szHTML+="<td height=1 width=1></td><td height=1></td>";
        szHTML+="<td height=1 width=1></td><td></td>";
       }
      }
      szHTML+="</tr>";
     }

     szHTML+="</table></body></html>";
     with (frames['frTabs'].document) {
      open("text/html","replace");
      charset=document.charset;
      write(szHTML);
      close();
     }
    }

    function fnInit()
    {
     g_rglTabX[0]=0;
     var i;
     for (i=1;i<=c_lTabs;i++)
      with (frames['frTabs'].document.all.tbTabs.rows[1].cells[fnTabToCol(i-1)])
       g_rglTabX[i]=offsetLeft+offsetWidth-6;
    }

    function fnTabToCol(iTab)
    {
     return 2*iTab+1;
    }

    function fnNextTab(fDir)
    {
     var iNextTab=-1;
     var i;

     with (frames['frTabs'].document.body) {
      if (fDir==0) {
       if (scrollLeft>0) {
        for (i=0;i<c_lTabs&&g_rglTabX[i]<scrollLeft;i++);
        if (i<c_lTabs)
         iNextTab=i-1;
       }
      } else {
       if (g_rglTabX[c_lTabs]+6>offsetWidth+scrollLeft) {
        for (i=0;i<c_lTabs&&g_rglTabX[i]<=scrollLeft;i++);
        if (i<c_lTabs)
         iNextTab=i;
       }
      }
     }
     return iNextTab;
    }

    function fnScrollTabs(fDir)
    {
     var iNextTab=fnNextTab(fDir);

     if (iNextTab>=0) {
      frames['frTabs'].scroll(g_rglTabX[iNextTab],0);
      return true;
     } else
      return false;
    }

    function fnFastScrollTabs(fDir)
    {
     if (c_lTabs>16)
      frames['frTabs'].scroll(g_rglTabX[fDir?c_lTabs-1:0],0);
     else
      if (fnScrollTabs(fDir)>0) window.setTimeout("fnFastScrollTabs("+fDir+");",5);
    }

    function fnSetTabProps(iTab,fActive)
    {
     var iCol=fnTabToCol(iTab);
     var i;

     if (iTab>=0) {
      with (frames['frTabs'].document.all) {
       with (tbTabs) {
        for (i=0;i<=4;i++) {
         with (rows[i]) {
          if (i==0)
           cells[iCol].style.background=c_rgszClr[fActive?0:2];
          else if (i>0 && i<4) {
           if (fActive) {
            cells[iCol-1].style.background=c_rgszClr[2];
            cells[iCol].style.background=c_rgszClr[0];
            cells[iCol+1].style.background=c_rgszClr[2];
           } else {
            if (i==1) {
             cells[iCol-1].style.background=c_rgszClr[2];
             cells[iCol].style.background=c_rgszClr[1];
             cells[iCol+1].style.background=c_rgszClr[2];
            } else {
             cells[iCol-1].style.background=c_rgszClr[4];
             cells[iCol].style.background=c_rgszClr[(i==2)?2:4];
             cells[iCol+1].style.background=c_rgszClr[4];
            }
           }
          } else
           cells[iCol].style.background=c_rgszClr[fActive?2:4];
         }
        }
       }
       with (aTab[iTab].style) {
        cursor=(fActive?"default":"hand");
        color=c_rgszClr[3];
       }
      }
     }
    }

    function fnMouseOverScroll(iCtl)
    {
     frames['frScroll'].document.all.tdScroll[iCtl].style.color=c_rgszClr[7];
    }

    function fnMouseOutScroll(iCtl)
    {
     frames['frScroll'].document.all.tdScroll[iCtl].style.color=c_rgszClr[6];
    }

    function fnMouseOverTab(iTab)
    {
     if (iTab!=g_iShCur) {
      var iCol=fnTabToCol(iTab);
      with (frames['frTabs'].document.all) {
       tdTab[iTab].style.background=c_rgszClr[5];
      }
     }
    }

    function fnMouseOutTab(iTab)
    {
     if (iTab>=0) {
      var elFrom=frames['frTabs'].event.srcElement;
      var elTo=frames['frTabs'].event.toElement;

      if ((!elTo) ||
       (elFrom.tagName==elTo.tagName) ||
       (elTo.tagName=="A" && elTo.parentElement!=elFrom) ||
       (elFrom.tagName=="A" && elFrom.parentElement!=elTo)) {

       if (iTab!=g_iShCur) {
        with (frames['frTabs'].document.all) {
         tdTab[iTab].style.background=c_rgszClr[1];
        }
       }
      }
     }
    }

    function fnSetActiveSheet(iSh)
    {
     if (iSh!=g_iShCur) {
      fnSetTabProps(g_iShCur,false);
      fnSetTabProps(iSh,true);
      g_iShCur=iSh;
     }
    }

     window.g_iIEVer=fnGetIEVer();
     if (window.g_iIEVer>=4)
      fnBuildFrameset();
    //-->
    </script>
    <![endif]><!--[if gte mso 9]><xml>
     <x:ExcelWorkbook>
      <x:ExcelWorksheets>
       <x:ExcelWorksheet>
        <x:Name>2012&#27431;&#27954;&#26479;&#36187;&#31243;&#34920;</x:Name>
        <x:WorksheetSource HRef="ozb_files/sheet001.htm"/>
       </x:ExcelWorksheet>
      </x:ExcelWorksheets>
      <x:Stylesheet HRef="ozb_files/stylesheet.css"/>
      <x:HideHorizontalScrollBar/>
      <x:WindowHeight>9615</x:WindowHeight>
      <x:WindowWidth>15480</x:WindowWidth>
      <x:WindowTopX>3555</x:WindowTopX>
      <x:WindowTopY>-285</x:WindowTopY>
      <x:DisplayDrawingObjects>PlaceHolders</x:DisplayDrawingObjects>
      <x:ProtectStructure>False</x:ProtectStructure>
      <x:ProtectWindows>False</x:ProtectWindows>
     </x:ExcelWorkbook>
    </xml><![endif]-->
    </head>

    <frameset rows="*,39" border=0 width=0 frameborder=no framespacing=0>
     <frame src="ozb_files/sheet001.htm" name="frSheet">
     <frame src="ozb_files/tabstrip.htm" name="frTabs" marginwidth=0 marginheight=0>
     <noframes>
      <body>
       <p>This page uses frames, but your browser doesn't support them.</p>
      </body>
     </noframes>
    </frameset>
    </html>

    2012年6月13日 2:31
  • 请给出您的cs代码?
    2012年6月18日 8:20
  • tr
     {mso-height-source:auto;}
    col
     {mso-width-source:auto;}
    br
     {mso-data-placement:same-cell;}
    .style0
     {mso-number-format:General;
     text-align:general;
     vertical-align:middle;
     white-space:nowrap;
     mso-rotate:0;
     mso-background-source:auto;
     mso-pattern:auto;
     color:black;
     font-size:11.0pt;
     font-weight:400;
     font-style:normal;
     text-decoration:none;
     font-family:\5B8B\4F53;
     mso-generic-font-family:auto;
     mso-font-charset:134;
     border:none;
     mso-protection:locked visible;
     mso-style-name:Normal;
     mso-style-id:0;}
    .font6
     {color:windowtext;
     font-size:12.0pt;
     font-weight:400;
     font-style:normal;
     text-decoration:none;
     font-family:\5B8B\4F53;
     mso-generic-font-family:auto;
     mso-font-charset:134;}
    .font9
     {color:windowtext;
     font-size:12.0pt;
     font-weight:400;
     font-style:normal;
     text-decoration:none;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;}
    .font10
     {color:white;
     font-size:12.0pt;
     font-weight:700;
     font-style:normal;
     text-decoration:none;
     font-family:\5B8B\4F53;
     mso-generic-font-family:auto;
     mso-font-charset:134;}
    .font11
     {color:white;
     font-size:12.0pt;
     font-weight:700;
     font-style:normal;
     text-decoration:none;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;}
    .font12
     {color:white;
     font-size:12.0pt;
     font-weight:400;
     font-style:normal;
     text-decoration:none;
     font-family:\5B8B\4F53;
     mso-generic-font-family:auto;
     mso-font-charset:134;}
    .font13
     {color:white;
     font-size:12.0pt;
     font-weight:400;
     font-style:normal;
     text-decoration:none;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;}
    .font28
     {color:red;
     font-size:20.0pt;
     font-weight:400;
     font-style:normal;
     text-decoration:none;
     font-family:\96B6\4E66, monospace;
     mso-font-charset:134;}
    .font32
     {color:green;
     font-size:20.0pt;
     font-weight:400;
     font-style:normal;
     text-decoration:none;
     font-family:\96B6\4E66, monospace;
     mso-font-charset:134;}
    .font35
     {color:#333399;
     font-size:12.0pt;
     font-weight:400;
     font-style:normal;
     text-decoration:none;
     font-family:\5B8B\4F53;
     mso-generic-font-family:auto;
     mso-font-charset:134;}
    td
     {mso-style-parent:style0;
     padding:0px;
     mso-ignore:padding;
     color:black;
     font-size:11.0pt;
     font-weight:400;
     font-style:normal;
     text-decoration:none;
     font-family:\5B8B\4F53;
     mso-generic-font-family:auto;
     mso-font-charset:134;
     mso-number-format:General;
     text-align:general;
     vertical-align:middle;
     border:none;
     mso-background-source:auto;
     mso-pattern:auto;
     mso-protection:locked visible;
     white-space:nowrap;
     mso-rotate:0;}
    .xl65
     {mso-style-parent:style0;
     font-size:12.0pt;
     mso-protection:locked hidden;}
    .xl66
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-protection:locked hidden;}
    .xl67
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:left;
     mso-protection:locked hidden;}
    .xl68
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     mso-protection:locked hidden;}
    .xl69
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-weight:700;
     text-align:right;
     vertical-align:bottom;
     border:.5pt solid windowtext;
     background:#99CC00;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl70
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-weight:700;
     text-align:center;
     vertical-align:bottom;
     border:.5pt solid windowtext;
     background:#99CC00;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl71
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     vertical-align:bottom;
     border:.5pt solid windowtext;
     background:#99CC00;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl72
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     text-align:center;
     border:.5pt solid windowtext;
     background:#FF6600;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl73
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     text-align:center;
     border:.5pt solid windowtext;
     background:#99CC00;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl74
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     text-align:center;
     vertical-align:bottom;
     border:.5pt solid windowtext;
     background:#99CC00;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl75
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:right;
     vertical-align:bottom;
     mso-protection:locked hidden;}
    .xl76
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:left;
     vertical-align:bottom;
     mso-protection:locked hidden;}
    .xl77
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     vertical-align:bottom;
     mso-protection:locked hidden;}
    .xl78
     {mso-style-parent:style0;
     color:blue;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:right;
     vertical-align:bottom;
     mso-protection:locked hidden;}
    .xl79
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:0;
     text-align:center;
     vertical-align:bottom;
     border:.5pt solid windowtext;
     background:#FFFF99;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl80
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:0;
     text-align:center;
     vertical-align:bottom;
     border-top:.5pt solid windowtext;
     border-right:none;
     border-bottom:.5pt solid windowtext;
     border-left:.5pt solid windowtext;
     mso-protection:locked hidden;}
    .xl81
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     border-top:.5pt solid windowtext;
     border-right:.5pt solid windowtext;
     border-bottom:.5pt solid windowtext;
     border-left:none;
     mso-protection:locked hidden;}
    .xl82
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     vertical-align:bottom;
     border:.5pt solid windowtext;
     mso-protection:locked hidden;}
    .xl83
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:0;
     text-align:center;
     vertical-align:bottom;
     mso-protection:locked hidden;}
    .xl84
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:"Short Time";
     text-align:center;
     mso-protection:locked hidden;}
    .xl85
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     text-align:right;
     vertical-align:bottom;
     mso-protection:locked hidden;}
    .xl86
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:0;
     text-align:center;
     vertical-align:bottom;
     background:#EAEAEA;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl87
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:"Short Time";
     text-align:center;
     background:#EAEAEA;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl88
     {mso-style-parent:style0;
     font-size:12.0pt;
     text-align:right;
     vertical-align:bottom;
     background:#EAEAEA;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl89
     {mso-style-parent:style0;
     font-size:12.0pt;
     background:#EAEAEA;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl90
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     background:#EAEAEA;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl91
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     mso-protection:locked hidden;}
    .xl92
     {mso-style-parent:style0;
     font-size:12.0pt;
     text-align:right;
     vertical-align:bottom;
     mso-protection:locked hidden;}
    .xl93
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:0;
     text-align:center;
     vertical-align:bottom;
     border-top:.5pt solid windowtext;
     border-right:none;
     border-bottom:.5pt solid windowtext;
     border-left:.5pt solid windowtext;
     background:#FFFF99;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl94
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     vertical-align:bottom;
     border-top:.5pt solid windowtext;
     border-right:.5pt solid windowtext;
     border-bottom:.5pt solid windowtext;
     border-left:none;
     mso-protection:locked hidden;}
    .xl95
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:0;
     text-align:center;
     vertical-align:bottom;
     border-top:.5pt solid windowtext;
     border-right:none;
     border-bottom:none;
     border-left:.5pt solid windowtext;
     mso-protection:locked hidden;}
    .xl96
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     border-top:.5pt solid windowtext;
     border-right:.5pt solid windowtext;
     border-bottom:none;
     border-left:none;
     mso-protection:locked hidden;}
    .xl97
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     vertical-align:bottom;
     mso-protection:locked hidden;}
    .xl98
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:"m\0022\6708\0022d\0022\65E5\0022\;\@";
     text-align:center;
     mso-protection:locked hidden;}
    .xl99
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:"m\0022\6708\0022d\0022\65E5\0022\;\@";
     text-align:center;
     background:#EAEAEA;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl100
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     background:#EAEAEA;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl101
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:"Short Time";
     mso-protection:locked hidden;}
    .xl102
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:"mmm\\-yy";
     text-align:left;
     mso-protection:locked hidden;}
    .xl103
     {mso-style-parent:style0;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-protection:locked hidden;}
    .xl104
     {mso-style-parent:style0;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:left;
     mso-protection:locked hidden;}
    .xl105
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:"\;\;\;";
     mso-protection:locked hidden;}
    .xl106
     {mso-style-parent:style0;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     mso-protection:locked hidden;}
    .xl107
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     vertical-align:bottom;
     background:#EAEAEA;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl108
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:right;
     vertical-align:bottom;
     mso-protection:locked hidden;}
    .xl109
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:left;
     vertical-align:bottom;
     mso-protection:locked hidden;}
    .xl110
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:right;
     vertical-align:bottom;
     background:#EAEAEA;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl111
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:left;
     vertical-align:bottom;
     background:#EAEAEA;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl112
     {mso-style-parent:style0;
     color:blue;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-protection:locked hidden;}
    .xl113
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:none;
     border-right:none;
     border-bottom:none;
     border-left:.5pt solid windowtext;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl114
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:left;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl115
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl116
     {mso-style-parent:style0;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:none;
     border-right:.5pt solid windowtext;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl117
     {mso-style-parent:style0;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:none;
     border-right:none;
     border-bottom:none;
     border-left:.5pt solid windowtext;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl118
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:none;
     border-right:.5pt solid windowtext;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl119
     {mso-style-parent:style0;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl120
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:1.5pt solid #993300;
     border-right:1.5pt solid #993300;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl121
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:none;
     border-right:1.5pt solid maroon;
     border-bottom:1.5pt solid maroon;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl122
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:left;
     border-top:1.5pt solid maroon;
     border-right:none;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl123
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:left;
     border-top:1.5pt solid maroon;
     border-right:1.5pt solid maroon;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl124
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:none;
     border-right:1.5pt solid maroon;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl125
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:1.0pt solid red;
     border-right:1.5pt solid maroon;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl126
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:none;
     border-right:none;
     border-bottom:1.5pt solid maroon;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl127
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:left;
     border-top:none;
     border-right:1.5pt solid maroon;
     border-bottom:1.5pt solid maroon;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl128
     {mso-style-parent:style0;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl129
     {mso-style-parent:style0;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:none;
     border-right:1.5pt solid maroon;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl130
     {mso-style-parent:style0;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:none;
     border-right:.5pt solid windowtext;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl131
     {mso-style-parent:style0;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:none;
     border-right:none;
     border-bottom:none;
     border-left:.5pt solid windowtext;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl132
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:1.5pt solid maroon;
     border-right:1.5pt solid maroon;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl133
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:1.5pt solid maroon;
     border-right:none;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl134
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:none;
     border-right:1.5pt solid maroon;
     border-bottom:1.0pt solid red;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl135
     {mso-style-parent:style0;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:none;
     border-right:none;
     border-bottom:.5pt solid windowtext;
     border-left:.5pt solid windowtext;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl136
     {mso-style-parent:style0;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:none;
     border-right:none;
     border-bottom:.5pt solid windowtext;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl137
     {mso-style-parent:style0;
     color:blue;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:none;
     border-right:none;
     border-bottom:.5pt solid windowtext;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl138
     {mso-style-parent:style0;
     color:blue;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:none;
     border-right:.5pt solid windowtext;
     border-bottom:.5pt solid windowtext;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl139
     {mso-style-parent:style0;
     font-size:12.0pt;
     text-align:left;
     mso-protection:locked hidden;}
    .xl140
     {mso-style-parent:style0;
     color:blue;
     font-size:12.0pt;
     text-align:left;
     mso-protection:locked hidden;}
    .xl141
     {mso-style-parent:style0;
     color:#333399;
     font-size:12.0pt;
     font-weight:700;
     text-align:left;
     mso-protection:locked hidden;}
    .xl142
     {mso-style-parent:style0;
     font-size:10.5pt;
     text-align:left;
     mso-protection:locked hidden;}
    .xl143
     {mso-style-parent:style0;
     color:windowtext;
     font-size:10.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border:1.0pt solid #FF6600;
     background:#FFFF99;
     mso-pattern:black none;
     mso-protection:unlocked hidden;}
    .xl144
     {mso-style-parent:style0;
     color:#333333;
     font-family:Tahoma, sans-serif;
     mso-font-charset:0;}
    .xl145
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     text-align:right;
     mso-protection:locked hidden;}
    .xl146
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-weight:700;
     text-align:right;
     border:.5pt solid windowtext;
     background:#99CC00;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl147
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-weight:700;
     text-align:center;
     border:.5pt solid windowtext;
     background:#99CC00;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl148
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:0;
     text-align:center;
     vertical-align:bottom;
     border-top:none;
     border-right:none;
     border-bottom:.5pt solid windowtext;
     border-left:.5pt solid windowtext;
     mso-protection:locked hidden;}
    .xl149
     {mso-style-parent:style0;
     border-top:.5pt solid windowtext;
     border-right:none;
     border-bottom:.5pt solid windowtext;
     border-left:.5pt solid windowtext;}
    .xl150
     {mso-style-parent:style0;
     color:#FF6600;
     font-size:16.0pt;
     font-family:\9ED1\4F53;
     mso-generic-font-family:auto;
     mso-font-charset:134;
     mso-protection:locked hidden;}
    .xl151
     {mso-style-parent:style0;
     color:#333333;
     font-size:9.0pt;
     font-family:Tahoma, sans-serif;
     mso-font-charset:0;}
    .xl152
     {mso-style-parent:style0;
     color:red;
     font-size:14.0pt;
     font-family:\9ED1\4F53;
     mso-generic-font-family:auto;
     mso-font-charset:134;
     mso-protection:locked hidden;}
    .xl153
     {mso-style-parent:style0;
     color:red;
     font-size:16.0pt;
     font-family:\9ED1\4F53;
     mso-generic-font-family:auto;
     mso-font-charset:134;
     mso-protection:locked hidden;}
    .xl154
     {mso-style-parent:style0;
     color:#0066CC;
     font-size:9.0pt;
     text-decoration:underline;
     text-underline-style:single;
     font-family:Arial, sans-serif;
     mso-font-charset:0;}
    .xl155
     {mso-style-parent:style0;
     color:#0066CC;
     font-size:16.0pt;
     font-family:\9ED1\4F53;
     mso-generic-font-family:auto;
     mso-font-charset:134;
     mso-protection:locked hidden;}
    .xl156
     {mso-style-parent:style0;
     color:#3366FF;
     font-size:12.0pt;}
    .xl157
     {mso-style-parent:style0;
     color:green;
     font-size:12.0pt;
     text-align:left;
     mso-protection:locked hidden;}
    .xl158
     {mso-style-parent:style0;
     color:red;
     font-size:12.0pt;
     font-weight:700;
     text-align:left;
     mso-protection:locked hidden;}
    .xl159
     {mso-style-parent:style0;
     color:#003366;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-protection:locked hidden;}
    .xl160
     {mso-style-parent:style0;
     font-size:12.0pt;
     text-align:right;
     background:#EAEAEA;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl161
     {mso-style-parent:style0;
     color:red;
     font-size:20.0pt;
     font-family:\96B6\4E66, monospace;
     mso-font-charset:134;
     text-align:center;
     border-top:2.0pt double olive;
     border-right:none;
     border-bottom:none;
     border-left:2.0pt double olive;
     background:#FFFF99;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl162
     {mso-style-parent:style0;
     color:#FF6600;
     border-top:2.0pt double olive;
     border-right:none;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:black none;}
    .xl163
     {mso-style-parent:style0;
     color:#FF6600;
     border-top:2.0pt double olive;
     border-right:2.0pt double blue;
     border-bottom:none;
     border-left:none;
     background:#FFFF99;
     mso-pattern:black none;}
    .xl164
     {mso-style-parent:style0;
     color:#FF6600;
     border-top:none;
     border-right:none;
     border-bottom:2.0pt double olive;
     border-left:2.0pt double olive;
     background:#FFFF99;
     mso-pattern:black none;}
    .xl165
     {mso-style-parent:style0;
     color:#FF6600;
     border-top:none;
     border-right:none;
     border-bottom:2.0pt double olive;
     border-left:none;
     background:#FFFF99;
     mso-pattern:black none;}
    .xl166
     {mso-style-parent:style0;
     color:#FF6600;
     border-top:none;
     border-right:2.0pt double blue;
     border-bottom:2.0pt double olive;
     border-left:none;
     background:#FFFF99;
     mso-pattern:black none;}
    .xl167
     {mso-style-parent:style0;
     color:red;
     font-size:26.0pt;
     font-family:\96B6\4E66, monospace;
     mso-font-charset:134;
     text-align:center;
     border-top:2.0pt double blue;
     border-right:none;
     border-bottom:none;
     border-left:2.0pt double blue;
     mso-background-source:auto;
     mso-pattern:#99CC00 thin-diag-cross;
     mso-protection:locked hidden;}
    .xl168
     {mso-style-parent:style0;
     color:red;
     font-size:26.0pt;
     border-top:2.0pt double blue;
     border-right:2.0pt double blue;
     border-bottom:none;
     border-left:none;
     mso-background-source:auto;
     mso-pattern:#99CC00 thin-diag-cross;}
    .xl169
     {mso-style-parent:style0;
     color:red;
     font-size:26.0pt;
     border-top:none;
     border-right:none;
     border-bottom:2.0pt double blue;
     border-left:2.0pt double blue;
     mso-background-source:auto;
     mso-pattern:#99CC00 thin-diag-cross;}
    .xl170
     {mso-style-parent:style0;
     color:red;
     font-size:26.0pt;
     border-top:none;
     border-right:2.0pt double blue;
     border-bottom:2.0pt double blue;
     border-left:none;
     mso-background-source:auto;
     mso-pattern:#99CC00 thin-diag-cross;}
    .xl171
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid #FF6600;
     border-right:none;
     border-bottom:1.0pt solid #FF6600;
     border-left:1.0pt solid #FF6600;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl172
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid #FF6600;
     border-right:1.0pt solid #FF6600;
     border-bottom:1.0pt solid #FF6600;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl173
     {mso-style-parent:style0;
     color:red;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.5pt solid red;
     border-right:none;
     border-bottom:1.5pt solid red;
     border-left:1.5pt solid red;
     background:#FFFF99;
     mso-pattern:lime none;
     mso-protection:locked hidden;}
    .xl174
     {mso-style-parent:style0;
     color:red;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.5pt solid red;
     border-right:1.5pt solid red;
     border-bottom:1.5pt solid red;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime none;
     mso-protection:locked hidden;}
    .xl175
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid red;
     border-right:none;
     border-bottom:1.0pt solid red;
     border-left:1.0pt solid red;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl176
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid red;
     border-right:1.0pt solid red;
     border-bottom:1.0pt solid red;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl177
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid fuchsia;
     border-right:none;
     border-bottom:1.0pt solid fuchsia;
     border-left:1.0pt solid fuchsia;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl178
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid fuchsia;
     border-right:1.0pt solid fuchsia;
     border-bottom:1.0pt solid fuchsia;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl179
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:"m\0022\6708\0022d\0022\65E5\0022\;\@";
     text-align:center;
     background:#EAEAEA;
     mso-pattern:black none;
     mso-protection:locked hidden;
     white-space:normal;}
    .xl180
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     mso-protection:locked hidden;
     mso-rotate:90;}
    .xl181
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     mso-number-format:"m\0022\6708\0022d\0022\65E5\0022\;\@";
     text-align:center;
     mso-protection:locked hidden;
     white-space:normal;}
    .xl182
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     background:green;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl183
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border:.5pt solid windowtext;
     background:#99CC00;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl184
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     text-align:center;
     border-top:.5pt solid windowtext;
     border-right:.5pt solid windowtext;
     border-bottom:none;
     border-left:.5pt solid windowtext;
     background:#99CC00;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl185
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:.5pt solid windowtext;
     border-right:.5pt solid windowtext;
     border-bottom:none;
     border-left:.5pt solid windowtext;
     background:#99CC00;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl186
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-weight:700;
     text-align:center;
     border:.5pt solid windowtext;
     background:green;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl187
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-weight:700;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border:.5pt solid windowtext;
     background:green;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl188
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-weight:700;
     text-align:center;
     border-top:.5pt solid windowtext;
     border-right:none;
     border-bottom:none;
     border-left:.5pt solid windowtext;
     background:#FF6600;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl189
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:.5pt solid windowtext;
     border-right:none;
     border-bottom:none;
     border-left:none;
     background:#FF6600;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl190
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:.5pt solid windowtext;
     border-right:.5pt solid windowtext;
     border-bottom:none;
     border-left:none;
     background:#FF6600;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl191
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     background:green;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl192
     {mso-style-parent:style0;
     color:white;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     border-top:.5pt solid windowtext;
     border-right:.5pt solid windowtext;
     border-bottom:none;
     border-left:.5pt solid windowtext;
     background:#99CC00;
     mso-pattern:black none;
     mso-protection:locked hidden;}
    .xl193
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid green;
     border-right:none;
     border-bottom:1.0pt solid green;
     border-left:1.0pt solid green;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl194
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid green;
     border-right:1.0pt solid green;
     border-bottom:1.0pt solid green;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl195
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid blue;
     border-right:none;
     border-bottom:1.0pt solid blue;
     border-left:1.0pt solid blue;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl196
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid blue;
     border-right:1.0pt solid blue;
     border-bottom:1.0pt solid blue;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl197
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid #003300;
     border-right:none;
     border-bottom:1.0pt solid #003300;
     border-left:1.0pt solid #003300;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl198
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid #003300;
     border-right:1.0pt solid #003300;
     border-bottom:1.0pt solid #003300;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl199
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid purple;
     border-right:none;
     border-bottom:1.0pt solid purple;
     border-left:1.0pt solid purple;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl200
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid purple;
     border-right:1.0pt solid purple;
     border-bottom:1.0pt solid purple;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl201
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid navy;
     border-right:none;
     border-bottom:1.0pt solid navy;
     border-left:1.0pt solid navy;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl202
     {mso-style-parent:style0;
     color:windowtext;
     font-size:12.0pt;
     font-family:Verdana, sans-serif;
     mso-font-charset:0;
     text-align:center;
     border-top:1.0pt solid navy;
     border-right:1.0pt solid navy;
     border-bottom:1.0pt solid navy;
     border-left:none;
     background:#FFFF99;
     mso-pattern:lime thin-reverse-diag-stripe;
     mso-protection:locked hidden;}
    .xl203
     {mso-style-parent:style0;
     color:red;
     font-size:16.0pt;
     font-family:\9ED1\4F53;
     mso-generic-font-family:auto;
     mso-font-charset:134;
     text-align:center;
     mso-protection:locked hidden;}
    .xl204
     {mso-style-parent:style0;
     color:#0066CC;
     font-size:16.0pt;
     font-family:\9ED1\4F53;
     mso-generic-font-family:auto;
     mso-font-charset:134;
     text-align:center;
     mso-protection:locked hidden;}
    .xl205
     {mso-style-parent:style0;
     color:green;
     font-size:16.0pt;
     font-weight:700;
     text-align:center;
     mso-protection:locked hidden;}
    2012年6月19日 1:18
  • 不是,你有后台代码吗?cs文件的,也就是C#代码?
    2012年6月19日 1:23
  • 是excel导出的html,不是asp

    2012年6月20日 3:48
  • 是excel导出的html,不是asp

    如果你的问题已经解决了,请给出解决方案;貌似你标记的并不是解决方案:D

       QQ我:讨论(Talk)
    下载MSDN桌面工具(Vista,Win7)
    我的博客园
    慈善点击,点击此处

    2012年6月23日 10:53
  • 没有解决

    2012年6月24日 5:05
  • 没有解决

    那请取消标记吧……没有关系的:D

       QQ我:讨论(Talk)
    下载MSDN桌面工具(Vista,Win7)
    我的博客园
    慈善点击,点击此处

    2012年6月24日 5:06
  • 解决了,代码没有问题,很可能是加载太多了,浏览器忙不过来

    页面改成

    yycred.com/ozb.html

    xls文件下载链接:

    yycred.com/ozb.xls

    2012年6月24日 6:08
  • 好的,请标记你的答案,并且取消你标记的答案。因为你的答案提供了更多信息:-)

       QQ我:讨论(Talk)
    下载MSDN桌面工具(Vista,Win7)
    我的博客园
    慈善点击,点击此处

    2012年6月24日 6:14