light-grey.css 13 KB

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