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.

245 lines
4.0 KiB

  1. /* Contents of this file is commented until further testing */
  2. /* Container Classes */
  3. /*.container100
  4. {
  5. width:820px;
  6. }
  7. .container80
  8. {
  9. width:650px;
  10. }
  11. .container60
  12. {
  13. width:60%;
  14. }
  15. .container40
  16. {
  17. width:40%;
  18. }
  19. .centerDiv
  20. {
  21. margin:0 auto;
  22. }
  23. .outerFormDiv
  24. {
  25. border: 1px solid #CCCCCC;
  26. background: #F2F2F2;
  27. margin:5px 10px;
  28. }
  29. .formTable
  30. {
  31. background:none repeat scroll 0 0 #F2F2F2;
  32. border: 1px solid #CACACA;
  33. color: #3A4F63;
  34. font: normal 12px Arial, Helvetica, sans-serif;
  35. padding: 2px;
  36. margin-top:0px;
  37. width:100%;
  38. margin-left:10px;
  39. }
  40. .formTable .frmTitle
  41. {
  42. background:none repeat scroll 0 0 #3A4F63;
  43. font:bold 12px Verdana;
  44. color: #FFFFFF;
  45. padding:5px;
  46. text-align: left !important;
  47. }
  48. .smoothCorner
  49. {
  50. border-radius:3px;
  51. }
  52. .sendDialogBox
  53. {
  54. margin-left:10px;
  55. width:600px;
  56. border:1px solid #CACACA;
  57. padding:3px 10px;
  58. background:#F2F2F2;
  59. font-size:12px;
  60. margin-bottom:5px;
  61. }
  62. .sendCss
  63. {
  64. background: #F2F2F2;
  65. font: normal 12px Arial, Helvetica, sans-serif;
  66. color: #3A4F63;
  67. padding: 2px;
  68. margin-top: 2px;
  69. font-weight: bold;
  70. width: 100%;
  71. }
  72. .tdClass
  73. {
  74. padding-left: 10px;
  75. width:100px;
  76. }
  77. .lblRed
  78. {
  79. color:Red;
  80. font-weight:600;
  81. padding-left:5px;
  82. line-height:22px;
  83. }
  84. .calendar1
  85. {
  86. width:140px;
  87. margin-right:5px;
  88. border-radius:3px;
  89. height:20px;
  90. }
  91. .ui-datepicker-trigger
  92. {
  93. margin-bottom:-3px;
  94. }
  95. .formTable tr .fromHeadMessage
  96. {
  97. font: 11px Verdana;
  98. padding: 4px 5px;
  99. text-align: left;
  100. }
  101. .aspNetDisabled
  102. {
  103. background-color:#F7F7F7;
  104. }
  105. .narration
  106. {
  107. line-height:20px;
  108. height:42px;
  109. }
  110. .narration80
  111. {
  112. width:475px;
  113. line-height:20px;
  114. height:42px;
  115. }
  116. .narration60
  117. {
  118. width:400px;
  119. line-height:20px;
  120. height:42px;
  121. }
  122. .formTable tr td {
  123. padding: 2px;
  124. }
  125. .tdClass
  126. {
  127. padding-left: 10px !important;
  128. width:100px;
  129. }
  130. .formInfoTable {
  131. background-color:#F9EDEF;
  132. border:1px solid #CACACA;
  133. width:60%;
  134. }
  135. input
  136. {
  137. height:18px !important;
  138. }
  139. input:focus, select:focus
  140. {
  141. background-color: #FFFFD2;
  142. font-weight: normal;
  143. }
  144. .ErrMsg {
  145. color: Red;
  146. font: bold 10px 'Times New Roman';
  147. padding: 2px;
  148. text-align: left;
  149. }
  150. /* New Additions */
  151. /*
  152. * {
  153. font-family: normal Arial,Helvetica,sans-serif;
  154. font-size: 12px;
  155. }
  156. input, select, label, fieldset, textarea {
  157. font-family: normal Arial,Helvetica,sans-serif;
  158. font-size: 13px;
  159. margin:1px 2px;
  160. }
  161. input, select, textarea, fieldset {
  162. border: 1px solid #C9C9C9;
  163. border-radius: 3px 3px 3px 3px;
  164. min-width: 30px;
  165. }
  166. input[type="text"], input[type="textfield"], input[type="email"], input[type="password"] {
  167. height:18px;
  168. padding:1px 3px;
  169. min-width:120px;
  170. }
  171. textarea {
  172. padding:1px 3px;
  173. min-width:120px;
  174. }
  175. select {
  176. height:22px !important;
  177. padding:1px 1px 1px 2px;
  178. min-width:120px;
  179. }
  180. input:focus, select:focus, textarea:focus {
  181. background:#FFC;
  182. font-weight:600;
  183. }
  184. input[type="button"], input[type="submit"], input[type="reset"] {
  185. background: url("../images/btn_bg_active.gif") repeat-x scroll left center #FFA822;
  186. font-size: 11px;
  187. font-weight: 600;
  188. min-height: 20px;
  189. min-width: 80px;
  190. padding: 0 10px;
  191. color: #666666;
  192. cursor: pointer;
  193. }
  194. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  195. background:url("../images/btn_bg_hover.gif") repeat-x scroll left center #FFA822;
  196. }
  197. input[type="button"][disabled="disabled"], input[type="submit"][disabled="disabled"], input[type="reset"][disabled="disabled"] {
  198. background:url("../images/btn_bg_deactive.gif") repeat-x scroll left center #FFA822;
  199. }
  200. input[disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"] {
  201. background:#EAEAEA;
  202. }
  203. input[readonly="readonly"] {
  204. background:#EFEFEF;
  205. }
  206. input[readonly="readonly"]:focus {
  207. font-weight:normal;
  208. }
  209. legend {
  210. padding:0 3px;
  211. font-weight:600;
  212. color:#D2A044;
  213. }
  214. a {
  215. color:#333;
  216. text-decoration:none;
  217. padding:0px 3px;
  218. }
  219. a:hover {
  220. color:#999;
  221. }
  222. .amtField, .dateField {
  223. text-align:right;
  224. min-width:120px;
  225. }
  226. */