1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
|
BODY {
margin:0px;
color:#FFFFFF;
}
A {
font-family:"verdana","arial","courier";
font-size:12px;
font-weight:bold;
color:#137BF9;
}
.MENUTABLE {
background: #137BF9;
}
.MENULINK {
font-family:"verdana","arial","courier";
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
A:HOVER {
text-decoration:underline;
}
.REGULAR {
font-family:"verdana","arial","courier";
font-size:12px;
font-weight:normal;
color:#000000;
}
.BOLD {
font-family:"verdana","arial","courier";
font-size:12px;
font-weight:bold;
color:#000000;
}
.TITLE {
font-family:"verdana","arial","courier";
font-size:20px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.REALLY_BIG {
font-family:"courier";
font-size:36px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.DOCUMENT_LAYER {
background: #7AF98D;
font-family:"verdana","arial","courier";
font-size:12px;
font-weight:normal;
color:#000000;
}
.PAGE_LAYER {
background: #DBF961;
font-family:"verdana","arial","courier";
font-size:12px;
font-weight:normal;
color:#000000;
}
.GROUP_LAYER {
background: #7CD2F4;
font-family:"verdana","arial","courier";
font-size:12px;
font-weight:normal;
color:#000000;
}
.TOTAL_LAYER {
background: #ADD2F4;
font-family:"verdana","arial","courier";
font-size:12px;
font-weight:normal;
color:#000000;
}
.CATALOG_LAYER {
background: #FFFFFF;
font-family:"verdana","arial","courier";
font-size:12px;
font-weight:normal;
color:#000000;
}
.RED_ROW {
background: #FF0000;
font-family:"verdana","arial","courier";
font-size:12px;
font-weight:normal;
color:#FFFFFF;
}
.YELLOW_ROW {
background: #FFFF00;
font-family:"verdana","arial","courier";
font-size:12px;
font-weight:normal;
color:#000000;
}
.XML {
font-family: "courier";
font-size: 11pt;
font-weight: plain;
color: #000000;
}
.CODE {
font-family: "courier";
font-size: 10pt;
font-weight: normal;
color: #000000;
background: #FFFFFF;
}
.CODE_HIGHLIGHT {
font-family: "courier";
font-size: 10pt;
font-weight: normal;
color: #000000;
background: #D4FC0A;
width:500px;
}
.SUBMIT_BUTTON {
background: #00B000;
font-family:"verdana","arial","courier";
font-size:12px;
font-weight:bold;
color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#007500;
padding:5px;
}
.PHPREPORTS_PAGE_CELL {
background: #FFFFFF;
font-family: "arial","verdana";
font-size:12px;
font-weight: normal;
}
.PHPREPORTS_PAGE_LINK {
color: #0000C0;
font-family: "arial","verdana";
font-size:12px;
font-weight: bold;
}
.PHPREPORTS_PAGE_LINK_BOLD {
color: #000000;
font-family: "arial","verdana";
font-size:12px;
font-weight: bold;
text-decoration:none;
}
|