You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

352 lines
5.6 KiB

  1. .unpaidACdeposit table {
  2. border: 0px solid black;
  3. width: 900px;
  4. }
  5. .unpaidACdeposit th {
  6. font-size: 12px;
  7. color: white;
  8. background-color: #606060;
  9. text-align: left;
  10. border-color: #DEDEDE
  11. }
  12. .unpaidACdeposit th a {
  13. color: white;
  14. }
  15. .unpaidACdeposit div {
  16. font-size: 11px;
  17. color: Black;
  18. }
  19. .unpaidACdeposit td {
  20. font-size: 11px;
  21. color: Black;
  22. text-align: left;
  23. }
  24. .DisFond {
  25. font-size: 17px;
  26. color: Red;
  27. background-color: #F9CCCC;
  28. padding: 5px;
  29. }
  30. .trnLog table {
  31. border: 0px solid black;
  32. width: 820px;
  33. }
  34. .trnLog th {
  35. font-size: 12px;
  36. color: white;
  37. background-color: #606060;
  38. text-align: left;
  39. border-bottom: 1px solid #DEDEDE;
  40. border-left: 1px solid #DEDEDE;
  41. }
  42. .trnLog th a {
  43. color: white;
  44. }
  45. .trnLog td {
  46. font-size: 11px;
  47. color: Black;
  48. text-align: left;
  49. border-bottom: 1px solid #DEDEDE;
  50. border-left: 1px solid #DEDEDE;
  51. border-right: 1px solid #DEDEDE;
  52. }
  53. .trnLog td a {
  54. color: blue;
  55. }
  56. .trnLog td a:hover {
  57. color: red;
  58. text-decoration: underline;
  59. }
  60. .openPopup {
  61. cursor: pointer;
  62. color: Blue;
  63. font-weight: bold;
  64. font-size: 10px;
  65. width: 600px;
  66. border: 0 0 0 0;
  67. background: #f2f2f2;
  68. }
  69. .link {
  70. cursor: pointer;
  71. color: Blue;
  72. font-family: Verdana;
  73. font-weight: bold;
  74. font-size: 14px;
  75. }
  76. .buttons {
  77. width: 400px;
  78. float: left;
  79. margin-top: -5px;
  80. }
  81. .grid-div {
  82. margin-left: 20px;
  83. overflow: scroll;
  84. height: 180px;
  85. width: 920px;
  86. border: 1px solid grey;
  87. }
  88. .right-pane {
  89. margin-left: 10px;
  90. overflow: scroll;
  91. height: 180px;
  92. width: 500px;
  93. border: 1px solid grey;
  94. }
  95. .panels {
  96. /*background:#f2f2f2;*/
  97. font-size: 11px;
  98. /*border:1px solid #000000; */
  99. margin-bottom: 5px;
  100. width: 100%;
  101. /*height: 171px;*/
  102. }
  103. .dialogBox {
  104. background: #f2f2f2;
  105. font-size: 11px;
  106. border: 1px solid #000000;
  107. margin-bottom: 5px;
  108. margin-left: 20px;
  109. width: 497px;
  110. }
  111. .dialogBox.td {
  112. background: #f2f2f2;
  113. font-size: 11px;
  114. border: 1px solid #000000;
  115. margin-bottom: 5px;
  116. margin-left: 20px;
  117. }
  118. .panels2 {
  119. /*background:#f2f2f2;*/
  120. font-size: 11px;
  121. /*border:1px solid #fff; */
  122. border-color: #f2f2e6 #666661 #666661 #f2f2e6;
  123. margin-bottom: 5px;
  124. width: 100%;
  125. height: 15px;
  126. }
  127. .headers {
  128. /* margin-left:20px;*/
  129. font-family: Verdana;
  130. font-size: 16px;
  131. font-weight: bold;
  132. clear: both;
  133. }
  134. .controlNoDis {
  135. margin-left: 20px;
  136. font-family: Verdana;
  137. font-size: 12px;
  138. font-weight: bold;
  139. clear: both;
  140. background: red;
  141. font-weight: bold;
  142. color: White;
  143. padding: 5px;
  144. border-radius: 5px;
  145. }
  146. .tranNoDis {
  147. margin-left: 30px;
  148. font-family: Verdana;
  149. font-size: 12px;
  150. font-weight: bold;
  151. clear: both;
  152. background: red;
  153. font-weight: bold;
  154. color: White;
  155. padding: 5px;
  156. border-radius: 5px;
  157. }
  158. .tranStatusDis {
  159. font-family: Verdana;
  160. font-size: 12px;
  161. font-weight: bold;
  162. clear: both;
  163. background: red;
  164. font-weight: bold;
  165. color: White;
  166. padding: 5px;
  167. border-radius: 5px;
  168. }
  169. .HighLightText {
  170. font-family: Verdana;
  171. font-size: 12px;
  172. font-weight: bold;
  173. clear: both;
  174. background: red;
  175. font-weight: bold;
  176. color: White;
  177. padding: 2px;
  178. }
  179. .headers-2 {
  180. margin-left: 30px;
  181. font-family: Verdana;
  182. font-size: small;
  183. font-weight: bold;
  184. clear: both;
  185. }
  186. .tg-button {
  187. float: right;
  188. cursor: pointer;
  189. width: 28px;
  190. font-size: small;
  191. margin-top: -10px;
  192. margin-right: -10px;
  193. float: right;
  194. border: 0 0 0 0;
  195. background: #f2f2f2
  196. }
  197. .form-label {
  198. font-family: Verdana;
  199. font-weight: bold;
  200. font-size: 10px;
  201. }
  202. .form-ddl {
  203. font-family: Verdana;
  204. font-size: 10px;
  205. }
  206. .form-text-box {
  207. font-family: Verdana;
  208. font-size: 10px;
  209. }
  210. .blank-div {
  211. margin-left: 5px;
  212. font-size: 13px;
  213. float: left;
  214. xbackground-color: pink;
  215. }
  216. .left-pane {
  217. margin-left: 5px;
  218. float: left;
  219. width: 700px;
  220. background-color: pink;
  221. }
  222. .tableForm .label {
  223. text-align: left;
  224. width: 150px;
  225. }
  226. .tableForm .lbl {
  227. /*width: 150px;*/
  228. font-size: 11px;
  229. }
  230. .tableForm legend {
  231. /*
  232. font-weight:normal;
  233. font-family:Verdana, Arial;
  234. font-size: 11px;
  235. padding: 1px;
  236. color: #D2A044;
  237. */
  238. }
  239. .tableForm fieldset {
  240. }
  241. .TBL th {
  242. font-size: 1.1em;
  243. }
  244. .TBL td {
  245. font-size: 1em;
  246. font-weight: bold;
  247. }
  248. .text-amount {
  249. text-align: right;
  250. font-size: 1.5em;
  251. font-weight: bold;
  252. color: #004D20;
  253. font-family: Arial;
  254. color: #FF0000;
  255. }
  256. .text-heighlight {
  257. text-align: left;
  258. font-size: 1.2em;
  259. font-weight: bold;
  260. color: #004D20;
  261. font-family: Arial;
  262. color: #FF0000;
  263. }
  264. .rateTable {
  265. width: 100%;
  266. }
  267. .rateTable tr td {
  268. border: 1px solid darkgrey;
  269. }
  270. .tableForm {
  271. color: #000000;
  272. font-size: 11px;
  273. font-weight: bold;
  274. }
  275. input, textarea {
  276. font-size: 11px;
  277. font-family: Arial;
  278. border: 1px solid #CCCCCC;
  279. background-color: White;
  280. }
  281. select {
  282. font-size: 11px;
  283. font-family: Arial;
  284. border: 1px solid #CCCCCC;
  285. background-color: White;
  286. width: auto;
  287. }
  288. .InputButtons {
  289. border: 0px solid #CCCCCC;
  290. background: #FFCC00;
  291. color: #666666;
  292. cursor: pointer;
  293. font-family: Verdana, Arial, Helvetica, sans-serif;
  294. font-size: 10px;
  295. font-weight: bold;
  296. padding: 2px;
  297. background: url("../images/btn_bg_submit.gif") repeat-x scroll left center #FFA822;
  298. width: auto;
  299. }
  300. .bigText {
  301. font-size: 15px;
  302. }
  303. .underline {
  304. text-decoration: underline;
  305. }