light-grey.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  1. /* CSS Document */
  2. body {
  3. font-family: Tahoma, Verdana, Arial, Helevtica;
  4. font-size: 8pt;
  5. background-color: #fff;
  6. color:#000000;
  7. margin: 0; /* Remove body margin/padding */
  8. padding: 0;
  9. overflow: hidden; /* Remove scroll bars on browser window */
  10. }
  11. .raw_output {
  12. font-family: Courier-New, Courier, Arial, Helevtica;
  13. font-size: 8pt;
  14. background-color: #eeeeee;
  15. color: #000000;
  16. border: 1px dashed #000000;
  17. padding: 0.25em;
  18. margin-top: 1em;
  19. }
  20. h1 {
  21. font-family: Tahoma, Verdana, Arial, Helvetica;
  22. font-size: 10pt;
  23. color: #000;
  24. font-weight:10px;
  25. }
  26. .hilite {
  27. color: #d81515;
  28. }
  29. table.listResults {
  30. padding: 0px;
  31. border-top: 3px solid #f6f6f1;
  32. border-left: 3px solid #f6f6f1;
  33. border-bottom: 3px solid #e6e6e1;
  34. border-right: 3px solid #e6e6e1;
  35. width: 100%;
  36. }
  37. table.listResults td {
  38. padding: 2px;
  39. }
  40. table.listContainer {
  41. border: 0;
  42. padding: 0;
  43. margin:0;
  44. width: 97%;
  45. }
  46. tr.containerHeader, tr.containerHeader td {
  47. background: transparent;
  48. }
  49. tr.even td {
  50. background-color: #f9f9f1;
  51. }
  52. tr td.hover, tr.even td.hover, .hover a, .hover a:visited, .hover a:hover {
  53. background-color: #E8FFD3;
  54. }
  55. th {
  56. font-family: Tahoma, Verdana, Arial, Helvetica;
  57. font-size: 8pt;
  58. color: #d81515;
  59. height:20px;
  60. background: #f6f6f1 url(../images/grey-header.gif) bottom repeat-x;
  61. }
  62. th.header {
  63. cursor: pointer;
  64. }
  65. th.headerSortUp, th.headerSortDown {
  66. text-decoration: underline;
  67. cursor: pointer;
  68. }
  69. td {
  70. font-family: Tahoma, Verdana, Arial, Helvetica;
  71. font-size: 8pt;
  72. color:#696969;
  73. background-color: #ffffff;
  74. padding: 0px;
  75. }
  76. tr.clicked td {
  77. font-family: Tahoma, Verdana, Arial, Helvetica;
  78. font-size: smaller;
  79. background-color: #ffcfe8;
  80. }
  81. td.label {
  82. font-family: Tahoma, Verdana, Arial, Helvetica;
  83. font-size: 8pt;
  84. color: #000000;
  85. background-color:#f6f6f6;
  86. padding: 0.25em;
  87. font-weight:bold;
  88. }
  89. td a, td a:visited {
  90. text-decoration:none;
  91. color:#000000;
  92. padding-left:14px;
  93. background: url(../images/red-arrow.gif) no-repeat left;
  94. }
  95. td a:hover {
  96. text-decoration:underline;
  97. color:#d81515;
  98. padding-left:14px;
  99. background: url(../images/red-arrow.gif) no-repeat left;
  100. }
  101. td a.no-arrow, td a.no-arrow:visited {
  102. text-decoration:none;
  103. color:#000000;
  104. padding-left:0px;
  105. background: inherit;
  106. }
  107. td a.no-arrow:hover {
  108. text-decoration:underline;
  109. color:#d81515;
  110. padding-left:0px;
  111. background: inherit;
  112. }
  113. a.small_action {
  114. font-family: Tahoma, Verdana, Arial, Helvetica;
  115. font-size: 8pt;
  116. color: #000000;
  117. text-decoration:none;
  118. }
  119. .display_block {
  120. noborder: 1px dashed #CCC;
  121. padding:0.25em;
  122. }
  123. div#TopPane .display_block {
  124. background: #fff;
  125. padding:0.25em;
  126. text-align:center;
  127. }
  128. div#TopPane label {
  129. color:#000;
  130. background: #fff;
  131. }
  132. div#TopPane td {
  133. color:#000;
  134. background: #fff;
  135. }
  136. .actions_details {
  137. float:right;
  138. margin-top:10px;
  139. margin-right:10px;
  140. padding-left: 5px;
  141. padding-top: 2px;
  142. padding-bottom: 2px;
  143. background: url(../images/actions_left.png) no-repeat left;
  144. }
  145. .actions_details span{
  146. background: url(../images/actions_right.png) no-repeat right;
  147. color: #fff;
  148. font-weight: bold;
  149. padding-top: 2px;
  150. padding-bottom: 2px;
  151. padding-right: 12px;
  152. }
  153. .actions_details a {
  154. text-decoration:none;
  155. }
  156. .loading {
  157. noborder: 1px dashed #CCC;
  158. background: #b9c1c8;
  159. padding:0.25em;
  160. }
  161. input.textSearch {
  162. border:1px solid #000;
  163. noheight:1.2em;
  164. font-size:8pt;
  165. font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  166. color:#000000;
  167. }
  168. .ac_input {
  169. border: 1px solid #7f9db9;
  170. background: url(../images/ac-background.gif) no-repeat right;
  171. }
  172. /* By Rom */
  173. .csvimport_createobj {
  174. color: #AA0000;
  175. background-color:#EEEEEE;
  176. }
  177. .csvimport_error {
  178. font-weight: bold;
  179. color: #FF0000;
  180. background-color:#EEEEEE;
  181. }
  182. .csvimport_warning {
  183. color: #CC8888;
  184. background-color:#EEEEEE;
  185. }
  186. .csvimport_ok {
  187. color: #00000;
  188. background-color:#BBFFBB;
  189. }
  190. .csvimport_reconkey {
  191. font-style: italic;
  192. color: #888888;
  193. background-color:#FFFFF;
  194. }
  195. .csvimport_extreconkey {
  196. color: #888888;
  197. background-color:#FFFFFF;
  198. }
  199. ul.dir {
  200. list-style:none;
  201. padding-left:16px;
  202. }
  203. ul.dir ul {
  204. padding: 8px 0px 8px 8px;
  205. margin:0;
  206. list-style:none;
  207. border: 0;
  208. }
  209. ul.dir li a, ul.dir li a:visited, ul.dir li a:hover{
  210. noborder-top: 1px solid #8b8b8b;
  211. padding: 4px 0px 0px 16px;
  212. font-size:8pt;
  213. background: url(../images/green-square.gif) no-repeat bottom left;
  214. color:#83b217;
  215. font-weight:bold;
  216. text-decoration:none;
  217. }
  218. ul.dir li li a, ul.dir li li a:visited, ul.dir li li a:hover {
  219. color:#8b8b8b;
  220. text-decoration:none;
  221. margin: 0;
  222. padding: 0px 0pt 0px 16px;
  223. font-size:8pt;
  224. background: url(../images/mini-arrow-green.gif) no-repeat left;
  225. font-weight:normal;
  226. border: 0;
  227. }
  228. a.CollapsibleLabel, td a.CollapsibleLabel {
  229. margin: 0;
  230. padding: 0px 0pt 0px 16px;
  231. font-size:8pt;
  232. text-decoration:none;
  233. color:#8b8b8b;
  234. background: url(../images/mini-arrow-green.gif) no-repeat left;
  235. }
  236. a.CollapsibleLabel.open, td a.CollapsibleLabel.open {
  237. margin: 0;
  238. padding: 0px 0pt 0px 16px;
  239. font-size:8pt;
  240. text-decoration:none;
  241. color:red;
  242. background: url(../images/mini-arrow-green-open.gif) no-repeat left;
  243. }
  244. .page_header {
  245. background-color:#f6f6f1;
  246. padding:5px;
  247. }
  248. .notreeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; }
  249. .notreeview .collapsable { background-image: url(../images/tv-collapsable.gif); }
  250. .notreeview .expandable { background-image: url(../images/tv-expandable.gif); }
  251. .notreeview .last { background-image: url(../images/tv-item-last.gif); }
  252. .notreeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); }
  253. .notreeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); }
  254. #Header { padding: 0; background:#ccc url(../images/bandeau3.gif) repeat-x center;}
  255. div.iTopLogo {
  256. background:url(../images/iTop2.gif) no-repeat center;
  257. width:150px;
  258. height:56px;
  259. }
  260. div.iTopLogo span {
  261. display:none;
  262. }
  263. #MySplitter {
  264. /* Height is set to match window size in $().ready() below */
  265. border:0px;
  266. margin:4px;
  267. padding:0px;
  268. min-width: 100px; /* Splitter can't be too thin ... */
  269. min-height: 100px; /* ... or too flat */
  270. }
  271. #LeftPane {
  272. background: #f6f6f1 url(../images/left-border.gif) repeat-y top left;
  273. padding: 16px;
  274. overflow: auto; /* Scroll bars appear as needed */
  275. color:#000;
  276. }
  277. #TopPane { /* Top nested in right pane */
  278. background: #fff;
  279. padding: 4px;
  280. height: 150px; /* Initial height */
  281. min-height: 75px; /* Minimum height */
  282. overflow: auto;
  283. color:#000;
  284. }
  285. #RightPane { /* Bottom nested in right pane */
  286. background: #fff;
  287. height:150px; /* Initial height */
  288. min-height:130px;
  289. no.padding:15px;
  290. no.margin:10px;
  291. overflow:auto;
  292. color:#000000;
  293. padding-left:10px;
  294. }
  295. #BottomPane { /* Bottom nested in right pane */
  296. background: #fff;
  297. padding: 4px;
  298. overflow: auto;
  299. color:#000;
  300. }
  301. #MySplitter .vsplitbar {
  302. width: 9px;
  303. height: 50px;
  304. background: url(../images/vsplitter-grey.gif) repeat top;
  305. }
  306. #MySplitter .vsplitbar.active, #MySplitter .vsplitbar:hover {
  307. background-color: #fff;
  308. }
  309. #MySplitter .hsplitbar {
  310. height: 8px;
  311. background-color: #fff;
  312. }
  313. #MySplitter .hsplitbar.active, #MySplitter .hsplitbar:hover {
  314. background-color: #fff;
  315. }
  316. #OrganizationSelection {
  317. padding:5px 0px 16px 20px;
  318. }
  319. /* jdMenu popup menus */
  320. ul.jd_menu,
  321. ul.jd_menu_vertical {
  322. margin: 0px;
  323. padding: 0px;
  324. list-style-type: none;
  325. }
  326. ul.jd_menu ul,
  327. ul.jd_menu_vertical ul {
  328. display: none;
  329. }
  330. ul.jd_menu li {
  331. float: left;
  332. }
  333. /* -- Sub-Menus -- */
  334. ul.jd_menu ul,
  335. ul.jd_menu_vertical ul {
  336. position: absolute;
  337. display: none;
  338. list-style-type: none;
  339. margin: 0px;
  340. padding: 0px;
  341. z-index: 10000;
  342. }
  343. ul.jd_menu ul li,
  344. ul.jd_menu_vertical ul li {
  345. float: none;
  346. margin: 0px;
  347. }
  348. /* jdMenu popup menus styling */
  349. div.jd_menu_itop {
  350. height:19px;
  351. float:right;
  352. display:inline;
  353. width:70px; /* Nasty work-around for IE... en attendant mieux */
  354. padding-left: 5px;
  355. background: url(../images/actions_left.png) no-repeat left;
  356. }
  357. ul.jd_menu_itop {
  358. height: 19px;
  359. padding-right:16px;
  360. background: url(../images/actions_right.png) no-repeat right;
  361. font-weight: bold;
  362. }
  363. ul.jd_menu_vertical {
  364. width: 200px;
  365. height: auto;
  366. clear: both;
  367. background: url(gradient-vertical.png) repeat-x;
  368. background-color: #A5AFB8;
  369. }
  370. ul.jd_menu_itop a,
  371. ul.jd_menu_itop a:active,
  372. ul.jd_menu_itop a:link,
  373. ul.jd_menu_itop a:visited {
  374. text-decoration: none;
  375. color: #FFF;
  376. }
  377. ul.jd_menu_itop ul li a,
  378. ul.jd_menu_itop ul li a:active,
  379. ul.jd_menu_itop ul li a:link,
  380. ul.jd_menu_itop ul li a:visited {
  381. color: #000;
  382. }
  383. ul.jd_menu_itop li {
  384. font-family: Tahoma, sans-serif;
  385. font-size: 11px;
  386. padding: 2px 6px 4px 6px;
  387. cursor: pointer;
  388. white-space: nowrap;
  389. color: #FFF;
  390. }
  391. ul.jd_menu_itop li.jd_menu_active_menubar,
  392. ul.jd_menu_itop li.jd_menu_hover_menubar {
  393. color: #FFF;
  394. }
  395. ul.jd_menu_vertical li.jd_menu_active_menubar,
  396. ul.jd_menu_vertical li.jd_menu_hover_menubar {
  397. padding-left: 6px;
  398. padding-top: 1px;
  399. border-top: 1px solid #70777D;
  400. border-left: 0px;
  401. border-right: 0px;
  402. }
  403. ul.jd_menu_itop ul {
  404. background: #d81515;
  405. border: 1px solid #70777D;
  406. }
  407. ul.jd_menu_itop ul li {
  408. padding: 3px 10px 3px 4px;
  409. background: #FFF;
  410. border: none;
  411. color: #000;
  412. }
  413. ul.jd_menu_itop ul li.jd_menu_active,
  414. ul.jd_menu_itop ul li.jd_menu_hover {
  415. background: #d81515;
  416. padding-top: 2px;
  417. border-top: 1px solid #ABB5BC;
  418. padding-bottom: 2px;
  419. border-bottom: 1px solid #929AA1;
  420. color: #FFF;
  421. }
  422. ul.jd_menu_itop li ul li a {
  423. padding: 0;
  424. background: #fff;
  425. padding-left:0;
  426. }
  427. ul.jd_menu_itop ul li.jd_menu_active a.jd_menu_active,
  428. ul.jd_menu_itop ul li.jd_menu_hover a.jd_menu_hover {
  429. color: #FFF;
  430. background: #d81515;
  431. padding-left:0;
  432. }
  433. .wizHeader {
  434. background: #83b217;
  435. padding: 15px;
  436. }
  437. .wizSeparator {
  438. float:left;
  439. background: #83b217;
  440. height: 29px;
  441. margin-top: 5px;
  442. }
  443. div.wizActiveStep {
  444. height: 29px;
  445. background: url(../images/wizActiveStepLeft.gif) no-repeat left;
  446. color: #d81515;
  447. padding-left: 8px;
  448. margin-top: 5px;
  449. vertical-align: middle;
  450. float: left;
  451. }
  452. div.wizActiveStep span {
  453. height: 29px;
  454. background: url(../images/wizActiveStepRight.gif) no-repeat top right;
  455. padding-right: 8px;
  456. padding-top: 8px;
  457. float:left;
  458. }
  459. div.wizStep {
  460. height: 29px;
  461. background: url(../images/wizStepLeft.gif) no-repeat left;
  462. padding-left: 8px;
  463. vertical-align: middle;
  464. margin-top: 5px;
  465. float:left;
  466. }
  467. div.wizStep span {
  468. height: 29px;
  469. background: url(../images/wizStepRight.gif) no-repeat top right;
  470. padding-right: 8px;
  471. padding-top: 8px;
  472. float:left;
  473. }
  474. .wizContainer {
  475. border: 5px solid #83b217;
  476. background: #e8f3cf;
  477. padding: 5px;
  478. }
  479. .alignRight {
  480. text-align: right;
  481. padding: 3px;
  482. }
  483. .alignLeft {
  484. text-align: left;
  485. padding: 3px;
  486. }
  487. .red {
  488. background-color: #ff6000;
  489. color: #000;
  490. }
  491. th.red {
  492. background: url(../images/red-header.gif) bottom left repeat-x;
  493. color: #000;
  494. }
  495. .green {
  496. background-color: #00cc00;
  497. color: #000;
  498. }
  499. th.green {
  500. background: url(../images/green-header.gif) bottom left repeat-x;
  501. color: #000;
  502. }
  503. .orange {
  504. background-color: #ffde00;
  505. color: #000;
  506. }
  507. th.orange {
  508. background: url(../images/orange-header.gif) bottom left repeat-x;
  509. color: #000;
  510. }
  511. /* For Date Picker: Creates a little calendar icon
  512. * instead of a text link for "Choose date"
  513. */
  514. td a.dp-choose-date, a.dp-choose-date, td a.dp-choose-date:hover, a.dp-choose-date:hover {
  515. float: left;
  516. width: 16px;
  517. height: 16px;
  518. padding: 0;
  519. margin: 5px 3px 0;
  520. display: block;
  521. text-indent: -2000px;
  522. overflow: hidden;
  523. background: url(../images/calendar.png) no-repeat;
  524. }
  525. td a.dp-choose-date.dp-disabled, a.dp-choose-date.dp-disabled {
  526. background-position: 0 -20px;
  527. cursor: default;
  528. }
  529. /* For Date Picker: makes the input field shorter once the date picker code
  530. * has run (to allow space for the calendar icon)
  531. */
  532. input.dp-applied {
  533. width: 140px;
  534. float: left;
  535. }
  536. /* For search forms */
  537. .SearchDrawer {
  538. background: #83b217 url(../images/green-corner.png) top left no-repeat;
  539. color: #fff;
  540. padding: 10px;
  541. margin: 0;
  542. }
  543. .SearchDrawer form table tbody tr td {
  544. background: #83b217;
  545. color: #fff;
  546. }
  547. .SearchDrawer label {
  548. background: #83b217;
  549. color: #fff;
  550. padding-left: 10px;
  551. }
  552. .SearchDrawer h1 {
  553. color: #fff;
  554. }
  555. .DrawerClosed {
  556. display: none;
  557. }
  558. .DrawerHandle {
  559. margin: 0;
  560. padding: 5px;
  561. background: #fff url(../images/drawer-handle.gif) bottom no-repeat;
  562. color: #fff;
  563. cursor: pointer;
  564. text-align: center;
  565. /* center the block */
  566. width: 100px;
  567. margin-left: auto;
  568. margin-right: auto;
  569. margin-top: 0;
  570. margin-bottom: 0;
  571. display: block;
  572. }
  573. div.HRDrawer {
  574. height: 5px;
  575. width: 100%;
  576. margin: 0;
  577. background-color: #83b217;
  578. margin: 0;
  579. padding: 0;
  580. border: 0;
  581. display: block;
  582. }
  583. .mini_tabs a {
  584. text-decoration: none;
  585. font-weight:bold;
  586. color: #ccc;
  587. background-color:#333;
  588. padding-left: 1em;
  589. padding-right: 1em;
  590. padding-bottom: 0.25em;
  591. }
  592. .mini_tabs a.selected {
  593. color: #fff;
  594. background-color: #83b217;
  595. padding-top: 0.25em;
  596. }
  597. .mini_tabs ul {
  598. margin: -10px;
  599. }
  600. .mini_tabs ul li {
  601. float: right;
  602. list-style: none;
  603. nopadding-left: 1em;
  604. nopadding-right: 1em;
  605. margin-top: 0;
  606. }
  607. .mandatory {
  608. border: 1px solid #f00;
  609. }
  610. table.listResults tr td.truncated {
  611. background: transparent;
  612. }
  613. table.listResults tr td.truncated {
  614. background: url(../images/truncated.png) bottom repeat-x;
  615. margin-bottom: -3px;
  616. }
  617. table.listResults tr.even td.truncated {
  618. background: #f9f9f1 url(../images/truncated.png) bottom repeat-x;
  619. }
  620. table.listResults tr.even td.truncated.hover {
  621. background: #E8FFD3 url(../images/truncated.png) bottom repeat-x;
  622. }
  623. table.listResults tr.odd td.truncated.hover {
  624. background: #E8FFD3 url(../images/truncated.png) bottom repeat-x;
  625. }
  626. table.listResults.truncated {
  627. border-bottom: 0;
  628. padding-bottom: 0;
  629. }