portlet.css 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175
  1. /********************************
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: cpscrn
  5. *
  6. * (C) Copyright IBM Corp. 2005, 2013
  7. *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. ********************************/
  10. /* portlet layout styles - cogstyle-portlet-* */
  11. .cogstyle-portlet-frame {
  12. padding: 2px 2px 2px 2px;
  13. zoom: 1;
  14. }
  15. .showOnFocus {
  16. position:absolute;
  17. top: -9999px;
  18. left: -9999px;
  19. }
  20. .showOnFocus:focus {
  21. background-color: #ffffff;
  22. border-bottom-left-radius: 4px;
  23. border-bottom-right-radius: 4px;
  24. border-color: #999999;
  25. border-style: solid;
  26. border-width: 0 4px 4px;
  27. box-shadow: 2px 2px 3px #bababa;
  28. font-size: 70%;
  29. top: 0px;
  30. left: 0px;
  31. padding: 5px;
  32. position:absolute;
  33. z-index: 50;
  34. }
  35. .cogstyle-portlet-caption-bar {
  36. background-color: #8d8d8d;
  37. background-image: none, -moz-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  38. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8d8d), color-stop(100%,#444444));
  39. background-image: none, -webkit-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  40. background-image: none, -o-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  41. background-image: none, -ms-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  42. background-image: none, linear-gradient(to bottom, #8d8d8d 0%, #444444 100%);
  43. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#444444',GradientType=0 );
  44. zoom: 1;
  45. border: #444444 1px solid;
  46. color: #ffffff;
  47. background-repeat: repeat-x;
  48. background-position: left top;
  49. }
  50. .cogstyle-portlet-caption {
  51. color: #ffffff;
  52. padding: 2px 2px 2px 4px;
  53. white-space: nowrap;
  54. font-weight: bold;
  55. }
  56. .cogstyle-portlet-action, .cogstyle-portlet-action-hover {
  57. width: 14px;
  58. height: 14px;
  59. text-align: center;
  60. cursor: pointer;
  61. }
  62. .cogstyle-portlet-action {
  63. background-color: #ffffff;
  64. border: 1px solid #ffffff;
  65. }
  66. .cogstyle-portlet-action-hover {
  67. background-color: #ffffff;
  68. border: 1px solid #ffffff;
  69. }
  70. .cogstyle-portlet-action-sep {
  71. width: 5px;
  72. height: 18px;
  73. }
  74. .cogstyle-portlet-content {
  75. padding: 3px 3px 3px 3px;
  76. }
  77. .cogstyle-portlet-borders {
  78. border-bottom: 1px solid #999999;
  79. border-left: 1px solid #999999;
  80. border-right: 1px solid #999999;
  81. }
  82. .cogstyle-portlet-borders-nocaption {
  83. border: 1px solid #999999;
  84. }
  85. .cogstyle-portlet-error-frame {
  86. border: 1px solid #444444;
  87. background-color: #fefe80;
  88. color: #121212;
  89. padding: 3px 3px 3px 3px;
  90. }
  91. .cogstyle-portlet-error-message {
  92. background-position: left top;
  93. background-repeat: no-repeat;
  94. background-image: url($WEB$/fragments/common/images/msg_error.gif);
  95. padding-left: 40px;
  96. padding-top: 5px;
  97. color: #444444;
  98. min-height: 32px;
  99. }
  100. .cogstyle-portlet-error-details {
  101. overflow: auto;
  102. }
  103. /* dialog styles - cogstyle-dialog-* */
  104. .cogstyle-dialog {
  105. position: absolute;
  106. left: 0px;
  107. top: 0px;
  108. }
  109. .cogstyle-dialog {
  110. background-color: #ffffff;
  111. }
  112. .cogstyle-dialog table {
  113. font-size: 100%;
  114. }
  115. .cogstyle-dialog-caption table {
  116. background-color: #444444;
  117. background-image: none, -moz-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  118. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8d8d), color-stop(100%,#444444));
  119. background-image: none, -webkit-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  120. background-image: none, -o-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  121. background-image: none, -ms-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  122. background-image: none, linear-gradient(to bottom, #8d8d8d 0%, #444444 100%);
  123. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#444444',GradientType=0 );
  124. zoom: 1;
  125. color: #ffffff;
  126. padding: 3px 3px 3px 3px;
  127. cursor: default;
  128. background-repeat: repeat-x;
  129. background-position: left top;
  130. border-bottom: #444444 1px solid;
  131. }
  132. .cogstyle-dialog-caption table tr {
  133. background-image: url(../../../ps/images/space.gif); /* required to make text readable in IE when using high contrast mode */
  134. }
  135. .cogstyle-dialog-caption a {
  136. color: #ffffff;
  137. font-weight: normal;
  138. }
  139. .cogstyle-dialog-body {
  140. border-left: solid 1px #999999;
  141. border-right: solid 1px #999999;
  142. border-bottom: solid 1px #999999;
  143. }
  144. .cogstyle-dialog-content {
  145. overflow: auto;
  146. margin-left: 5px;
  147. margin-right: 5px;
  148. margin-top: 5px;
  149. margin-bottom: 10px;
  150. }
  151. .cogstyle-dialog-commandbar {
  152. border-top: solid 1px #8d8d8d;
  153. background-color: #e7e7e7;
  154. }
  155. .cogstyle-dialog-label {
  156. font-weight: bold;
  157. color: #000000;
  158. }
  159. .cogstyle-dialog-button {
  160. background-color: #f3f3f3;
  161. background-image: -moz-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
  162. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#cccccc));
  163. background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
  164. background-image: -o-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
  165. background-image: -ms-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
  166. background-image: linear-gradient(to bottom, #f3f3f3 0%, #cccccc 100%);
  167. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#cccccc',GradientType=0 );
  168. zoom: 1;
  169. border: #8d8d8d 1px solid;
  170. -webkit-border-radius: 3px;
  171. -moz-border-radius: 3px;
  172. border-radius: 3px;
  173. color: #000000;
  174. font-size: 129%;
  175. cursor: pointer;
  176. height: 24px;
  177. width: 70px;
  178. padding-left: 10px;
  179. padding-right: 10px;
  180. padding-top: 0px;
  181. padding-bottom: 0px;
  182. overflow-x: visible;
  183. margin: 5px 5px 5px 5px;
  184. -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  185. -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  186. box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  187. text-shadow: 0px -1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
  188. }
  189. .cogstyle-dialog-button[type] {
  190. width: auto;
  191. height: auto;
  192. min-height: 24px;
  193. }
  194. .cogstyle-dialog-button:hover {
  195. background-color: #cccccc;
  196. background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  197. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
  198. background-image: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  199. background-image: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  200. background-image: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  201. background-image: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  202. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
  203. zoom: 1;
  204. border: #8d8d8d 1px solid;
  205. -webkit-border-radius: 3px;
  206. -moz-border-radius: 3px;
  207. border-radius: 3px;
  208. color: #000000;
  209. -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  210. -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  211. box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  212. text-shadow: 0px -1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
  213. }
  214. /* table styles - cogstyle-table-* */
  215. .cogstyle-table-actions {
  216. text-align: right;
  217. vertical-align: bottom;
  218. }
  219. .cogstyle-select-actions {
  220. padding-left: 10px;
  221. vertical-align: bottom;
  222. }
  223. /* horizontal tabs styles - cogstyle-htabs-* */
  224. /* default set */
  225. .cogstyle-htabs-last {
  226. width: 100%;
  227. overflow: hidden;
  228. border-bottom: solid 1px #8d8d8d;
  229. border-right: solid 1px #8d8d8d;
  230. }
  231. .cogstyle-htabs-bar {
  232. height: 20px;
  233. background-color: #ffffff;
  234. padding-top: 5px;
  235. }
  236. .cogstyle-htabs-table {
  237. margin: 0px 0px 0px 0px;
  238. text-align: center;
  239. }
  240. .cogstyle-htabs-active {
  241. text-align: center;
  242. padding-right: 15px;
  243. padding-left: 15px;
  244. padding-top: 2px;
  245. padding-bottom: 3px;
  246. cursor: pointer;
  247. white-space: nowrap;
  248. background-color: #ffffff;
  249. background-repeat: repeat-x;
  250. background-position: left top;
  251. border-top: solid 2px #008abf;
  252. border-left: solid 1px #444444;
  253. border-right: solid 1px #444444;
  254. background-image: none;
  255. background-image: none;
  256. -webkit-border-top-left-radius: 3px;
  257. -webkit-border-top-right-radius: 3px;
  258. -moz-border-radius-topleft: 3px;
  259. -moz-border-radius-topright: 3px;
  260. border-top-left-radius: 3px;
  261. border-top-right-radius: 3px;
  262. }
  263. .cogstyle-htabs-active A {
  264. color: #000000;
  265. text-decoration: none;
  266. font-weight: bold;
  267. }
  268. .cogstyle-htabs {
  269. text-align: center;
  270. padding-right: 15px;
  271. padding-left: 15px;
  272. padding-top: 2px;
  273. padding-bottom: 3px;
  274. cursor: pointer;
  275. white-space: nowrap;
  276. background-color: #ffffff;
  277. background-repeat: repeat-x;
  278. background-position: left top;
  279. background-image: none;
  280. background-image: none;
  281. border-bottom: solid 1px #444444;
  282. border-top: solid 1px #cccccc;
  283. border-right: solid 1px #cccccc;
  284. border-left: solid 1px #cccccc;
  285. -webkit-border-top-left-radius: 1px;
  286. -webkit-border-top-right-radius: 1px;
  287. -moz-border-radius-topleft: 1px;
  288. -moz-border-radius-topright: 1px;
  289. border-top-left-radius: 1px;
  290. border-top-right-radius: 1px;
  291. }
  292. .cogstyle-htabs:hover {
  293. text-align: center;
  294. padding-right: 15px;
  295. padding-left: 15px;
  296. padding-top: 1px;
  297. padding-bottom: 3px;
  298. cursor: pointer;
  299. white-space: nowrap;
  300. background-color: #ffffff;
  301. background-repeat: repeat-x;
  302. background-position: left top;
  303. border-top: solid 2px #1995c4;
  304. border-left: solid 1px #cccccc;
  305. border-right: solid 1px #cccccc;
  306. background-image: none;
  307. background-image: none;
  308. -webkit-border-top-left-radius: 3px;
  309. -webkit-border-top-right-radius: 3px;
  310. -moz-border-radius-topleft: 3px;
  311. -moz-border-radius-topright: 3px;
  312. border-top-left-radius: 3px;
  313. border-top-right-radius: 3px;
  314. }
  315. .cogstyle-htabs A {
  316. color: #444444;
  317. text-decoration: underline;
  318. }
  319. .cogstyle-htabs A:hover {
  320. text-decoration: underline;
  321. }
  322. /* scroll buttons */
  323. .cogstyle-htabs-scroll-button-container {
  324. width: 24px;
  325. }
  326. .cogstyle-htabs-scroll-button-imageplaceholder {
  327. height: 16px;
  328. width: 6px;
  329. }
  330. .cogstyle-htabs-scroll-button {
  331. border-style: solid;
  332. border-width: 1px;
  333. border-color: #999999;
  334. background-color: #ffffff;
  335. cursor: pointer;
  336. }
  337. .cogstyle-htabs-scroll-button-disabled {
  338. border-style: solid;
  339. border-width: 1px;
  340. border-color: #cccccc;
  341. background-color: #ffffff;
  342. cursor: default;
  343. }
  344. .cogstyle-htabs-scroll-button, .cogstyle-htabs-scroll-button-disabled, .cogstyle-htabs-scroll-button-hover {
  345. }
  346. .cogstyle-htabs-scroll-button-left {
  347. padding: 1px;
  348. background-position: center center;
  349. background-repeat: no-repeat;
  350. }
  351. .cogstyle-htabs-scroll-button-right {
  352. padding: 1px;
  353. background-position: center center;
  354. background-repeat: no-repeat;
  355. }
  356. .cogstyle-htabs-scroll-button-left-disabled {
  357. padding: 1px;
  358. background-position: center center;
  359. background-repeat: no-repeat;
  360. }
  361. .cogstyle-htabs-scroll-button-right-disabled {
  362. padding: 1px;
  363. background-position: center center;
  364. background-repeat: no-repeat;
  365. }
  366. .cogstyle-htabs-scroll-button-hover {
  367. border-style: solid;
  368. border-width: 1px;
  369. padding: 1px;
  370. border-color: #999999;
  371. background-color: #f8f8f8;
  372. cursor: pointer;
  373. }
  374. .cogstyle-htabs-page-content {
  375. position: relative;
  376. zoom: 1;
  377. }
  378. .cogstyle-htabs-page-content-fixed {
  379. position: relative;
  380. zoom: 1;
  381. overflow: auto;
  382. padding-right: expression(((this.scrollHeight>this.offsetHeight)&&(document.compatMode=="CSS1Compat"))?"15px":"0px");
  383. }
  384. /* vertical tabs styles - cogstyle-vtabs-* */
  385. .cogstyle-vtabs-area {
  386. border-left: 1px solid #8d8d8d;
  387. border-right: 1px solid #8d8d8d;
  388. border-top: 1px solid #8d8d8d;
  389. border-bottom: solid 1px #8d8d8d;
  390. }
  391. .cogstyle-vtabs {
  392. cursor: pointer;
  393. white-space: nowrap;
  394. padding-top: 5px;
  395. padding-bottom: 5px;
  396. vertical-align: bottom;
  397. overflow: hidden;
  398. }
  399. .cogstyle-vtabs A {
  400. color: #444444;
  401. text-decoration: underline;
  402. }
  403. .cogstyle-vtabs-left-edge {
  404. padding-left: 5px;
  405. background-color: #ffffff;
  406. }
  407. .cogstyle-vtabs-left-edge-hover {
  408. padding-left: 5px;
  409. background-color: #95daf2;
  410. }
  411. .cogstyle-vtabs-right-edge {
  412. padding-right: 5px;
  413. }
  414. .cogstyle-vtabs-active {
  415. cursor: pointer;
  416. white-space: nowrap;
  417. padding-top: 5px;
  418. padding-bottom: 5px;
  419. vertical-align: bottom;
  420. overflow: hidden;
  421. }
  422. .cogstyle-vtabs-active-border {
  423. border: solid 1px #444444;
  424. }
  425. .cogstyle-vtabs-active A {
  426. color: #ffffff;
  427. text-decoration: none;
  428. font-weight: bold;
  429. }
  430. .cogstyle-vtabs-active-left-edge, .cogstyle-vtabs-active-left-edge-hover {
  431. padding-left: 5px;
  432. background-color: #008abf;
  433. background-image: none;
  434. background-image: none;
  435. background-repeat: repeat-x;
  436. border-top: solid 1px #444444
  437. border-bottom: solid 1px #444444;
  438. }
  439. .cogstyle-vtabs-active-right-edge {
  440. padding-right: 5px;
  441. }
  442. .cogstyle-vtabs-opened {
  443. cursor: pointer;
  444. white-space: nowrap;
  445. padding-top: 5px;
  446. padding-bottom: 5px;
  447. vertical-align: bottom;
  448. overflow: hidden;
  449. }
  450. .cogstyle-vtabs-opened A {
  451. color: #444444;
  452. text-decoration: underline;
  453. }
  454. .cogstyle-vtabs-opened-left-edge {
  455. padding-left: 5px;
  456. background-color: #ffffff;
  457. }
  458. .cogstyle-vtabs-opened-left-edge-hover {
  459. padding-left: 5px;
  460. background-color: #95daf2;
  461. }
  462. .cogstyle-vtabs-opened-right-edge {
  463. padding-right: 5px;
  464. }
  465. .cogstyle-vtabs-opened-active {
  466. cursor: pointer;
  467. white-space: nowrap;
  468. padding-top: 5px;
  469. padding-bottom: 5px;
  470. vertical-align: bottom;
  471. overflow: hidden;
  472. }
  473. .cogstyle-vtabs-opened-active A {
  474. color: #ffffff;
  475. text-decoration: none;
  476. }
  477. .cogstyle-vtabs-opened-active-left-edge {
  478. padding-left: 5px;
  479. background-color: #008abf;
  480. border-top: solid 1px #444444;
  481. border-bottom: solid 1px #444444;
  482. background-repeat: repeat-x;
  483. }
  484. .cogstyle-vtabs-opened-active-left-edge-hover {
  485. padding-left: 5px;
  486. background-color: #95daf2;
  487. border-top: solid 1px #444444;
  488. border-bottom: solid 1px #444444;
  489. background-repeat: repeat-x;
  490. }
  491. .cogstyle-vtabs-opened-active-right-edge {
  492. padding-right: 5px;
  493. }
  494. .cogstyle-vtabs-alt {
  495. cursor: pointer;
  496. white-space: nowrap;
  497. padding-top: 5px;
  498. padding-bottom: 5px;
  499. vertical-align: bottom;
  500. overflow: hidden;
  501. }
  502. .cogstyle-vtabs-alt A {
  503. color: #00649d;
  504. text-decoration: none;
  505. }
  506. .cogstyle-vtabs-alt-left-edge {
  507. padding-left: 5px;
  508. background-color: #f3f3f3;
  509. }
  510. .cogstyle-vtabs-alt-left-edge-hover {
  511. padding-left: 5px;
  512. background-color: #95daf2;
  513. }
  514. .cogstyle-vtabs-alt-right-edge {
  515. padding-right: 5px;
  516. }
  517. .cogstyle-vtabs-alt-active {
  518. cursor: pointer;
  519. white-space: nowrap;
  520. padding-top: 5px;
  521. padding-bottom: 5px;
  522. vertical-align: bottom;
  523. overflow: hidden;
  524. }
  525. .cogstyle-vtabs-alt-active A {
  526. color: #ffffff;
  527. text-decoration: none;
  528. font-weight: bold;
  529. }
  530. .cogstyle-vtabs-alt-active-left-edge {
  531. padding-left: 5px;
  532. background-color: #008abf;
  533. }
  534. .cogstyle-vtabs-alt-active-left-edge-hover {
  535. padding-left: 5px;
  536. background-color: #95daf2;
  537. }
  538. .cogstyle-vtabs-alt-active-right-edge {
  539. padding-right: 5px;
  540. }
  541. .cogstyle-vtabs-alt-opened {
  542. cursor: pointer;
  543. white-space: nowrap;
  544. padding-top: 5px;
  545. padding-bottom: 5px;
  546. vertical-align: bottom;
  547. overflow: hidden;
  548. }
  549. .cogstyle-vtabs-alt-opened A {
  550. color: #00649d;
  551. text-decoration: underline;
  552. }
  553. .cogstyle-vtabs-alt-opened-left-edge {
  554. padding-left: 5px;
  555. background-color: #f3f3f3;
  556. }
  557. .cogstyle-vtabs-alt-opened-left-edge-hover {
  558. padding-left: 5px;
  559. background-color: #95daf2;
  560. }
  561. .cogstyle-vtabs-alt-opened-right-edge {
  562. padding-right: 5px;
  563. }
  564. .cogstyle-vtabs-alt-opened-active {
  565. cursor: pointer;
  566. white-space: nowrap;
  567. padding-top: 5px;
  568. padding-bottom: 5px;
  569. vertical-align: bottom;
  570. overflow: hidden;
  571. }
  572. .cogstyle-vtabs-alt-opened-active A {
  573. color: #ffffff;
  574. text-decoration: none;
  575. font-weight: bold;
  576. }
  577. .cogstyle-vtabs-alt-opened-active-left-edge {
  578. padding-left: 5px;
  579. background-color: #008abf;
  580. }
  581. .cogstyle-vtabs-alt-opened-active-left-edge-hover {
  582. padding-left: 5px;
  583. background-color: #95daf2;
  584. }
  585. .cogstyle-vtabs-alt-opened-active-right-edge {
  586. padding-right: 5px;
  587. }
  588. /* active have no hand */
  589. .cogstyle-vtabs-active, .cogstyle-vtabs-opened-active, .cogstyle-vtabs-alt-active, .cogstyle-vtabs-alt-opened-active {
  590. cursor: default;
  591. }
  592. /* opened vtabs are bold */
  593. .cogstyle-vtabs-opened-active, .cogstyle-vtabs-alt-opened-active {
  594. font-weight: bold;
  595. }
  596. .cogstyle-vtabs-icon {
  597. height: 16px;
  598. width: 16px;
  599. margin-right: 6px;
  600. vertical-align: middle;
  601. }
  602. .cogstyle-vtabs-page-content {
  603. position: relative;
  604. zoom: 1;
  605. }
  606. .cogstyle-vtabs-page-content-fixed {
  607. width: 100%;
  608. position: relative;
  609. zoom: 1;
  610. overflow: auto;
  611. padding-right: expression(((this.scrollHeight>this.offsetHeight)&&(document.compatMode=="CSS1Compat"))?"15px":"0px");
  612. }
  613. .cogstyle-vtabs-subtabs-area {
  614. }
  615. .cogstyle-vtabs-active-subtabs-area {
  616. }
  617. .cogstyle-vtabs-opened-subtabs-area {
  618. }
  619. .cogstyle-vtabs-opened-active-subtabs-area {
  620. border-bottom: 1px solid #444444;
  621. }
  622. /* splitter styles - cogstyle-splitter-* */
  623. .cogstyle-splitter {
  624. background-color: #cccccc;
  625. border-left: 1px solid #ffffff;
  626. border-right: 1px solid #ffffff;
  627. cursor: E-resize;
  628. width: 4px;
  629. white-space: nowrap;
  630. }
  631. .cogstyle-splitter-bar {
  632. position: absolute;
  633. z-index: 100;
  634. left: 0px;
  635. top: 0px;
  636. background-color: #999999;
  637. border-left: 1px solid #ffffff;
  638. border-right: 1px solid #ffffff;
  639. cursor: E-resize;
  640. }
  641. .cogstyle-filter {
  642. padding: 0px;
  643. border: 1px solid #999999;
  644. margin-top: 3px;
  645. white-space: normal;
  646. }
  647. /* custom edit styles */
  648. .cogstyle-form-group-sep {
  649. background-color: #999999;
  650. }
  651. .cogstyle-form-group-label {
  652. font-weight: bold;
  653. color: #000000;
  654. font-size: 115%;
  655. margin-left: 5px;
  656. margin-right: 5px;
  657. }
  658. /* header styles - cogstyle-header-* */
  659. .cogstyle-header-back {
  660. background-image: none;
  661. background-image: none, -moz-linear-gradient(top, #444444 0%, #000000 100%);
  662. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000));
  663. background-image: none, -webkit-linear-gradient(top, #444444 0%, #000000 100%);
  664. background-image: none, -o-linear-gradient(top, #444444 0%, #000000 100%);
  665. background-image: none, -ms-linear-gradient(top, #444444 0%, #000000 100%);
  666. background-image: none, linear-gradient(to bottom, #444444 0%, #000000 100%);
  667. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 );
  668. zoom: 1;
  669. background-repeat: repeat-x;
  670. background-position: left top;
  671. background-color: #444444;
  672. min-height: 35px;
  673. }
  674. .cogstyle-header-main {
  675. color: #ffffff;
  676. vertical-align: middle;
  677. background-image: none;
  678. background-image: none;
  679. background-repeat: no-repeat;
  680. background-position: 220px 0px;
  681. text-align: left;
  682. height: 35px;
  683. width: 100%;
  684. }
  685. .cogstyle-header-main tr {
  686. background-image: url(../../../ps/images/space.gif); /* to make text readable in IE in high contrast mode */
  687. }
  688. .cogstyle-header-logo-section {
  689. }
  690. .cogstyle-header-banner-lip {
  691. background-color: #008abf;
  692. clear: left;
  693. display: block;
  694. height: 4px;
  695. overflow:hidden;
  696. }
  697. /* comment out display:none to display your logo */
  698. .cogstyle-header-logo {
  699. display: none;
  700. width: 45px;
  701. height: 16px;
  702. margin: 2px;
  703. background-image: none;
  704. background-image: url(../../../skins/presentation/branding/your_logo_here.gif);
  705. background-position: top left;
  706. background-repeat: no-repeat;
  707. }
  708. .cogstyle-header-middle-section {
  709. width: 1px;
  710. padding-right: 20px;
  711. }
  712. .cogstyle-header-middle-section-spacer {
  713. }
  714. .cogstyle-header-right-section {
  715. padding-right: 15px;
  716. vertical-align: inherit
  717. }
  718. .cogstyle-header-right-section-container {
  719. float: right;
  720. }
  721. .cogstyle-header-logo {
  722. }
  723. .cogstyle-header-ibm-logo {
  724. background-image: none;
  725. background-image: url(../../../skins/presentation/branding/ibm-logo-white.gif);
  726. background-repeat: no-repeat;
  727. background-position: 0px 10px;
  728. padding-right: 16px;
  729. padding-left: 41px;
  730. display: ;
  731. }
  732. .cogstyle-header-title {
  733. color: #ffffff;
  734. font-weight: normal;
  735. font-size: 1.3em;
  736. font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
  737. text-align: left;
  738. white-space: nowrap;
  739. padding-left: 16px;
  740. width: 100%;
  741. }
  742. .rtl .cogstyle-header-title {
  743. text-align: right;
  744. padding-left: 0px;
  745. padding-right: 16px;
  746. }
  747. .cogstyle-header-separator {
  748. padding-left: 5px;
  749. padding-right: 5px;
  750. text-align: right;
  751. }
  752. .cogstyle-header-user-id {
  753. color: #ffffff;
  754. font-weight: bold;
  755. margin-left: 8px;
  756. margin-right: 8px;
  757. }
  758. .cogstyle-header-section {
  759. padding: 3px 0px;
  760. vertical-align: middle;
  761. white-space: nowrap;
  762. }
  763. .cogstyle-header-section-item {
  764. white-space: nowrap;
  765. vertical-align: middle;
  766. }
  767. .cogstyle-header-section-item-padding {
  768. padding-left: 3px;
  769. }
  770. .cogstyle-header-menu-spacer {
  771. padding-left: 2px;
  772. }
  773. .cogstyle-header-menu-label {
  774. color: #ffffff;
  775. }
  776. .cogstyle-header-menu-label-link {
  777. color: #ffffff;
  778. text-decoration: underline;
  779. }
  780. .cogstyle-header-link {
  781. margin-left: 2px;
  782. margin-right: 2px;
  783. }
  784. .cogstyle-header-menu-label A {
  785. color: #ffffff;
  786. }
  787. .cogstyle-header-btn-normal {
  788. padding: 2px 2px 2px 2px;
  789. vertical-align: middle;
  790. }
  791. .cogstyle-header-btn-over {
  792. border: solid 1px #ffffff;
  793. padding: 1px 1px 1px 1px;
  794. vertical-align: middle;
  795. }
  796. #footer {
  797. color: #999999;
  798. font-size: 7pt;
  799. text-align: center;
  800. padding-top: 20px;
  801. }
  802. /* menu styles - cogstyle-menu-* */
  803. .cogstyle-menu {
  804. margin-left: 8px;
  805. margin-right: 8px;
  806. }
  807. .cogstyle-menu-popup, .portlet-menu {
  808. position: absolute;
  809. z-index: 1;
  810. left: 0px;
  811. top: 0px;
  812. background-color: #ffffff;
  813. text-align: left;
  814. }
  815. .cogstyle-menu-popup {
  816. border: solid 1px #444444;
  817. padding: 2px;
  818. }
  819. .cogstyle-menu-popup table {
  820. font-size: 100%;
  821. }
  822. .portlet-menu {
  823. border: solid 1px black;
  824. }
  825. .cogstyle-menu-item, .cogstyle-menu-item-hilite, .cogstyle-menu-item-disabled, .portlet-menu-item {
  826. text-decoration: none;
  827. white-space: nowrap;
  828. padding-left: 3px;
  829. }
  830. td.portlet-menu-item:focus{
  831. background-color: #95daf2;
  832. }
  833. .cogstyle-menu-item, .cogstyle-menu-item-hilite, .cogstyle-menu-item-disabled {
  834. padding-right: 4px;
  835. height: 20px;
  836. }
  837. .portlet-menu-item {
  838. padding-right: 3px;
  839. padding-top: 1px;
  840. padding-bottom: 1px;
  841. }
  842. .cogstyle-menu-item, .cogstyle-menu-item-hilite, .portlet-menu-item {
  843. cursor: pointer;
  844. }
  845. .cogstyle-menu-item, .cogstyle-menu-item-hilite {
  846. color: #000000;
  847. }
  848. .portlet-menu-item {
  849. color: #000000;
  850. }
  851. .cogstyle-menu-item-disabled {
  852. color: #767676;
  853. cursor: default;
  854. }
  855. .cogstyle-menu-item-hilite, .portlet-menu-item-hover, .portlet-menu-item-selected, .portlet-menu-item-hover-selected {
  856. background-color: #95daf2;
  857. text-decoration: underline;
  858. }
  859. .portlet-menu-item-hover, .portlet-menu-item-selected, .portlet-menu-item-hover-selected {
  860. color: #000000;
  861. }
  862. td.cogstyle-menu-item-selected {
  863. background-image: url(../../../fragments/common/images/checkmark.gif);
  864. background-repeat: no-repeat;
  865. background-position: center;
  866. }
  867. td.cogstyle-menu-item-selected:before {
  868. content: url(../../../fragments/common/images/checkmark.gif);
  869. }
  870. td.cogstyle-menu-item-parent:after {
  871. content: url(../../../fragments/common/images/right.gif);
  872. position:absolute;
  873. right:1px;
  874. margin: 2%;
  875. padding-top: 5%;
  876. }
  877. .cogstyle-menu-item-separator {
  878. border-bottom: 1px solid #cccccc;
  879. width: 100%;
  880. margin-bottom: 4px;
  881. margin-top: 3px;
  882. height: 1px;
  883. overflow: hidden;
  884. }
  885. /* other styles - cogstyle-* */
  886. .cogstyle-btn-normal {
  887. padding: 2px 2px 2px 2px;
  888. vertical-align: middle;
  889. }
  890. .cogstyle-btn-over {
  891. border: solid 1px #ffffff;
  892. padding: 1px 1px 1px 1px;
  893. vertical-align: middle;
  894. }
  895. .cogstyle-input-text {
  896. border: solid 1px #999999;
  897. }
  898. .cogstyle-background1 {
  899. background-color: #f8f8f8;
  900. }
  901. .cogstyle-img-faded {
  902. filter: alpha(opacity=40);
  903. opacity: 0.4;
  904. -moz-opacity: 0.4;
  905. }
  906. #wait {
  907. border: solid 1px #999999;
  908. background-color: #f8f8f8;
  909. color: #121212;
  910. text-align: left;
  911. vertical-align: top;
  912. font-weight: normal;
  913. position: absolute;
  914. left: 0px;
  915. top: 0px;
  916. z-index: 100;
  917. display: none;
  918. padding: 5px 5px 5px 5px;
  919. }
  920. #wait table {
  921. font-size: 100%;
  922. }
  923. /* layout styles - cogstyle-layout-* */
  924. .cogstyle-layout-action-list {
  925. text-align: right;
  926. vertical-align: middle;
  927. display: block;
  928. }
  929. .cogstyle-layout-button-spacing {
  930. vertical-align: top;
  931. padding-left: 10px;
  932. padding-top: 2px;
  933. padding-bottom: 2px;
  934. }
  935. .cogstyle-layout-column {
  936. vertical-align: top;
  937. }
  938. .cogstyle-layout-column-set {
  939. display: block;
  940. }
  941. .cogstyle-layout-dialog-display-select {
  942. padding-top: 5px;
  943. padding-bottom: 5px;
  944. }
  945. .cogstyle-layout-divider {
  946. width: 100%;
  947. vertical-align: middle;
  948. width: 100%;
  949. }
  950. .cogstyle-layout-divider-label {
  951. text-align: middle;
  952. white-space: nowrap;
  953. }
  954. .cogstyle-layout-divider-line {
  955. border-top: solid 1px #8d8d8d;
  956. }
  957. .cogstyle-layout-field {
  958. padding-bottom: 2px;
  959. display: block;
  960. }
  961. .cogstyle-layout-hint {
  962. text-align: top;
  963. padding-top: 5px;
  964. padding-bottom: 3px;
  965. }
  966. .cogstyle-layout-imgspace {
  967. height: 18px;
  968. width: 1px;
  969. }
  970. .cogstyle-layout-inline {
  971. display: inline;
  972. }
  973. .cogstyle-layout-label {
  974. padding-top: 8px;
  975. padding-bottom: 3px;
  976. text-align: bottom;
  977. white-space: nowrap;
  978. }
  979. .cogstyle-layout-label-in-control {
  980. padding-top: 4px;
  981. padding-bottom: 3px;
  982. text-align: bottom;
  983. white-space: nowrap;
  984. }
  985. .cogstyle-layout-label-wide {
  986. padding-top: 8px;
  987. padding-bottom: 3px;
  988. text-align: bottom;
  989. white-space: nowrap;
  990. width: 100%;
  991. }
  992. .cogstyle-layout-link {
  993. display: inline;
  994. padding-right: 3px;
  995. }
  996. .cogstyle-layout-link-action {
  997. display: inline;
  998. padding-top: 2px;
  999. padding-left: 2px;
  1000. padding-bottom: 3px;
  1001. white-space: nowrap;
  1002. }
  1003. .cogstyle-layout-link-expand {
  1004. display: inline;
  1005. padding-left: 3px;
  1006. }
  1007. cogstyle-layout-link-list {
  1008. display: block;
  1009. padding-left: 5px;
  1010. }
  1011. .cogstyle-layout-link-inplace {
  1012. display: inline;
  1013. white-space: nowrap;
  1014. }
  1015. .cogstyle-layout-on-form {
  1016. padding-left: 6px;
  1017. zoom: 1;
  1018. }
  1019. .cogstyle-layout-in-radio-chkbox {
  1020. padding-bottom: 5px;
  1021. }
  1022. .cogstyle-layout-radio-chkbox-control {
  1023. padding-left: 0px;
  1024. padding-right: 5px;
  1025. padding-bottom: 3px;
  1026. }
  1027. .cogstyle-layout-radio-chkbox-text {
  1028. vertical-align: middle;
  1029. }
  1030. .cogstyle-layout-row {
  1031. padding-right: 5px;
  1032. }
  1033. .cogstyle-layout-row-select {
  1034. padding-top: 5px;
  1035. padding-bottom: 8px;
  1036. }
  1037. .cogstyle-layout-row-select-image {
  1038. padding-top: 5px;
  1039. padding-bottom: 5px;
  1040. }
  1041. .cogstyle-layout-section {
  1042. display: block;
  1043. padding-top: 1px;
  1044. padding-bottom: 5px;
  1045. padding-left: 7px;
  1046. }
  1047. .cogstyle-layout-section-padded {
  1048. display: block;
  1049. padding-top: 10px;
  1050. padding-bottom: 10px;
  1051. padding-left: 10px;
  1052. padding-right: 10px;
  1053. }
  1054. .cogstyle-layout-section-footer {
  1055. padding-top: 1px;
  1056. padding-bottom: 5px;
  1057. width: 100%;
  1058. background-color: #e7e7e7;
  1059. padding-top: 5px;
  1060. padding-bottom: 2px;
  1061. }
  1062. .cogstyle-layout-section-list {
  1063. display: block;
  1064. padding-right: 10px;
  1065. }
  1066. .cogstyle-layout-section-select-dialog {
  1067. padding-bottom: 10px;
  1068. display: block;
  1069. }
  1070. .cogstyle-layout-section-wide {
  1071. padding-top: 1px;
  1072. padding-bottom: 5px;
  1073. width: 100%;
  1074. }
  1075. .cogstyle-layout-section-wide-control {
  1076. padding-top: 1px;
  1077. padding-bottom: 5px;
  1078. width: 100%;
  1079. background-color: #e7e7e7;
  1080. }
  1081. .cogstyle-layout-row-wide {
  1082. width: 100%;
  1083. }
  1084. .cogstyle-layout-select-locale {
  1085. display: inline;
  1086. padding-top: 2px;
  1087. padding-bottom: 5px;
  1088. padding-left: 2px;
  1089. }
  1090. .cogstyle-layout-select-locale-label {
  1091. padding-left: 2px;
  1092. }
  1093. .cogstyle-layout-select-locale-row {
  1094. padding-bottom: 5px;
  1095. }
  1096. .cogstyle-layout-select-locale-text {
  1097. display: inline;
  1098. vertical-align: bottom;
  1099. padding-left: 5px;
  1100. }
  1101. .cogstyle-layout-static-expand-img {
  1102. cursor: pointer;
  1103. height: 10px;
  1104. width: 10px;
  1105. }
  1106. .cogstyle-layout-sub-label {
  1107. white-space: nowrap;
  1108. }
  1109. .cogstyle-layout-textmsg {
  1110. padding-top: 25px;
  1111. padding-bottom: 25px;
  1112. text-align: center;
  1113. }
  1114. .cogstyle-layout-wide {
  1115. width: 100%;
  1116. }
  1117. .cogstyle-layout-dynamic-collapse {
  1118. padding-top: 4px;
  1119. display: none;
  1120. }
  1121. .cogstyle-layout-dynamic-expand {
  1122. padding-top: 4px;
  1123. display: block;
  1124. }
  1125. .cogstyle-htabs-end {
  1126. width: 100%;
  1127. overflow: hidden;
  1128. }
  1129. .cogstyle-htabs-tabTail {
  1130. width: 100%;
  1131. overflow: hidden;
  1132. border-bottom: solid 1px #444444;
  1133. border-right: solid 1px #444444;
  1134. }
  1135. .cogstyle-htabs-spacer {
  1136. border-bottom: 1px solid #444444;
  1137. width: 2px;
  1138. }