Guest User

Untitled

a guest
Apr 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. body {
  2. font-family: "tahoma", "arial", "helvetica", "sans-serif";
  3. font-size: 8pt;
  4. background-color: #ce2529;
  5. color: #000000;
  6. margin-top: 0px;
  7. margin-bottom: 0px;
  8. }
  9.  
  10. table {
  11. border-collapse: collapse;
  12. border: none;
  13. background-color: #ddd1c8;
  14. }
  15.  
  16. table.main, table.mainouter {
  17. background-color: #ebe0d4;//#ddd1c8;
  18. }
  19.  
  20. table.bottom {
  21. background: transparent;
  22. }
  23.  
  24. h1 {
  25. font-size: 12pt;
  26. }
  27.  
  28. h2 {
  29. font-size: 10pt;
  30. margin-bottom: 6px;
  31. }
  32.  
  33. p {
  34. font-size: 8pt;
  35. }
  36.  
  37. p.sub {
  38. margin-bottom: 4pt;
  39. }
  40.  
  41. td {
  42. font-size: 8pt;
  43. border: solid #000000 1px;
  44. }
  45.  
  46. td.embedded {
  47. border: none;
  48. padding: 0px;
  49. text-align: left;
  50. }
  51.  
  52. td.pollalt {
  53. border: none;
  54. padding: 0px;
  55. text-align: left;
  56. background-color: #ddd1c8;
  57. }
  58.  
  59. td.bottom {
  60. border: none;
  61. }
  62.  
  63. td.heading {
  64. font-weight: bold;
  65. }
  66.  
  67. td.text {
  68. padding: 10pt;
  69. text-align: left;
  70. }
  71.  
  72. td.comment {
  73. padding: 10pt;
  74. font-size: 8pt;
  75. text-align: left;
  76. }
  77.  
  78. td.colhead {
  79. font-weight: bold;
  80. color: #ffffff;background-color: #ce2529;}
  81.  
  82. td.rowhead {
  83. font-weight: bold;
  84. text-align: right;
  85. vertical-align: top;
  86. }
  87.  
  88. td.title {
  89. font-size: 14pt;
  90. }
  91.  
  92. td.navigation {
  93. font-weight: bold;
  94. font-size: 10pt;
  95. border: none;
  96. }
  97.  
  98. td.clear {
  99. padding: 0px;
  100. border: 0px;
  101. background: transparent;
  102. }
  103.  
  104. form {
  105. margin-top: 0;
  106. margin-bottom: 0;
  107. }
  108.  
  109. .sublink {
  110. font-style: italic;
  111. font-size: 7pt;
  112. font-weight: normal;
  113. }
  114.  
  115. font.gray
  116. {
  117. color: #ACA899;
  118. text-decoration: underline;
  119. }
  120.  
  121. a:link, a:visited {
  122. text-decoration: underline;
  123. color: #000000;
  124. /*font-weight: bold;*/
  125. }
  126.  
  127. a:hover {
  128. color: #FF0000;
  129. }
  130.  
  131. a.index {
  132. font-weight: bold;
  133. }
  134.  
  135. a.biglink {
  136. font-weight: bold;
  137. font-size: 12pt;
  138. }
  139.  
  140. a.altlink:link, a.altlink:visited{
  141. font-weight: bold;
  142. color: #A83838;
  143. text-decoration: none;
  144. }
  145.  
  146. a.altlink:hover {
  147. text-decoration: underline;
  148. }
  149.  
  150. a.altlink_blue:link, a.altlink_blue:visited{
  151. font-weight: bold;
  152. color: #004E98;
  153. text-decoration: none;
  154. }
  155.  
  156. a.altlink_blue:hover {
  157. text-decoration: underline;
  158. }
  159.  
  160. a.altlink_green:link, a.altlink_green:visited{
  161. font-weight: bold;
  162. color: #007800;
  163. text-decoration: none;
  164. }
  165.  
  166. a.altlink_green:hover {
  167. text-decoration: underline;
  168. }
  169.  
  170. .important {
  171. font-weight: bold;
  172. font-size: 8pt;
  173. }
  174.  
  175. .red {
  176. color: #ee0000;
  177. }
  178.  
  179. .yellow {
  180. color: #997700;
  181. }
  182.  
  183. .green {
  184. color: #000000;
  185. }
  186.  
  187. input, select, textarea {
  188. font-family: "tahoma", "arial", "helvetica", "sans-serif";
  189. font-size: 8pt;
  190. }
  191.  
  192. .btn {
  193. width: 75px;
  194. height: 23px;
  195. }
  196.  
  197. .small {
  198. font-size: 7pt;
  199. }
  200.  
  201. .big {
  202. font-size: 10pt;
  203. }
  204.  
  205. li {
  206. margin-top: 6pt;
  207. margin-bottom: 6pt;
  208. }
  209.  
  210. ul {
  211. margin-left: 16pt;
  212. margin-top: 0px;
  213. margin-bottom: 0px;
  214. }
  215.  
  216. img.border
  217. {
  218. border-style: solid;
  219. border-color: #000000;
  220. border-width: 1px;
  221. }
Add Comment
Please, Sign In to add comment