Guest User

Untitled

a guest
Jun 22nd, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.09 KB | None | 0 0
  1. .btn {
  2. display: inline-block;
  3. *display: inline;
  4. padding: 4px 10px 4px;
  5. margin-bottom: 0;
  6. *margin-left: .3em;
  7. font-size: 13px;
  8. line-height: 18px;
  9. *line-height: 20px;
  10. color: #333;
  11. text-align: center;
  12. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  13. vertical-align: middle;
  14. cursor: pointer;
  15. background-color: #f5f5f5;
  16. *background-color: #e6e6e6;
  17. background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
  18. background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #fff), to( #e6e6e6));
  19. background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  20. background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  21. background-image: linear-gradient(top, #fff, #e6e6e6);
  22. background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  23. background-repeat: repeat-x;
  24. border: 1px solid #ccc;
  25. *border: 0;
  26. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  27. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  28. border-bottom-color: #b3b3b3;
  29. -webkit-border-radius: 4px;
  30. -moz-border-radius: 4px;
  31. border-radius: 4px;
  32. filter: progid: dximagetransform.microsoft.gradient(startColorstr=' #ffffff', endColorstr=' #e6e6e6', GradientType=0);
  33. filter: progid: dximagetransform.microsoft.gradient(enabled=false);
  34. *zoom: 1;
  35. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  36. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  37. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
  38. }
  39. .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  40. background-color: #e6e6e6;
  41. *background-color: #d9d9d9
  42. }
  43. .btn:active, .btn.active {
  44. background-color: #ccc \9
  45. }
  46. .btn:first-child {
  47. *margin-left: 0
  48. }
  49. .btn:hover {
  50. color: #333;
  51. text-decoration: none;
  52. background-color: #e6e6e6;
  53. *background-color: #d9d9d9;
  54. background-position: 0 -15px;
  55. -webkit-transition: background-position .1s linear;
  56. -moz-transition: background-position .1s linear;
  57. -ms-transition: background-position .1s linear;
  58. -o-transition: background-position .1s linear;
  59. transition: background-position .1s linear
  60. }
  61. .btn:focus {
  62. outline: thin dotted #333;
  63. outline: 5px auto -webkit-focus-ring-color;
  64. outline-offset: -2px
  65. }
  66. .btn.active, .btn:active {
  67. background-color: #e6e6e6;
  68. background-color: #d9d9d9 \9;
  69. background-image: none;
  70. outline: 0;
  71. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  72. -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  73. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
  74. }
  75. .btn.disabled, .btn[disabled] {
  76. cursor: default;
  77. background-color: #e6e6e6;
  78. background-image: none;
  79. opacity: .65;
  80. filter: alpha(opacity=65);
  81. -webkit-box-shadow: none;
  82. -moz-box-shadow: none;
  83. box-shadow: none
  84. }
  85. .btn-large {
  86. /* padding: 9px 14px; */
  87. font-size: 15px;
  88. line-height: normal;
  89. -webkit-border-radius: 5px;
  90. -moz-border-radius: 5px;
  91. border-radius: 5px
  92. }
  93. .btn-large [class^="icon-"] {
  94. margin-top: 1px
  95. }
  96. .btn-small {
  97. padding: 5px 9px;
  98. font-size: 11px;
  99. line-height: 16px
  100. }
  101. .btn-small [class^="icon-"] {
  102. margin-top: -1px
  103. }
  104. .btn-mini {
  105. padding: 2px 6px;
  106. font-size: 11px;
  107. line-height: 14px
  108. }
  109. .btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
  110. color: #fff;
  111. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
  112. }
  113. .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  114. color: rgba(255, 255, 255, 0.75)
  115. }
  116. .btn {
  117. border-color: #ccc;
  118. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
  119. }
  120. .btn-primary {
  121. background-color: #0074cc;
  122. *background-color: #05c;
  123. background-image: -ms-linear-gradient(top, #08c, #05c);
  124. background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #08c), to( #05c));
  125. background-image: -webkit-linear-gradient(top, #08c, #05c);
  126. background-image: -o-linear-gradient(top, #08c, #05c);
  127. background-image: -moz-linear-gradient(top, #08c, #05c);
  128. background-image: linear-gradient(top, #08c, #05c);
  129. background-repeat: repeat-x;
  130. border-color: #05c #05c #003580;
  131. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  132. filter: progid: dximagetransform.microsoft.gradient(startColorstr=' #0088cc', endColorstr=' #0055cc', GradientType=0);
  133. filter: progid: dximagetransform.microsoft.gradient(enabled=false)
  134. }
  135. .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  136. background-color: #05c;
  137. *background-color: #004ab3
  138. }
  139. .btn-primary:active, .btn-primary.active {
  140. background-color: #004099 \9
  141. }
  142. .btn-warning {
  143. background-color: #faa732;
  144. *background-color: #f89406;
  145. background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  146. background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #fbb450), to( #f89406));
  147. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  148. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  149. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  150. background-image: linear-gradient(top, #fbb450, #f89406);
  151. background-repeat: repeat-x;
  152. border-color: #f89406 #f89406 #ad6704;
  153. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  154. filter: progid: dximagetransform.microsoft.gradient(startColorstr=' #fbb450', endColorstr=' #f89406', GradientType=0);
  155. filter: progid: dximagetransform.microsoft.gradient(enabled=false)
  156. }
  157. .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  158. background-color: #f89406;
  159. *background-color: #df8505
  160. }
  161. .btn-warning:active, .btn-warning.active {
  162. background-color: #c67605 \9
  163. }
  164. .btn-danger {
  165. background-color: #da4f49;
  166. *background-color: #bd362f;
  167. background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  168. background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #ee5f5b), to( #bd362f));
  169. background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  170. background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  171. background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  172. background-image: linear-gradient(top, #ee5f5b, #bd362f);
  173. background-repeat: repeat-x;
  174. border-color: #bd362f #bd362f #802420;
  175. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  176. filter: progid: dximagetransform.microsoft.gradient(startColorstr=' #ee5f5b', endColorstr=' #bd362f', GradientType=0);
  177. filter: progid: dximagetransform.microsoft.gradient(enabled=false)
  178. }
  179. .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  180. background-color: #bd362f;
  181. *background-color: #a9302a
  182. }
  183. .btn-danger:active, .btn-danger.active {
  184. background-color: #942a25 \9
  185. }
  186. .btn-success {
  187. background-color: #5bb75b;
  188. *background-color: #51a351;
  189. background-image: -ms-linear-gradient(top, #62c462, #51a351);
  190. background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #62c462), to( #51a351));
  191. background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  192. background-image: -o-linear-gradient(top, #62c462, #51a351);
  193. background-image: -moz-linear-gradient(top, #62c462, #51a351);
  194. background-image: linear-gradient(top, #62c462, #51a351);
  195. background-repeat: repeat-x;
  196. border-color: #51a351 #51a351 #387038;
  197. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  198. filter: progid: dximagetransform.microsoft.gradient(startColorstr=' #62c462', endColorstr=' #51a351', GradientType=0);
  199. filter: progid: dximagetransform.microsoft.gradient(enabled=false)
  200. }
  201. .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  202. background-color: #51a351;
  203. *background-color: #499249
  204. }
  205. .btn-success:active, .btn-success.active {
  206. background-color: #408140 \9
  207. }
  208. .btn-info {
  209. background-color: #49afcd;
  210. *background-color: #2f96b4;
  211. background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  212. background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #5bc0de), to( #2f96b4));
  213. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  214. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  215. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  216. background-image: linear-gradient(top, #5bc0de, #2f96b4);
  217. background-repeat: repeat-x;
  218. border-color: #2f96b4 #2f96b4 #1f6377;
  219. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  220. filter: progid: dximagetransform.microsoft.gradient(startColorstr=' #5bc0de', endColorstr=' #2f96b4', GradientType=0);
  221. filter: progid: dximagetransform.microsoft.gradient(enabled=false)
  222. }
  223. .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  224. background-color: #2f96b4;
  225. *background-color: #2a85a0
  226. }
  227. .btn-info:active, .btn-info.active {
  228. background-color: #24748c \9
  229. }
  230. .btn-inverse {
  231. background-color: #414141;
  232. *background-color: #222;
  233. background-image: -ms-linear-gradient(top, #555, #222);
  234. background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #555), to( #222));
  235. background-image: -webkit-linear-gradient(top, #555, #222);
  236. background-image: -o-linear-gradient(top, #555, #222);
  237. background-image: -moz-linear-gradient(top, #555, #222);
  238. background-image: linear-gradient(top, #555, #222);
  239. background-repeat: repeat-x;
  240. border-color: #222 #222 #000;
  241. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  242. filter: progid: dximagetransform.microsoft.gradient(startColorstr=' #555555', endColorstr=' #222222', GradientType=0);
  243. filter: progid: dximagetransform.microsoft.gradient(enabled=false)
  244. }
  245. .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  246. background-color: #222;
  247. *background-color: #151515
  248. }
  249. .btn-inverse:active, .btn-inverse.active {
  250. background-color: #080808 \9
  251. }
  252. button.btn, input[type="submit"].btn {
  253. *padding-top: 2px;
  254. *padding-bottom: 2px
  255. }
  256. button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  257. padding: 0;
  258. border: 0
  259. }
  260. button.btn.btn-large, input[type="submit"].btn.btn-large {
  261. *padding-top: 7px;
  262. *padding-bottom: 7px
  263. }
  264. button.btn.btn-small, input[type="submit"].btn.btn-small {
  265. *padding-top: 3px;
  266. *padding-bottom: 3px
  267. }
  268. button.btn.btn-mini, input[type="submit"].btn.btn-mini {
  269. *padding-top: 1px;
  270. *padding-bottom: 1px
  271. }
  272. .btn-group {
  273. position: relative;
  274. *margin-left: .3em;
  275. *zoom: 1
  276. }
  277. .btn-group:before, .btn-group:after {
  278. display: table;
  279. content: ""
  280. }
  281. .btn-group:after {
  282. clear: both
  283. }
  284. .btn-group:first-child {
  285. *margin-left: 0
  286. }
  287. .btn-group+.btn-group {
  288. margin-left: 5px
  289. }
  290. .btn-toolbar {
  291. margin-top: 9px;
  292. margin-bottom: 9px
  293. }
  294. .btn-toolbar .btn-group {
  295. display: inline-block;
  296. *display: inline;
  297. *zoom: 1
  298. }
  299. .btn-group>.btn {
  300. position: relative;
  301. float: left;
  302. margin-left: -1px;
  303. -webkit-border-radius: 0;
  304. -moz-border-radius: 0;
  305. border-radius: 0
  306. }
  307. .btn-group>.btn:first-child {
  308. margin-left: 0;
  309. -webkit-border-bottom-left-radius: 4px;
  310. border-bottom-left-radius: 4px;
  311. -webkit-border-top-left-radius: 4px;
  312. border-top-left-radius: 4px;
  313. -moz-border-radius-bottomleft: 4px;
  314. -moz-border-radius-topleft: 4px
  315. }
  316. .btn-group>.btn:last-child, .btn-group>.dropdown-toggle {
  317. -webkit-border-top-right-radius: 4px;
  318. border-top-right-radius: 4px;
  319. -webkit-border-bottom-right-radius: 4px;
  320. border-bottom-right-radius: 4px;
  321. -moz-border-radius-topright: 4px;
  322. -moz-border-radius-bottomright: 4px
  323. }
  324. .btn-group>.btn.large:first-child {
  325. margin-left: 0;
  326. -webkit-border-bottom-left-radius: 6px;
  327. border-bottom-left-radius: 6px;
  328. -webkit-border-top-left-radius: 6px;
  329. border-top-left-radius: 6px;
  330. -moz-border-radius-bottomleft: 6px;
  331. -moz-border-radius-topleft: 6px
  332. }
  333. .btn-group>.btn.large:last-child, .btn-group>.large.dropdown-toggle {
  334. -webkit-border-top-right-radius: 6px;
  335. border-top-right-radius: 6px;
  336. -webkit-border-bottom-right-radius: 6px;
  337. border-bottom-right-radius: 6px;
  338. -moz-border-radius-topright: 6px;
  339. -moz-border-radius-bottomright: 6px
  340. }
  341. .btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active {
  342. z-index: 2
  343. }
  344. .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  345. outline: 0
  346. }
  347. .btn-group>.dropdown-toggle {
  348. *padding-top: 4px;
  349. padding-right: 8px;
  350. *padding-bottom: 4px;
  351. padding-left: 8px;
  352. -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  353. -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  354. box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
  355. }
  356. .btn-group>.btn-mini.dropdown-toggle {
  357. padding-right: 5px;
  358. padding-left: 5px
  359. }
  360. .btn-group>.btn-small.dropdown-toggle {
  361. *padding-top: 4px;
  362. *padding-bottom: 4px
  363. }
  364. .btn-group>.btn-large.dropdown-toggle {
  365. padding-right: 12px;
  366. padding-left: 12px
  367. }
  368. .btn-group.open .dropdown-toggle {
  369. background-image: none;
  370. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  371. -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  372. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
  373. }
  374. .btn-group.open .btn.dropdown-toggle {
  375. background-color: #e6e6e6
  376. }
  377. .btn-group.open .btn-primary.dropdown-toggle {
  378. background-color: #05c
  379. }
  380. .btn-group.open .btn-warning.dropdown-toggle {
  381. background-color: #f89406
  382. }
  383. .btn-group.open .btn-danger.dropdown-toggle {
  384. background-color: #bd362f
  385. }
  386. .btn-group.open .btn-success.dropdown-toggle {
  387. background-color: #51a351
  388. }
  389. .btn-group.open .btn-info.dropdown-toggle {
  390. background-color: #2f96b4
  391. }
  392. .btn-group.open .btn-inverse.dropdown-toggle {
  393. background-color: #222
  394. }
  395. .btn .caret {
  396. margin-top: 7px;
  397. margin-left: 0
  398. }
  399. .btn:hover .caret, .open.btn-group .caret {
  400. opacity: 1;
  401. filter: alpha(opacity=100)
  402. }
  403. .btn-mini .caret {
  404. margin-top: 5px
  405. }
  406. .btn-small .caret {
  407. margin-top: 6px
  408. }
  409. .btn-large .caret {
  410. margin-top: 6px;
  411. border-top-width: 5px;
  412. border-right-width: 5px;
  413. border-left-width: 5px
  414. }
  415. .dropup .btn-large .caret {
  416. border-top: 0;
  417. border-bottom: 5px solid #000
  418. }
  419. .btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  420. border-top-color: #fff;
  421. border-bottom-color: #fff;
  422. opacity: .75;
  423. filter: alpha(opacity=75)
  424. }
  425. div.error_type {
  426. text-decoration: none;
  427. font-weight: bold;
  428. font-family: Verdana, sans-serif;
  429. padding: 10px;
  430. border: 1px solid #000000;
  431. background: orangered;
  432. color: #FFFFFF;
  433. }
  434. div.success_type {
  435. text-decoration: none;
  436. font-weight: bold;
  437. font-family: Verdana, sans-serif;
  438. padding: 10px;
  439. border: 1px solid #000000;
  440. background: green;
  441. color: #FFFFFF;
  442. }
  443. .admin {
  444. text-decoration: none;
  445. }
  446. a.admin {
  447. text-decoration: none;
  448. color: #000000;
  449. }
  450. #SocialLinkup {
  451. left: 6px;
  452. top: -25px;
  453. visibility: visible;
  454. display: block;
  455. }
  456.  
  457. .SocialLinkupLogo {
  458. position: absolute;
  459. float: left;
  460. height: 15px;
  461. left: 9px;
  462. top: 2px;
  463. border: 0px;
  464. }
  465.  
  466. #SocialLinkup .SubmenuitemLabel {
  467. padding-left: 30px;
  468. }
  469. select {
  470. padding: 5px;
  471. }
  472. body {
  473. margin: 0px;
  474. padding: 0px;
  475. background-color: #061222;
  476. }
  477. .TableHeadlineNavigation {
  478. margin-top: 4px;
  479. font-size: 8px;
  480. float: right;
  481. }
  482. .OptionContainer {
  483. text-align: center;
  484. }
  485. label {
  486. cursor: pointer;
  487. }
  488. .InputIndicator {
  489. position: relative;
  490. top: 5px;
  491. left: 218px;
  492. height: 12px;
  493. width: 12px;
  494. background-repeat: no-repeat;
  495. }
  496. * html .InputIndicator {
  497. left: 0px;
  498. }
  499. .sortarrow {
  500. width: 10px;
  501. height: 10px;
  502. }
  503. #ArtworkHelper {
  504. text-align: center;
  505. background-position: top center;
  506. background-attachment:scroll;
  507. background-repeat: no-repeat;
  508. width: 100%;
  509. height: 100%;
  510. min-width: 1000px;
  511. min-height: 800px;
  512. }
  513.  
  514. #HeaderArtworkDiv {
  515. position: absolute;
  516. text-align: center;
  517. background-position: top center;
  518. background-attachment: scroll;
  519. background-repeat: no-repeat;
  520. top: 0px;
  521. height: 1070px;
  522. width: 100%;
  523. }
  524. * html #HeaderArtworkDiv {
  525. left: 0px;
  526. }
  527.  
  528. /* container to implement min/max width */
  529. #Bodycontainer {
  530. text-align: left;
  531. min-width: 800px;
  532. max-width: 1300px;
  533. width: 85%;
  534. height: 100%;
  535. margin: 0px;
  536. margin-left: auto;
  537. margin-right: auto;
  538. padding: 10px;
  539. display: table;
  540. }
  541.  
  542. #ContentRow {
  543. position: relative;
  544. top: 155px;
  545. }
  546.  
  547. /* "star-HTML-hack" to correct the position of the content row */
  548. * html #ContentRow {
  549. display: inline-block;
  550. }
  551.  
  552. #MenuColumn {
  553. position: absolute;
  554. left: 0px;
  555. top: 0px;
  556. width: 180px;
  557. margin-right: 15px;
  558. margin-left: 15px;
  559. padding: 0px;
  560. font-family: Arial, sans-serif;
  561. font-size: 10pt;
  562. font-weight: bold;
  563. line-height: 12pt;
  564. }
  565.  
  566. #ContentColumn {
  567. position: relative;
  568. margin: 0px;
  569. margin-left: 205px;
  570. margin-right: 205px;
  571. }
  572.  
  573. #ThemeboxesColumn {
  574. text-align: center;
  575. position: absolute;
  576. top: 0px;
  577. right: 0px;
  578. width: 180px;
  579. margin: 0px;
  580. margin-right: 15px;
  581. margin-left: 25px;
  582. }
  583.  
  584. #Footer {
  585. font-family: Verdana, Arial, Times New Roman, sans-serif;
  586. font-size: 7pt;
  587. font-weight: normal;
  588. text-align: center;
  589. position: relative;
  590. width: 100%;
  591. padding-bottom: 20px;
  592. color: white;
  593. }
  594. * html #Footer {
  595. padding-bottom: 120px;
  596. margin-bottom: 50px;
  597. }
  598.  
  599. /* Footer linkes */
  600. #Footer a:link { color: white; text-decoration: none; }
  601. #Footer a:visited { color: white; text-decoration: none; }
  602. #Footer a:focus { color: white; text-decoration: none; }
  603. #Footer a:active { color: white; text-decoration: underline; }
  604. #Footer a:hover { color: white; text-decoration: underline; }
  605.  
  606. /** -------------------------------
  607. * Stylesheet declarations for the
  608. * HEADER AREA
  609. * -------------------------------
  610. */
  611.  
  612. #LeftArtwork {
  613. position: absolute;
  614. height: 140px;
  615. width: 166px;
  616. top: -140px;
  617. left: 4px;
  618. background-repeat: no-repeat;
  619. z-index:5;
  620. }
  621.  
  622. #LeftArtwork #TibiaLogoArtworkTop {
  623. position: absolute;
  624. top: -17px;
  625. left: -14px;
  626. height: 158px;
  627. width: 196px;
  628. z-index: 5;
  629. cursor: pointer;
  630. border: 0px;
  631. }
  632.  
  633.  
  634. #LeftArtwork #LogoLink {
  635. position: absolute;
  636. bottom: 14px;
  637. left: 58px;
  638. height: 14px;
  639. width: 50px;
  640. z-index: 99;
  641. cursor: pointer;
  642. }
  643.  
  644. #RightArtwork {
  645. text-align: left;
  646. position: absolute;
  647. top: -1px;
  648. right: 24px;
  649. width: 132px;
  650. background-repeat: no-repeat;
  651. z-index: 90;
  652. }
  653.  
  654. #RightArtwork #Monster {
  655. position: absolute;
  656. height: 80px;
  657. width: 80px;
  658. top: -137px;
  659. left: 8px;
  660. z-index: 15;
  661. cursor: pointer;
  662. }
  663.  
  664. #PedestalAndOnline {
  665. position: absolute;
  666. left: -10px;
  667. top: -105px;
  668. width: 153px;
  669. height: 107px;
  670. }
  671.  
  672. #RightArtwork #PlayersOnline {
  673. font-family : Verdana, Arial, Times New Roman, sans-serif;
  674. font-size: 7pt;
  675. line-height: 8pt;
  676. text-align: center;
  677. position: absolute;
  678. width: 92px;
  679. bottom: 12px;
  680. left: 21px;
  681. color: #cfa600;
  682. cursor: pointer;
  683. }
  684.  
  685. /** -------------------------------
  686. * Stylesheet declarations for the
  687. * LOGINBOX
  688. * -------------------------------
  689. */
  690.  
  691. #Loginbox {
  692. position: relative;
  693. left: 5px;
  694. top: 8px;
  695. width: 100%;
  696. margin-bottom: 42px;
  697. background-repeat: no-repeat;
  698. }
  699.  
  700. #Loginbox #LoginTop {
  701. position: absolute;
  702. left: -5px;
  703. top: -12px;
  704. height: 12px;
  705. width: 180px;
  706. background-repeat: no-repeat;
  707. }
  708.  
  709. #Loginbox #LoginBottom {
  710. position: absolute;
  711. top: 52px;
  712. left: -5px;
  713. height: 12px;
  714. width: 180px;
  715. background-repeat: no-repeat;
  716. }
  717.  
  718. #Loginbox .LoginBorder {
  719. position: absolute;
  720. top: 0px;
  721. height: 52px;
  722. width: 8px;
  723. background-repeat: repeat-y;
  724. z-index: 10;
  725. }
  726.  
  727. #Loginbox #BorderRight {
  728. right: 9px;
  729. }
  730.  
  731. #Loginbox .Loginstatus {
  732. position: relative;
  733. top: 0px;
  734. left: 5px;
  735. height: 13px;
  736. width: 160px;
  737. }
  738.  
  739. #Loginbox .LoginstatusText {
  740. position: absolute;
  741. top: 1px;
  742. left: 18px;
  743. width: 124px;
  744. height: 11px;
  745. cursor: pointer;
  746. }
  747.  
  748. #Loginbox #LoginstatusText_1 {
  749. visibility: visible;
  750. }
  751.  
  752. #Loginbox #LoginstatusText_2 {
  753. visibility: hidden;
  754. }
  755.  
  756. #LoginBox #LoginButtonContainer {
  757. position: relative;
  758. height: 39px;
  759. width: 160px;
  760. left: 5px;
  761. background-repeat: repeat-y;
  762. }
  763. #PlayNowContainer {
  764. position: absolute;
  765. width: 150px;
  766. height: 37px;
  767. top: 1px;
  768. left: 5px;
  769. z-index: 99;
  770. }
  771. #PlayNowContainer form {
  772. margin: 0px;
  773. padding: 0px;
  774. border: 0px;
  775. }
  776. .BigBoldText {
  777. font-weight: bold;
  778. font-size: 14pt;
  779. }
  780.  
  781. /** -------------------------------
  782. * Stylesheet declarations for the
  783. * MENU
  784. * -------------------------------
  785. */
  786.  
  787. #Menu {
  788. position: relative;
  789. left: 5px;
  790. top: -17px;
  791. background-repeat: no-repeat;
  792. }
  793.  
  794. #MenuTop {
  795. position: absolute;
  796. left: -5px;
  797. top: -12px;
  798. height: 12px;
  799. width: 180px;
  800. background-repeat: no-repeat;
  801. }
  802.  
  803. #MenuBottom {
  804. position: relative;
  805. left: -5px;
  806. bottom: 0px;
  807. height: 12px;
  808. width: 180px;
  809. background-repeat: no-repeat;
  810. }
  811.  
  812.  
  813. /* Menuitems */
  814.  
  815. .MenuButton {
  816. position: relative;
  817. height: 32px;
  818. width: 170px;
  819. display: block;
  820. cursor: pointer;
  821. }
  822.  
  823. .Button {
  824. position: relative;
  825. height: 32px;
  826. width: 170px;
  827. visibility: hidden;
  828. display: block;
  829. }
  830.  
  831. .Extend {
  832. position: absolute;
  833. top: 20px;
  834. right: -2px;
  835. height: 12px;
  836. width: 12px;
  837. background-repeat: no-repeat;
  838. }
  839.  
  840. .Lights {
  841. visibility: hidden;
  842. }
  843.  
  844. .Light_lu {
  845. position: absolute;
  846. top: 2px;
  847. left: 3px;
  848. height: 2px;
  849. width: 2px;
  850. background-repeat: no-repeat;
  851. }
  852.  
  853. .Light_ru {
  854. position: absolute;
  855. top: 2px;
  856. right: 3px;
  857. height: 2px;
  858. width: 2px;
  859. background-repeat: no-repeat;
  860. }
  861.  
  862. .Light_ld {
  863. position: absolute;
  864. height: 2px;
  865. width: 2px;
  866. top: 28px;
  867. left: 3px;
  868. }
  869.  
  870. .Icon {
  871. position: absolute;
  872. height: 32px;
  873. width: 32px;
  874. top: 0px;
  875. left: 8px;
  876. }
  877.  
  878. .Label {
  879. position: absolute;
  880. height: 22px;
  881. width: 116px;
  882. top: 6px;
  883. left: 42px;
  884. }
  885.  
  886. /* Submenus(items) */
  887.  
  888. .LeftChain {
  889. position: absolute;
  890. top: 0px;
  891. left: -5px;
  892. height: 33px;
  893. width: 7px;
  894. background-repeat: repeat-y;
  895. }
  896.  
  897. .RightChain {
  898. position: absolute;
  899. top: 0px;
  900. right: -4px;
  901. height: 33px;
  902. width: 7px;
  903. background-repeat: repeat-y;
  904. }
  905.  
  906. .Submenu {
  907. position: relative;
  908. margin-left: 5px;
  909. margin-right: 5px;
  910. background-color: #0D2E2B;
  911. width: 160px;
  912. }
  913.  
  914. .Submenuitem {
  915. position: relative;
  916. margin: 0px;
  917. padding: 0px;
  918. }
  919.  
  920. .ActiveSubmenuItemIcon {
  921. position: absolute;
  922. top: 5px;
  923. left: 3px;
  924. width: 10px;
  925. height: 10px;
  926. background-repeat: no-repeat;
  927. visibility: hidden;
  928. }
  929.  
  930. .SubmenuitemLabel {
  931. margin: 0px;
  932. border-top: 0;
  933. padding-top: 2px;
  934. padding-bottom: 2px;
  935. padding-left: 15px;
  936. border-bottom: 1px solid #4b7874;
  937. overflow: hidden;
  938. }
  939.  
  940. /* Submenu links */
  941. .Submenu a:link { color: #d7d7d7; text-decoration: none; }
  942. .Submenu a:visited { color: #d7d7d7; text-decoration: none; }
  943. .Submenu a:focus { color: #d7d7d7; text-decoration: none; }
  944. .Submenu a:active { color: white; text-decoration: none; }
  945. .Submenu a:hover { color: white; text-decoration: none; }
  946.  
  947. /** -------------------------------
  948. * Stylesheet declarations for the
  949. * CONTENT AREA
  950. * -------------------------------
  951. */
  952.  
  953. .Content .BoxContent {
  954. padding: 10px;
  955. }
  956.  
  957. /* "tanhack" for correction of IE bug */
  958. * html .Content {
  959. top: -5px;
  960. }
  961.  
  962. .Content {
  963. position: relative;
  964. top: 0px;
  965. width: 100%;
  966. }
  967.  
  968. /* "star-HTML-hack" to correct the position of the content area */
  969. * html .Content {
  970. position: relative;
  971. top: 796px;
  972. margin: 20px;
  973. border: 0px dashed #061222;
  974. border-right-width: 550px;
  975. }
  976.  
  977. #ContentHelper {
  978. position: relative;
  979. }
  980.  
  981. /* "star-HTML-hack" to to implement min-width in IE */
  982. * html #ContentHelper {
  983. display: inline-block;
  984. position: relative;
  985. top: -800px;
  986. margin: -20px;
  987. margin-right: -570px;
  988. }
  989.  
  990. .Content .Box {
  991. font-size: 0pt;
  992. position: relative;
  993. margin: 5px;
  994. margin-bottom: 18px;
  995. color: #5A2800;
  996. border-left: 2px solid #3a3738;
  997. border-right: 2px solid #3a3738;
  998. background-color: #debb9d;
  999. background-repeat: no-repeat;
  1000. overflow: visible;
  1001. }
  1002.  
  1003. .Content .BoxContent {
  1004. font-family: Verdana, Arial, Times New Roman, sans-serif;
  1005. font-size: 9pt;
  1006. background-color: #FFF2db;
  1007. color: #5A2800;
  1008. min-height: 395px;
  1009. height: auto !important;
  1010. height: 415px;
  1011. }
  1012.  
  1013. /* "star-HTML-hack" to correct Box width in IE */
  1014. * html .Content .Box {
  1015. width: 100%;
  1016. }
  1017. /* "star-HTML-hack" to correct BoxContent width in IE */
  1018. * html .Content .BoxContent {
  1019. width: 100%;
  1020. }
  1021.  
  1022. .Content th {
  1023. font-family: Verdana, Arial, Times New Roman, sans-serif;
  1024. font-size: 10pt;
  1025. font-weight: bold;
  1026. text-align: left;
  1027. color: white;
  1028. background-color: #505050;
  1029. }
  1030.  
  1031. .Content .BoxContent td {
  1032. font-family: Verdana, Arial, Times New Roman, sans-serif;
  1033. font-size: 10pt;
  1034. color: #5A2800;
  1035. }
  1036.  
  1037. /* Content Links */
  1038.  
  1039. .Content a {
  1040. font-family: Verdana, Arial, Times New Roman, sans-serif;
  1041. font-weight: bold;
  1042. color: #004294;
  1043. text-decoration: none;
  1044. }
  1045. .Content a:hover {
  1046. font-family: Verdana, Arial, Times New Roman, sans-serif;
  1047. font-weight: bold;
  1048. text-decoration: underline;
  1049. color: #0063DC;
  1050. }
  1051. .Content .HelpLink {
  1052. font-size: 7pt;
  1053. cursor: pointer;
  1054. }
  1055.  
  1056. /* Corners */
  1057.  
  1058. .Content .Corner-tl {
  1059. position: absolute;
  1060. top: -4px;
  1061. left: -5px;
  1062. width: 17px;
  1063. height: 17px;
  1064. z-index: 50;
  1065. }
  1066.  
  1067. .Content .Corner-tr {
  1068. position: absolute;
  1069. top: -4px;
  1070. right: -5px;
  1071. width: 17px;
  1072. height: 17px;
  1073. z-index: 50;
  1074. }
  1075.  
  1076. .Content .BottomCornersHelper {
  1077. position: absolute;
  1078. width: 100%;
  1079. }
  1080.  
  1081. .Content .CornerWrapper-b {
  1082. position: absolute;
  1083. width:100%;
  1084. }
  1085.  
  1086. .Content .Corner-bl {
  1087. position: absolute;
  1088. bottom: -4px;
  1089. left: -6px;
  1090. width: 17px;
  1091. height: 17px;
  1092. z-index: 50;
  1093. }
  1094.  
  1095. .Content .Corner-br {
  1096. position: absolute;
  1097. bottom: -4px;
  1098. right: -6px;
  1099. width: 17px;
  1100. height: 17px;
  1101. z-index: 50;
  1102. }
  1103.  
  1104. /* Borders */
  1105.  
  1106. .Content .Border_1 {
  1107. position: relative;
  1108. height: 6px;
  1109. width: 100%;
  1110. background-repeat: repeat-x;
  1111. }
  1112.  
  1113. .Content .BorderTitleText {
  1114. position: relative;
  1115. height: 24px;
  1116. background-repeat: repeat-x;
  1117. }
  1118.  
  1119. .Content .Title {
  1120. position: absolute;
  1121. top: 6px;
  1122. left: 5px;
  1123. }
  1124.  
  1125. .Content .Border_2 {
  1126. margin: 4px;
  1127. padding: 0px;
  1128. background-color: #793d03;
  1129. }
  1130.  
  1131. .Content .Border_3 {
  1132. margin: 1px;
  1133. border-top: 1px solid #793d03;
  1134. border-bottom: 1px solid #793d03;
  1135. }
  1136.  
  1137. /** -------------------------------
  1138. * Stylesheet declarations for the
  1139. * THEMEBOXES of the Tibia
  1140. * website
  1141. * -------------------------------
  1142. */
  1143.  
  1144. .Themebox {
  1145. position: relative;
  1146. margin-bottom: 10px;
  1147. top: -4px;
  1148. width: 180px;
  1149. height: 154px;
  1150. }
  1151. #Themeboxes div {
  1152. font-size: 10pt;
  1153. background-repeat: no-repeat;
  1154. }
  1155. #Themeboxes .ThemeboxButton {
  1156. position: absolute;
  1157. bottom: 20px;
  1158. left: 22px;
  1159. height: 25px;
  1160. width: 137px;
  1161. cursor: pointer;
  1162. }
  1163. #Themeboxes .Bottom {
  1164. position: absolute;
  1165. bottom: 0px;
  1166. left: 0px;
  1167. height: 12px;
  1168. width: 180px;
  1169. }
  1170. /* "star-HTML-hack" to correct the position of the bottom element */
  1171. * html #Themeboxes .Bottom {
  1172. bottom: -3px;
  1173. }
  1174. #Themeboxes #PremiumBox {
  1175. height: 164px;
  1176. }
  1177. #Themeboxes #ScreenshotBox #ScreenshotContent {
  1178. position: relative;
  1179. height: 111px;
  1180. width: 170px;
  1181. top: 31px;
  1182. left: 0px;
  1183. margin-left: 5px;
  1184. margin-right: 5px;
  1185. border: 0;
  1186. cursor: pointer;
  1187. }
  1188. #Themeboxes #CurrentPollBox #CurrentPollText {
  1189. font-family: Verdana, Arial, sans-serif;
  1190. font-weight: bold;
  1191. line-height: 11pt;
  1192. color: #5A2800;
  1193. position: absolute;
  1194. #height: 70px;
  1195. width: 150px;
  1196. top: 37px;
  1197. left: 15px;
  1198. padding-top: 5px;
  1199. overflow: hidden;
  1200. }
  1201. #Themeboxes #SkyscraperBanner {
  1202. border: 0;
  1203. }
  1204. #Themeboxes #FansiteBox {
  1205. position: relative;
  1206. height: 188px;
  1207. text-align: center;
  1208. }
  1209. #Themeboxes #FansiteLogoFrame {
  1210. position: relative;
  1211. top: 31px;
  1212. width: 180;
  1213. height: 145px;
  1214. }
  1215. #Themeboxes #FansiteLogo {
  1216. position: relative;
  1217. height: 100px;
  1218. width: 150px;
  1219. top: 8px;
  1220. border: 0;
  1221. cursor: pointer;
  1222. }
  1223. #Themeboxes #FansiteBox .ThemeboxButton {
  1224. bottom: 19px;
  1225. }
  1226. #Themeboxes #NetworksBox {
  1227. position: relative;
  1228. height: 204px;
  1229. }
  1230. #Themeboxes #NetworksBox #FacebookBlock {
  1231. position: relative;
  1232. top: 32px;
  1233. height: 113px;
  1234. }
  1235. #Themeboxes #NetworksBox #FacebookLikeBox {
  1236. position: relative;
  1237. left: 14px;
  1238. top: 6px;
  1239. height: 70px;
  1240. width: 152px;
  1241. overflow: hidden;
  1242. }
  1243. #Themeboxes #NetworksBox #FacebookLikeBox div {
  1244. position: relative;
  1245. left: -1px;
  1246. top: -1px;
  1247. }
  1248. #Themeboxes #NetworksBox #FacebookSendBox {
  1249. position: absolute;
  1250. left: 81px;
  1251. top: 17px;
  1252. width: 50px;
  1253. }
  1254. #Themeboxes #NetworksBox #FacebookLikes {
  1255. position: relative;
  1256. left: 13px;
  1257. top: 10px;
  1258. width: 155px;
  1259. left: 13px;
  1260. overflow: hidden;
  1261. }
  1262. #Themeboxes #NetworksBox #FacebookLikes div {
  1263. position: relative;
  1264. left: -52px;
  1265. }
  1266. #Themeboxes #NetworksBox #TwitterBlock {
  1267. display: none;
  1268. position: relative;
  1269. top: 42px;
  1270. text-align: center;
  1271. }
  1272. /** -------------------------------
  1273. * OLD Stylesheet declarations for
  1274. * the CONTENT AREA
  1275. * -------------------------------
  1276. */
  1277.  
  1278. .Content .BoxContent td .white {
  1279. color: #EFEFEF;
  1280. visibility: visible;
  1281. }
  1282.  
  1283. .Content .BoxContent td .whites {
  1284. color: #EFEFEF;
  1285. visibility: visible;
  1286. font-size: 9pt;
  1287. }
  1288.  
  1289. .Content .BoxContent .white {
  1290. color : #EFEFEF;
  1291. visibility : visible;
  1292. }
  1293.  
  1294. .Content .BoxContent td .green {
  1295. color : #00BF00;
  1296. }
  1297.  
  1298. .Content .BoxContent td .yellow {
  1299. color : #FFBB05;
  1300. }
  1301.  
  1302. .Content .BoxContent td .red {
  1303. color : #EF0000;
  1304. }
  1305.  
  1306. .Content .BoxContent td .grey {
  1307. color : #808080;
  1308. }
  1309.  
  1310. /** -------------------------------
  1311. * OLD Stylesheet declarations for
  1312. * the CONTENT AREA (forum)
  1313. * -------------------------------
  1314. */
  1315.  
  1316. .Content .BoxContent .ff_info {
  1317. font-family : Verdana, Arial, Times New Roman, sans-serif;
  1318. font-size : 10pt;
  1319. color : #5A2800;
  1320. visibility : visible;
  1321. }
  1322.  
  1323. .Content .ff_white a {
  1324. color: #FFFFFF;
  1325. }
  1326.  
  1327. .Content .BoxContent .ff_white {
  1328. font-family : Verdana, Arial, Times New Roman, sans-serif;
  1329. color : #EFEFEF;
  1330. visibility : visible;
  1331. font-size : 7pt;
  1332. font-weight: bold;
  1333. }
  1334.  
  1335. .Content .BoxContent .ff_red {
  1336. font-family : Verdana, Arial, Times New Roman, sans-serif;
  1337. color : #EF0000;
  1338. visibility : visible;
  1339. font-size : 8pt;
  1340. font-weight: bold;
  1341. }
  1342.  
  1343. .Content .BoxContent .ff_whitelarge {
  1344. font-family : Verdana, Arial, Times New Roman, sans-serif;
  1345. color : #EFEFEF;
  1346. visibility : visible;
  1347. font-size : 9pt;
  1348. font-weight: bold;
  1349. }
  1350.  
  1351. .Content .BoxContent .ff_info {
  1352. font-family : Verdana, Arial, Times New Roman, sans-serif;
  1353. font-size : 8pt;
  1354. color : #5A2800;
  1355. visibility : visible;
  1356. }
  1357.  
  1358. .Content .BoxContent .ff_infotext {
  1359. font-family : Verdana, Arial, Times New Roman, sans-serif;
  1360. font-size : 8pt;
  1361. color : #5A2800;
  1362. visibility : visible;
  1363. line-height: 12pt;
  1364. }
  1365.  
  1366. .Content .BoxContent .ff_smallinfo {
  1367. font-family : Verdana, Arial, Times New Roman, sans-serif;
  1368. font-size : 7pt;
  1369. color : #5A2800;
  1370. visibility : visible;
  1371. }
  1372.  
  1373. .Content .BoxContent .ff_large {
  1374. font-family : Verdana, Arial, Times New Roman, sans-serif;
  1375. font-size : 12pt;
  1376. color : #5A2800;
  1377. visibility : visible;
  1378. }
  1379.  
  1380. .Content .BoxContent .ff_pagetext {
  1381. font-family : Verdana, Arial, Times New Roman, sans-serif;
  1382. font-size : 9pt;
  1383. color : #5A2800;
  1384. visibility : visible;
  1385. line-height: 13pt;
  1386. }
  1387.  
  1388. .Content .BoxContent .ff_pagetextgrey {
  1389. font-family : Verdana, Arial, Times New Roman, sans-serif;
  1390. font-size : 9pt;
  1391. color : #505050;
  1392. visibility : visible;
  1393. line-height: 13pt;
  1394. }
  1395.  
  1396. .Content .BoxContent .ff_pagetextred {
  1397. font-family : Verdana, Arial, Times New Roman, sans-serif;
  1398. font-size : 9pt;
  1399. color : #F00;
  1400. visibility : visible;
  1401. line-height: 13pt;
  1402. }
  1403.  
  1404. .Content .BoxContent .ff_correct {
  1405. font-family : Verdana, Arial, Times New Roman, sans-serif;
  1406. font-size : 11pt;
  1407. color : #FF0000;
  1408. visibility : visible;
  1409. font-weight: bold;
  1410. }
  1411.  
  1412. /** --------------------------------------
  1413. * ### not final versions for tests
  1414. * ### concerning the new payment process
  1415. * --------------------------------------
  1416. */
  1417.  
  1418. /* new error handling concept tests */
  1419.  
  1420. .FormFieldError {
  1421. font-size: 8pt;
  1422. color: red;
  1423. }
  1424. .SmallBox {
  1425. position: relative;
  1426. font-size: 1px;
  1427. }
  1428. .SmallBox .ErrorMessage {
  1429. font-size: 8pt;
  1430. position: relative;
  1431. color: red;
  1432. height: 100%;
  1433. background-color: #d4c0a1;
  1434. padding: 5px;
  1435. padding-left: 43px;
  1436. }
  1437. .SmallBox .Message {
  1438. font-size: 10pt;
  1439. position: relative;
  1440. height: 100%;
  1441. background-color: #d4c0a1;
  1442. padding: 10px;
  1443. }
  1444. .SmallBox .ErrorMessage ul {
  1445. padding-left: 15px;
  1446. }
  1447. .SmallBox .BoxFrameHorizontal {
  1448. position: relative;
  1449. height: 4px;
  1450. }
  1451. .SmallBox .BoxFrameVerticalRight {
  1452. position: absolute;
  1453. right: 0px;
  1454. top: 0px;
  1455. width: 3px;
  1456. background-repeat: repeat-y;
  1457. height: 100%;
  1458. }
  1459. .SmallBox .BoxFrameVerticalLeft {
  1460. position: absolute;
  1461. left: 0px;
  1462. top: 0px;
  1463. width: 3px;
  1464. background-repeat: repeat-y;
  1465. height: 100%;
  1466. }
  1467. .SmallBox .MessageContainer {
  1468. position: relative;
  1469. height: 100%;
  1470. }
  1471. .SmallBox .BoxFrameEdgeLeftTop {
  1472. position: absolute;
  1473. left: -1px;
  1474. top: -1px;
  1475. width: 5px;
  1476. height: 5px;
  1477. }
  1478. .SmallBox .BoxFrameEdgeLeftBottom {
  1479. position: absolute;
  1480. left: -1px;
  1481. bottom: -1px;
  1482. width: 5px;
  1483. height: 5px;
  1484. }
  1485. .SmallBox .BoxFrameEdgeRightTop {
  1486. position: absolute;
  1487. right: -1px;
  1488. top: -1px;
  1489. width: 5px;
  1490. height: 5px;
  1491. }
  1492. .SmallBox .BoxFrameEdgeRightBottom {
  1493. position: absolute;
  1494. right: -1px;
  1495. bottom: -1px;
  1496. width: 5px;
  1497. height: 5px;
  1498. }
  1499. .SmallBox .AttentionSign {
  1500. position: absolute;
  1501. top: 3px;
  1502. left: 8px;
  1503. width: 30px;
  1504. height: 26px;
  1505. }
  1506.  
  1507.  
  1508. /** ---------------------------------
  1509. * ### not finished versions for the
  1510. * ### payment process PROGRESS BAR
  1511. * ---------------------------------
  1512. */
  1513.  
  1514. #ProgressBar #Headline {
  1515. text-align: center;
  1516. font-size: 12pt;
  1517. font-weight: bold;
  1518. margin-bottom: 5px;
  1519. }
  1520. #ProgressBar #MainContainer {
  1521. position: relative;
  1522. top: 10px;
  1523. height: 50px;
  1524. margin-bottom: 25px;
  1525. }
  1526. #ProgressBar #BackgroundContainer {
  1527. position: relative;
  1528. width: 100%;
  1529. }
  1530.  
  1531. #ProgressBar #BackgroundContainerLeftEnd {
  1532. position: absolute;
  1533. float: left;
  1534. }
  1535. #ProgressBar #BackgroundContainerCenter {
  1536. position: absolute;
  1537. left: 0px;
  1538. top: 0px;
  1539. height: 17px;
  1540. width: 100%;
  1541. }
  1542. #ProgressBar #BackgroundContainerCenterImage {
  1543. position: relative;
  1544. margin-left: 25px;
  1545. margin-right: 25px;
  1546. height: 17px;
  1547. }
  1548. #ProgressBar #BackgroundContainerRightEnd {
  1549. position: absolute;
  1550. right: 0px;
  1551. top: 0px;
  1552. float: right;
  1553. }
  1554. #ProgressBar #TubeLeftEnd {
  1555. position: absolute;
  1556. left: 25px;
  1557. top: 4px;
  1558. }
  1559. #ProgressBar #TubeRightEnd {
  1560. position: absolute;
  1561. right: 25px;
  1562. top: 4px;
  1563. z-index: 0;
  1564. }
  1565. #ProgressBar .Steps {
  1566. position: relative;
  1567. height: 39px;
  1568. font-size: 9px;
  1569. float: left;
  1570. top: -11px;
  1571. margin-left: -1px;
  1572. }
  1573. #ProgressBar #StepsContainer1 {
  1574. text-align: right;
  1575. margin-left: 92px;
  1576. margin-right: 40px;
  1577. height: 10px;
  1578. }
  1579. #ProgressBar #StepsContainer2 {
  1580. width: 100%;
  1581. height: 10px;
  1582. }
  1583. #ProgressBar .TubeContainer {
  1584. position: relative;
  1585. padding-right: 47px;
  1586. }
  1587. #ProgressBar .Tube {
  1588. position: relative;
  1589. top: 16px;
  1590. left: 0px;
  1591. width: 100%;
  1592. height: 7px;
  1593. background: #FFFFFF none repeat scroll 0%;
  1594. }
  1595. * html #ProgressBar .Tube {
  1596. top: 13px;
  1597. }
  1598. #ProgressBar .SingleStepContainer {
  1599. position: absolute;
  1600. top: 0px;
  1601. width: 47px;
  1602. height: 30px;
  1603. right: 0px;
  1604. text-align: center;
  1605. }
  1606. #ProgressBar #FirstStep .SingleStepContainer {
  1607. left: 45px;
  1608. width: 47px;
  1609. position: absolute;
  1610. }
  1611. #ProgressBar .StepIcon {
  1612. position: absolute;
  1613. right: 0px;
  1614. }
  1615. * html #ProgressBar .StepIcon {
  1616. right: -1px;
  1617. }
  1618. #ProgressBar #FirstStep .StepIcon {
  1619. top: 0px;
  1620. left: 0px;
  1621. }
  1622. #ProgressBar .StepText {
  1623. top: 40px;
  1624. position: absolute;
  1625. width: 200px;
  1626. right: -77px;
  1627. }
  1628.  
  1629.  
  1630. /** -------------------------------
  1631. * Stylesheet declarations for the
  1632. * NEW TABLES
  1633. * -------------------------------
  1634. */
  1635.  
  1636. .TableContainer {
  1637. border: 1px solid black;
  1638. position: relative;
  1639. width: 100%;
  1640. font-size: 1px;
  1641. }
  1642. .TableContainer .Odd {
  1643. background-color: #f1e0c6;
  1644. }
  1645. .TableContainer .Even {
  1646. background-color: #d5c0a1;
  1647. }
  1648.  
  1649. /* TABLEHEADER DECORATION */
  1650. .TableContainer .CaptionContainer {
  1651. position: relative;
  1652. font-size: 1pt;
  1653. background-color: #5f4d41 !important;
  1654. height: 100%;
  1655. width: 100%;
  1656. text-align: left;
  1657. }
  1658. .TableContainer .CaptionContainer .CaptionInnerContainer {
  1659. position: relative;
  1660. background-color: #5f4d41;
  1661. width: 100%;
  1662. height: 100%;
  1663. padding-top: 3px;
  1664. padding-bottom: 4px;
  1665. }
  1666. .TableContainer .CaptionContainer .Text {
  1667. font-family: Verdana, Arial, Times New Roman, sans-serif;
  1668. font-size: 10pt;
  1669. font-weight: bold;
  1670. text-align: left;
  1671. color: white;
  1672. padding-left: 10px;
  1673. padding-top: 0px;
  1674. margin: 3px;
  1675. padding-bottom: 0px;
  1676. }
  1677. .TableContainer .CaptionContainer .CaptionEdgeLeftTop {
  1678. position: absolute;
  1679. width: 5px;
  1680. height: 5px;
  1681. top: -2px;
  1682. left: -2px;
  1683. z-index: 50;
  1684. }
  1685. .TableContainer .CaptionContainer .CaptionEdgeRightTop {
  1686. position: absolute;
  1687. width: 5px;
  1688. height: 5px;
  1689. top: -2px;
  1690. right: -2px;
  1691. z-index: 50;
  1692. }
  1693. .TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
  1694. position: absolute;
  1695. width: 5px;
  1696. height: 5px;
  1697. left: -2px;
  1698. bottom: -3px;
  1699. z-index: 50;
  1700. }
  1701. .TableContainer .CaptionContainer .CaptionEdgeRightBottom {
  1702. position: absolute;
  1703. width: 5px;
  1704. height: 5px;
  1705. right: -2px;
  1706. bottom: -3px;
  1707. z-index: 50;
  1708. }
  1709. .TableContainer .CaptionContainer .CaptionBorderTop {
  1710. position: absolute;
  1711. width: 100%;
  1712. height: 4px;
  1713. left: 0px;
  1714. top: -1px;
  1715. }
  1716. .TableContainer .CaptionContainer .CaptionBorderBottom {
  1717. position: absolute;
  1718. width: 100%;
  1719. height: 4px;
  1720. left: 0px;
  1721. bottom: -2px;
  1722. }
  1723. .TableContainer .CaptionContainer .CaptionVerticalLeft {
  1724. position: absolute;
  1725. height: 100%;
  1726. width: 3px;
  1727. left: -1px;
  1728. top: 0px;
  1729. }
  1730. .TableContainer .CaptionContainer .CaptionVerticalRight {
  1731. position: absolute;
  1732. height: 100%;
  1733. width: 3px;
  1734. right: -1px;
  1735. top: 0px;
  1736. }
  1737. * html .TableContainer .CaptionContainer .CaptionEdgeRightTop {
  1738. right: -3px;
  1739. }
  1740. * html .TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
  1741. bottom: -4px;
  1742. }
  1743. * html .TableContainer .CaptionContainer .CaptionEdgeRightBottom {
  1744. right: -3px;
  1745. bottom: -4px;
  1746. }
  1747. * html .TableContainer .CaptionContainer .CaptionBorderBottom {
  1748. bottom: -3;
  1749. }
  1750. * html .TableContainer .CaptionContainer .CaptionVerticalRight {
  1751. right: -2px;
  1752. }
  1753. /* TABLE CONTENT */
  1754. .TableContentContainer {
  1755. border: 1px solid #5F4D41;
  1756. position: relative;
  1757. margin-right: 4px;
  1758. height: 100%;
  1759. background-color: #d4c0a1;
  1760. padding: 0px;
  1761. }
  1762. .TableContent {
  1763. width: 100%;
  1764. border-collapse: collapse;
  1765. }
  1766. .TableContent td {
  1767. padding-left: 5px;
  1768. padding-top: 2px;
  1769. padding-right: 5px;
  1770. padding-bottom: 2px;
  1771. }
  1772. /* INNERLYOUT 1 */
  1773. .TableContainer .Table1 {
  1774. width: 100%;
  1775. background-color: #d4c0a1;
  1776. border: 2px solid #55636c;
  1777. }
  1778. .TableContainer .Table1 .InnerTableContainer {
  1779. padding: 5px;
  1780. }
  1781. /* INNERLYOUT 2 */
  1782. .TableContainer .Table2 {
  1783. width: 100%;
  1784. border: 2px solid #55636c;
  1785. background-color: #f1e0c5;
  1786. padding: 0px;
  1787. margin: 0px;
  1788. border-collapse: collapse;
  1789. }
  1790. .TableContainer .Table2 td {
  1791. padding: 0px;
  1792. margin: 0px;
  1793. }
  1794. .TableContainer .Table2 .InnerTableContainer {
  1795. margin-top: 1px;
  1796. }
  1797. .TableContainer .Table2 .InnerTableContainer table {
  1798. border-collapse: collapse;
  1799. }
  1800. .TableContainer .Table2 .InnerTableContainer td {
  1801. padding-top: 2px;
  1802. padding-left: 5px;
  1803. padding-bottom: 2px;
  1804. padding-right: 5px;
  1805. border: 1px solid #faf0d7;
  1806. }
  1807. /* INNERLYOUT 3 */
  1808. .TableContainer .Table3 {
  1809. width: 100%;
  1810. border: 2px solid #55636c;
  1811. background-color: #f1e0c5;
  1812. }
  1813. .TableContainer .Table3 .InnerTableContainer {
  1814. width: 100%;
  1815. position: relative;
  1816. margin-top: 5px;
  1817. margin-left: 3px;
  1818. }
  1819. .TableContainer .Table3 .TableContentAndRightShadow td {
  1820. border: 1px solid #faf0d7;
  1821. }
  1822. /* INNERLYOUT 4 */
  1823. .TableContainer .Table4 {
  1824. width: 100%;
  1825. border: 2px solid #55636c;
  1826. background-color: #f1e0c5;
  1827. }
  1828. .TableContainer .Table4 .InnerTableContainer {
  1829. width: 100%;
  1830. position: relative;
  1831. margin-top: 3px;
  1832. }
  1833. .TableContainer .Table4 .TableContentAndRightShadow .TableContent td {
  1834. padding-left: 4px;
  1835. padding-top: 2px;
  1836. padding-bottom: 2px;
  1837. }
  1838. /* INNERLYOUT 5 */
  1839. .TableContainer .Table5 {
  1840. width: 100%;
  1841. border: 2px solid #55636c;
  1842. background-color: #f1e0c5;
  1843. }
  1844. .TableContainer .Table5 .InnerTableContainer {
  1845. width: 100%;
  1846. position: relative;
  1847. margin-top: 5px;
  1848. margin-left: 3px;
  1849. }
  1850. .TableContainer .Table5 .TableContentAndRightShadow .TableContent td {
  1851. padding-left: 4px;
  1852. padding-top: 2px;
  1853. padding-bottom: 2px;
  1854. }
  1855. /* SHADOWS */
  1856. .TableShadowContainerRightTop {
  1857. position: relative;
  1858. top: 0px;
  1859. right: 3px;
  1860. margin-right: 0px;
  1861. font-size: 1px;
  1862. float: right;
  1863. z-index: 99;
  1864. }
  1865. .TableShadowRightTop {
  1866. position: absolute;
  1867. top: 0px;
  1868. right: 0px;
  1869. width: 4px;
  1870. height: 5px;
  1871. z-index: 99;
  1872. }
  1873. .TableContentAndRightShadow {
  1874. position: relative;
  1875. background-repeat: repeat-y;
  1876. background-position: top right;
  1877. margin-right: 3px;
  1878. font-size: 1px;
  1879. }
  1880. .TableShadowContainer {
  1881. position: relative;
  1882. widht: 100%;
  1883. margin-right: 5px;
  1884. }
  1885. .TableBottomShadow {
  1886. position: relative;
  1887. font-size: 1px;
  1888. height: 5px;
  1889. width: 100%;
  1890. padding: 0px;
  1891. margin: 0px;
  1892. }
  1893. .TableBottomLeftShadow {
  1894. position: relative;
  1895. height: 5px;
  1896. width: 4px;
  1897. float: left;
  1898. padding: 0px;
  1899. margin: 0px;
  1900. }
  1901. .TableBottomRightShadow {
  1902. position: relative;
  1903. float: right;
  1904. right: -2px;
  1905. top: 0px;
  1906. height: 5px;
  1907. width: 4px;
  1908. }
  1909. /* LABELS */
  1910. .LabelV {
  1911. font-weight: bold;
  1912. padding-right: 10px;
  1913. white-space: nowrap;
  1914. vertical-align: top;
  1915. }
  1916. .LabelH {
  1917. font-weight: bold;
  1918. padding-right: 10px;
  1919. white-space: nowrap;
  1920. background-color: #d5c0a1;
  1921.  
  1922. }
  1923. .LabelH td {
  1924. background-color: #d5c0a1;
  1925. padding-left: 5px;
  1926. padding-top: 2px;
  1927. padding-right: 5px;
  1928. padding-bottom: 2px;
  1929. }
  1930.  
  1931. /* BUTTONS */
  1932. .InnerTableButtonRow {
  1933. width: 100%;
  1934. padding-left: 1px;
  1935. padding-right: 0px;
  1936. padding-bottom: 4px;
  1937. border: 0px;
  1938. }
  1939. .InnerTableButtonRow td {
  1940. padding-right: 4px;
  1941. }
  1942. .BigButton {
  1943. position: relative;
  1944. width: 135px;
  1945. height: 25px;
  1946. z-index: 10;
  1947. }
  1948. .BigButtonOver {
  1949. position: absolute;
  1950. top: 0px;
  1951. left: 0px;
  1952. width: 137px;
  1953. height: 25px;
  1954. visibility: hidden;
  1955. z-index: 15;
  1956. }
  1957. .ButtonText {
  1958. position: absolute;
  1959. top: 0px;
  1960. left: 0px;
  1961. height: 25px;
  1962. width: 135px;
  1963. z-index: 20;
  1964. }
  1965. .TopButtonContainer {
  1966. position: relative;
  1967. right: 4px;
  1968. top: 4px;
  1969. z-index: 60;
  1970. }
  1971. * html .TopButtonContainer {
  1972. right: 27px;
  1973. }
  1974. .TopButtonContainer .TopButton {
  1975. position: absolute;
  1976. right: 0px;
  1977. z-index: 55;
  1978. }
  1979. .Content .BoxContent .Odd {
  1980. background-color: #D4C0A1;
  1981. padding: 2px;
  1982. }
  1983.  
  1984. .Content .BoxContent .Even {
  1985. background-color: #F1E0C6;
  1986. padding: 2px;
  1987. }
  1988.  
  1989. .Content .NewsCategoryIconSmall {
  1990. position: absolute;
  1991. top: 1px;
  1992. left: 1px;
  1993. height: 16px;
  1994. width: 16px;
  1995. background-repeat: no-repeat;
  1996. }
  1997. .Content .BoxContent .Odd {
  1998. background-color: #D4C0A1;
  1999. padding: 2px;
  2000. }
  2001.  
  2002. .Content .BoxContent .Even {
  2003. background-color: #F1E0C6;
  2004. padding: 2px;
  2005. }
  2006.  
  2007. .Content .NewsCategoryIconSmall {
  2008. position: absolute;
  2009. top: 1px;
  2010. left: 1px;
  2011. height: 16px;
  2012. width: 16px;
  2013. background-repeat: no-repeat;
  2014. }
  2015. .Content .BoxContent .Odd {
  2016. background-color: #D4C0A1;
  2017. padding: 2px;
  2018. }
  2019.  
  2020. .Content .BoxContent .Even {
  2021. background-color: #F1E0C6;
  2022. padding: 2px;
  2023. }
  2024.  
  2025. .Content .NewsCategoryIconSmall {
  2026. position: absolute;
  2027. top: 1px;
  2028. left: 1px;
  2029. height: 16px;
  2030. width: 16px;
  2031. background-repeat: no-repeat;
  2032. }
  2033.  
  2034. /* News Ticker */
  2035.  
  2036. .Content #NewsTicker .BoxContent {
  2037. padding: 5px;
  2038. min-height: 90px;
  2039. height: auto !important;
  2040. height: 100px;
  2041. }
  2042.  
  2043. .Content #NewsTicker .BoxContent .Row {
  2044. position: relative;
  2045. width: 100%;
  2046. }
  2047.  
  2048. .Content #NewsTicker .NewsTickerIcon {
  2049. position: absolute;
  2050. top: 1px;
  2051. left: 1px;
  2052. height: 16px;
  2053. width: 16px;
  2054. background-repeat: no-repeat;
  2055. }
  2056.  
  2057. .Content #NewsTicker .NewsTickerText {
  2058. font-size: 9pt;
  2059. position: relative;
  2060. margin-left: 20px;
  2061. }
  2062.  
  2063. .Content #NewsTicker .NewsTickerDate {
  2064. font-size: 7pt;
  2065. position: absolute;
  2066. top: 0px;
  2067. float: left;
  2068. }
  2069.  
  2070. .Content #NewsTicker .NewsTickerShortText {
  2071. margin-left: 85px;
  2072. height: 14px;
  2073. }
  2074.  
  2075. .Content #NewsTicker .NewsTickerFullText {
  2076. margin-left: 85px;
  2077. margin-right: 20px;
  2078. display: none;
  2079. }
  2080.  
  2081. .Content #NewsTicker .NewsTickerExtend {
  2082. position: relative;
  2083. right: 0px;
  2084. top: 1px;
  2085. right: 1px;
  2086. height: 12px;
  2087. width: 12px;
  2088. background-repeat: no-repeat;
  2089. float: right;
  2090. cursor: pointer;
  2091. z-index: 10;
  2092. }
  2093.  
  2094. .Content .NewsHeadlineBackground {
  2095. position: relative;
  2096. height: 28px;
  2097. margin-bottom: 5px;
  2098. background-repeat: repeat-x;
  2099. border-left: 1px solid #000000;
  2100. border-right: 1px solid #000000;
  2101. }
  2102.  
  2103. .Content .NewsHeadlineIcon {
  2104. position: absolute;
  2105. top: -1px;
  2106. left: 0px;
  2107. margin-left: 5px;
  2108. margin-right: 5px;
  2109. }
  2110.  
  2111. .Content .NewsHeadlineDate {
  2112. font-size: 7pt;
  2113. position: absolute;
  2114. top: 10px;
  2115. left: 50px;
  2116. width: 85px;
  2117. color: white;
  2118. }
  2119.  
  2120. .Content .NewsHeadlineText {
  2121. position: relative;
  2122. top: 7px;
  2123. left: 135px;
  2124. font-size: 10pt;
  2125. font-weight: bold;
  2126. color: white;
  2127. }
  2128.  
  2129. /* Featured Article */
  2130. .error, .notice, .success {
  2131. border: 1px solid #DDD;
  2132. margin-bottom: 1em;
  2133. padding: 0.6em 0.8em;
  2134. -moz-border-radius: 4px;
  2135. -webkit-border-radius: 4px;
  2136. border-radius: 4px;
  2137. }
  2138.  
  2139. .error {
  2140. background: #FBE3E4;
  2141. color: #8A1F11;
  2142. border-color: #FBC2C4;
  2143. }
  2144. .error a {
  2145. color: #8A1F11;
  2146. }
  2147.  
  2148. .notice {
  2149. background: #FFF6BF;
  2150. color: #514721;
  2151. border-color: #FFD324;
  2152. }
  2153. .notice a {
  2154. color: #514721;
  2155. }
  2156.  
  2157. .success {
  2158. background: #E6EFC2;
  2159. color: #264409;
  2160. border-color: #C6D880;
  2161. }
  2162. .success a {color: #264409;}
  2163. .Content #FeaturedArticle .BoxContent {
  2164. position:relative;
  2165. height: 100px;
  2166. padding: 5px;
  2167. padding-left: 10px;
  2168. min-height: 100px;
  2169. height: auto !important;
  2170. height: 110px;
  2171. line-height: 10.5pt;
  2172. }
  2173.  
  2174. .Content #FeaturedArticle #TeaserThumbnail {
  2175. position: relative;
  2176. top: 0px;
  2177. right: 0px;
  2178. height: 100px;
  2179. width: 150px;
  2180. margin-left: 10px;
  2181. background-color: black;
  2182. z-index: 90;
  2183. float: left;
  2184. }
  2185.  
  2186. #ContentHelper #FeaturedArticle:first-child .BoxContent {
  2187. padding: 10px;
  2188. }
  2189.  
  2190. .Content #FeaturedArticle #TeaserText {
  2191. height: 100px;
  2192. overflow: hidden;
  2193. z-index: 0;
  2194. }
  2195.  
  2196. .Content #FeaturedArticle #Link {
  2197. position: absolute;
  2198. top: 0px;
  2199. right: 0px;
  2200. margin: 89 165 0 0;
  2201. z-index: 99;
  2202. }
  2203.  
  2204. .Content #FeaturedArticle .NewsHeadlineBackground {
  2205. position: relative;
  2206. height: 28px;
  2207. margin-bottom: 5px;
  2208. background-repeat: repeat-x;
  2209. border-left: 1px solid #000000;
  2210. border-right: 1px solid #000000;
  2211. }
  2212.  
  2213. .Content #FeaturedArticle .NewsHeadlineIcon {
  2214. position: absolute;
  2215. top: -1px;
  2216. left: 0px;
  2217. margin-left: 5px;
  2218. margin-right: 5px;
  2219. float:left;
  2220. }
  2221.  
  2222. .Content #FeaturedArticle .NewsHeadlineDate {
  2223. font-size: 7pt;
  2224. position: absolute;
  2225. top: 9px;
  2226. left: 50px;
  2227. width: 85px;
  2228. color: white;
  2229. }
  2230.  
  2231. .Content #FeaturedArticle .NewsHeadlineText {
  2232. position: relative;
  2233. top: 8px;
  2234. left: 135px;
  2235. font-size: 10pt;
  2236. font-weight: bold;
  2237. color: white;
  2238. }
  2239.  
  2240. /* News */
  2241.  
  2242. .Content #News .BoxContent {
  2243. min-height: 100px;
  2244. height: auto !important;
  2245. height: 110px;
  2246. }
  2247.  
  2248. .Content #News .NewsHeadlineBackground {
  2249. position: relative;
  2250. height: 28px;
  2251. margin-bottom: 5px;
  2252. background-repeat: repeat-x;
  2253. border-left: 1px solid #000000;
  2254. border-right: 1px solid #000000;
  2255. }
  2256.  
  2257. .Content #News .NewsHeadlineIcon {
  2258. position: absolute;
  2259. top: -1px;
  2260. left: 0px;
  2261. margin-left: 5px;
  2262. margin-right: 5px;
  2263. }
  2264.  
  2265. .Content #News .NewsHeadlineDate {
  2266. font-size: 7pt;
  2267. position: absolute;
  2268. top: 10px;
  2269. left: 50px;
  2270. width: 85px;
  2271. color: white;
  2272. }
  2273.  
  2274. .Content #News .NewsHeadlineText {
  2275. position: relative;
  2276. top: 7px;
  2277. left: 135px;
  2278. font-size: 10pt;
  2279. font-weight: bold;
  2280. color: white;
  2281. }
  2282.  
  2283. /* News Archive */
  2284.  
  2285. .Content #NewsArchive .NewsHeadlineBackground {
  2286. position: relative;
  2287. height: 28px;
  2288. margin-bottom: 5px;
  2289. background-repeat: repeat-x;
  2290. border-left: 1px solid #000000;
  2291. border-right: 1px solid #000000;
  2292. }
  2293.  
  2294. .Content #NewsArchive .NewsHeadlineIcon {
  2295. position: absolute;
  2296. top: -1px;
  2297. left: 0px;
  2298. margin-left: 5px;
  2299. margin-right: 5px;
  2300. }
  2301.  
  2302. .Content #NewsArchive .NewsHeadlineDate {
  2303. font-size: 7pt;
  2304. position: absolute;
  2305. top: 9px;
  2306. left: 50px;
  2307. width: 85px;
  2308. color: white;
  2309. }
  2310.  
  2311. .Content #NewsArchive .NewsHeadlineText {
  2312. position: relative;
  2313. top: 7px;
  2314. left: 135px;
  2315. font-size: 10pt;
  2316. font-weight: bold;
  2317. color: white;
  2318. }
  2319.  
  2320. /* BUTTONS */
  2321. .InnerTableButtonRow {
  2322. width: 100%;
  2323. padding-left: 1px;
  2324. padding-right: 0px;
  2325. padding-bottom: 4px;
  2326. border: 0px;
  2327. }
  2328. .InnerTableButtonRow td {
  2329. padding-right: 4px;
  2330. }
  2331. .MediumButtonText {
  2332. position: absolute;
  2333. top: 0px;
  2334. left: 0px;
  2335. height: 37px;
  2336. width: 150px;
  2337. z-index: 20;
  2338. }
  2339. .MediumButtonBackground {
  2340. position: relative;
  2341. top: 0px;
  2342. left: 0px;
  2343. width: 150px;
  2344. height: 37px;
  2345. z-index: 10;
  2346. }
  2347. .MediumButtonOver {
  2348. position: relative;
  2349. top: 0px;
  2350. left: 0px;
  2351. width: 150px;
  2352. height: 37px;
  2353. visibility: hidden;
  2354. z-index: 15;
  2355. }
  2356. .MediumButtonForm {
  2357. margin: 0px;
  2358. padding: 0px;
  2359. }
  2360.  
  2361. /* helper div */
  2362. .HelperDivIndicator {
  2363. position: relative;
  2364. cursor: help;
  2365. }
  2366. #HelperDivContainer {
  2367. display: none;
  2368. position: absolute;
  2369. width: 225px;
  2370. z-index: 1000;
  2371. color: #5A2800;
  2372. font-family: Verdana,Arial,Times New Roman,sans-serif;
  2373. font-size: 9pt;
  2374. text-align: left;
  2375. padding: 10px;
  2376. border: 1px double #5A2800;
  2377. margin-left: 8px;
  2378. }
  2379. #HelperDivContainer .HelperDivArrow {
  2380. position: absolute;
  2381. top: -1px;
  2382. left: -8px;
  2383. width: 8px;
  2384. height: 13px;
  2385. }
  2386. #HelperDivContainer #HelperDivHeadline {
  2387. font-size: 12pt;
  2388. font-weight: bold;
  2389. }
  2390. #HelperDivContainer #HelperDivHeadline {
  2391. position: relative;
  2392. white-space: normal;
  2393. text-align: justify;
  2394. margin-top: 15px;
  2395. margin-bottom: 15px;
  2396. }
  2397. #HelperDivContainer .Ornament {
  2398. width: 220px;
  2399. }
Add Comment
Please, Sign In to add comment