light-grey.css 24 KB

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