00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036 .menu { background-color: #265990 }
00037 .menu_border_t { border-top: 2px solid #9090B0 }
00038 .menu_border_b { border-bottom: 2px solid #9090B0 }
00039 .menu_border_l { border-left: 2px solid #9090B0 }
00040 .menu_border_r { border-right: 2px solid #9090B0 }
00041
00042
00043
00044
00045 .command { background-color: #1040A0 }
00046 .command_border_t { border-top: 2px solid #9090B0 }
00047 .command_border_b { border-bottom: 2px solid #9090B0 }
00048 .command_border_l { border-left: 2px solid #9090B0 }
00049 .command_border_r { border-right: 2px solid #9090B0 }
00050 .activecommand { background-color: #108040 }
00051
00052
00053
00054
00055 .commandbox {
00056 background-color: #102923;
00057 color: #E0E0FF;
00058 border: 1px solid #9090B0;
00059 }
00060
00061
00062
00063 .commands { }
00064
00065 .commands input.x-submit {
00066 border: 2px outset #7b8;
00067 padding: 0 .5em;
00068 height: 2em;
00069 background-color: #263;
00070 color: #E0E0FF;
00071 }
00072 .commands input.x-submit:hover {
00073 border: 1px outset #9da;
00074 background-color: #485;
00075 color: #F0F000;
00076 text-decoration: underline;
00077 }
00078
00079 .commands a {
00080 font-weight: bold;
00081 border: 1px solid #7b8;
00082 padding: .15em .5em;
00083 background-color: #263;
00084 }
00085 .commands a:hover {
00086 border: 1px solid #9da;
00087 background-color: #485;
00088 }
00089
00090
00091
00092
00093
00094
00095 form { display: inline; }
00096
00097
00098 .submit {
00099 border: 2px outset #7b8;
00100 padding: 0 .5em;
00101 background-color: #263;
00102 color: #E0E0FF;
00103 font-weight: bold;
00104 height: 2em;
00105 }
00106 .submit:hover {
00107 border: 2px outset #9da;
00108 background-color: #485;
00109 color: #F0F000;
00110 text-decoration: underline;
00111 }
00112
00113
00114 .radio {
00115 height: 14px !important;
00116 width: 14px !important;
00117 color: #002000;
00118 background-color: #C0D0C0;
00119 }
00120
00121
00122 select {
00123 font-family: Arial, Helvetica, sans-serif;
00124 color: #002000;
00125 background-color: #C0D0C0;
00126 font-size: 9pt;
00127 }
00128
00129 input {
00130 padding-left: .25em;
00131 font-family: Arial, Helvetica, sans-serif;
00132 color: #002000;
00133 background-color: #C0D0C0;
00134 font-size: 9pt;
00135 }
00136
00137 textarea {
00138 font-family: terminal, courier, courier-new;
00139 color: #002000;
00140 background-color: #C0D0C0;
00141 font-size: 9pt;
00142 }
00143
00144
00145 input.quantity {
00146 width: 2em !important;
00147 text-align: center;
00148 }
00149
00150
00151
00152
00153
00154
00155
00156
00157
00158
00159
00160
00161
00162
00163
00164
00165
00166
00167
00168 .tiny { font-size: 9px; }
00169 .small { font-size: 9pt; }
00170 .normal { font-size: 10pt; }
00171 .large { font-size: 12pt; }
00172 .huge { font-size: 24px; }
00173
00174
00175 .bold, .bold a, .bold a:link, .bold a:visited, .bold a:active, .bold a:hover {
00176 font-weight: bold !important;
00177 }
00178 .italic, .italic a, .italic a:link, .italic a:visited, .italic a:active, .italic a:hover {
00179 font-style: italic !important;
00180 }
00181
00182
00183 .hidden {
00184 visibility: hidden;
00185 display: none;
00186 }
00187
00188
00189
00190
00191
00192
00193
00194
00195
00196
00197
00198
00199
00200
00201 * html .clearfix {height: 1%;}
00202 .clearfix {display: block;}
00203
00204
00205
00206 #ajax_working {
00207 position: fixed;
00208 background-color: green;
00209 bottom: 0px;
00210 left: 1em;
00211 padding: 1em;
00212 width: 10em;
00213 text-align: center;
00214 }
00215
00216 .link {
00217 cursor: pointer;
00218 }
00219
00220
00221 a img {
00222 border: 0px;
00223 }
00224
00225 .nowrap {
00226 white-space: nowrap;
00227 }