promptengine_default.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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: Arial, verdana;
  12. font-size: 8pt;
  13. font-weight: bold;
  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: Arial, verdana;
  27. font-size: 8pt;
  28. font-weight: bold;
  29. border-bottom: 1px solid #A3A3BC;
  30. }
  31. .pePromptUnitHeaderTextLeft
  32. {
  33. background-color: #E4E4EC;
  34. color: black;
  35. font-family: Arial, verdana;
  36. font-size: 8pt;
  37. font-weight: bold;
  38. }
  39. .pePromptUnitHeaderTextRight
  40. {
  41. background-color: #E4E4EC;
  42. color: black;
  43. font-family: Arial, verdana;
  44. font-size: 8pt;
  45. }
  46. .pePromptElement
  47. {
  48. background-color: #E4E4EC;
  49. }
  50. .pePromptElementText
  51. {
  52. color: black;
  53. font-family: Arial, verdana;
  54. font-size: 8pt;
  55. }
  56. .pePromptingText
  57. {
  58. color: black;
  59. font-family: Arial, verdana;
  60. font-size: 8pt;
  61. }
  62. .pePromptRuler
  63. {
  64. color: #A3A3BC;
  65. height: 1px;
  66. }
  67. .pePromptMessage
  68. {
  69. color: black;
  70. font-family: Arial, verdana;
  71. font-weight: bold;
  72. font-size: 8pt;
  73. }
  74. .pePromptTextBox
  75. {
  76. font-size: 8pt;
  77. background-color: #FFFFFF;
  78. font-family: Arial, verdana;
  79. width: 300px;
  80. }
  81. td.pePromptButtonSpacer
  82. {
  83. FONT-FAMILY: arial;
  84. FONT-SIZE: 8pt;
  85. }
  86. td.pePromptButton
  87. {
  88. color: black;
  89. font-size: 8pt;
  90. font-family: Arial;
  91. font-weight: bold;
  92. text-decoration:none;
  93. cursor: pointer;
  94. }
  95. div.pePromptButton a
  96. {
  97. color: black;
  98. font-size: 8pt;
  99. font-family: Arial;
  100. font-weight: bold;
  101. text-decoration:none;
  102. cursor: pointer;
  103. }
  104. div.pePromptButton a:hover
  105. {
  106. color: #0000FF;
  107. }
  108. .pePromptDropDown
  109. {
  110. font-size: 8pt;
  111. font-family: Arial, verdana;
  112. width: 300px;
  113. }
  114. .pePromptListBox
  115. {
  116. font-size: 8pt;
  117. font-family: Arial, verdana;
  118. width: 300px;
  119. }
  120. .peExpandCollapseImageColumn
  121. {
  122. width: 3%;
  123. }
  124. .peExpandCollapseTitleColumn
  125. {
  126. text-align: left;
  127. }
  128. .pePromptUnitTable
  129. {
  130. width: 100%;
  131. border-collapse: collapse;
  132. border-spacing: 0;
  133. border-style:hidden;
  134. }
  135. .peExpandCollapseAnchor
  136. {
  137. text-decoration: none;
  138. font-size: 8pt;
  139. font-family: Arial, verdana;
  140. font-weight: bold;
  141. color: black;
  142. }
  143. .peExpandCollapseImage
  144. {
  145. border: 0;
  146. }
  147. /*-----------------INcalendar------------------------------------------------*/
  148. div.INcalendarWindow
  149. {
  150. position:absolute;
  151. display: none;
  152. background:#ffffff;
  153. z-index:30000;
  154. }
  155. div.INcalendarTitle
  156. {
  157. border-left:1px solid #aaaaaa;
  158. border-top:1px solid #999999;
  159. border-right:1px solid #333333;
  160. width:100%;
  161. height:20px;
  162. }
  163. td.INtitleText
  164. {
  165. cursor:default;
  166. width:100%;
  167. color: black;
  168. font-family: Arial, verdana;
  169. font-weight: 900;
  170. font-size: 9pt;
  171. }
  172. td.INclose
  173. {
  174. width:14px;
  175. cursor:pointer;
  176. }
  177. div.INcalendar
  178. {
  179. width:100%;
  180. }
  181. div.INcalendarTop
  182. {
  183. border-left:1px solid #aaaaaa;
  184. border-right:1px solid #333333;
  185. height:70px;
  186. width:100%;
  187. }
  188. div.INcalendarBottom
  189. {
  190. border-left:1px solid #aaaaaa;
  191. border-right:1px solid #333333;
  192. border-bottom:1px solid #222222;
  193. height:160px;/*(250-20-70)*/
  194. width:100%;
  195. }
  196. A.focusDay:link { color:#ff0000; text-decoration: none; font:12pt arial, helvetica; }
  197. A.focusDay:hover { color: #ff0000; text-decoration: none; font:12pt arial, helvetica; }
  198. A.focusDay:visited { color: #ff0000; text-decoration: none; font:12pt arial, helvetica; }
  199. A.weekday:link { color: blue; text-decoration: none; font: 12pt arial, helvetica; }
  200. A.weekday:hover { color: darkred; font: 12pt arial, helvetica; }
  201. A.weekday:visited { color: blue; text-decoration: none; font:12pt arial, helvetica; }
  202. /*dateColor = "blue"; // TEXT COLOR OF THE LISTED DATES (1-28+)
  203. //focusColor = "#ff0000"; // TEXT COLOR OF THE SELECTED DATE (OR CURRENT DATE)
  204. //hoverColor = "darkred"; // TEXT COLOR OF A LINK WHEN YOU HOVER OVER IT
  205. //fontStyle = "12pt arial, helvetica"; // TEXT STYLE FOR DATES
  206. */
  207. /*----------------------------------------------------------------------------------------------*/