light-grey.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. /* CSS Document */
  2. body {
  3. font-family: Tahoma, Verdana, Arial, Helevtica;
  4. font-size: 10pt;
  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. color: #000;
  23. font-weight: bold;
  24. font-size: 12pt;
  25. }
  26. h2 {
  27. font-family: Tahoma, Verdana, Arial, Helvetica;
  28. color: #000;
  29. font-weight: normal;
  30. font-size: 12pt;
  31. }
  32. h3 {
  33. font-family: Tahoma, Verdana, Arial, Helvetica;
  34. color: #000;
  35. font-weight: normal;
  36. font-size: 10pt;
  37. }
  38. .hilite, .hilite a, .hilite a:visited {
  39. color: #EB8F00;
  40. text-decoration: none;
  41. }
  42. table.listResults {
  43. padding: 0px;
  44. border-top: 3px solid #f6f6f1;
  45. border-left: 3px solid #f6f6f1;
  46. border-bottom: 3px solid #e6e6e1;
  47. border-right: 3px solid #e6e6e1;
  48. width: 100%;
  49. background-color: #fff;
  50. }
  51. table.listResults td {
  52. padding: 2px;
  53. }
  54. table.listContainer {
  55. border: 0;
  56. padding: 0;
  57. margin:0;
  58. width: 97%;
  59. }
  60. tr.containerHeader, tr.containerHeader td {
  61. background: transparent;
  62. }
  63. tr.even td {
  64. background-color: #f9f9f1;
  65. }
  66. tr td.hover, tr.even td.hover, .hover a, .hover a:visited, .hover a:hover {
  67. background-color: #fdf5d0;
  68. }
  69. th {
  70. font-family: Tahoma, Verdana, Arial, Helvetica;
  71. font-size: 8pt;
  72. color: #1C94C4;
  73. height:20px;
  74. background: #f6f6f1 url(../images/grey-header.gif) bottom repeat-x;
  75. }
  76. th.header {
  77. cursor: pointer;
  78. }
  79. th.headerSortUp, th.headerSortDown {
  80. text-decoration: underline;
  81. cursor: pointer;
  82. }
  83. td {
  84. font-family: Tahoma, Verdana, Arial, Helvetica;
  85. font-size: 8pt;
  86. color:#696969;
  87. background-color: #ffffff;
  88. padding: 0px;
  89. }
  90. tr.clicked td {
  91. font-family: Tahoma, Verdana, Arial, Helvetica;
  92. font-size: smaller;
  93. background-color: #ffcfe8;
  94. }
  95. td.label {
  96. font-family: Tahoma, Verdana, Arial, Helvetica;
  97. font-size: 8pt;
  98. color: #000000;
  99. background-color:#f6f6f6;
  100. padding: 0.25em;
  101. font-weight:bold;
  102. }
  103. p a, p a:visited, td a, td a:visited {
  104. text-decoration:none;
  105. color: #1C94C4;
  106. padding-left:14px;
  107. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  108. }
  109. p a:hover, td a:hover {
  110. text-decoration:underline;
  111. color:#EB8F00;
  112. padding-left:14px;
  113. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  114. }
  115. td a.no-arrow, td a.no-arrow:visited {
  116. text-decoration:none;
  117. color:#000000;
  118. padding-left:0px;
  119. background: inherit;
  120. }
  121. td a.no-arrow:hover {
  122. text-decoration:underline;
  123. color:#d81515;
  124. padding-left:0px;
  125. background: inherit;
  126. }
  127. a.small_action {
  128. font-family: Tahoma, Verdana, Arial, Helvetica;
  129. font-size: 8pt;
  130. color: #000000;
  131. text-decoration:none;
  132. }
  133. .display_block {
  134. noborder: 1px dashed #CCC;
  135. padding:0.25em;
  136. }
  137. div#TopPane .display_block {
  138. background: #fff;
  139. padding:0.25em;
  140. text-align:center;
  141. }
  142. div#TopPane label {
  143. color:#000;
  144. background: #fff;
  145. }
  146. div#TopPane td {
  147. color:#000;
  148. background: #fff;
  149. }
  150. .actions_details {
  151. float:right;
  152. margin-top:10px;
  153. margin-right:10px;
  154. padding-left: 5px;
  155. padding-top: 2px;
  156. padding-bottom: 2px;
  157. background: url(../images/actions_left.png) no-repeat left;
  158. }
  159. .actions_details span{
  160. background: url(../images/actions_right.png) no-repeat right;
  161. color: #fff;
  162. font-weight: bold;
  163. padding-top: 2px;
  164. padding-bottom: 2px;
  165. padding-right: 12px;
  166. }
  167. .actions_details a {
  168. text-decoration:none;
  169. }
  170. .loading {
  171. noborder: 1px dashed #CCC;
  172. background: #b9c1c8;
  173. padding:0.25em;
  174. }
  175. input.textSearch {
  176. border:1px solid #000;
  177. font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  178. color:#000000;
  179. }
  180. .ac_input {
  181. border: 1px solid #7f9db9;
  182. background: url(../images/ac-background.gif) no-repeat right;
  183. }
  184. /* By Rom */
  185. .csvimport_createobj {
  186. color: #AA0000;
  187. background-color:#EEEEEE;
  188. }
  189. .csvimport_error {
  190. font-weight: bold;
  191. color: #FF0000;
  192. background-color:#EEEEEE;
  193. }
  194. .csvimport_warning {
  195. color: #CC8888;
  196. background-color:#EEEEEE;
  197. }
  198. .csvimport_ok {
  199. color: #00000;
  200. background-color:#BBFFBB;
  201. }
  202. .csvimport_reconkey {
  203. font-style: italic;
  204. color: #888888;
  205. background-color:#FFFFF;
  206. }
  207. .csvimport_extreconkey {
  208. color: #888888;
  209. background-color:#FFFFFF;
  210. }
  211. .ui-accordion-content ul {
  212. list-style:none;
  213. padding-left:16px;
  214. margin-top: 8px;
  215. }
  216. .ui-accordion-content li.submenu {
  217. margin-top: 8px;
  218. }
  219. .ui-accordion-content ul ul {
  220. padding: 8px 0px 8px 8px;
  221. margin:0;
  222. list-style:none;
  223. border: 0;
  224. }
  225. .nothing {
  226. noborder-top: 1px solid #8b8b8b;
  227. padding: 4px 0px 0px 16px;
  228. font-size:8pt;
  229. background: url(../images/green-square.gif) no-repeat bottom left;
  230. color:#83b217;
  231. font-weight:bold;
  232. text-decoration:none;
  233. }
  234. div.ui-accordion-content {
  235. padding-top: 10px;
  236. padding-left: 10px;
  237. }
  238. .ui-accordion-content a, ui-accordion-content a:visited {
  239. color: #1C94C4;
  240. text-decoration:none;
  241. }
  242. .ui-accordion-content a:hover {
  243. color: #EB8F00;
  244. text-decoration: none;
  245. }
  246. .ui-accordion-content p {
  247. color:#8b8b8b;
  248. text-decoration:none;
  249. margin: 0;
  250. padding-bottom: 1px;
  251. font-size: 9pt;
  252. font-weight:normal;
  253. border: 0;
  254. }
  255. .ui-accordion-content ul {
  256. padding-left: 0;
  257. margin-top: 0;
  258. }
  259. .ui-accordion-content li {
  260. color:#8b8b8b;
  261. text-decoration:none;
  262. margin: 0;
  263. padding: 0px 0pt 0px 16px;
  264. font-size: 9pt;
  265. background: url(../images/mini-arrow-orange.gif) no-repeat top left;
  266. font-weight:normal;
  267. border: 0;
  268. }
  269. a.CollapsibleLabel, td a.CollapsibleLabel {
  270. margin: 0;
  271. padding: 0px 0pt 0px 16px;
  272. font-size:8pt;
  273. text-decoration:none;
  274. color:#8b8b8b;
  275. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  276. }
  277. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  278. a.CollapsibleLabel.open, td a.CollapsibleLabel.open {
  279. margin: 0;
  280. padding: 0px 0pt 0px 16px;
  281. font-size:8pt;
  282. text-decoration:none;
  283. color: #EB8F00;
  284. background: url(../images/mini-arrow-orange-open.gif) no-repeat left;
  285. }
  286. .page_header {
  287. background-color:#f6f6f1;
  288. padding:5px;
  289. }
  290. .notreeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; }
  291. .notreeview .collapsable { background-image: url(../images/tv-collapsable.gif); }
  292. .notreeview .expandable { background-image: url(../images/tv-expandable.gif); }
  293. .notreeview .last { background-image: url(../images/tv-item-last.gif); }
  294. .notreeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); }
  295. .notreeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); }
  296. #OrganizationSelection {
  297. padding:5px 0px 16px 20px;
  298. }
  299. /* popup menus */
  300. div.itop_popup {
  301. margin: 0;
  302. padding: 0;
  303. float:right;
  304. }
  305. div.itop_popup > ul {
  306. height:19px;
  307. display:block;
  308. width:70px; /* Nasty work-around for IE... en attendant mieux */
  309. padding-left: 5px;
  310. background: url(../images/actions_left.png) no-repeat top left;
  311. cursor: pointer;
  312. }
  313. div.itop_popup > ul > li {
  314. float: left;
  315. list-style: none;
  316. font-size: 11px;
  317. font-family: Tahoma,sans-serif;
  318. height: 19px;
  319. padding-right: 16px;
  320. padding-left: 4px;
  321. background: url(../images/actions_right.png) no-repeat top right transparent;
  322. font-weight: bold;
  323. color: #fff;
  324. vertical-align: middle;
  325. }
  326. #logOffBtn > ul > li {
  327. list-style: none;
  328. vertical-align: middle;
  329. margin: 0;
  330. padding: 0;
  331. }
  332. #logOffBtn > ul {
  333. list-style: none;
  334. vertical-align: middle;
  335. margin: 0;
  336. padding: 0;
  337. height: 25px;
  338. noline-height: 25px;
  339. }
  340. .itop_popup li a, #logOffBtn li a {
  341. display: block;
  342. padding: 5px 12px;
  343. text-decoration: none;
  344. nowidth: 70px;
  345. color: #000;
  346. font-weight: bold;
  347. white-space: nowrap;
  348. background: #fff;
  349. }
  350. #logOffBtn li span {
  351. display: block;
  352. padding: 5px 12px;
  353. text-decoration: none;
  354. nowidth: 70px;
  355. color: #000;
  356. white-space: nowrap;
  357. background: #fff;
  358. }
  359. .itop_popup li a:hover, #logOffBtn li a:hover {
  360. background: #1A4473;
  361. }
  362. .itop_popup ul > li > ul, #logOffBtn ul > li > ul
  363. {
  364. border: 1px solid black;
  365. background: #fff;
  366. }
  367. .itop_popup li > ul, #logOffBtn li > ul
  368. { margin: 0;
  369. padding: 0;
  370. position: absolute;
  371. display: none;
  372. border-top: 1px solid white;
  373. z-index: 999;
  374. }
  375. .itop_popup li ul li, #logOffBtn li ul li {
  376. float: none;
  377. display: inline;
  378. }
  379. .itop_popup li ul li a, #logOffBtn li ul li a {
  380. width: auto;
  381. text-align: left;
  382. }
  383. .itop_popup li ul li a:hover, #logOffBtn li ul li a:hover{
  384. background: #D81515;
  385. color: #fff;
  386. font-weight: bold;
  387. }
  388. /************************************/
  389. .wizHeader {
  390. background: #1c94c4;
  391. padding: 15px;
  392. }
  393. .wizSeparator {
  394. float:left;
  395. background: #83b217;
  396. height: 29px;
  397. margin-top: 5px;
  398. }
  399. div.wizActiveStep {
  400. height: 29px;
  401. background: url(../images/wizActiveStepLeft.gif) no-repeat left;
  402. color: #d81515;
  403. padding-left: 8px;
  404. margin-top: 5px;
  405. vertical-align: middle;
  406. float: left;
  407. }
  408. div.wizActiveStep span {
  409. height: 29px;
  410. background: url(../images/wizActiveStepRight.gif) no-repeat top right;
  411. padding-right: 8px;
  412. padding-top: 8px;
  413. float:left;
  414. }
  415. div.wizStep {
  416. height: 29px;
  417. background: url(../images/wizStepLeft.gif) no-repeat left;
  418. padding-left: 8px;
  419. vertical-align: middle;
  420. margin-top: 5px;
  421. float:left;
  422. }
  423. div.wizStep span {
  424. height: 29px;
  425. background: url(../images/wizStepRight.gif) no-repeat top right;
  426. padding-right: 8px;
  427. padding-top: 8px;
  428. float:left;
  429. }
  430. .wizContainer {
  431. border: 5px solid #1c94c4;
  432. background: #d6e8ef;
  433. padding: 5px;
  434. }
  435. .wizContainer table tr td {
  436. background: transparent;
  437. }
  438. .alignRight {
  439. text-align: right;
  440. padding: 3px;
  441. }
  442. .alignLeft {
  443. text-align: left;
  444. padding: 3px;
  445. }
  446. .red {
  447. background-color: #ff6000;
  448. color: #000;
  449. }
  450. th.red {
  451. background: url(../images/red-header.gif) bottom left repeat-x;
  452. color: #000;
  453. }
  454. .green {
  455. background-color: #00cc00;
  456. color: #000;
  457. }
  458. th.green {
  459. background: url(../images/green-header.gif) bottom left repeat-x;
  460. color: #000;
  461. }
  462. .orange {
  463. background-color: #ffde00;
  464. color: #000;
  465. }
  466. th.orange {
  467. background: url(../images/orange-header.gif) bottom left repeat-x;
  468. color: #000;
  469. }
  470. /* For Date Picker: Creates a little calendar icon
  471. * instead of a text link for "Choose date"
  472. */
  473. 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 {
  474. float: left;
  475. width: 16px;
  476. height: 16px;
  477. padding: 0;
  478. margin: 5px 3px 0;
  479. display: block;
  480. text-indent: -2000px;
  481. overflow: hidden;
  482. background: url(../images/calendar.png) no-repeat;
  483. }
  484. td a.dp-choose-date.dp-disabled, a.dp-choose-date.dp-disabled {
  485. background-position: 0 -20px;
  486. cursor: default;
  487. }
  488. /* For Date Picker: makes the input field shorter once the date picker code
  489. * has run (to allow space for the calendar icon)
  490. */
  491. input.dp-applied {
  492. width: 140px;
  493. float: left;
  494. }
  495. /* For search forms */
  496. .SearchDrawer {
  497. //background: #1c94c4 url(../images/search-top-left-corner.png) top left no-repeat;
  498. border-top: 5px solid #1c94c4;
  499. border-left: 5px solid #1c94c4;
  500. border-right: 5px solid #1c94c4;
  501. border-bottom: 0;
  502. background: #d6e8ef;
  503. color: #000;
  504. padding: 10px;
  505. margin: 0;
  506. }
  507. .SearchDrawer form table tbody tr td {
  508. background: #d6e8ef;
  509. color: #fff;
  510. font-size: 10pt;
  511. }
  512. .SearchDrawer label {
  513. background: #d6e8ef;
  514. color: #000;
  515. padding-left: 10px;
  516. }
  517. .SearchDrawer h1 {
  518. color: #000;
  519. }
  520. .DrawerClosed {
  521. display: none;
  522. }
  523. .DrawerHandle {
  524. margin: 0;
  525. padding: 5px;
  526. background: url(../images/drawer-handle.gif) bottom no-repeat transparent;
  527. color: #fff;
  528. cursor: pointer;
  529. text-align: center;
  530. /* center the block */
  531. width: 100px;
  532. margin-left: auto;
  533. margin-right: auto;
  534. margin-top: 0;
  535. margin-bottom: 0;
  536. display: block;
  537. }
  538. div.HRDrawer {
  539. height: 5px;
  540. width: 100%;
  541. margin: 0;
  542. background-color: #1c94c4;
  543. margin: 0;
  544. padding: 0;
  545. border: 0;
  546. display: block;
  547. }
  548. .mini_tabs a {
  549. text-decoration: none;
  550. font-weight:bold;
  551. color: #ccc;
  552. background-color:#333;
  553. padding-left: 1em;
  554. padding-right: 1em;
  555. padding-bottom: 0.25em;
  556. }
  557. .mini_tabs a.selected {
  558. color: #fff;
  559. background-color: #1c94c4;
  560. padding-top: 0.25em;
  561. }
  562. .mini_tabs ul {
  563. margin: -10px;
  564. }
  565. .mini_tabs ul li {
  566. float: right;
  567. list-style: none;
  568. nopadding-left: 1em;
  569. nopadding-right: 1em;
  570. margin-top: 0;
  571. }
  572. .mandatory {
  573. border: 1px solid #f00;
  574. }
  575. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  576. table.listResults tr.odd td.truncated {
  577. background: url(../images/truncated.png) bottom repeat-x;
  578. }
  579. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  580. table.listResults tr.even td.truncated {
  581. background: #f9f9f1 url(../images/truncated.png) bottom repeat-x;
  582. }
  583. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  584. table.listResults tr.even td.hover.truncated {
  585. background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
  586. }
  587. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  588. table.listResults tr.odd td.hover.truncated {
  589. background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
  590. }
  591. table.listResults.truncated {
  592. border-bottom: 0;
  593. padding-bottom: 0;
  594. }
  595. tr.csv_row0 td {
  596. padding-top:5px;
  597. padding-bottom:5px;
  598. padding-left:10px;
  599. padding-right:10px;
  600. background: #fff;
  601. border-left: #000 1px solid;
  602. }
  603. tr.csv_row1 td {
  604. padding-top:5px;
  605. padding-bottom:5px;
  606. padding-left:10px;
  607. padding-right:10px;
  608. background: #f9f9f1;
  609. border-left: #000 1px solid;
  610. }
  611. tr.csv_row1 th, tr.csv_row0 th {
  612. padding-top:5px;
  613. padding-bottom:5px;
  614. padding-left:10px;
  615. padding-right:10px;
  616. border-left: #000 1px solid;
  617. }
  618. td.cell_modified {
  619. font-weight: bold;
  620. color: #000;
  621. }
  622. td.cell_error {
  623. font-weight: bold;
  624. color: #D81515;
  625. }
  626. table.transparent, table.transparent td {
  627. background: transparent;
  628. }
  629. p.page-header {
  630. color:#1c94c4;
  631. font-weight: bold;
  632. font-size: 12pt;
  633. font-family: Verdana, Arial, Helvetica, Sans-Serif
  634. }
  635. td.dashboard {
  636. vertical-align:top;
  637. text-align: center;
  638. border: 1px solid #ccc;
  639. -moz-border-radius: 10px;
  640. padding: 10px;
  641. width: 50%;
  642. }
  643. .white {
  644. background-color: #fff;
  645. }
  646. /*** New Lacanau layout ***/
  647. .ui-layout-pane { /* all 'panes' */
  648. background: #FFF;
  649. overflow: auto;
  650. }
  651. .ui-layout-resizer { /* all 'resizer-bars' */
  652. background: #DDD;
  653. }
  654. .ui-layout-toggler { /* all 'toggler-buttons' */
  655. background: #AAA;
  656. }
  657. div#top-left {
  658. width: 28px;
  659. height: 70px;
  660. background: #f6f6f1 url(../images/top-left-bkg.png) top left no-repeat;
  661. float:left;
  662. }
  663. div#header-logo {
  664. width: 100%;
  665. height: 70px;
  666. background: #f6f6f1 url(../images/splitter-top.png) top repeat-x;
  667. }
  668. .ui-layout-pane-west {
  669. background: #f6f6f1 url(../images/left-bkg.png) left repeat-y;
  670. }
  671. div#right {
  672. min-width: 260px;
  673. }
  674. div#menu {
  675. width: 100%;
  676. }
  677. .header-menu {
  678. padding-left: 24px;
  679. padding-right: 8px;
  680. padding-bottom: 24px;
  681. background: transparent;
  682. }
  683. div#inner_menu {
  684. padding-left: 24px;
  685. padding-right: 8px;
  686. background: transparent;
  687. }
  688. div#logo {
  689. height: 70px;
  690. width: 100%;
  691. text-align: center;
  692. }
  693. div#logo div {
  694. height: 88px;
  695. width: 244px;
  696. background: url(../images/itop-logo-2.png) left no-repeat;
  697. }
  698. #top-bar {
  699. height: 55px;
  700. background: url(../images/banner-bkg.png) repeat-x scroll 0 0 transparent;
  701. text-align: right;
  702. }
  703. #global-search {
  704. height: 55px;
  705. float: right;
  706. background: url(../images/banner-search.png) no-repeat left;
  707. nopadding-top: 15px;
  708. text-align: right;
  709. overflow-y: hidden;
  710. }
  711. #global-search > form div {
  712. padding-left: 4px;
  713. }
  714. #global-search table, #global-search tr td, #global-search tr {
  715. padding: 0;
  716. border: 0;
  717. height: 55px;
  718. margin: 0;
  719. background: transparent;
  720. overflow-y: hidden;
  721. vertical-align: middle;
  722. }
  723. #global-search > form input[type="text"] {
  724. border: 0;
  725. height: 18px;
  726. width: 180px;E8FFD3
  727. padding-top: 4;
  728. background: transparent;
  729. }
  730. #global-search > form tr td#g-search-input {
  731. padding-top: 3px;
  732. padding-left: 3px;
  733. background: transparent;
  734. }
  735. div.icon {
  736. width: 20px;
  737. height: 20px;
  738. margin: 2px;
  739. float: right;
  740. }
  741. span.ui-icon {
  742. float:left;
  743. margin:0 2px;
  744. }
  745. .ui-layout-button-pin-down {
  746. background: url(../images/splitter-bkg.png) transparent;
  747. width: 16px;
  748. background-position: -144px -144px;
  749. }
  750. .ui-layout-resizer-west-open {
  751. background: url(../images/splitter-bkg.png) repeat-y scroll 0 0 transparent;
  752. width: 16px;
  753. }
  754. div.footer {
  755. height: 123px;
  756. background: url(../images/logo-combodo.png) center no-repeat;
  757. }
  758. div.footer > span {
  759. display:none;
  760. }
  761. #SearchResultsToAdd table.listResults tbody {
  762. height: 300px;
  763. overflow-y: auto;
  764. }