- <%@ page contentType="text/html; charset=gb2312"%>
- <%@ page import="com.gforce.gfoa.*,com.gforce.currency.*,java.util.*" %>
- <%
- Session m_session= new Session(session);
- %>
- body,td,p,input,th,tr{font-size:12px;}
- .size12 {font-size:12px; line-height: 20px}
- .size14 {font-size:14px;}
- .size14h {font-size:14px; line-height: 18px}
- .size7 {font-size:7px;}
- .newTitle {font-size:14px; line-height: 18px;}
- A{font-size:12px;color: #000000}
- A:link {text-decoration:none;}
- A:alink {text-decoration: none; }
- A:visited {text-decoration: none;}
- A:active {text-decoration: none;}
- A:hover {text-decoration:underline;}
- li
- {
- font-size:12px;}
- .DataRowsSingle {
- background-color: <%=m_session.GetString("SingleColor")%>;
- color: #000000;
- border-top-width: 1px;
- border-right-width: 1px;
- border-bottom-width: 1px;
- border-left-width: 1px;
- border-top-style: solid;
- border-right-style: solid;
- border-bottom-style: solid;
- border-left-style: solid;
- border-top-color: #0A0A0A;
- border-right-color: #330066;
- border-bottom-color: #330066;
- border-left-color: #0A0A0A;
- }
- .DataRowsDouble {
- background-color: <%=m_session.GetString("DoubleColor")%>;
- color: #000000;
- border-top-width: 1px;
- border-right-width: 1px;
- border-bottom-width: 1px;
- border-left-width: 1px;
- border-top-style: solid;
- border-right-style: solid;
- border-bottom-style: solid;
- border-left-style: solid;
- border-top-color: #0A0A0A;
- border-right-color: #330066;
- border-bottom-color: #330066;
- border-left-color: #0A0A0A;
- }
- .DataRowMouseOn {
- background-color: <%=m_session.GetString("TopBackColor")%>;
- color: #000000;
- border-top-width: 1px;
- border-right-width: 1px;
- border-bottom-width: 1px;
- border-left-width: 1px;
- border-top-style: solid;
- border-right-style: solid;
- border-bottom-style: solid;
- border-left-style: solid;
- border-top-color: #330066;
- border-right-color: #0A0A0A;
- border-bottom-color:#0A0A0A ;
- border-left-color: #330066;
- borderColorDark: #330066;
- borderColorLight: #0A0A0A;
- }
- .DataCols{
- background-color:<%=m_session.GetString("SingleColor")%>;
- color: #000000;
- }
- .DataColsMouseOn {
- background-color: <%=m_session.GetString("TopBackColor")%>;
- color: #000000;
- }
- .Content {
- overflow: scroll;
- cursor: auto;
- border-top: 1px solid #666666;
- border-right: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- border-left: 1px solid #666666;
- display: inline;
- height: 100%;
- width: 100%;
- background: #FFFFFF scroll;
- white-space: normal;
- clear: both;
- float: none;
- clip: rect(auto auto auto auto);
- position: absolute;
- visibility: visible;
- z-index: 0;
- margin: 1px;
- padding: 1px;
- }
- .DataList
- {
- width:100%;
- height:100%;
- overflow: auto;
- visibility: visible;
- }