light-grey.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011
  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: 12px;
  118. color:#696969;
  119. nobackground-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. vertical-align: top;
  129. }
  130. td.label span {
  131. font-family: Tahoma, Verdana, Arial, Helvetica;
  132. font-size: 12px;
  133. color: #000000;
  134. padding: 5px;
  135. padding-right: 10px;
  136. font-weight:bold;
  137. vertical-align: top;
  138. text-align: right;
  139. display: block;
  140. }
  141. fieldset td.label span {
  142. padding: 3px;
  143. padding-right: 10px;
  144. }
  145. .ui-widget-content td a, p a, p a:visited, td a, td a:visited {
  146. text-decoration:none;
  147. color: #1C94C4;
  148. padding-left:14px;
  149. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  150. }
  151. p a:hover, td a:hover {
  152. text-decoration:underline;
  153. color:#EB8F00;
  154. padding-left:14px;
  155. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  156. }
  157. td a.no-arrow, td a.no-arrow:visited, .SearchDrawer a.no-arrow, .SearchDrawer a.no-arrow:visited {
  158. text-decoration:none;
  159. color:#000000;
  160. padding-left:0px;
  161. background: inherit;
  162. }
  163. td a.no-arrow:hover {
  164. text-decoration:underline;
  165. color:#d81515;
  166. padding-left:0px;
  167. background: inherit;
  168. }
  169. td a.mailto, td a.mailto:visited {
  170. text-decoration:none;
  171. color:#000000;
  172. padding-left:20px;
  173. background: url(../images/mail.png) no-repeat left;
  174. }
  175. td a.mailto:hover {
  176. text-decoration:underline;
  177. color:#EB8F00;
  178. padding-left:20px;
  179. background: url(../images/mail.png) no-repeat left;
  180. }
  181. a.small_action {
  182. font-family: Tahoma, Verdana, Arial, Helvetica;
  183. font-size: 8pt;
  184. color: #000000;
  185. text-decoration:none;
  186. }
  187. .display_block {
  188. padding:0.25em;
  189. }
  190. .actions_details {
  191. float:right;
  192. margin-top:10px;
  193. margin-right:10px;
  194. padding-left: 5px;
  195. padding-top: 2px;
  196. padding-bottom: 2px;
  197. background: url(../images/actions_left.png) no-repeat left;
  198. }
  199. .actions_details span{
  200. background: url(../images/actions_right.png) no-repeat right;
  201. color: #fff;
  202. font-weight: bold;
  203. padding-top: 2px;
  204. padding-bottom: 2px;
  205. padding-right: 12px;
  206. }
  207. .actions_details a {
  208. text-decoration:none;
  209. }
  210. .loading {
  211. noborder: 1px dashed #CCC;
  212. background: #b9c1c8;
  213. padding:0.25em;
  214. }
  215. input.textSearch {
  216. border:1px solid #000;
  217. font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  218. font-size: 12px;
  219. color:#000000;
  220. }
  221. .ac_input {
  222. border: 1px solid #7f9db9;
  223. background: #fff url(../images/ac-background.gif) no-repeat right;
  224. }
  225. /* By Rom */
  226. .csvimport_createobj {
  227. color: #AA0000;
  228. background-color:#EEEEEE;
  229. }
  230. .csvimport_error {
  231. font-weight: bold;
  232. color: #FF0000;
  233. background-color:#EEEEEE;
  234. }
  235. .csvimport_warning {
  236. color: #CC8888;
  237. background-color:#EEEEEE;
  238. }
  239. .csvimport_ok {
  240. color: #00000;
  241. background-color:#BBFFBB;
  242. }
  243. .csvimport_reconkey {
  244. font-style: italic;
  245. color: #888888;
  246. background-color:#FFFFF;
  247. }
  248. .csvimport_extreconkey {
  249. color: #888888;
  250. background-color:#FFFFFF;
  251. }
  252. #accordion h3 {
  253. padding: 10px;
  254. }
  255. .ui-accordion-content ul {
  256. list-style:none;
  257. padding-left:16px;
  258. margin-top: 8px;
  259. }
  260. .ui-accordion-content li.submenu {
  261. margin-top: 8px;
  262. }
  263. .ui-accordion-content ul ul {
  264. padding: 8px 0px 8px 8px;
  265. margin:0;
  266. list-style:none;
  267. border: 0;
  268. }
  269. .nothing {
  270. noborder-top: 1px solid #8b8b8b;
  271. padding: 4px 0px 0px 16px;
  272. font-size:8pt;
  273. background: url(../images/green-square.gif) no-repeat bottom left;
  274. color:#83b217;
  275. font-weight:bold;
  276. text-decoration:none;
  277. }
  278. div.ui-accordion-content {
  279. padding-top: 10px;
  280. padding-left: 10px;
  281. }
  282. .ui-accordion-content a, ui-accordion-content a:visited {
  283. color: #1C94C4;
  284. text-decoration:none;
  285. }
  286. .ui-accordion-content a:hover {
  287. color: #EB8F00;
  288. text-decoration: none;
  289. }
  290. .ui-accordion-content p {
  291. color:#8b8b8b;
  292. text-decoration:none;
  293. margin: 0;
  294. padding-bottom: 1px;
  295. font-size: 9pt;
  296. font-weight:normal;
  297. border: 0;
  298. }
  299. .ui-accordion-content ul {
  300. padding-left: 0;
  301. margin-top: 0;
  302. }
  303. .ui-accordion-content li {
  304. color:#8b8b8b;
  305. text-decoration:none;
  306. margin: 0;
  307. padding: 0px 0pt 0px 16px;
  308. font-size: 9pt;
  309. background: url(../images/mini-arrow-orange.gif) no-repeat top left;
  310. font-weight:normal;
  311. border: 0;
  312. }
  313. a.CollapsibleLabel, td a.CollapsibleLabel {
  314. margin: 0;
  315. padding: 0px 0pt 0px 16px;
  316. font-size:8pt;
  317. text-decoration:none;
  318. color:#8b8b8b;
  319. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  320. }
  321. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  322. a.CollapsibleLabel.open, td a.CollapsibleLabel.open {
  323. margin: 0;
  324. padding: 0px 0pt 0px 16px;
  325. font-size:8pt;
  326. text-decoration:none;
  327. color: #EB8F00;
  328. background: url(../images/mini-arrow-orange-open.gif) no-repeat left;
  329. }
  330. .page_header {
  331. background-color:#f6f6f1;
  332. padding:5px;
  333. }
  334. .notreeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; }
  335. .notreeview .collapsable { background-image: url(../images/tv-collapsable.gif); }
  336. .notreeview .expandable { background-image: url(../images/tv-expandable.gif); }
  337. .notreeview .last { background-image: url(../images/tv-item-last.gif); }
  338. .notreeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); }
  339. .notreeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); }
  340. #OrganizationSelection {
  341. padding:5px 0px 16px 20px;
  342. }
  343. /* popup menus */
  344. div.itop_popup {
  345. margin: 0;
  346. padding: 0;
  347. float:right;
  348. }
  349. div.itop_popup > ul {
  350. height:19px;
  351. display:block;
  352. width:70px; /* Nasty work-around for IE... en attendant mieux */
  353. padding-left: 5px;
  354. background: url(../images/actions_left.png) no-repeat top left;
  355. cursor: pointer;
  356. }
  357. div.itop_popup > ul > li {
  358. float: left;
  359. list-style: none;
  360. font-size: 11px;
  361. font-family: Tahoma,sans-serif;
  362. height: 19px;
  363. padding-right: 16px;
  364. padding-left: 4px;
  365. background: url(../images/actions_right.png) no-repeat top right transparent;
  366. font-weight: bold;
  367. color: #fff;
  368. vertical-align: middle;
  369. }
  370. #logOffBtn > ul > li {
  371. list-style: none;
  372. vertical-align: middle;
  373. margin: 0;
  374. padding: 0;
  375. }
  376. #logOffBtn > ul {
  377. list-style: none;
  378. vertical-align: middle;
  379. margin: 0;
  380. padding: 0;
  381. height: 25px;
  382. noline-height: 25px;
  383. }
  384. .itop_popup li a, #logOffBtn li a {
  385. display: block;
  386. padding: 5px 12px;
  387. text-decoration: none;
  388. nowidth: 70px;
  389. color: #000;
  390. font-weight: bold;
  391. white-space: nowrap;
  392. background: #fff;
  393. }
  394. #logOffBtn li span {
  395. display: block;
  396. padding: 5px 12px;
  397. text-decoration: none;
  398. nowidth: 70px;
  399. color: #000;
  400. white-space: nowrap;
  401. background: #fff;
  402. }
  403. .itop_popup li a:hover, #logOffBtn li a:hover {
  404. background: #1A4473;
  405. }
  406. .itop_popup ul > li > ul, #logOffBtn ul > li > ul
  407. {
  408. border: 1px solid black;
  409. background: #fff;
  410. }
  411. .itop_popup li > ul, #logOffBtn li > ul
  412. { margin: 0;
  413. padding: 0;
  414. position: absolute;
  415. display: none;
  416. border-top: 1px solid white;
  417. z-index: 999;
  418. }
  419. .itop_popup li ul li, #logOffBtn li ul li {
  420. float: none;
  421. display: inline;
  422. }
  423. .itop_popup li ul li a, #logOffBtn li ul li a {
  424. width: auto;
  425. text-align: left;
  426. }
  427. .itop_popup li ul li a:hover, #logOffBtn li ul li a:hover{
  428. background: #D81515;
  429. color: #fff;
  430. font-weight: bold;
  431. }
  432. hr.menu-separator {
  433. border: none 0;
  434. border-top: 1px solid #ccc;;
  435. color: #ccc;
  436. background-color: transparent;
  437. height: 1px;
  438. margin: 3px;
  439. cursor: default;
  440. }
  441. /************************************/
  442. .wizHeader {
  443. background: #1c94c4;
  444. padding: 15px;
  445. }
  446. .wizSeparator {
  447. float:left;
  448. background: #83b217;
  449. height: 29px;
  450. margin-top: 5px;
  451. }
  452. div.wizActiveStep {
  453. height: 29px;
  454. background: url(../images/wizActiveStepLeft.gif) no-repeat left;
  455. color: #d81515;
  456. padding-left: 8px;
  457. margin-top: 5px;
  458. vertical-align: middle;
  459. float: left;
  460. }
  461. div.wizActiveStep span {
  462. height: 29px;
  463. background: url(../images/wizActiveStepRight.gif) no-repeat top right;
  464. padding-right: 8px;
  465. padding-top: 8px;
  466. float:left;
  467. }
  468. div.wizStep {
  469. height: 29px;
  470. background: url(../images/wizStepLeft.gif) no-repeat left;
  471. padding-left: 8px;
  472. vertical-align: middle;
  473. margin-top: 5px;
  474. float:left;
  475. }
  476. div.wizStep span {
  477. height: 29px;
  478. background: url(../images/wizStepRight.gif) no-repeat top right;
  479. padding-right: 8px;
  480. padding-top: 8px;
  481. float:left;
  482. }
  483. .wizContainer {
  484. border: 5px solid #1c94c4;
  485. background: #d6e8ef;
  486. padding: 5px;
  487. }
  488. .wizContainer table tr td {
  489. background: transparent;
  490. }
  491. .alignRight {
  492. text-align: right;
  493. padding: 3px;
  494. }
  495. .alignLeft {
  496. text-align: left;
  497. padding: 3px;
  498. }
  499. .red {
  500. background-color: #ff6000;
  501. color: #000;
  502. }
  503. th.red {
  504. background: url(../images/red-header.gif) bottom left repeat-x;
  505. color: #000;
  506. }
  507. .green {
  508. background-color: #00cc00;
  509. color: #000;
  510. }
  511. th.green {
  512. background: url(../images/green-header.gif) bottom left repeat-x;
  513. color: #000;
  514. }
  515. .orange {
  516. background-color: #ffde00;
  517. color: #000;
  518. }
  519. th.orange {
  520. background: url(../images/orange-header.gif) bottom left repeat-x;
  521. color: #000;
  522. }
  523. /* For Date Picker: Creates a little calendar icon
  524. * instead of a text link for "Choose date"
  525. */
  526. 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 {
  527. float: left;
  528. width: 16px;
  529. height: 16px;
  530. padding: 0;
  531. margin: 5px 3px 0;
  532. display: block;
  533. text-indent: -2000px;
  534. overflow: hidden;
  535. background: url(../images/calendar.png) no-repeat;
  536. }
  537. td a.dp-choose-date.dp-disabled, a.dp-choose-date.dp-disabled {
  538. background-position: 0 -20px;
  539. cursor: default;
  540. }
  541. /* For Date Picker: makes the input field shorter once the date picker code
  542. * has run (to allow space for the calendar icon)
  543. */
  544. input.dp-applied {
  545. width: 140px;
  546. float: left;
  547. }
  548. /* For search forms */
  549. .SearchDrawer {
  550. //background: #1c94c4 url(../images/search-top-left-corner.png) top left no-repeat;
  551. border-top: 5px solid #1c94c4;
  552. border-left: 5px solid #1c94c4;
  553. border-right: 5px solid #1c94c4;
  554. border-bottom: 0;
  555. background: #d6e8ef;
  556. color: #000;
  557. padding: 10px;
  558. margin: 0;
  559. font-size: 12px;
  560. }
  561. .SearchDrawer label {
  562. background: #d6e8ef;
  563. color: #000;
  564. }
  565. .SearchDrawer h1 {
  566. color: #000;
  567. }
  568. .DrawerClosed {
  569. display: none;
  570. }
  571. .DrawerHandle {
  572. margin: 0;
  573. padding: 5px;
  574. background: url(../images/drawer-handle.gif) bottom no-repeat transparent;
  575. color: #fff;
  576. cursor: pointer;
  577. text-align: center;
  578. /* center the block */
  579. width: 100px;
  580. margin-left: auto;
  581. margin-right: auto;
  582. margin-top: 0;
  583. margin-bottom: 0;
  584. display: block;
  585. font-size: 12px;
  586. }
  587. div.HRDrawer {
  588. height: 5px;
  589. width: 100%;
  590. margin: 0;
  591. background-color: #1c94c4;
  592. margin: 0;
  593. padding: 0;
  594. border: 0;
  595. display: block;
  596. }
  597. .mini_tabs a {
  598. text-decoration: none;
  599. font-weight:bold;
  600. color: #ccc;
  601. background-color:#333;
  602. padding-left: 1em;
  603. padding-right: 1em;
  604. padding-bottom: 0.25em;
  605. }
  606. .mini_tabs a.selected {
  607. color: #fff;
  608. background-color: #1c94c4;
  609. padding-top: 0.25em;
  610. }
  611. .mini_tabs ul {
  612. margin: -10px;
  613. }
  614. .mini_tabs ul li {
  615. float: right;
  616. list-style: none;
  617. nopadding-left: 1em;
  618. nopadding-right: 1em;
  619. margin-top: 0;
  620. }
  621. .mandatory {
  622. border: 1px solid #f00;
  623. }
  624. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  625. table.listResults tr.odd td.truncated, table.listResults tr td.truncated, .wizContainer table.listResults tr.odd td.truncated, .wizContainer table.listResults tr td.truncated {
  626. background: url(../images/truncated.png) bottom repeat-x;
  627. }
  628. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  629. table.listResults tr.even td.truncated, .wizContainer table.listResults tr.even td.truncated {
  630. background: #f9f9f1 url(../images/truncated.png) bottom repeat-x;
  631. }
  632. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  633. table.listResults tr.even td.hover.truncated, , .wizContainer table.listResults tr.even td.hover.truncated {
  634. background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
  635. }
  636. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  637. 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 {
  638. background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
  639. }
  640. table.listResults.truncated {
  641. border-bottom: 0;
  642. padding-bottom: 0;
  643. }
  644. tr.csv_row0 td {
  645. padding-top:5px;
  646. padding-bottom:5px;
  647. padding-left:10px;
  648. padding-right:10px;
  649. background: #fff;
  650. border-left: #000 1px solid;
  651. }
  652. tr.csv_row1 td {
  653. padding-top:5px;
  654. padding-bottom:5px;
  655. padding-left:10px;
  656. padding-right:10px;
  657. background: #f9f9f1;
  658. border-left: #000 1px solid;
  659. }
  660. tr.csv_row1 th, tr.csv_row0 th {
  661. padding-top:5px;
  662. padding-bottom:5px;
  663. padding-left:10px;
  664. padding-right:10px;
  665. border-left: #000 1px solid;
  666. }
  667. td.cell_modified {
  668. font-weight: bold;
  669. color: #000;
  670. }
  671. td.cell_error {
  672. font-weight: bold;
  673. color: #D81515;
  674. }
  675. table.transparent, table.transparent td {
  676. background: transparent;
  677. }
  678. p.page-header {
  679. color:#1c94c4;
  680. font-weight: bold;
  681. font-size: 12pt;
  682. font-family: Verdana, Arial, Helvetica, Sans-Serif
  683. }
  684. td.dashboard {
  685. vertical-align:top;
  686. text-align: center;
  687. border: 1px solid #ccc;
  688. -moz-border-radius: 10px;
  689. padding: 10px;
  690. width: 50%;
  691. }
  692. .white {
  693. background-color: #fff;
  694. }
  695. /*** New Lacanau layout ***/
  696. .ui-layout-pane { /* all 'panes' */
  697. background: #FFF;
  698. overflow: auto;
  699. }
  700. .ui-layout-resizer { /* all 'resizer-bars' */
  701. background: #DDD;
  702. }
  703. .ui-layout-toggler { /* all 'toggler-buttons' */
  704. background: #AAA;
  705. }
  706. div#top-left {
  707. width: 28px;
  708. height: 70px;
  709. background: #f6f6f1 url(../images/top-left-bkg.png) top left no-repeat;
  710. float:left;
  711. }
  712. div#header-logo {
  713. width: 100%;
  714. height: 70px;
  715. background: #f6f6f1 url(../images/splitter-top.png) top repeat-x;
  716. }
  717. .ui-layout-pane-west {
  718. background: #f6f6f1 url(../images/left-bkg.png) left repeat-y;
  719. }
  720. div#right {
  721. min-width: 260px;
  722. }
  723. div#menu {
  724. width: 100%;
  725. }
  726. .header-menu {
  727. padding-left: 24px;
  728. padding-right: 8px;
  729. padding-bottom: 24px;
  730. background: transparent;
  731. }
  732. div#inner_menu {
  733. padding-left: 24px;
  734. padding-right: 8px;
  735. background: transparent;
  736. }
  737. div#logo {
  738. height: 70px;
  739. nowidth: 100%;
  740. text-align: center;
  741. }
  742. div#logo div {
  743. height: 88px;
  744. width: 244px;
  745. background: url(../images/itop-logo-2.png) left no-repeat;
  746. }
  747. #top-bar {
  748. height: 55px;
  749. background: url(../images/banner-bkg.png) repeat-x scroll 0 0 transparent;
  750. text-align: right;
  751. }
  752. #admin-banner {
  753. float: left;
  754. margin-top: 2px;
  755. padding: 8px;
  756. border: 1px solid #c33;
  757. background-color: #fee;
  758. -moz-border-radius: 0.5em;
  759. }
  760. #global-search {
  761. height: 55px;
  762. float: right;
  763. background: url(../images/banner-search.png) no-repeat;
  764. nopadding-top: 15px;
  765. text-align: right;
  766. overflow-y: hidden;
  767. }
  768. #global-search > form div {
  769. padding-left: 4px;
  770. }
  771. #global-search table, #global-search tr td, #global-search tr {
  772. padding: 0;
  773. border: 0;
  774. height: 55px;
  775. margin: 0;
  776. background: transparent;
  777. overflow-y: hidden;
  778. vertical-align: middle;
  779. }
  780. #global-search > form input[type="text"] {
  781. border: 0;
  782. height: 18px;
  783. width: 180px;
  784. padding-top: 4;
  785. background: transparent;
  786. }
  787. #global-search > form tr td#g-search-input {
  788. padding-top: 3px;
  789. padding-left: 3px;
  790. background: transparent;
  791. }
  792. div.icon {
  793. width: 20px;
  794. height: 20px;
  795. margin: 2px;
  796. float: right;
  797. }
  798. span.ui-icon {
  799. float:left;
  800. margin:0 2px;
  801. }
  802. .ui-layout-button-pin-down {
  803. background: url(../images/splitter-bkg.png) transparent;
  804. width: 16px;
  805. background-position: -144px -144px;
  806. }
  807. .ui-layout-resizer-west-open {
  808. background: url(../images/splitter-bkg.png) repeat-y scroll 0 0 transparent;
  809. width: 16px;
  810. }
  811. div.footer img {
  812. border: 0;
  813. margin-bottom: 5px;
  814. margin-top: 5px;
  815. }
  816. div.footer{
  817. text-align:center;
  818. }
  819. #SearchResultsToAdd table.listResults tbody {
  820. height: 300px;
  821. overflow-y: auto;
  822. }
  823. tr.row_unchanged td {
  824. border-bottom: 1px #ccc solid;
  825. padding: 2px;
  826. }
  827. .wizContainer table tr.row_error td {
  828. border-bottom: 1px #ccc solid;
  829. background-color: #fdd;
  830. padding: 2px;
  831. }
  832. tr.row_modified td {
  833. border-bottom: 1px #ccc solid;
  834. padding: 2px;
  835. }
  836. tr.row_added td {
  837. border-bottom: 1px #ccc solid;
  838. padding: 2px;
  839. }
  840. a.truncated {
  841. cursor: pointer;
  842. }
  843. .org_combo
  844. {
  845. font-size:x-small;
  846. width: auto;
  847. max-width: 200px;
  848. }
  849. span.form_validation {
  850. width:24px;
  851. text-align:center;
  852. }
  853. .notification {
  854. border: 1px solid #c33;
  855. background-color: #fee;
  856. padding: 0.5em;
  857. margin: 0.5em;
  858. text-align:center;
  859. width: 95%;
  860. -moz-border-radius: 0.5em;
  861. }
  862. .wiki_broken_link {
  863. text-decoration: line-through;
  864. }
  865. .synoptics, .synoptics tr td {
  866. background: transparent;
  867. padding:10px;
  868. font-size:1em;
  869. vertical-align:middle;
  870. color:#fff;
  871. text-align:center;
  872. }
  873. .synoptics tr td.arrow {
  874. color:#333;
  875. border-top: 1px dashed #333;
  876. width:100px;
  877. }
  878. .synoptics tr.synoptics_header td {
  879. color:#000; font-size:1em;
  880. vertical-align:middle;
  881. text-align:center;
  882. }
  883. .mono_value {
  884. display: inline-block;
  885. background-color: #3c3;
  886. color: #fff;
  887. font-weight:bold;
  888. padding: 3px;
  889. padding-left: 5px;
  890. padding-right: 5px;
  891. margin-left:3px;
  892. -moz-border-radius: 10px;
  893. -webkit-border-radius: 10px;
  894. border-radius: 10px;
  895. }
  896. .multi_values {
  897. display: inline-block;
  898. background-color: #c33;
  899. color: #fff;
  900. font-weight:bold;
  901. padding: 3px;
  902. padding-left: 5px;
  903. padding-right: 5px;
  904. margin-left:3px;
  905. -moz-border-radius: 10px;
  906. -webkit-border-radius: 10px;
  907. border-radius: 10px;
  908. }
  909. .caselog {
  910. overflow-x: hidden;
  911. }
  912. .caselog_header {
  913. padding:3px;
  914. border-top:1px solid #fff;
  915. background: #ddd url(../images/plus.gif) left no-repeat;
  916. padding-left: 16px;
  917. cursor: pointer;
  918. width:100%;
  919. }
  920. .caselog_header.open {
  921. background: #ddd url(../images/minus.gif) left no-repeat;
  922. }
  923. .caselog_entry {
  924. padding:3px;
  925. padding-left: 16px;
  926. border-bottom:1px #999 solid;
  927. width:100%;
  928. }
  929. table.details {
  930. border-collapse: collapse;
  931. noborder-bottom: 2px #fff solid;
  932. width:100%;
  933. }
  934. table.details>tbody>tr>td {
  935. noborder-top: 2px #fff solid;
  936. padding-bottom: 5px;
  937. padding-top: 3px;
  938. background: transparent url(../images/details_sep.gif) bottom repeat-x;
  939. }
  940. fieldset table.details>tbody>tr>td {
  941. padding-top: 3px;
  942. background: transparent;
  943. }