Guest User

Untitled

a guest
Aug 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.35 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4.  
  5. html {
  6. height : 100%;
  7. }
  8. body {
  9. line-height: 1.3em;
  10. font-family: "Lucida Grande", sans-serif;
  11. font-size: 12px;
  12. font-style: normal;
  13. font-weight: normal;
  14. letter-spacing: normal;
  15. padding : 0;
  16. margin : 0;
  17. color : #000000;
  18. background-color : #8d0303;
  19. width:1024px
  20. }
  21. body.contentpane {
  22. color : #333333;
  23. background : none;
  24. background-color : #ffffff;
  25. }
  26. #wrapper {
  27. max-width : 1280px;
  28. margin-left : auto;
  29. margin-right : auto;
  30. display : block;
  31. border-left : 1px solid #8d0303;
  32. border-right : 1px solid #8d0303;
  33. }
  34. #top_menu {
  35. width : 100%;
  36. float : left;
  37. height : 65px;
  38. padding : 0;
  39. margin : 0;
  40. overflow : visible;
  41. background-color : #f7f7f7;
  42. background-image : url(../images/bg_pagenav.gif);
  43. background-repeat : repeat-x;
  44. }
  45. #top_menu_inner {
  46. overflow : visible;
  47. padding-top : 16px;
  48. padding-left : 65px;
  49. }
  50. #banner {
  51. float : right;
  52. padding-top : 20px;
  53. padding-right : 70px;
  54. }
  55. .banner_inner {
  56. border : 1px solid #ffffff;
  57. }
  58. #breadcrumbs {
  59. height : 24px;
  60. color : #000000;
  61. margin-bottom : 4px;
  62. margin-left : 5px;
  63. margin-right : 5px;
  64. margin-top : 20px;
  65. background-color : #f0f0f0;
  66. background-image : url(../images/pathway.gif);
  67. background-repeat : repeat-x;
  68. border : 1px solid #e3e3e3;
  69. }
  70. .breadcrumbs {
  71. font-size : 11px;
  72. overflow : hidden;
  73. display : block;
  74. height : 24px;
  75. line-height : 24px !important;
  76. line-height : 22px;
  77. color : #000000;
  78. float : left;
  79. padding-left : 5px;
  80. }
  81. .breadcrumbs a {
  82. color : #000000;
  83. text-decoration : none;
  84. }
  85. .breadcrumbs a:hover {
  86. color : #000000;
  87. text-decoration : none;
  88. }
  89. ul#mainlevel-nav {
  90. list-style : none;
  91. padding : 0;
  92. margin : 0;
  93. }
  94. ul#mainlevel-nav li {
  95. color : #fff;
  96. border-left : 1px solid #e93737;
  97. border-top : 1px solid #e93737;
  98. border-right : 1px solid #e93737;
  99. border-bottom : none;
  100. height : 34px;
  101. line-height : 35px;
  102. float : left;
  103. margin : 0 1px 0 1px;
  104. padding : 0;
  105. white-space : nowrap;
  106. }
  107. ul#mainlevel-nav li a {
  108. background-image : url(../images/top_button.gif);
  109. background-repeat : repeat-x;
  110. text-align : center;
  111. display : block;
  112. padding-left : 30px;
  113. padding-right : 30px;
  114. text-decoration : none;
  115. color : #fff;
  116. font-size : 11px;
  117. font-weight : bold;
  118. }
  119. ul#mainlevel-nav li a:hover {
  120. background-image : url(../images/top_button_hover.gif);
  121. background-repeat : repeat-x;
  122. color : #f8f8f8;
  123. float : left;
  124. white-space : nowrap;
  125. }
  126. ul#mainlevel-nav li a#active_menu-nav {
  127. background-image : url(../images/top_button_hover.gif);
  128. background-repeat : repeat-x;
  129. color : #f8f8f8;
  130. float : left;
  131. white-space : nowrap;
  132. }
  133. ul#mainlevel-nav li a#active_menu-nav:hover {
  134. list-style-image : none !important;
  135. background-image : url(../images/top_button.gif);
  136. background-repeat : repeat-x;
  137. text-align : center;
  138. display : block;
  139. padding-left : 30px;
  140. padding-right : 30px;
  141. text-decoration : none;
  142. color : #fff;
  143. font-size : 11px;
  144. font-weight : bold;
  145. }
  146. #header {
  147. height : 100px;
  148. float : left;
  149. width : 100%;
  150. padding : 0;
  151. margin : 0;
  152. background-color : #f6f6f6;
  153. background-image : url(../images/bg_pagebg.gif);
  154. }
  155. .maintitle {
  156. font-size : 28px;
  157. float : left;
  158. color : #fafafa;
  159. font-weight : bold;
  160. padding-left : 85px;
  161. padding-top : 40px;
  162. letter-spacing : normal;
  163. padding-bottom : 10px;
  164. }
  165. #content_outer {
  166. width : 100%;
  167. padding : 0;
  168. background-repeat : repeat-x;
  169. background-image : url(../images/bg.gif);
  170. background-color : #ffffff;
  171. }
  172. #main_content {
  173. float : none !important;
  174. float : none;
  175. padding : 5px;
  176. margin : 5px;
  177. }
  178. table.content_table {
  179. float : none;
  180. width : 90%;
  181. margin-top : 10px;
  182. margin-left: auto;
  183. margin-right: auto;
  184. }
  185. .content {
  186. margin-bottom: 10px;
  187. }
  188. #left_outer {
  189. float : left;
  190. width : 180px;
  191. margin-bottom : 20px;
  192. margin-top : 10px;
  193. }
  194. #left_inner {
  195. float : none;
  196. font-size : 11px;
  197. padding : 5px;
  198. }
  199. #left_inner_float {
  200. width : 180px;
  201. }
  202. #right_outer {
  203. float : left;
  204. width : 180px;
  205. margin-bottom : 20px;
  206. margin-top : 10px;
  207. }
  208. #right_inner {
  209. float : none;
  210. font-size : 11px;
  211. padding : 5px;
  212. }
  213. #right_inner_float {
  214. width : 180px;
  215. }
  216. .user1_inner {
  217. float : none;
  218. padding : 2px;
  219. }
  220. #user1_outer {
  221. float : none;
  222. margin : 5px;
  223. padding : 2px;
  224. }
  225. .user2_inner {
  226. float : none;
  227. padding : 2px;
  228. }
  229. #user2_outer {
  230. float : none;
  231. margin : 5px;
  232. padding : 2px;
  233. }
  234. .clr {
  235. clear : both;
  236. }
  237. ul, ol, li {
  238. margin : 0;
  239. padding : 0;
  240. }
  241. ul, ol {
  242. margin : 10px 0;
  243. padding-left : 10px;
  244. }
  245. ol li {
  246. list-style-type : decimal;
  247. line-height : 14px;
  248. }
  249. ul {
  250. margin : 5px;
  251. padding : 2px;
  252. list-style : none;
  253. }
  254. li {
  255. text-align : left;
  256. padding-left : 25px;
  257. background-image : url(../images/li.png);
  258. background-repeat : no-repeat;
  259. background-position : 0 2px;
  260. list-style-type : none;
  261. }
  262. li:hover {
  263. text-align : left;
  264. padding-left : 25px;
  265. background-image : url(../images/li_hover.png);
  266. background-repeat : no-repeat;
  267. background-position : 0 2px;
  268. }
  269. td {
  270. text-align : left;
  271. margin : 0;
  272. padding : 0;
  273. }
  274. a, a:link, a:visited, a:active, a:focus {
  275. color : #ba0303;
  276. text-decoration : none;
  277. outline : none;
  278. }
  279. a:hover {
  280. color : #df0404;
  281. text-decoration : none;
  282. outline : none;
  283. }
  284. table.contentpaneopen {
  285. width : 99%;
  286. padding : 2px;
  287. margin : 2px;
  288. }
  289. table.contentpane {
  290. width : 99%;
  291. padding : 6px;
  292. margin : 6px;
  293. }
  294. table.searchinto {
  295. width : 100%;
  296. }
  297. table.moduletable {
  298. width : 100%;
  299. margin : 0;
  300. padding : 0;
  301. }
  302. div.moduletable {
  303. padding : 0;
  304. padding-bottom : 10px;
  305. }
  306. div.moduletable h3 {
  307. background-image : url(../images/h3.gif);
  308. background-repeat : no-repeat;
  309. border : 1px solid #e3e3e3;
  310. color : #000000;
  311. text-align : right;
  312. font-weight : normal;
  313. height : 24px;
  314. line-height : 24px;
  315. font-size : 11px;
  316. padding-right : 10px;
  317. margin : 5px 0 2px 0;
  318. overflow : hidden;
  319. }
  320. .moduletable_text h3 {
  321. background-image : url(../images/h3.gif);
  322. background-repeat : no-repeat;
  323. border : 1px solid #e3e3e3;
  324. color : #000000;
  325. text-align : right;
  326. font-weight : normal;
  327. height : 24px;
  328. line-height : 24px;
  329. font-size : 11px;
  330. padding-right : 10px;
  331. margin : 5px 0 2px 0;
  332. overflow : hidden;
  333. }
  334. .bannerheader {
  335. font-size : 12px;
  336. font-weight : bold;
  337. color : #484848;
  338. padding-left : 5px;
  339. }
  340. .banneritem_text {
  341. padding : 2px 5px 2px 5px;
  342. }
  343. .banneritem_text a {
  344. color : #d00808;
  345. }
  346. .banneritem_text a:hover {
  347. color : #fd6c6c;
  348. }
  349. .bannerfooter_text {
  350. padding : 2px 5px 2px 5px;
  351. font-size : 12px;
  352. font-weight : bold;
  353. }
  354. table.moduletable td {
  355. font-size : 11px;
  356. padding : 0;
  357. margin : 0;
  358. font-weight : normal;
  359. }
  360. table.poll {
  361. padding : 0;
  362. width : 100%;
  363. border-collapse : collapse;
  364. }
  365. table.pollstableborder {
  366. padding : 0;
  367. width : 100%;
  368. border : none;
  369. text-align : left;
  370. }
  371. table.pollstableborder img {
  372. vertical-align : baseline;
  373. padding-left : 10px;
  374. }
  375. table.pollstableborder td {
  376. padding : 2px;
  377. border-collapse : collapse;
  378. border-spacing : 0;
  379. }
  380. table.pollstableborder tr.sectiontableentry1 td {
  381. margin : 1px;
  382. padding : 4px 5px 3px 5px;
  383. }
  384. table.pollstableborder tr.sectiontableentry2 td {
  385. margin : 1px;
  386. padding : 4px 5px 3px 5px;
  387. }
  388. table.pollstableborder tr.sectiontableentry0 td {
  389. margin : 1px;
  390. padding : 4px 5px 3px 5px;
  391. }
  392. table.contenttoc {
  393. font-size : 11px;
  394. border : 1px solid #e3e3e3;
  395. padding : 2px;
  396. margin-left : 10px;
  397. margin-bottom : 10px;
  398. float : right;
  399. }
  400. .toclink {
  401. padding: 4px;
  402. }
  403. table.contenttoc a:link, table.contenttoc a:visited {
  404. font-size : 11px;
  405. color : #000000;
  406. }
  407. table.contenttoc a:hover {
  408. text-decoration : none;
  409. color : #000000;
  410. font-size : 11px;
  411. }
  412. table.contenttoc td {
  413. font-size : 11px;
  414. padding : 2px;
  415. margin : 2px;
  416. }
  417. table.contenttoc th {
  418. font-size : 12px;
  419. font-weight : normal;
  420. background-color : #8d0303;
  421. color : #fff;
  422. text-align : left;
  423. padding : 5px;
  424. margin : 5px;
  425. }
  426. .moduletable_menu h3 {
  427. background-image : url(../images/h3.gif);
  428. background-repeat : no-repeat;
  429. border : 1px solid #e3e3e3;
  430. color : #000000;
  431. text-align : right;
  432. font-weight : normal;
  433. height : 24px;
  434. line-height : 24px;
  435. font-size : 11px;
  436. padding-right : 10px;
  437. margin : 5px 0 2px 0;
  438. overflow : hidden;
  439. }
  440. .moduletable_menu ul.menu {
  441. margin : 0;
  442. padding : 0;
  443. list-style : none;
  444. background : none;
  445. }
  446. .moduletable_menu ul.menu li {
  447. margin : 0;
  448. padding : 0;
  449. list-style : none;
  450. background : none;
  451. }
  452. .moduletable_menu ul.menu li a {
  453. background-image : url(../images/menu_bg.gif);
  454. background-repeat : no-repeat;
  455. display : block;
  456. vertical-align : middle;
  457. font-size : 11px;
  458. color : #000000;
  459. text-align : left;
  460. height : 20px;
  461. padding : 6px 10px 0 15px;
  462. text-decoration : none;
  463. margin-bottom : 1px;
  464. }
  465. .moduletable_menu ul.menu li a span {
  466. background : none;
  467. }
  468. .moduletable_menu ul.menu li a:hover, .moduletable_menu ul.menu li a:active, .moduletable_menu ul.menu li a:focus {
  469. background-position : 0 -25px;
  470. text-decoration : none;
  471. color : #000000;
  472. font-size : 11px;
  473. text-align : left;
  474. }
  475. .moduletable_menu ul.menu li.active a {
  476. background-position : 0 -25px;
  477. text-decoration : none;
  478. color : #000000;
  479. font-size : 11px;
  480. text-align : left;
  481. }
  482. .moduletable_menu ul.menu li.active a span {
  483. background : none;
  484. }
  485. .moduletable_menu ul.menu li li a span {
  486. list-style : none;
  487. background : none;
  488. }
  489. .moduletable_menu ul.menu li ul {
  490. margin : 0;
  491. padding : 0;
  492. list-style : none;
  493. }
  494. .moduletable_menu ul.menu li li {
  495. margin : 0;
  496. padding : 0;
  497. list-style : none;
  498. background : none;
  499. }
  500. .moduletable_menu ul.menu li li a {
  501. list-style : none;
  502. background : #fafbfb;
  503. border : 1px solid #f0f1f1;
  504. vertical-align : middle;
  505. font-size : 11px;
  506. color : #000000;
  507. text-align : left;
  508. text-decoration : none;
  509. height : 20px;
  510. padding : 5px 10px 0 15px;
  511. text-decoration : none;
  512. margin-bottom : 1px;
  513. }
  514. .moduletable_menu ul.menu li li a:hover, .moduletable_menu ul.menu li li a:active, .moduletable_menu ul.menu li li a:focus {
  515. color : #000000;
  516. list-style : none;
  517. background : #fff;
  518. text-decoration : none;
  519. }
  520. .moduletable_menu ul.menu li li.active a {
  521. color : #000000 !important;
  522. list-style : none;
  523. text-decoration : none;
  524. }
  525. .moduletable_menu ul.menu li li a span {
  526. list-style : none;
  527. }
  528. a.mainlevel:link, a.mainlevel:visited {
  529. background-image : url(../images/menu_bg.gif);
  530. background-repeat : no-repeat;
  531. display : block;
  532. font-size : 11px;
  533. color : #000000;
  534. text-align : left;
  535. height : 20px;
  536. padding : 6px 10px 0 15px;
  537. text-decoration : none;
  538. margin-bottom : 1px;
  539. }
  540. a.mainlevel:hover {
  541. background-position : 0 -25px;
  542. text-decoration : none;
  543. color : #000000;
  544. font-size : 11px;
  545. text-align : left;
  546. }
  547. a.mainlevel#active_menu {
  548. background-position : 0 -25px;
  549. text-decoration : none;
  550. color : #000000;
  551. font-size : 11px;
  552. text-align : left;
  553. }
  554. a.mainlevel#active_menu:hover {
  555. background-image : url(../images/menu_bg.gif);
  556. background-repeat : no-repeat;
  557. display : block;
  558. vertical-align : middle;
  559. font-size : 11px;
  560. color : #000000;
  561. text-align : left;
  562. text-decoration : none;
  563. }
  564. a.sublevel:link, a.sublevel:visited {
  565. list-style : none;
  566. background : #fafbfb;
  567. border : 1px solid #f0f1f1;
  568. font-size : 11px;
  569. color : #000000;
  570. text-align : left;
  571. text-decoration : none;
  572. height : 20px;
  573. padding : 5px 10px 0 15px;
  574. text-decoration : none;
  575. margin-bottom : 1px;
  576. }
  577. a.sublevel:hover {
  578. color : #000000;
  579. list-style : none;
  580. background : #fff;
  581. text-decoration : none;
  582. }
  583. a.sublevel#active_menu {
  584. color : #000000 !important;
  585. list-style : none;
  586. text-decoration : none;
  587. }
  588. a.sublevel#active_menu:hover {
  589. color : #000000;
  590. list-style : none;
  591. background : #fff;
  592. text-decoration : none;
  593. }
  594. #copy {
  595. background-color : #f8fbfd;
  596. height : 65px;
  597. width : 100%;
  598. font-size : 11px;
  599. background-image : url(../images/footer.gif);
  600. background-repeat : repeat-x;
  601. }
  602. #copy_inner {
  603. color : #f0f0f0;
  604. padding : 6px;
  605. font-size : 11px;
  606. padding-top : 20px;
  607. }
  608. .copy_inner a:link {
  609. color : #f0f0f0;
  610. font-size : 11px;
  611. }
  612. .copy_inner a:visited {
  613. color : #f0f0f0;
  614. font-size : 11px;
  615. }
  616. .copy_inner a:hover {
  617. color : #fe6d6d;
  618. font-size : 11px;
  619. }
  620. .componentheading {
  621. background-image : url(../images/compo_head.png);
  622. background-repeat : no-repeat;
  623. color : #4c4c4c;
  624. font-size : 18px;
  625. font-weight : normal;
  626. padding : 6px 0px 5px 35px;
  627. margin : 2px;
  628. }
  629. .contentheading {
  630. background-image : url(../images/content_head.png);
  631. background-repeat : no-repeat;
  632. color : #a70303;
  633. font-size : 16px;
  634. font-weight : bold;
  635. padding : 6px 0px 5px 32px;
  636. margin : 2px;
  637. }
  638. .contentpagetitle {
  639. color : #a70303;
  640. font-size : 16px;
  641. padding : 6px 0px 5px 0px;
  642. margin : 2px;
  643. }
  644. .pagenav {
  645. text-align : center;
  646. font-size : 11px;
  647. border : 3px double #e3e3e3;
  648. padding : 1px 3px 1px 3px;
  649. margin : 5px 1px 0px 1px;
  650. color : #000000;
  651. background-image : url(../images/button_bg.png);
  652. }
  653. .pagenav:hover {
  654. border : 3px double #dedfdf;
  655. background-image : url(../images/button_bg_hover.png);
  656. }
  657. .pagination span {
  658. padding : 2px;
  659. }
  660. .pagination a {
  661. padding : 2px;
  662. }
  663. .blog {
  664. width : 100%;
  665. }
  666. .blog_more {
  667. margin : 10px 5px 20px 5px;
  668. }
  669. .blog_more strong {
  670. margin : 2px;
  671. display : block;
  672. font-size : 14px;
  673. font-weight : bold;
  674. }
  675. .blog_more ul {
  676. margin : 5px;
  677. padding : 0;
  678. }
  679. .blog_more ul li {
  680. color : #000000;
  681. text-align : left;
  682. padding-left : 25px;
  683. background-image : url(../images/li.png);
  684. background-repeat : no-repeat;
  685. background-position : 0 2px;
  686. }
  687. .blog_more ul li a {
  688. color : #000000;
  689. }
  690. .blog_more ul li:hover {
  691. color : #484848;
  692. text-align : left;
  693. padding-left : 25px;
  694. background-image : url(../images/li_hover.png);
  695. background-repeat : no-repeat;
  696. background-position : 0 2px;
  697. }
  698. .article_separator {
  699. clear : both;
  700. display : block;
  701. height : 10px;
  702. margin-bottom : 10px;
  703. border-bottom : 1px solid #e3e3e3;
  704. }
  705. .article_column {
  706. padding : 10px;
  707. margin : 5px;
  708. }
  709. .article_column column_separator {
  710. padding : 10px;
  711. margin : 5px;
  712. }
  713. .article-tools {
  714. border-top : 1px solid #e3e3e3;
  715. width : 100%;
  716. float : left;
  717. clear : both;
  718. margin-bottom : 15px;
  719. display : block;
  720. background-color : #fbfcf8;
  721. }
  722. .article-meta {
  723. padding : 5px;
  724. width : 80%;
  725. float : left;
  726. }
  727. #buttons {
  728. float : left;
  729. margin : 2px;
  730. padding : 2px;
  731. width : auto;
  732. }
  733. .button, .validate {
  734. color : #000000;
  735. background-color : #f8fbfd;
  736. background-image : url(../images/button_bg.png);
  737. text-align : center;
  738. font-size : 10px;
  739. border : 3px double #e3e3e3;
  740. padding : 2px 1px 2px 1px;
  741. margin : 2px;
  742. }
  743. .button:hover, .validate:hover {
  744. color : #a70303;
  745. background-image : url(../images/button_bg_hover.png);
  746. border : 3px double #dedfdf;
  747. }
  748. .invalid {
  749. border-color : #e3e3e3;
  750. }
  751. label.invalid {
  752. color : #a70303;
  753. }
  754. .content_rating img {
  755. margin: 1px 2px 1px 2px;
  756. }
  757. .content_vote {
  758. }
  759. .back_button {
  760. background-image : url(../images/button_bg.png);
  761. text-align : center;
  762. font-size : 11px;
  763. border : 3px double #e3e3e3;
  764. margin : 2px;
  765. color : #000000;
  766. padding : 1px 3px 1px 3px;
  767. }
  768. .back_button:hover {
  769. background-image : url(../images/button_bg_hover.png);
  770. border : 3px double #000000;
  771. }
  772. .back_button a:link {
  773. text-decoration : none;
  774. color : #000000;
  775. }
  776. .back_button a:hover {
  777. text-decoration : none;
  778. color : #a70303;
  779. }
  780. #form-login .input {
  781. padding : 2px;
  782. margin : 2px;
  783. color : #000000;
  784. background : none;
  785. border : none;
  786. font-size : 11px;
  787. }
  788. form {
  789. margin : 0;
  790. padding : 0;
  791. border : none;
  792. }
  793. #form-login {
  794. border : none;
  795. }
  796. #form-login ul {
  797. padding : 0;
  798. margin : 0;
  799. list-style : none;
  800. }
  801. #form-login li {
  802. padding : 2px;
  803. margin : 0;
  804. background : none;
  805. list-style : none;
  806. }
  807. #form-login li a {
  808. font-size : 11px;
  809. }
  810. #form-login li a:hover {
  811. font-size : 11px;
  812. }
  813. .inputbox {
  814. padding : 2px;
  815. margin : 2px;
  816. border : 1px solid #e3e3e3;
  817. background-color : #fdfefe;
  818. color : #000000;
  819. font-size : 11px;
  820. }
  821. .inputbox:hover {
  822. border : 1px solid #dedfdf;
  823. background-color : #fafbfb;
  824. }
  825. .sectiontableheader {
  826. border : 1px solid #e3e3e3;
  827. color : #f1f2f3;
  828. background-color : #8d0303;
  829. text-align : left;
  830. text-transform : none;
  831. margin : 0;
  832. padding : 2px;
  833. height : 30px;
  834. }
  835. .sectiontableheader img {
  836. vertical-align : baseline;
  837. margin: 0px 5px 0px 5px;
  838. }
  839. .sectiontableheader a {
  840. padding-left : 5px;
  841. color : #f1f2f3;
  842. }
  843. .sectiontableheader a:hover {
  844. padding-left : 5px;
  845. color : #ffffff;
  846. }
  847. .sectiontablefooter {
  848. color : #898c8d;
  849. padding : 2px;
  850. margin : 0;
  851. text-align : left;
  852. text-transform : none;
  853. }
  854. .sectiontableentry1 {
  855. border-bottom : 1px solid #e3e3e3;
  856. background-color : #fbfdfe;
  857. text-align : left;
  858. }
  859. .sectiontableentry2 {
  860. border-bottom : 1px solid #e3e3e3;
  861. background-color : #f8fbfd;
  862. text-align : left;
  863. }
  864. .sectiontableentry0 {
  865. border-bottom : 1px solid #e3e3e3;
  866. background-color : #fdfefe;
  867. text-align : left;
  868. }
  869. .sectiontableentry1 td {
  870. padding : 4px 5px 3px 5px;
  871. margin : 2px;
  872. }
  873. .sectiontableentry2 td {
  874. padding : 4px 5px 3px 5px;
  875. margin : 2px;
  876. }
  877. .sectiontableentry0 td {
  878. padding : 4px 5px 3px 5px;
  879. margin : 2px;
  880. }
  881. .sectiontableentry1 a {
  882. color : #000000;
  883. text-align : left;
  884. }
  885. .sectiontableentry1 a:hover {
  886. color : #000000;
  887. text-align : left;
  888. }
  889. .sectiontableentry2 a {
  890. color : #000000;
  891. text-align : left;
  892. }
  893. .sectiontableentry2 a:hover {
  894. color : #000000;
  895. text-align : left;
  896. }
  897. .sectiontableentry0 a {
  898. color : #000000;
  899. text-align : left;
  900. }
  901. .sectiontableentry0 a:hover {
  902. color : #000000;
  903. text-align : left;
  904. }
  905. .readon {
  906. font-size : 11px;
  907. }
  908. a.readon a:link {
  909. color : #d00808;
  910. font-size : 11px;
  911. }
  912. a.readon a:visited {
  913. color : #d00808;
  914. font-size : 11px;
  915. }
  916. a.readon a:hover {
  917. color : #fd6c6c;
  918. font-size : 11px;
  919. text-decoration : none;
  920. }
  921. .mostread a:hover {
  922. color : #484848;
  923. text-decoration : none;
  924. }
  925. .mostread a:visited {
  926. color : #000000;
  927. text-decoration : none;
  928. }
  929. .mostread a:link {
  930. color : #000000;
  931. text-decoration : none;
  932. }
  933. .latestnews a:hover {
  934. color : #484848;
  935. text-decoration : none;
  936. }
  937. .latestnews a:visited {
  938. color : #000000;
  939. text-decoration : none;
  940. }
  941. .latestnews a:link {
  942. color : #000000;
  943. text-decoration : none;
  944. }
  945. h1 {
  946. color : #4c4c4c;
  947. font-weight : bold;
  948. font-size : 24px;
  949. line-height : 26px;
  950. font-weight : normal;
  951. }
  952. h2 {
  953. font-size : 20px;
  954. line-height : 22px;
  955. color : #463e3e;
  956. font-weight : normal;
  957. }
  958. h3 {
  959. color : #a70303;
  960. font-size : 18px;
  961. line-height : 20px;
  962. font-weight : normal;
  963. }
  964. h4 {
  965. color : #ce1313;
  966. font-size : 16px;
  967. line-height : 18px;
  968. font-weight : bold;
  969. }
  970. h5 {
  971. color : #ce1313;
  972. font-size : 14px;
  973. line-height : 16px;
  974. font-weight : bold;
  975. }
  976. h6 {
  977. color : #463e3e;
  978. font-size : 12px;
  979. line-height : 14px;
  980. font-weight : bold;
  981. }
  982. .contact_email {
  983. padding : 5px;
  984. margin : 5px;
  985. }
  986. #component-contact {
  987. margin-top : 10px;
  988. }
  989. .hasTip {
  990. margin : 5px;
  991. color : #000000;
  992. background-color : #fdfefe;
  993. border : none;
  994. }
  995. .tool-tip {
  996. float : left;
  997. color : #000000;
  998. background : #ffffff;
  999. border : 1px solid #e3e3e3;
  1000. padding : 5px;
  1001. max-width : 200px;
  1002. }
  1003. .tool-title {
  1004. padding : 0;
  1005. margin : 0;
  1006. font-size : 100%;
  1007. font-weight : bold;
  1008. margin-top : -15px;
  1009. padding-top : 15px;
  1010. padding-bottom : 5px;
  1011. background-image : url(../images/selector-arrow.png);
  1012. background-repeat : no-repeat;
  1013. }
  1014. .tool-text {
  1015. font-size : 11px;
  1016. margin : 0;
  1017. }
  1018. table.paramlist {
  1019. margin-top : 5px;
  1020. }
  1021. table.paramlist td.paramlist_key {
  1022. width : 128px;
  1023. text-align : left;
  1024. height : 30px;
  1025. }
  1026. div.message {
  1027. font-weight : bold;
  1028. font-size : 14px;
  1029. color : #000000;
  1030. text-align : center;
  1031. width : auto;
  1032. background-color : #f8fbfd;
  1033. border : 1px solid #e3e3e3;
  1034. margin : 3px 0 10px;
  1035. padding : 3px 20px;
  1036. }
  1037. img {
  1038. border : none;
  1039. }
  1040. div.mosimage {
  1041. border : 2px solid #e3e3e3;
  1042. background-color : #fcfcfc;
  1043. }
  1044. .mosimage {
  1045. margin : 0;
  1046. background-color : #fdfefe;
  1047. }
  1048. .mosimage_caption {
  1049. margin-top : 0;
  1050. background-color : #fdfefe;
  1051. padding : 0;
  1052. color : #000000;
  1053. font-size : 10px;
  1054. }
  1055. a img.calendar {
  1056. width : 16px;
  1057. height : 16px;
  1058. margin-left : 3px;
  1059. background : url(../images/calendar.png) no-repeat;
  1060. cursor : pointer;
  1061. vertical-align : middle;
  1062. }
  1063. .error {
  1064. font-style: normal;
  1065. text-transform : uppercase;
  1066. padding : 5px;
  1067. color : #a70303;
  1068. font-size : 14px;
  1069. font-weight : bold;
  1070. }
  1071. #system-message {
  1072. margin : 10px;
  1073. }
  1074. #system-message dd.message ul {
  1075. border-top : 2px dashed #e3e3e3;
  1076. border-bottom : 2px dashed #e3e3e3;
  1077. margin : 5px;
  1078. padding-left : 10px;
  1079. color : #a70303;
  1080. font-size : 14px;
  1081. font-weight : bold;
  1082. }
  1083. #system-message dd.error ul {
  1084. color : #a70303;
  1085. border-top : 2px dashed #e3e3e3;
  1086. border-bottom : 2px dashed #e3e3e3;
  1087. margin : 5px;
  1088. padding-left : 10px;
  1089. color : #a70303;
  1090. font-size : 14px;
  1091. font-weight : bold;
  1092. }
  1093. #system-message dd.notice ul {
  1094. color : #a70303;
  1095. border-top : 2px dashed #e3e3e3;
  1096. border-bottom : 2px dashed #e3e3e3;
  1097. margin : 5px;
  1098. padding-left : 10px;
  1099. color : #a70303;
  1100. font-size : 14px;
  1101. font-weight : bold;
  1102. }
  1103. .small {
  1104. color : #484848;
  1105. font-size : 11px;
  1106. }
  1107. .createdate {
  1108. font-size : 11px;
  1109. color : #999999;
  1110. }
  1111. .modifydate {
  1112. color : #484848;
  1113. font-size : 11px;
  1114. padding: 5px 0px 5px 0px;
  1115. }
  1116. .highlight {
  1117. background-color : #c4df0e;
  1118. color : #181818;
  1119. padding : 0;
  1120. }
  1121. .code {
  1122. background-color : #ff00ff;
  1123. border : 1px solid #bbb;
  1124. }
  1125. fieldset {
  1126. margin : 10px;
  1127. padding : 10px;
  1128. border : 1px solid #e3e3e3;
  1129. background-color : #f8fbfd;
  1130. }
Add Comment
Please, Sign In to add comment