light-grey.css 18 KB

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