light-grey.css 14 KB

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