promptengine2.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. .pePromptFieldset
  2. {
  3. border: 1px solid;
  4. border-color: #A3A3BC;
  5. padding: 0;
  6. }
  7. .peRangeFieldsetLegend
  8. {
  9. background-color:#E4E4EC;
  10. color: black;
  11. font-family: Tahoma, verdana;
  12. font-size: 8pt;
  13. font-weight: normal;
  14. }
  15. .pePromptBorder
  16. {
  17. border-top: 1px solid #FFFFFF;
  18. border-bottom: none;
  19. border-left: none;
  20. border-right: none;
  21. }
  22. .pePromptUnitHeader
  23. {
  24. background-color: #E4E4EC;
  25. color: black;
  26. font-family: Tahoma, verdana;
  27. font-size: 8pt;
  28. font-weight: normal;
  29. border-bottom: 1px solid #A3A3BC;
  30. }
  31. .PEUH2
  32. {
  33. background-color: #E4E4EC;
  34. color: black;
  35. font-family: Tahoma, verdana;
  36. font-size: 8pt;
  37. font-weight: normal;
  38. }
  39. .pePromptUnitHeaderTextLeft
  40. {
  41. background-color: #E4E4EC;
  42. color: black;
  43. font-family: Tahoma, verdana;
  44. font-size: 8pt;
  45. font-weight: normal;
  46. }
  47. .pePromptUnitHeaderTextRight
  48. {
  49. background-color: #E4E4EC;
  50. color: black;
  51. font-family: Tahoma, verdana;
  52. font-size: 8pt;
  53. }
  54. .pePromptElement
  55. {
  56. background-color: #E4E4EC;
  57. }
  58. .pePromptElementText
  59. {
  60. color: black;
  61. font-family: Tahoma, verdana;
  62. font-size: 8pt;
  63. }
  64. .pePromptingText
  65. {
  66. color: black;
  67. font-family: Tahoma, verdana;
  68. font-size: 8pt;
  69. }
  70. .pePromptRuler
  71. {
  72. color: #A3A3BC;
  73. height: 1px;
  74. }
  75. .pePromptMessage
  76. {
  77. color: black;
  78. font-family: Tahoma, verdana;
  79. font-weight: normal;
  80. font-size: 8pt;
  81. }
  82. .pePromptTextBox
  83. {
  84. font-size: 8pt;
  85. background-color: #FFFFFF;
  86. font-family: Tahoma, verdana;
  87. width: 300px;
  88. }
  89. td.pePromptButtonSpacer
  90. {
  91. FONT-FAMILY: Tahoma;
  92. FONT-SIZE: 8pt;
  93. }
  94. td.pePromptButton
  95. {
  96. color: black;
  97. font-size: 8pt;
  98. font-family: Tahoma;
  99. font-weight: normal;
  100. text-decoration:none;
  101. cursor: pointer;
  102. }
  103. div.pePromptButton a
  104. {
  105. color: black;
  106. font-size: 8pt;
  107. font-family: Tahoma;
  108. font-weight: normal;
  109. text-decoration:none;
  110. cursor: pointer;
  111. }
  112. div.pePromptButton a:hover
  113. {
  114. color: #0000FF;
  115. }
  116. .pePromptDropDown
  117. {
  118. font-size: 8pt;
  119. font-family: Tahoma, verdana;
  120. width: 300px;
  121. }
  122. .peBatchDropDown
  123. {
  124. font-size: 8pt;
  125. font-family: Tahoma, verdana;
  126. width: 100px;
  127. }
  128. .pePromptListBox
  129. {
  130. font-size: 8pt;
  131. font-family: Tahoma, verdana;
  132. width: 300px;
  133. }
  134. .peExpandCollapseImageColumn
  135. {
  136. width: 3%;
  137. }
  138. .peExpandCollapseTitleColumn
  139. {
  140. text-align: left;
  141. }
  142. .pePromptUnitTable
  143. {
  144. width: 100%;
  145. border-collapse: collapse;
  146. border-spacing: 0;
  147. border-style:hidden;
  148. }
  149. .peExpandCollapseAnchor
  150. {
  151. text-decoration: none;
  152. font-size: 8pt;
  153. font-family: Tahoma, verdana;
  154. font-weight: normal;
  155. color: black;
  156. }
  157. .peExpandCollapseImage
  158. {
  159. border: 0;
  160. }
  161. /*-----------------INcalendar------------------------------------------------*/
  162. div.INcalendarWindow
  163. {
  164. position:absolute;
  165. display: none;
  166. background:#ffffff;
  167. }
  168. div.INcalendarTitle
  169. {
  170. border-left:1px solid #aaaaaa;
  171. border-top:1px solid #999999;
  172. border-right:1px solid #333333;
  173. width:100%;
  174. height:20px;
  175. }
  176. td.INtitleText
  177. {
  178. cursor:default;
  179. width:100%;
  180. color: black;
  181. font-family: Tahoma, verdana;
  182. font-weight: 900;
  183. font-size: 9pt;
  184. }
  185. td.INclose
  186. {
  187. width:14px;
  188. cursor:pointer;
  189. }
  190. div.INcalendar
  191. {
  192. width:100%;
  193. }
  194. div.INcalendarTop
  195. {
  196. border-left:1px solid #aaaaaa;
  197. border-right:1px solid #333333;
  198. height:70px;
  199. width:100%;
  200. }
  201. div.INcalendarBottom
  202. {
  203. border-left:1px solid #aaaaaa;
  204. border-right:1px solid #333333;
  205. border-bottom:1px solid #222222;
  206. height:160px;/*(250-20-70)*/
  207. width:100%;
  208. }
  209. A.focusDay:link { color:#ff0000; text-decoration: none; font:12pt Tahoma, helvetica; }
  210. A.focusDay:hover { color: #ff0000; text-decoration: none; font:12pt Tahoma, helvetica; }
  211. A.focusDay:visited { color: #ff0000; text-decoration: none; font:12pt Tahoma, helvetica; }
  212. A.weekday:link { color: blue; text-decoration: none; font: 12pt Tahoma, helvetica; }
  213. A.weekday:hover { color: darkred; font: 12pt Tahoma, helvetica; }
  214. A.weekday:visited { color: blue; text-decoration: none; font:12pt Tahoma, helvetica; }
  215. /*dateColor = "blue"; // TEXT COLOR OF THE LISTED DATES (1-28+)
  216. //focusColor = "#ff0000"; // TEXT COLOR OF THE SELECTED DATE (OR CURRENT DATE)
  217. //hoverColor = "darkred"; // TEXT COLOR OF A LINK WHEN YOU HOVER OVER IT
  218. //fontStyle = "12pt Tahoma, helvetica"; // TEXT STYLE FOR DATES
  219. */
  220. .titlezone
  221. {
  222. color:#375487;
  223. font-family:"Tahoma","sans-serif";
  224. font-size:11px;
  225. font-weight:normal;
  226. }
  227. .dialogbox
  228. {
  229. background-color:#E4E4EC;
  230. color:#6A85AE;
  231. font-family:"Tahoma","sans-serif";
  232. font-size:11px;
  233. border-top:2px solid #F0F0F0;
  234. border-left:2px solid #F0F0F0;
  235. border-bottom:2px solid #808080;
  236. border-right:2px solid #808080;
  237. }
  238. .textinputs
  239. {
  240. font-family:"Tahoma","sans-serif";
  241. font-size:11px;
  242. background-color:white;
  243. border: 1px solid #636384;
  244. padding-left:2px;
  245. padding-right:2px;
  246. }
  247. /*=========*/
  248. /* Buttons */
  249. /*=========*/
  250. .wizbutton
  251. {
  252. color:black;
  253. font-family:"Tahoma","sans-serif";
  254. font-size:11px;
  255. font-weight:normal;
  256. text-decoration:none;
  257. }
  258. .wizbuttongray
  259. {
  260. color:#909090;
  261. font-family:"Tahoma","sans-serif";
  262. font-size:11px;
  263. font-weight:normal;
  264. text-decoration:none;
  265. }
  266. a.wizbutton:hover
  267. {
  268. color:black;
  269. text-decoration:underline;
  270. }
  271. a.wizbuttongray:hover
  272. {
  273. color:#909090;
  274. }
  275. /*----------------------------------------------------------------------------------------------*/