light-grey.css 17 KB

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