light-grey.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  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. /* By Rom */
  169. .csvimport_createobj {
  170. color: #AA0000;
  171. background-color:#EEEEEE;
  172. }
  173. .csvimport_error {
  174. font-weight: bold;
  175. color: #FF0000;
  176. background-color:#EEEEEE;
  177. }
  178. .csvimport_warning {
  179. color: #CC8888;
  180. background-color:#EEEEEE;
  181. }
  182. .csvimport_ok {
  183. color: #00000;
  184. background-color:#BBFFBB;
  185. }
  186. .csvimport_reconkey {
  187. font-style: italic;
  188. color: #888888;
  189. background-color:#FFFFF;
  190. }
  191. .csvimport_extreconkey {
  192. color: #888888;
  193. background-color:#FFFFFF;
  194. }
  195. ul.dir {
  196. list-style:none;
  197. }
  198. ul.dir ul {
  199. padding: 8px 0px 8px 16px;
  200. margin:0;
  201. list-style:none;
  202. border: 0;
  203. }
  204. ul.dir li a, ul.dir li a:visited, ul.dir li a:hover{
  205. noborder-top: 1px solid #8b8b8b;
  206. padding: 4px 0px 0px 16px;
  207. font-size:8pt;
  208. background: url(../images/green-square.gif) no-repeat bottom left;
  209. color:#83b217;
  210. font-weight:bold;
  211. text-decoration:none;
  212. }
  213. ul.dir li li a, ul.dir li li a:visited, ul.dir li li a:hover {
  214. color:#8b8b8b;
  215. text-decoration:none;
  216. margin: 0;
  217. padding: 0px 0pt 0px 16px;
  218. font-size:8pt;
  219. background: url(../images/mini-arrow-green.gif) no-repeat left;
  220. font-weight:normal;
  221. border: 0;
  222. }
  223. a.CollapsibleLabel, td a.CollapsibleLabel {
  224. margin: 0;
  225. padding: 0px 0pt 0px 16px;
  226. font-size:8pt;
  227. text-decoration:none;
  228. color:#8b8b8b;
  229. background: url(../images/mini-arrow-green.gif) no-repeat left;
  230. }
  231. a.CollapsibleLabel.open, td a.CollapsibleLabel.open {
  232. margin: 0;
  233. padding: 0px 0pt 0px 16px;
  234. font-size:8pt;
  235. text-decoration:none;
  236. color:red;
  237. background: url(../images/mini-arrow-green-open.gif) no-repeat left;
  238. }
  239. .page_header {
  240. background-color:#f6f6f1;
  241. padding:5px;
  242. }
  243. .notreeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; }
  244. .notreeview .collapsable { background-image: url(../images/tv-collapsable.gif); }
  245. .notreeview .expandable { background-image: url(../images/tv-expandable.gif); }
  246. .notreeview .last { background-image: url(../images/tv-item-last.gif); }
  247. .notreeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); }
  248. .notreeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); }
  249. #Header { padding: 0; background:#ccc url(../images/bandeau3.gif) repeat-x center;}
  250. div.iTopLogo {
  251. background:url(../images/iTop2.gif) no-repeat center;
  252. width:150px;
  253. height:56px;
  254. }
  255. div.iTopLogo span {
  256. display:none;
  257. }
  258. #MySplitter {
  259. /* Height is set to match window size in $().ready() below */
  260. border:0px;
  261. margin:4px;
  262. padding:0px;
  263. min-width: 100px; /* Splitter can't be too thin ... */
  264. min-height: 100px; /* ... or too flat */
  265. }
  266. #LeftPane {
  267. background: #f6f6f1 url(../images/left-border.gif) repeat-y top left;
  268. padding: 16px;
  269. overflow: auto; /* Scroll bars appear as needed */
  270. color:#000;
  271. }
  272. #TopPane { /* Top nested in right pane */
  273. background: #fff;
  274. padding: 4px;
  275. height: 150px; /* Initial height */
  276. min-height: 75px; /* Minimum height */
  277. overflow: auto;
  278. color:#000;
  279. }
  280. #RightPane { /* Bottom nested in right pane */
  281. background: #fff;
  282. height:150px; /* Initial height */
  283. min-height:130px;
  284. no.padding:15px;
  285. no.margin:10px;
  286. overflow:auto;
  287. color:#000000;
  288. padding-left:10px;
  289. }
  290. #BottomPane { /* Bottom nested in right pane */
  291. background: #fff;
  292. padding: 4px;
  293. overflow: auto;
  294. color:#000;
  295. }
  296. #MySplitter .vsplitbar {
  297. width: 9px;
  298. height: 50px;
  299. background: url(../images/vsplitter-grey.gif) repeat top;
  300. }
  301. #MySplitter .vsplitbar.active, #MySplitter .vsplitbar:hover {
  302. background-color: #fff;
  303. }
  304. #MySplitter .hsplitbar {
  305. height: 8px;
  306. background-color: #fff;
  307. }
  308. #MySplitter .hsplitbar.active, #MySplitter .hsplitbar:hover {
  309. background-color: #fff;
  310. }
  311. #OrganizationSelection {
  312. padding:5px 0px 16px 40px;
  313. }
  314. /* jdMenu popup menus */
  315. ul.jd_menu,
  316. ul.jd_menu_vertical {
  317. margin: 0px;
  318. padding: 0px;
  319. list-style-type: none;
  320. }
  321. ul.jd_menu ul,
  322. ul.jd_menu_vertical ul {
  323. display: none;
  324. }
  325. ul.jd_menu li {
  326. float: left;
  327. }
  328. /* -- Sub-Menus -- */
  329. ul.jd_menu ul,
  330. ul.jd_menu_vertical ul {
  331. position: absolute;
  332. display: none;
  333. list-style-type: none;
  334. margin: 0px;
  335. padding: 0px;
  336. z-index: 10000;
  337. }
  338. ul.jd_menu ul li,
  339. ul.jd_menu_vertical ul li {
  340. float: none;
  341. margin: 0px;
  342. }
  343. /* jdMenu popup menus styling */
  344. div.jd_menu_itop {
  345. height:19px;
  346. float:right;
  347. display:inline;
  348. width:70px; /* Nasty work-around for IE... en attendant mieux */
  349. padding-left: 5px;
  350. background: url(../images/actions_left.png) no-repeat left;
  351. }
  352. ul.jd_menu_itop {
  353. height: 19px;
  354. padding-right:16px;
  355. background: url(../images/actions_right.png) no-repeat right;
  356. font-weight: bold;
  357. }
  358. ul.jd_menu_vertical {
  359. width: 200px;
  360. height: auto;
  361. clear: both;
  362. background: url(gradient-vertical.png) repeat-x;
  363. background-color: #A5AFB8;
  364. }
  365. ul.jd_menu_itop a,
  366. ul.jd_menu_itop a:active,
  367. ul.jd_menu_itop a:link,
  368. ul.jd_menu_itop a:visited {
  369. text-decoration: none;
  370. color: #FFF;
  371. }
  372. ul.jd_menu_itop ul li a,
  373. ul.jd_menu_itop ul li a:active,
  374. ul.jd_menu_itop ul li a:link,
  375. ul.jd_menu_itop ul li a:visited {
  376. color: #000;
  377. }
  378. ul.jd_menu_itop li {
  379. font-family: Tahoma, sans-serif;
  380. font-size: 11px;
  381. padding: 2px 6px 4px 6px;
  382. cursor: pointer;
  383. white-space: nowrap;
  384. color: #FFF;
  385. }
  386. ul.jd_menu_itop li.jd_menu_active_menubar,
  387. ul.jd_menu_itop li.jd_menu_hover_menubar {
  388. color: #FFF;
  389. }
  390. ul.jd_menu_vertical li.jd_menu_active_menubar,
  391. ul.jd_menu_vertical li.jd_menu_hover_menubar {
  392. padding-left: 6px;
  393. padding-top: 1px;
  394. border-top: 1px solid #70777D;
  395. border-left: 0px;
  396. border-right: 0px;
  397. }
  398. ul.jd_menu_itop ul {
  399. background: #d81515;
  400. border: 1px solid #70777D;
  401. }
  402. ul.jd_menu_itop ul li {
  403. padding: 3px 10px 3px 4px;
  404. background: #FFF;
  405. border: none;
  406. color: #000;
  407. }
  408. ul.jd_menu_itop ul li.jd_menu_active,
  409. ul.jd_menu_itop ul li.jd_menu_hover {
  410. background: #d81515;
  411. padding-top: 2px;
  412. border-top: 1px solid #ABB5BC;
  413. padding-bottom: 2px;
  414. border-bottom: 1px solid #929AA1;
  415. color: #FFF;
  416. }
  417. ul.jd_menu_itop li ul li a {
  418. padding: 0;
  419. background: #fff;
  420. padding-left:0;
  421. }
  422. ul.jd_menu_itop ul li.jd_menu_active a.jd_menu_active,
  423. ul.jd_menu_itop ul li.jd_menu_hover a.jd_menu_hover {
  424. color: #FFF;
  425. background: #d81515;
  426. padding-left:0;
  427. }
  428. .wizHeader {
  429. background: #83b217;
  430. padding: 15px;
  431. }
  432. .wizSeparator {
  433. float:left;
  434. background: #83b217;
  435. height: 29px;
  436. margin-top: 5px;
  437. }
  438. div.wizActiveStep {
  439. height: 29px;
  440. background: url(/images/wizActiveStepLeft.gif) no-repeat left;
  441. color: #d81515;
  442. padding-left: 8px;
  443. margin-top: 5px;
  444. vertical-align: middle;
  445. float: left;
  446. }
  447. div.wizActiveStep span {
  448. height: 29px;
  449. background: url(/images/wizActiveStepRight.gif) no-repeat top right;
  450. padding-right: 8px;
  451. padding-top: 8px;
  452. float:left;
  453. }
  454. div.wizStep {
  455. height: 29px;
  456. background: url(/images/wizStepLeft.gif) no-repeat left;
  457. padding-left: 8px;
  458. vertical-align: middle;
  459. margin-top: 5px;
  460. float:left;
  461. }
  462. div.wizStep span {
  463. height: 29px;
  464. background: url(/images/wizStepRight.gif) no-repeat top right;
  465. padding-right: 8px;
  466. padding-top: 8px;
  467. float:left;
  468. }
  469. .wizContainer {
  470. border: 5px solid #83b217;
  471. background: #e8f3cf;
  472. padding: 5px;
  473. }
  474. .alignRight {
  475. text-align: right;
  476. padding: 3px;
  477. }
  478. .alignLeft {
  479. text-align: left;
  480. padding: 3px;
  481. }
  482. .red {
  483. background-color: #ff6000;
  484. color: #000;
  485. }
  486. th.red {
  487. background: url(../images/red-header.gif) bottom left repeat-x;
  488. color: #000;
  489. }
  490. .green {
  491. background-color: #00cc00;
  492. color: #000;
  493. }
  494. th.green {
  495. background: url(../images/green-header.gif) bottom left repeat-x;
  496. color: #000;
  497. }
  498. .orange {
  499. background-color: #ffde00;
  500. color: #000;
  501. }
  502. th.orange {
  503. background: url(../images/orange-header.gif) bottom left repeat-x;
  504. color: #000;
  505. }
  506. /* For Date Picker: Creates a little calendar icon
  507. * instead of a text link for "Choose date"
  508. */
  509. a.dp-choose-date, a.dp-choose-date:hover {
  510. float: left;
  511. width: 16px;
  512. height: 16px;
  513. padding: 0;
  514. margin: 5px 3px 0;
  515. display: block;
  516. text-indent: -2000px;
  517. overflow: hidden;
  518. background: url(../images/calendar.png) no-repeat;
  519. }
  520. a.dp-choose-date.dp-disabled {
  521. background-position: 0 -20px;
  522. cursor: default;
  523. }
  524. /* For Date Picker: makes the input field shorter once the date picker code
  525. * has run (to allow space for the calendar icon)
  526. */
  527. input.dp-applied {
  528. width: 140px;
  529. float: left;
  530. }
  531. /* For search forms */
  532. .SearchDrawer {
  533. background: #83b217 url(../images/green-corner.png) top left no-repeat;
  534. color: #fff;
  535. padding: 10px;
  536. margin: 0;
  537. }
  538. .SearchDrawer form table tbody tr td {
  539. background: #83b217;
  540. color: #fff;
  541. }
  542. .SearchDrawer label {
  543. background: #83b217;
  544. color: #fff;
  545. padding-left: 10px;
  546. }
  547. .SearchDrawer h1 {
  548. color: #fff;
  549. }
  550. .DrawerClosed {
  551. display: none;
  552. }
  553. .DrawerHandle {
  554. margin: 0;
  555. padding: 5px;
  556. background: #fff url(../images/drawer-handle.gif) bottom no-repeat;
  557. color: #fff;
  558. cursor: pointer;
  559. text-align: center;
  560. /* center the block */
  561. width: 100px;
  562. margin-left: auto;
  563. margin-right: auto;
  564. margin-top: 0;
  565. margin-bottom: 0;
  566. display: block;
  567. }
  568. div.HRDrawer {
  569. height: 5px;
  570. width: 100%;
  571. margin: 0;
  572. background-color: #83b217;
  573. margin: 0;
  574. padding: 0;
  575. border: 0;
  576. display: block;
  577. }