light-grey.css 23 KB

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