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.
 
 
 
 
 
 

163 lines
2.4 KiB

  1. DIV.menu_body
  2. {
  3. display:none;
  4. z-index:99999999;
  5. position:absolute;
  6. border:1px solid gray;
  7. background-color:#DBD8D1;
  8. filter:alpha(opacity='95');
  9. width:130px;
  10. }
  11. TD.menu_over
  12. {
  13. font-family:Arial;
  14. font-size:9pt;
  15. cursor:pointer;
  16. color:#ffffff;
  17. background-color:#006699;
  18. word-wrap:normal;
  19. padding-left:5px;
  20. padding-right:15px;
  21. padding-top:6px;
  22. padding-bottom:6px;
  23. }
  24. TD.menu_out
  25. {
  26. font-family:Arial;
  27. font-size:9pt;
  28. cursor:default;
  29. color:#000000;
  30. background-color:#DBD8D1;
  31. word-wrap:normal;
  32. padding-left:5px;
  33. padding-right:15px;
  34. padding-top:6px;
  35. padding-bottom:6px;
  36. }
  37. TD.menu_separator
  38. {
  39. cursor:default;
  40. color:#000000;
  41. background-color:#DBD8D1;
  42. word-wrap:normal;
  43. width:130px;
  44. }
  45. TD.menu_separator>hr{
  46. margin-top:10px !important;
  47. margin-bottom:10px !important;
  48. }
  49. .WholeCalendar
  50. {
  51. background-color:lightgrey;
  52. border:1px solid black;
  53. cursor:default;
  54. width:100%;
  55. height:100%;
  56. }
  57. .TitleCalendar
  58. {
  59. color:#00009F;
  60. font-family:Arial;
  61. font-size:10pt;
  62. font-weight:bold;
  63. text-align:center;
  64. height:1px;
  65. width:100%;
  66. background-color:lightgrey;
  67. }
  68. .DateControls
  69. {
  70. text-align:right;
  71. }
  72. .CalendarTable
  73. {
  74. border:1px solid black;
  75. width:100%;
  76. height:100%;
  77. }
  78. .DayTitleCalendar
  79. {
  80. background-color:lightgrey;
  81. color:black;
  82. font-family:Arial;
  83. font-size:8pt;
  84. font-weight:bold;
  85. text-align:center;
  86. border-width:1px;
  87. border-style:solid;
  88. border-left-color:white;
  89. border-top-color:white;
  90. border-right-color:black;
  91. border-bottom-color:black;
  92. width:14%;
  93. height:1;
  94. }
  95. .OffDayCalendar
  96. {
  97. background-color:lightgrey;
  98. color:#7F7F7F;
  99. font-family:Arial;
  100. font-size:8pt;
  101. font-weight:normal;
  102. text-align:right;
  103. vertical-align:text-top;
  104. border-width:1px;
  105. border-style:solid;
  106. border-left-color:white;
  107. border-top-color:white;
  108. border-right-color:black;
  109. border-bottom-color:black;
  110. width:14%;
  111. cursor:pointer;
  112. }
  113. .DayCalendar
  114. {
  115. background-color:lightgrey;
  116. color:#00009F;
  117. font-family:Arial;
  118. font-size:8pt;
  119. font-weight:normal;
  120. text-align:right;
  121. vertical-align:text-top;
  122. border-width:1px;
  123. border-style:solid;
  124. border-left-color:white;
  125. border-top-color:white;
  126. border-right-color:black;
  127. border-bottom-color:black;
  128. width:14%;
  129. cursor:pointer;
  130. }
  131. .DaySelectedCalendar
  132. {
  133. background-color:#7F7F7F;
  134. color:yellow;
  135. font-family:Arial;
  136. font-size:8pt;
  137. font-weight:normal;
  138. text-align:right;
  139. vertical-align:text-top;
  140. border-width:1px;
  141. border-style:solid;
  142. border-left-color:black;
  143. border-top-color:black;
  144. border-right-color:#BFBFBF;
  145. border-bottom-color:#BFBFBF;
  146. width:14%;
  147. cursor:pointer;
  148. }
  149. #GridWeb1_AC{
  150. overflow:hidden !important;
  151. }