Guest User

Untitled

a guest
Nov 3rd, 2010
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 63.45 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  7.  
  8.  
  9. <html >
  10.     <head>
  11.         <meta http-equiv="PRAGMA" content="NO-CACHE" />
  12.         <meta http-equiv="CACHE-CONTROL" content="NO-STORE, NO-CACHE, MUST-REVALIDATE, POST-CHECK=0, PRE-CHECK=0" />
  13.         <meta http-equiv="EXPIRES" content="0" />
  14.         <meta http-equiv="Last-Modified" content="01 Jan 1970 00:00:00 GMT" />
  15.         <meta http-equiv="If-Modified-Since" content="01 Jan 1970 00:00:00 GMT" />
  16.         <meta http-equiv="X-UA-Compatible" content="IE=100" >
  17.    
  18.         <title>Eurocard.se</title>
  19.         <link rel="stylesheet" href="/nis/external/generic/css/reset.css" />
  20.         <link rel="stylesheet" href="/nis/external/generic/css/960_24_col.css" />
  21.         <!--<link rel="stylesheet" href="/nis/external/generic/css/default.css" /> -->
  22.          <!-- <link rel="stylesheet" href="/nis/external/generic/css/ec.css" /> -->
  23.          <!-- <link rel="stylesheet" href="/nis/external/generic/css/nk.css" /> -->
  24.          <!-- <link rel="stylesheet" href="/nis/external/generic/css/jyske.css" /> -->
  25.    
  26.         <link rel="stylesheet" href="/nis/external/generic/css/jquery.fancybox-1.3.1.css" />
  27.         <link rel="stylesheet" href="/nis/external/generic/css/jquery.safari-checkbox.css" />
  28.        
  29.         <link rel="stylesheet" href="/nis/external/generic/css/jquery.ui.core.css" rel="stylesheet" />
  30.         <link rel="stylesheet" href="/nis/external/generic/css/jquery.ui.autocomplete.css" />
  31.         <link rel="stylesheet" href="/nis/external/generic/css/jquery.ui.theme.css" />
  32.        
  33.         <script src="/nis/external/generic/js/jquery-1.4.2.min.js" type="text/javascript"></script>
  34.         <script src="/nis/external/generic/js/jquery.ui.core.min.js"  type="text/javascript" ></script>
  35.         <script src="/nis/external/generic/js/jquery.ui.widget.min.js" type="text/javascript"></script>
  36.         <script src="/nis/external/generic/js/jquery.ui.position.min.js" type="text/javascript"></script>
  37.         <script src="/nis/external/generic/js/jquery.ui.autocomplete.min.js" type="text/javascript"></script>
  38.         <script src="/nis/external/generic/js/jquery.BubblePopup-1.1.src.js" type="text/javascript"></script>
  39.         <script src="/nis/external/generic/js/jquery.fancybox-1.3.1.js" type="text/javascript"></script>
  40.         <script src="/nis/external/generic/js/jquery.checkbox.min.js" type="text/javascript" ></script>
  41.        
  42.        
  43.         <STYLE>
  44.             /* deafult */
  45.             /*
  46.     Default css
  47. */
  48. /** html elements START**/
  49.  
  50. body {
  51.     font-family: Verdana;
  52.     font-size: 11px;
  53.     color: #666;
  54. }
  55.  
  56. a {
  57.     color: #222;
  58.     font-weight:normal;
  59.     text-decoration: underline;
  60. }
  61.  
  62. a:hover {
  63.     color: #666;
  64.     font-weight:normal;
  65.     text-decoration: underline;
  66. }
  67. select {
  68.     width: 190px;
  69. }
  70.  
  71. input[type=text] {
  72.     width: 190px;
  73. }
  74. input[type=password] {
  75.     width: 190px;
  76. }
  77. .inputText {
  78.     /* same as input[type="text"] for IE6 compatability */
  79.     width: 190px;
  80. }
  81. .externalinputText {
  82.     /* same as input[type="text"] for IE6 compatability */
  83.     width: 210px;
  84. }
  85. h1 {
  86.     color: #454545;
  87.     font-size: 18px;
  88.     font-weight: bold;
  89.     padding-bottom: 20px;
  90.     padding-top: 20px;
  91. }
  92.  
  93. h2 {
  94.     color: #454545;
  95.     font-size: 13px;
  96.     font-weight: bold;
  97.     padding-bottom: 10px;
  98.     padding-top: 10px;
  99. }
  100.  
  101. input,select,textarea {
  102.     box-sizing: border-box;
  103.     -moz-box-sizing: border-box;
  104.     -webkit-box-sizing: border-box;
  105. }
  106.  
  107. /** html elements END**/
  108.  
  109. /**  Global **/
  110. /** Gridcontainer **/
  111. /** Header **/
  112. /** Menu **/
  113. /** Content **/
  114. /** Footer **/
  115.  
  116. /**   Global Start **/
  117. .negativenumber{
  118.     color:#ff0000;
  119. }
  120. .nstable {
  121.     width: 100%;
  122. }
  123.  
  124. .nstable thead tr th {
  125.     background: #E5E5E5;
  126.     border-bottom: 1px solid #CCC;
  127.     border-top: 1px solid #CCC;
  128.     color: #454545;
  129.     font-weight: bold;
  130. }
  131.  
  132. .nstable thead tr th span {
  133.     display: block;
  134.     padding-top: 10px;
  135.     padding-bottom: 10px;  
  136. }
  137.  
  138. .nstable tbody tr td {
  139.     border-bottom: 1px solid #CCC;
  140.     text-align: left;
  141.     vertical-align: middle;
  142. }
  143.  
  144. .nstable tbody tr td span {
  145.     display: block;
  146.     padding-top: 5px;
  147.     padding-bottom: 5px;
  148.     height: 10px;
  149. }
  150. .nstable tbody tr td .bubbletdalign{
  151.     text-align: right;
  152. }
  153. .valueerror {
  154.     border: #FF0000 2px solid;
  155. }
  156.  
  157. #Tableexport {
  158.     text-align: right;
  159.     padding-bottom: 0px;
  160.     padding-top: 30px;
  161. }
  162.  
  163. #Tableexport img {
  164.     padding-right: 7px;
  165. }
  166.  
  167. #Tableexportexcellink {
  168.     padding-right: 20px;
  169. }
  170. .tableexportlink{
  171.     color: #666;
  172.     font-size: 11px;
  173.     font-weight: bold; 
  174.     padding-right:10px;
  175.     text-decoration:none;
  176.     vertical-align: top;
  177. }
  178. .tableexportlink:hover{
  179.     color: #666;
  180.     font-size: 11px;
  181.     font-weight: bold; 
  182.     text-decoration:none;
  183.     vertical-align: top;
  184. }
  185. .formbg {
  186.     background: #F5F5F5;
  187.     border-bottom: 1px solid #CCC;
  188.     border-top: 1px solid #CCC;
  189.     padding-bottom: 15px;
  190.     padding-top: 15px;
  191.     line-height: normal;
  192. }
  193. .startpageformbg {
  194.     background: #F5F5F5;
  195.     border-bottom: 1px solid #CCC;
  196.     border-top: 1px solid #CCC;
  197.     line-height: normal;
  198.     padding-bottom: 5px;
  199.     padding-top: 5px;  
  200. }
  201. .sumbg{
  202.     border-bottom: 1px solid #CCC;
  203.     border-top: 1px solid #CCC;
  204. }
  205. .sumbg div{
  206.     padding-bottom: 5px;
  207.     padding-top: 5px;  
  208. }
  209. .bonussumbg{
  210.     border-bottom: 1px solid #CCC;
  211.     border-top: 1px solid #CCC;
  212. }
  213. .bonussumbg div{
  214.     padding-bottom: 5px;
  215.     padding-top: 5px;  
  216. }
  217. .bubblerow {
  218.     color: #222;
  219.     cursor: pointer;
  220.     font-weight: normal;   
  221.     line-height: normal;
  222.     text-decoration: underline;
  223. }
  224. .bubblerowhelp {
  225.     color: #222;
  226.     cursor: pointer;
  227.     font-weight: normal;
  228.     display:inline;
  229.     margin-left:5px;
  230.     width:14px;
  231. }
  232. .openbubble{
  233.     line-height: normal;
  234. }
  235. #TailTD{
  236.     background: transparent url(/nis/external/bin?k=img.bubble.tail&i=5) no-repeat center;
  237.     width: 24px;
  238.     height: 26px;
  239.     width:100%;
  240. }
  241. .indentationwrapper {
  242.     padding-left: 10px;
  243. }
  244.  
  245. .error,.notice,.success {
  246.     border: 2px solid #ddd;
  247.     padding: .8em;
  248.     line-height:normal;
  249.     margin-bottom: 1em;
  250.     margin-top: 1em;
  251. }
  252.  
  253. .error {
  254.     background: #FFF;
  255.     border-color: #FF0000;
  256.     color: #FF0000;
  257.     font-size: 13px;
  258.     font-weight: bold;
  259. }
  260.  
  261. .error span {
  262.     text-align: left;
  263. }
  264.  
  265. .notice {
  266.     background: #FFF;
  267.     border-color: #E59936;
  268.     color: #E59936;
  269.     font-size: 13px;
  270.     font-weight: bold;
  271. }
  272.  
  273. .success {
  274.     background: #FFF;
  275.     border-color: #228E2F;
  276.     color: #228E2F;
  277.     font-size: 13px;
  278.     font-weight: bold;
  279. }
  280.  
  281. .error a {
  282.     color: #FF0000;
  283. }
  284.  
  285. .notice a {
  286.     color: #E59936;
  287. }
  288.  
  289. .success a {
  290.     color: #228E2F;
  291. }
  292.  
  293. .submitbuttondiv {
  294.     cursor: pointer;
  295.     float: right;  
  296. }
  297. .submitbuttondiv div.button {
  298.     background: transparent url(/nis/external/bin?k=img.btn.a&i=5) no-repeat scroll top
  299.         right;
  300.     color: #444;   
  301.     display: block;
  302.     float: left;
  303.     font: normal 11px Verdana;
  304.     height: 24px;
  305.     padding-right: 12px; /* sliding doors padding */
  306.     text-decoration: none;
  307. }
  308.  
  309. .submitbuttondiv div.button span {
  310.     background: transparent url(/nis/external/bin?k=img.btn.span&i=5) no-repeat;
  311.     color: #FFF;
  312.     font-weight: bold;
  313.     display: block;
  314.     line-height: 14px;
  315.     padding: 5px 0 5px 12px;
  316. }
  317.  
  318. .submitbuttondiv div.button:active {
  319.     background-position: bottom right;
  320.     color: #000;
  321.     outline: none; /* hide dotted outline in Firefox */
  322. }
  323.  
  324. .submitbuttondiv div.button:active span {
  325.     background-position: bottom left;
  326.     padding: 6px 0 4px 12px; /* push text down 1px */
  327. }
  328.  
  329. .transsumtext{
  330.     color: #454545;
  331.     font-weight: bold;
  332.     font-size: 11px;
  333.     padding-top: 10px;
  334.     padding-bottom: 10px;
  335.     text-align: left;  
  336. }
  337. .transsumtext span{
  338.     padding-left:10px; 
  339. }
  340. .transsumvalue{
  341.     color: #454545;
  342.     font-weight: bold;
  343.     font-size: 11px;
  344.     padding-top: 10px;
  345.     padding-bottom: 10px;
  346.     text-align: right; 
  347. }
  348. .transsumvalue span{
  349.     padding-right:10px;
  350. }
  351. .inlinelink {
  352. }
  353. .inlinelink:hover{
  354.  
  355. }
  356. .inlinelightbox{
  357.     height:500px;
  358.     line-height: normal;
  359.     overflow:auto;
  360.     width:400px;   
  361. }
  362. .inlinelightbox tr{
  363.     background: #FFF;
  364. }
  365. .lightboxcontent{
  366.     padding: 10px;
  367. }
  368. .lightboxtitel{
  369.     background: #F5F5F5;
  370.     border-bottom: 1px solid #CCC;
  371.     border-top: 1px solid #CCC;
  372.     padding-bottom: 5px;
  373.     padding-top: 5px;
  374.     text-align: center;
  375.     position: absolute;
  376.     width: 100%;
  377. }
  378. .preamble{
  379.     line-height: normal;
  380.     margin-bottom: 10px;   
  381. }
  382.  
  383. .helpimg{
  384.     margin-left: 5px;
  385.     vertical-align: text-bottom;
  386.     cursor: pointer;
  387. }
  388. .selectMenuitem{
  389.     color: #cc0000;
  390. }
  391. #Errorcancelbodydiv{
  392.     line-height: normal;
  393. }
  394. /**   Global End **/
  395. /**  Gridcontainer Start **/
  396. #Gridcontainer {
  397.     background: #fff;
  398.     height:100%;
  399.     padding-top: 25px;
  400. }
  401.  
  402. /**  Gridcontainer End **/
  403. /**  Header Start **/
  404. #Brandingloggo {
  405.     height: 88px;
  406.     width: 960px;
  407. }
  408. #Topmenu {
  409.     color:#666;
  410.     font-size: 11px;
  411.     font-weight: bold;
  412.     margin-top: 10px;  
  413. }
  414. .topmenulink{
  415.     color:#666;
  416.     text-decoration:none;
  417.     text-transform: uppercase; 
  418. }
  419. #Topmenu a:hover{
  420.     text-decoration:underline;
  421. }
  422. #Topmenulist{
  423.     margin-left:15px;
  424.     margin-top: 3px;
  425.     margin-bottom: 20px;
  426. }
  427. #Topmenulist ul {
  428.     margin-left: 0;
  429.     padding-left: 0;
  430.  
  431. }
  432. #Topmenulist ul li {
  433.     border-left: 1px solid #CCC;
  434.     display: inline;
  435.     float:left;
  436.     list-style: none;  
  437.     margin-left: 0;
  438.     padding: 3px 20px;
  439. }      
  440. #Topmenulist ul li.firstmenuitem {
  441.     margin-left: 0;
  442.     border-left: none;
  443.     list-style: none;
  444.     display: inline;
  445.     padding-left:0px;
  446. }
  447. #Topmenulist ul li.lastmenuitem {
  448.     padding-right:0px;
  449. }
  450. .topmenuselecteditem{
  451.     text-decoration: underline;
  452. }
  453. /**  Header End **/
  454. /**  Menu Start **/
  455. #Menu{
  456.     padding-right:10px;
  457.     width:180px;   
  458. }
  459. #Leftmenutop {
  460.     border-top: 1px solid #CCC;
  461.     color:#666;
  462.     font-weight:normal;
  463.     list-style-type: none;
  464.     margin: 0em;
  465.     padding-top:20px;
  466. }
  467. .leftmenutoplink{
  468.     color:#666;
  469.     font-weight:normal;
  470.     text-decoration: none;
  471. }
  472.  
  473. #Leftmenutop a:hover{
  474.     text-decoration: underline;
  475. }
  476. .leftmenutopselecteditem{
  477.     text-decoration: underline;
  478. }
  479. #Leftmenuesaldo {
  480.     font-size: 11px;
  481.     font-weight: bold;
  482.     margin-bottom: 10px;
  483. }
  484.  
  485. #Leftmenuesaldo span {
  486.     padding-left: 0px;
  487. }
  488.  
  489. #Leftmenutop li span a {
  490.     padding-left: 10px;
  491. }
  492.  
  493. #Leftmenutop li {
  494.     padding: 0px 0px 5px 10px;
  495. }
  496.  
  497. #Leftmenubottom {
  498.     color: #666;
  499.     font-weight: bold;
  500.     font-size: 11px;
  501.     list-style-type: none;
  502.     margin-top: 10px;
  503.     padding-bottom: 20px;
  504. }
  505. .leftmenubottomlink{
  506.     color: #666;
  507.     font-weight: bold;
  508.     text-decoration: none;
  509. }
  510.  
  511. #Leftmenubottom a:hover{
  512.     color: #666;
  513.     font-weight: bold; 
  514.     text-decoration: underline;
  515. }
  516.  
  517. #Leftmenubottom li {
  518.     border-bottom: 1px solid #CCC;
  519.     padding: 10px 0px 10px 10px;
  520. }
  521.  
  522. #Leftmenubottomfirst {
  523.     border-top: 1px solid #CCC;
  524. }
  525. #Leftmenubottom li:first-child{
  526.     border-top: 1px solid #CCC;
  527. }
  528. .leftmenubottomselecteditem{
  529.     text-decoration: underline;
  530. }
  531. /** End Menu **/
  532. /** Start Content **/
  533. #Content {
  534.     padding-top: 0px;  
  535. }
  536.  
  537. #Contentbody {
  538.     border-top: 1px solid #CCC;
  539.     padding-bottom: 40px;
  540. }
  541. #Externalcontentbody{
  542.     margin-bottom: 40px;
  543. }
  544. /** Content END **/
  545. /** INFO Start **/
  546. #InfoNav{
  547.     line-height: normal;
  548. }
  549. /** INFO End **/
  550. /** Search Transactions START **/
  551. #Choosecardtext h2 {
  552.     padding-bottom: 10px;
  553.     padding-top: 30px;
  554. }
  555.  
  556. #SearchTranscardchangebg{
  557.     padding-top: 20px;
  558. }
  559. #Searchtransrow3 {
  560.     padding-top: 20px;
  561. }
  562. #Searchtransrow5 {
  563.     padding: 20px 0px 0px 0px;
  564. }
  565. #Submitbuttondiv {
  566.     float: right;
  567. }
  568. #Searchtransbodycardchangedrop{
  569.     margin-bottom:20px;
  570.     width: 100%;
  571. }
  572.  
  573. #Searchtransresults {
  574.     float: left;
  575. }
  576.  
  577. #Searchtransnoresults {
  578.     margin-top: 20px;
  579. }
  580.  
  581. /** Search Transactions END **/
  582. /** TransaktionList START **/
  583. #Transrow {
  584.     background: #F7F6F4;
  585. }
  586.  
  587. #Transfootresult {
  588.     text-align: right;
  589. }
  590.  
  591. .transcol1 {
  592.     border-right: 1px solid #CCC;
  593.     text-align: left;
  594.     width: 80px;
  595. }
  596.  
  597. .transcol2 {
  598.     border-right: 1px solid #CCC;
  599.     text-align: left;
  600.     width: 70px;
  601. }
  602.  
  603. .transcol3 {
  604.     border-right: 1px solid #CCC;
  605.     text-align: left;
  606.     width: 225px;
  607. }
  608.  
  609. .transcol4 {
  610.     border-right: 1px solid #CCC;
  611.     text-align: left;
  612.     width: 135px;
  613. }
  614.  
  615. .transcol34 {
  616.     border-right: 1px solid #CCC;
  617.     text-align: left;
  618.     width: 380px;
  619. }
  620.  
  621. .transcol5 {
  622.     border-right: 1px solid #CCC;
  623.     text-align: left;
  624.     width: 60px;
  625. }
  626.  
  627. .transcol6 {
  628.     border-right: 1px solid #CCC;
  629.     text-align: left;
  630.     width: 90px;
  631. }
  632.  
  633. .transcol7 {
  634.     text-align: right;
  635.     width: 90px;
  636. }
  637.  
  638. .transcol6header {
  639.     border-right: 1px solid #CCC;
  640.     text-align: left;
  641.     width: 90px;
  642. }
  643.  
  644. .transcol7header {
  645.     text-align: right;
  646.     width: 90px;
  647. }
  648.  
  649. .transcol1 span {
  650.     padding-left: 10px;
  651. }
  652.  
  653. .transcol2 span {
  654.     padding-left: 10px;
  655. }
  656.  
  657. .transcol3 span {
  658.     padding-left: 10px;
  659. }
  660.  
  661. .transcol4 span {
  662.     padding-left: 10px;
  663. }
  664.  
  665. .transcol34 span {
  666.     padding-left: 10px;
  667. }
  668.  
  669. .transcol5 span {
  670.     padding-left: 10px;
  671. }
  672.  
  673. .transcol6 span {
  674.     padding-left: 0px;
  675.     padding-right: 10px;
  676.     text-align: right;
  677. }
  678.  
  679. .transcol7 span {
  680.     padding-left: 0px;
  681.     padding-right: 10px;
  682.     text-align: right;
  683. }
  684.  
  685. .transcol6header span {
  686.     padding-left: 10px;
  687.     padding-right: 0px;
  688.     text-align: left;
  689. }
  690.  
  691. .transcol7header span {
  692.     padding-left: 10px;
  693.     padding-right: 0px;
  694.     text-align: left;
  695. }
  696.  
  697. #MoreTransactionExistsText {
  698.     font-weight: bold;
  699.     padding-bottom: 20px;
  700.     padding-left:10px;
  701.     padding-top: 20px;
  702. }
  703.  
  704. /** TransaktionList END **/
  705. /** Nya transaktioner START **/
  706. #Pendingtranstoptext {
  707.     margin-bottom: 30px;
  708. }
  709. #Pendingtranstoptext h1{
  710.     /*padding-top: 20px;*/
  711. }
  712. #Pendingtransnoresults {
  713.     margin-top: 20px;
  714. }
  715. #PTransListSelect{
  716.     width: 100%;
  717. }
  718. /** Nya transaktioner END **/
  719.  
  720. /**  Kortöversikt START **/
  721. #Invoicebodycardchangedrop{
  722.     width: 100%;
  723. }
  724. #Invoicecardchangebg{
  725.     margin-bottom: 30px;
  726. }
  727. #Invoicecardsinglechangebg{
  728.     margin-bottom: 5px;
  729. }
  730. #Invoicebodycardchange{
  731.     vertical-align:middle;
  732. }
  733. .invoicecol1{
  734.     border-right: 1px solid #CCC;
  735.     text-align: left;
  736.     font-weight:bold;
  737.     width: 200px;
  738. }
  739. .invoicecol1 span {
  740.     padding-left: 10px;
  741. }
  742. .invoicecol2{
  743.     border-right: 1px solid #CCC;
  744.     text-align: left;
  745.     width: 400px;
  746. }
  747. .invoicecol2 span {
  748.     padding-left: 10px;
  749. }
  750. .invoicecol3{
  751.     text-align: right;
  752.     width: 130px;
  753. }
  754. .invoicecol3 span {
  755.     padding-left: 0px;
  756.     padding-right: 10px;
  757.     text-align: right;
  758. }
  759. .invoicecol4{
  760.     border-right: 1px solid #CCC;
  761.     text-align: left;
  762.     width: 100px;
  763. }
  764. .invoicecol4 span {
  765.     padding-left: 10px;
  766. }
  767. #InvoiceTableexport {
  768.     padding-bottom: 10px;
  769.     padding-right:10px;
  770.     padding-top: 80px;
  771. }
  772.  
  773. #InvoiceTableexport img {
  774.     padding-right: 7px;
  775. }
  776.  
  777. #InvoiceTableexport a {
  778.     vertical-align: top;
  779. }
  780. #Invoicedetailname{
  781.     padding-top: 25px;
  782. }
  783. #Invoicedetailcontractname{
  784.     padding-top: 15px;
  785. }
  786. #Invoicedetailbox{
  787.     border-top: 1px solid #CCC;
  788.     line-height:normal;
  789.     margin-bottom: 20px;
  790.     padding-right:10px;
  791.     padding-top:15px;
  792.     text-align: right;
  793. }
  794. #Invoicedetailbox span:first-child{
  795.     float: left;
  796. }
  797. #Invoicedetailinfoheadersum{
  798.     text-align: right;
  799. }
  800. #Invoicedetailinfoheadersum h2{
  801.     padding-right: 10px;
  802. }
  803. #Invoicedetailinfotable{
  804.     margin-bottom: 30px;
  805. }
  806. #Invoicedetailstattransheadersum{
  807.     text-align: right;
  808. }
  809. #Invoicedetailstattransheadersum h2{
  810.     padding-right: 10px;
  811. }
  812. #Invoicebacktolist{
  813.     margin-top: 40px;
  814. }
  815. .invoicedetailspacer{
  816.     margin-top: 30px;
  817. }
  818. .invoicepaycol1{
  819.     border-right: 1px solid #CCC;
  820.     text-align: left;
  821.     width: 80px;
  822. }
  823. .invoicepaycol1 span {
  824.     padding-left: 10px;
  825. }
  826. .invoicepaycol2{
  827.     border-right: 1px solid #CCC;
  828.     text-align: left;
  829.     width: 70px;
  830. }
  831. .invoicepaycol2 span {
  832.     padding-left: 10px;
  833. }
  834. .invoicepaycol3{
  835.     border-right: 1px solid #CCC;
  836.     text-align: left;
  837.     width: 520px;
  838. }
  839. .invoicepaycol3 span {
  840.     padding-left: 10px;
  841. }
  842. .invoicepaycol4{   
  843.     width: 90px;
  844. }
  845. .invoicepaycol4 span {
  846.     padding-right: 10px;
  847.     text-align: right;
  848. }
  849. .invoicetranscol1{
  850.     border-right: 1px solid #CCC;
  851.     text-align: left;
  852.     width: 80px;
  853. }
  854. .invoicetranscol1 span {
  855.     padding-left: 10px;
  856. }
  857. .invoicetranscol2{
  858.     border-right: 1px solid #CCC;
  859.     text-align: left;
  860.     width: 70px;
  861. }
  862. .invoicetranscol2 span {
  863.     padding-left: 10px;
  864. }
  865. .invoicetranscol3{
  866.     border-right: 1px solid #CCC;
  867.     text-align: left;
  868.     width: 225px;
  869. }
  870. .invoicetranscol3 span {
  871.     padding-left: 10px;
  872. }
  873. .invoicetranscol4{
  874.     border-right: 1px solid #CCC;
  875.     text-align: left;
  876.     width: 135px;
  877. }
  878. .invoicetranscol4 span {
  879.     padding-left: 10px;
  880. }
  881. .invoicetranscol34{
  882.     border-right: 1px solid #CCC;
  883.     text-align: left;
  884.     width: 380px;
  885. }
  886. .invoicetranscol34 span {
  887.     padding-left: 10px;
  888. }
  889. .invoicetranscol5{
  890.     border-right: 1px solid #CCC;
  891.     text-align: left;
  892.     width: 60px;
  893. }
  894. .invoicetranscol5 span {
  895.     padding-left: 10px;
  896. }
  897. .invoicetranscol6{
  898.     border-right: 1px solid #CCC;
  899.     text-align: right;
  900.     width: 90px;
  901. }
  902. .invoicetranscol6 span {
  903.     padding-left: 0px;
  904.     padding-right: 10px;
  905.     text-align: right;
  906. }
  907. .invoicetranscol7{ 
  908.     width: 90px;
  909. }
  910. .invoicetranscol7 span {
  911.     padding-left: 0px;
  912.     padding-right: 10px;
  913.     text-align: right;
  914. }
  915. .invoicetranscol6header {
  916.     border-right: 1px solid #CCC;
  917.     text-align: left;
  918.     width: 90px;
  919. }
  920.  
  921. .invoicetranscol7header {
  922.     text-align: right;
  923.     width: 90px;
  924. }
  925. .invoicetranscol6header span {
  926.     padding-left: 10px;
  927.     padding-right: 0px;
  928.     text-align: left;
  929. }
  930.  
  931. .invoicetranscol7header span {
  932.     padding-left: 10px;
  933.     padding-right: 0px;
  934.     text-align: left;
  935. }
  936. #Invoicedetailstattranstable{
  937.     margin-bottom: 30px;
  938. }
  939. #Invoicedetailtransheadersum{
  940.     text-align: right;
  941. }
  942. #Invoicedetailtransheadersum h2{
  943.     padding-right: 10px;
  944. }
  945. #Invoicedetailtranstable{
  946.     margin-bottom: 30px;
  947. }
  948. #Invoicedetailremainderheadersum{
  949.     text-align: right;
  950. }
  951. #Invoicedetailremainderheadersum h2{
  952.     padding-right: 10px;
  953. }
  954. #Invoicedetailremaindertable{
  955.     margin-bottom: 30px;
  956. }
  957. #Invoicesumtop{
  958.         margin-top: 15px;
  959. }
  960. #Invoicesum4text div{
  961.     margin-top: 35px;
  962. }
  963. .invoicesumvalue{
  964.     padding-right:10px;
  965.     text-align: right;
  966. }
  967. .invoicesumtext{
  968.     color: #454545;
  969.     font-size: 11px;
  970.     font-weight: bold;
  971. }
  972. /**  Kortöversikt END **/
  973.  
  974. /** Register phone and email START**/
  975. #RegisterSuccess{
  976.     margin-top: 30px;
  977. }
  978. .Registerphoneandemailphonefieldprefix{
  979.     width: 40px;
  980.     text-align:left;
  981. }
  982. .Registerphoneandemailphonefieldsuffix{
  983.     width: 160px;
  984.     text-align:left;
  985. }
  986. .Registerphoneandemailcaptchaimage{
  987.     width: 160px;
  988.     height:30px;
  989.     border: 1px solid #999;
  990. }
  991. #Registerphoneandemailmobilephonelabel{
  992.     margin-bottom:5px;
  993.     margin-top:5px;
  994. }
  995. #Registerphoneandemailssnlabel{
  996.     margin-bottom:5px;
  997.     margin-top:15px;
  998. }
  999. #Registerphoneandemailcaptchaimagelabel{
  1000.     margin-bottom:5px;
  1001.     margin-top:15px;
  1002. }
  1003.  
  1004. #Registerphoneandemailcaptchalabel{
  1005.     margin-bottom:5px;
  1006.     margin-top:15px;
  1007. }
  1008. #Registerphoneandemailemaillabel{
  1009.     margin-bottom:5px;
  1010.     margin-top:5px;
  1011. }
  1012. #Registerphoneandemailfourlastdigitslabel{
  1013.     margin-bottom:5px;
  1014.     margin-top:15px;
  1015. }          
  1016. #Registerphoneandemailcvcslabel{
  1017.     margin-bottom:5px;
  1018.     margin-top:15px;
  1019. }              
  1020. #Registerphoneandemailexpiredatelabel{
  1021.     margin-bottom:5px;
  1022.     margin-top:15px;
  1023. }
  1024. #Registerphoneandemailcaptchaimg{
  1025.     vertical-align: text-top;
  1026.     width: 210px;
  1027.     height: 30px;
  1028. }
  1029. #RegisterPasswordForm {
  1030.     margin-top: 30px;
  1031. }
  1032. #RegisterPasswordForm input {
  1033.     width: 210px;
  1034.  
  1035. }
  1036. #ExpiryMonth {
  1037.     width: 100px;
  1038.     margin-right: 10px;
  1039. }
  1040. #ExpiryYear {
  1041.     width: 100px;
  1042. }
  1043. #BtnConfirmDiv {   
  1044.     margin-right: 10px;
  1045. }
  1046. #Registerphoneandemailbuttonsgroup #Submitcancelbuttondiv{
  1047.     float: right;
  1048.     margin-left:10px;
  1049. }
  1050. #RegisterPhoneEidInfo{
  1051.     line-height: normal;
  1052. }
  1053. #eidDiv {
  1054.     margin-bottom: 30px;
  1055.     margin-top: 5px;
  1056. }
  1057. #noIdP {
  1058.     margin-bottom: 30px;
  1059.     margin-top: 5px;
  1060. }
  1061. #RegisterForm{
  1062.     line-height:normal;
  1063.     padding-top: 30px;
  1064. }
  1065. #Registerback{
  1066.     padding-top: 30px;
  1067. }
  1068. /** Register phone and email END**/
  1069.  
  1070. /** Securecode START**/
  1071. #Securecodeloggo{
  1072.     float:right;
  1073.     height: 38px;  
  1074.     margin-left: 15px;
  1075.     margin-top: 40px;
  1076.     width: 100px;
  1077.    
  1078. }
  1079. #Securecodeloggo img{
  1080.     height: 38px;
  1081.    
  1082.     width: 100px;
  1083. }
  1084. #Securechoosecardselect select{
  1085.     width: 100%;
  1086. }
  1087. #Securemaintext{
  1088.     padding-top: 30px;
  1089. }
  1090. #Securepersonaltext p{
  1091.     padding-top: 20px;
  1092. }
  1093. #Securemaincheck input[type=checkbox]{
  1094.     margin-left:0px;
  1095.     vertical-align: middle;
  1096.     width: 0px;
  1097. }
  1098. #Securemaincheck{
  1099.     margin-top: 10px;
  1100. }
  1101. #Securemaincheck span{
  1102.     vertical-align: baseline;
  1103. }
  1104. #Securemainchoosecardbtn{
  1105.     margin-top: 10px;
  1106. }
  1107.  
  1108. #Securemaincheck img{
  1109.    
  1110. }
  1111. #Securepasswordformtoptext p{
  1112.     padding-bottom: 10px;
  1113. }
  1114. /** Securecode END**/
  1115.  
  1116. /** Welcomepage Start **/
  1117. .Welcomepageaccountfooterspacer{
  1118.     height: 40px;
  1119. }
  1120. .Welcomepagecardimagecontainer{
  1121.     margin-top:5px;
  1122.     margin-bottom:5px;
  1123. }
  1124. .Welcomepagecardcontractcontainer{
  1125.     margin-top:5px;
  1126.     margin-bottom:5px;
  1127. }
  1128. .Welcomepageinvoicecol1 {
  1129.     border-right: 1px solid #CCC;
  1130.     width: 160px;
  1131. }
  1132. .Welcomepageinvoicecol1 span{
  1133.     padding-left:10px;
  1134.     text-align: left;
  1135. }
  1136. .Welcomepageinvoicecol2 {
  1137.     border-right: 1px solid #CCC;
  1138.     width: 240px;
  1139. }
  1140.  
  1141. .Welcomepageinvoicecol2 span{
  1142.     padding-left:10px;
  1143.     text-align: right;
  1144.     padding-right:10px;
  1145. }
  1146. .Welcomepageinvoicecol2header {
  1147.     border-right: 1px solid #CCC;
  1148.     width: 240px;
  1149. }
  1150.  
  1151. .Welcomepageinvoicecol2header span{
  1152.     padding-left:10px;
  1153.     text-align: left;
  1154.     padding-right:10px;
  1155. }
  1156. .Welcomepageinvoicecol3 {
  1157.     border-right: 1px solid #CCC;
  1158.     width: 120px;
  1159. }
  1160. .Welcomepageinvoicecol3 span{
  1161.     padding-left:10px;
  1162.     text-align: left;
  1163. }
  1164. .Welcomepageinvoicecol4 {
  1165.     width: 230px;
  1166. }
  1167. .Welcomepageinvoicecol4 span{
  1168.     padding-left:10px;
  1169.     text-align: left;  
  1170. }
  1171. .Welcomepageinvoicecol5 {
  1172.     width: 120px;
  1173. }
  1174. .Welcomepageinvoicecol5 span{
  1175.     padding-left:10px;
  1176.     text-align: left;
  1177. }
  1178. .Welcomepageinvoicecol6 {
  1179.     width: 80px;
  1180. }
  1181. .Welcomepageinvoicecol6 span{
  1182.     padding-left:10px;
  1183.     padding-right:10px;
  1184.     text-align: right;
  1185. }
  1186. .Welcomepageinvoicecol6header {
  1187.     width: 80px;
  1188. }
  1189. .Welcomepageinvoicecol6header span{
  1190.     padding-left:10px;
  1191.     padding-right:10px;
  1192.     text-align: left;
  1193. }
  1194. .Welcomepageinvoicecol7 {
  1195.     width: 200px;
  1196. }
  1197. .Welcomepageinvoicecol7 span{
  1198.     padding-left:10px;
  1199.     text-align: left;
  1200. }
  1201. .Welcomepageinvoicecol8 {
  1202.     width: 180px;
  1203. }
  1204. .Welcomepageinvoicecol8 span{
  1205.     padding-left:10px;
  1206.     padding-right:10px;
  1207.     text-align: right;
  1208. }
  1209. .Welcomepageinvoicecol8header {
  1210.     width: 180px;
  1211. }
  1212. .Welcomepageinvoicecol8header span{
  1213.     padding-left:10px;
  1214.     padding-right:10px;
  1215.     text-align: left;
  1216. }
  1217. .Welcomepageinvoicecol9 {
  1218.     width: 170px;
  1219. }
  1220. .Welcomepageinvoicecol9 span{
  1221.     padding-left:10px;
  1222.     text-align: left;
  1223. }
  1224. .Welcomepageinvoicecol10 {
  1225.     border-right: 1px solid #CCC;
  1226.     width: 160px;
  1227. }
  1228. .Welcomepageinvoicecol10 span{
  1229.     padding-left:10px;
  1230.     text-align: left;
  1231. }
  1232. .Welcomepageinvoicecol11 {
  1233.     border-right: 1px solid #CCC;
  1234.     width: 240px;
  1235. }
  1236. .Welcomepageinvoicecol11 span{
  1237.     padding-left:10px;
  1238.     text-align: right;
  1239.     padding-right:10px;
  1240. }
  1241. .Welcomepageinvoicecol11header {
  1242.     border-right: 1px solid #CCC;
  1243.     width: 240px;
  1244. }
  1245. .Welcomepageinvoicecol11header span{
  1246.     padding-left:10px;
  1247.     text-align: left;
  1248.     padding-right:10px;
  1249. }
  1250.  
  1251. .Welcomepageinvoicecol12 {
  1252.     border-right: 1px solid #CCC;
  1253.     width: 120px;
  1254. }
  1255. .Welcomepageinvoicecol12 span{
  1256.     padding-left:10px;
  1257.     text-align: right;
  1258.     padding-right:10px;
  1259. }
  1260. .Welcomepageinvoicecol12header {
  1261.     border-right: 1px solid #CCC;
  1262.     width: 120px;
  1263. }
  1264. .Welcomepageinvoicecol12header span{
  1265.     padding-left:10px;
  1266.     text-align: left;
  1267.     padding-right:10px;
  1268. }
  1269. .Welcomepageinvoicecol13 {
  1270.     width: 230px;
  1271. }
  1272. .Welcomepageinvoicecol13 span{
  1273.     padding-right:10px;
  1274.     text-align: right; 
  1275. }
  1276. .Welcomepageinvoicecol13header {
  1277.     width: 230px;
  1278. }
  1279. .Welcomepageinvoicecol13header span{
  1280.     padding-left:10px;
  1281.     padding-right:10px;
  1282.     text-align: left;  
  1283. }
  1284. .Welcomepagecardimagelarge{
  1285.     width:94px;
  1286.     height:60px;
  1287. }
  1288. .Welcomepagecardimagesmall{
  1289.     width:65px;
  1290.     height:41px;
  1291. }
  1292. .Welcomepagepromoareacontainer{
  1293.     margin-top:20px;
  1294. }
  1295. .Welcomepagebillingunitbalancelabel{
  1296.     text-align: left;
  1297. }
  1298. .Welcomepagebillingunitbalanceamount{
  1299.     text-align: right;
  1300. }
  1301. .Welcomepagebillingunitlastpaymentdatelabel{
  1302.     text-align: left;
  1303. }
  1304. .Welcomepagebillingunitlastpaymentdate{
  1305.     text-align: right;
  1306. }
  1307. .Welcomepagebillingunitlastpaymentlabel{
  1308.     text-align: left;
  1309. }
  1310. .Welcomepagebillingunitlastpaymentamount{
  1311.     text-align: right;
  1312. }
  1313. .Welcomepagebillingunitlastcreditlabel{
  1314.     text-align: left;
  1315. }
  1316. .Welcomepagebillingunitlastcreditamount{
  1317.     text-align: right;
  1318. }
  1319. .Welcomepagebillingunitcutoffdatelabel{
  1320.     text-align: left;
  1321. }
  1322. .Welcomepagebillingunitcutoffdate{
  1323.     text-align: right;
  1324. }
  1325. .Welcomepagebillingunitnextinvoicedate{
  1326.     text-align: right;
  1327. }
  1328. .Welcomepagebillingunitnextinvoicedatelabel{
  1329.     text-align: left;
  1330. }
  1331. .Welcomepagebillingunitlastdisposablelabel{
  1332.     margin-top:10px;
  1333.     margin-bottom:10px;
  1334.     text-align: left;
  1335. }
  1336. .Welcomepagebillingunitlastdisposableamount{
  1337.     margin-top:10px;
  1338.     margin-bottom:10px;
  1339.     text-align: right;
  1340. }
  1341. .Welcomepagebillingunitnonbilledlabel{
  1342.     text-align: left;
  1343. }
  1344. .Welcomepagebillingunitnonbilledamount{
  1345.     text-align: right;
  1346. }
  1347. .Welcompepageothercontractnonbilledlabel{
  1348.     text-align: left;
  1349. }
  1350. .welcompepageothercontractnonbilledamount{
  1351.     text-align:right;
  1352. }
  1353. .welcomepagebillingunit2rowcol1{
  1354.     padding-left:10px;
  1355.     width: 150px;
  1356.     text-align: left;  
  1357. }
  1358. .welcomepagebillingunit2rowcol2{
  1359.     width: 110px;
  1360.     text-align: right;
  1361.     vertical-align: bottom;
  1362. }
  1363. /** Welcomepage End **/
  1364.  
  1365. /** Billing units Start **/
  1366. #Billingunitpageccontractinfo{
  1367.  
  1368. }
  1369. .Billingunitcardimagelarge{
  1370.     width:94px;
  1371.     height:60px;
  1372. }
  1373. .Billingunitcardimagesmall{
  1374.     width:65px;
  1375.     height:41px;
  1376. }
  1377. .Billingunitcontractgroup{
  1378.     margin-top: 10px;
  1379. }
  1380.  
  1381. .Billingunitcardcol1{
  1382.     width: 180px;
  1383.     border-right: 1px solid #CCC;  
  1384. }
  1385.  
  1386. .Billingunitcardcol1 span{
  1387.     padding-left:10px;
  1388.     text-align: left;
  1389. }
  1390.  
  1391. .Billingunitcardcol2{
  1392.     width: 180px;
  1393.     border-right: 1px solid #CCC;  
  1394. }
  1395.  
  1396. .Billingunitcardcol2 span{
  1397.     padding-left:10px;
  1398.     text-align: left;
  1399. }
  1400.  
  1401. .Billingunitcardcol3{
  1402.     width: 180px;
  1403.     border-right: 1px solid #CCC;  
  1404. }
  1405.  
  1406. .Billingunitcardcol3 span{
  1407.     padding-left:10px;
  1408.     text-align: left;
  1409. }
  1410.  
  1411. .Billingunitcardcol4{
  1412.     width: 180px;  
  1413. }
  1414.  
  1415. .Billingunitcardcol4 span{
  1416.     padding-left:10px;
  1417.     text-align: left;
  1418. }
  1419.  
  1420. .Billingunitcardnumberrow{
  1421.     margin-top:10px;
  1422. }
  1423.  
  1424. .Billingunitcarddetailsgroup{
  1425.     margin-bottom:40px;
  1426. }
  1427. .Billingunitoterhcontractscarddetailsgroup{
  1428.     margin-bottom:40px;
  1429. }
  1430.  
  1431. .Billingunitothercontractgroup{
  1432.     margin-top:50px;
  1433. }
  1434. .Billingunitothercontractrcardcol1{
  1435.     width: 180px;
  1436.     border-right: 1px solid #CCC;  
  1437. }
  1438. .Billingunitothercontractrcardcol1 span{
  1439.     padding-left:10px;
  1440.     text-align: left;
  1441. }
  1442.  
  1443. .Billingunitothercontractrcardcol2{
  1444.     width: 180px;
  1445.     border-right: 1px solid #CCC;  
  1446. }
  1447.  
  1448. .Billingunitothercontractrcardcol2 span{
  1449.     padding-left:10px;
  1450.     text-align: left;
  1451. }
  1452.  
  1453. .Billingunitothercontractrcardcol3{
  1454.     width: 180px;
  1455.     border-right: 1px solid #CCC;  
  1456. }
  1457.  
  1458. .Billingunitothercontractrcardcol3 span{
  1459.     padding-left:10px;
  1460.     text-align: left;
  1461. }
  1462.  
  1463. .Billingunitothercontractrcardcol4{
  1464.     width: 180px;  
  1465. }
  1466.  
  1467. .Billingunitothercontractrcardcol4 span{
  1468.     padding-left:10px;
  1469.     text-align: left;
  1470. }
  1471.  
  1472. .Billingunitownername{
  1473.     font-weight: bold;
  1474. }
  1475. .Billingunitlabelbalance{
  1476.     text-align: left;
  1477. }
  1478. .Billingunitbalanceamount{
  1479.     text-align: right;
  1480. }
  1481. .Billingunitlabelcredit{
  1482.     text-align: left;
  1483. }
  1484. .Billingunitcreditamount{
  1485.     text-align: right;
  1486. }
  1487. /** Billing units End  **/
  1488.  
  1489. /** External Start **/
  1490. #Externalcontentbody input[type=text]{
  1491.     width: 210px;
  1492. }
  1493. #Externalcontentbody input[type=password]{
  1494.     width: 210px;
  1495. }
  1496. /** External  End**/
  1497. /** Login Start **/
  1498. #Logintmpbody h1{
  1499.     padding-top: 30px;
  1500. }
  1501. #Tabs{
  1502.     margin-top: 30px;
  1503. }
  1504. .loginfieldmargin {
  1505.     margin-top: 5px;
  1506. }
  1507. .loginlowertext{
  1508.     font-size: 13px;
  1509.     margin-top: 60px;
  1510. }
  1511. .loginlowertext a{
  1512.     color:#454545;
  1513.     font-size: 11px;
  1514.     font-weight: bold;
  1515. }
  1516. #Loginpswlowertextlinkmargin{
  1517.     margin-top: 10px;
  1518. }
  1519. #Logintmpvalue input{
  1520.     width: 210px;
  1521. }
  1522. #Submitcancelbuttondiv{
  1523.     float: left;
  1524. }
  1525. #Submitcancelbuttondiv a{
  1526.     color:#FFFFFF;
  1527. }
  1528. #Submittmpbuttondiv{
  1529.     margin-right: 10px;
  1530. }
  1531. /** Login tabs start **/
  1532. /* Component containers
  1533. ----------------------------------*/
  1534. .ui-widget-content { border-bottom: 1px; border-left:0px; border-top:0px; border-right:0px; border-style: solid; border-color: #d3d3d3/*{borderColorContent}*/; background: #f5f5f5/*{bgColorContent}*/ /*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;  }
  1535. .ui-widget-content a {  }
  1536. .ui-widget-header { border-bottom: 1px; border-left:0px; border-top:0px; border-right:0px; border-style: solid; border-color: #d3d3d3/*{borderColorHeader}*/; background: #ffffff/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: normal; font-size: 11px;}
  1537. .ui-widget-header a {  }
  1538.  
  1539. /* Interaction states
  1540. ----------------------------------*/
  1541. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #ffffff/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: bold/*{fwDefault}*/; color: #454545/*{fcDefault}*/; }
  1542. .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #454545/*{fcDefault}*/; text-decoration: underline; font-weight: bold;}
  1543. .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {   font-weight: bold/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
  1544. .ui-state-hover a, .ui-state-hover a:hover { color: #222222/*{fcHover}*/; text-decoration: underline; }
  1545. .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {  background: #f5f5f5/*{bgColorActive}*/ /*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
  1546. .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #666666/*{fcActive}*/; text-decoration: none; font-weight: normal;}
  1547. .ui-widget :active { outline: none; }
  1548.  
  1549. /* Interaction Cues
  1550. ----------------------------------*/
  1551. .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
  1552. .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
  1553. .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ /*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
  1554. .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
  1555. .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
  1556. .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
  1557. .ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
  1558. .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
  1559.  
  1560. /* Misc visuals
  1561. ----------------------------------*/
  1562.  
  1563. /* Corner radius */
  1564. .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
  1565. .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
  1566. .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
  1567. .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
  1568. .ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
  1569. .ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
  1570. .ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
  1571. .ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
  1572. /*.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }*/
  1573.  
  1574. /* Overlays */
  1575. .ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*//*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
  1576. .ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ /*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
  1577. /* Tabs
  1578. ----------------------------------*/
  1579. .ui-tabs { position: relative;  zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  1580. .ui-tabs .ui-tabs-nav { margin: 0;  }
  1581. .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin-top:0px; margin-left:0px;margin-right:0px;margin-bottom:1px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
  1582. .ui-tabs .ui-tabs-nav li a { float: left; padding-bottom: 5px;padding-top: 5px; padding-right: 10px;padding-left: 9px;  }
  1583. .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
  1584. .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
  1585. .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
  1586. .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 20px 10px; background: none; }
  1587. .ui-tabs .ui-tabs-hide { display: none !important; }
  1588. /** Login tabs end **/
  1589.  
  1590. /** Login End **/
  1591.  
  1592. /** Start change password during login flow**/
  1593. #Changepwdlogincurrentpasswordlabel{
  1594.     margin-top:5px;
  1595.     margin-bottom:5px;
  1596. }
  1597. #Changepwdloginnewpasswordlabel{
  1598.     margin-top:5px;
  1599.     margin-bottom:5px;
  1600. }
  1601. #Changepwdloginconfirmpasswordlabel{
  1602.     margin-top:5px;
  1603.     margin-bottom:5px;
  1604. }
  1605. #Changepwdloginform{
  1606.     margin-top:20px;
  1607. }
  1608. /** End change password during login flow**/
  1609. /** Shopping Start **/
  1610. #Shoppinginfoform p{
  1611.     line-height: normal;
  1612. }
  1613. #Shoppinginfolink{
  1614.     margin-bottom: 20px;
  1615. }
  1616. #Shoppinginfoterms{
  1617.     margin-bottom: 20px;
  1618.     line-height: normal;
  1619. }
  1620. #Shoppinginfoterms input{
  1621.     vertical-align: sub;
  1622. }
  1623. #Shoppinginfobtn{
  1624.     float: right;
  1625. }
  1626. /** Shopping End **/
  1627. /** **/
  1628. #InfoForgotPasswordlink{
  1629.     margin-bottom: 20px;
  1630. }
  1631. #InfoForgotPasswordbtn{
  1632.     margin-bottom: 20px;
  1633. }
  1634. #InfoForgotPasswordtxt{
  1635.     margin-bottom: 20px;
  1636. }
  1637. #Submitinfoforgotcancelbuttondiv a{
  1638.     color: #FFF;
  1639. }
  1640. /** **/
  1641.  
  1642. /** Myprofile Start **/
  1643. #MyProfile #MyProfileEmailForm{
  1644.     position: static;
  1645. }
  1646. #MyProfile #MyProfileCardForm select {
  1647.     width: 420px;
  1648. }
  1649. #MyProfile #NewPhoneCountry{
  1650.     width: 50px;
  1651. }
  1652. #MyProfile #NewPhone {
  1653.     width: 120px;
  1654. }
  1655. #MyProfile #NewPhoneCardValidMonth {
  1656.     width: 90px;
  1657.     margin-right:10px;
  1658. }
  1659. #MyProfile #NewPhoneCardValidYear {
  1660.     width: 90px;
  1661. }
  1662. #MyProfile #BtnCancelPhoneDiv {
  1663.     margin-left:10px;
  1664. }
  1665. #MyProfile #BtnCancelPasswordDiv {
  1666.     margin-left:10px;
  1667. }
  1668. #MyProfile #BtnCancelEmailDiv {
  1669.     margin-left:10px;
  1670. }
  1671. #MyProfile #PhoneValue {
  1672.     margin-top: 4px;
  1673.     margin-bottom:8px;
  1674. }
  1675. #MyProfile #EmailValue {
  1676.     margin-top: 4px;
  1677.     margin-bottom:8px;
  1678. }
  1679. #MyProfile #PasswordValue {
  1680.     margin-top: 7px;
  1681.     margin-bottom:5px;
  1682. }
  1683. #MyProfile #MyProfileCardText {
  1684.     margin-bottom: 10px;
  1685. }
  1686. #MyProfile .label_row {
  1687.     margin-bottom: 5px;
  1688.     margin-top: 15px;
  1689. }
  1690. #MyProfile .value_row {
  1691.     margin-bottom: 10px;
  1692. }
  1693. #MyProfile .formbg {
  1694.     padding-bottom:7px;
  1695.     padding-top:7px;
  1696. }
  1697. /** Myprofile End **/
  1698. /** Finance Start **/
  1699. #FinanceselectTop p {
  1700.     padding-bottom: 10px;
  1701. }
  1702. #FinanceselectForm{
  1703.     margin-top: 40px;
  1704. }
  1705. #FinancePhoneHead {
  1706.     margin-top:40px;
  1707. }
  1708. #CardApplicationMgmtForm .formbg {
  1709.     padding-bottom:7px;
  1710.     padding-top:7px;
  1711. }
  1712. #CardApplicationMgmtForm #NewPhoneCountry {
  1713.     width:50px;
  1714. }
  1715. #CardApplicationMgmtForm #NewPhone {
  1716.     width:120px;
  1717. }
  1718. #CardApplicationMgmtForm #NewPhoneCardValidMonth {
  1719.     margin-right:10px;
  1720.     width:90px;
  1721. }
  1722. #CardApplicationMgmtForm #NewPhoneCardValidYear {
  1723.     width:90px;
  1724. }
  1725. #CardApplicationMgmtForm #EmployedfromMonth {
  1726.     margin-right:10px;
  1727.     width:90px;
  1728. }
  1729. #CardApplicationMgmtForm #EmployedfromYear {
  1730.     width:90px;
  1731. }
  1732. #ChangePhoneForm #BtnCancelPhoneDiv {
  1733.     margin-left:10px;
  1734. }
  1735. #ChangeEmailForm{
  1736.     margin-top: 5px;
  1737. }
  1738. #ChangePhoneForm{
  1739.     margin-top: 5px;
  1740. }
  1741. #ChangeEmailForm #BtnCancelEmailDiv{
  1742.     margin-left:10px;
  1743. }
  1744. #FinancePhoneForm input[type="checkbox"] {
  1745.     vertical-align:middle;
  1746. }
  1747. #CardApplicationMgmtForm .label_row {
  1748.     margin-bottom:5px;
  1749. }
  1750. #FinanceFormCards select{
  1751.     width: 100%;
  1752. }
  1753. #FinanceFormheader{
  1754.     margin-top: 40px;
  1755. }
  1756. .financeRowspacer{
  1757.     margin-top: 20px;
  1758. }  
  1759. #FinanceContact{
  1760.     margin-top: 40px;
  1761. }
  1762. #FinanceCreditFormheader{
  1763.     margin-top: 40px;
  1764. }
  1765. #FinancePhone span {
  1766.     vertical-align:baseline;
  1767. }
  1768. #FinancePhone input[type="checkbox"] {
  1769.     vertical-align:middle;
  1770. }
  1771. #FinanceEmail{
  1772.     margin-top: 40px;
  1773. }
  1774.  
  1775. #FinanceEmail input[type="checkbox"] {
  1776.     vertical-align:middle;
  1777. }  
  1778. #FinanceSignLabel{
  1779.     margin-top: 40px;
  1780. }
  1781. #FinanceSign span {
  1782.     vertical-align:baseline;
  1783. }
  1784. #FinanceSign input[type="checkbox"] {
  1785.     vertical-align:middle;
  1786. }  
  1787. #FinanceEmaillabel{
  1788.     padding-bottom: 5px;
  1789.     padding-top: 5px;
  1790. }  
  1791. #FinanceSMSlabel{
  1792.     padding-bottom: 5px;
  1793.     padding-top: 5px;
  1794. }  
  1795. .financeconftext{      
  1796.     padding-top: 10px;
  1797. }
  1798. /** Finance End **/
  1799. /** ContactUs Start**/
  1800. #ContactUs{
  1801.     line-height: normal;
  1802. }
  1803. /** ContactUs End**/
  1804. /** End Content **/
  1805. /**  Footer Start **/
  1806.  
  1807. #Copyrightfooter {
  1808.     border-top: 1px solid #CCC;
  1809.     color: #333;
  1810.     font-size: 10px;
  1811.     font-weight: normal;
  1812.     margin-bottom:30px;
  1813.     padding-top: 15px; 
  1814.     position: static;
  1815.     text-align: left;
  1816.     z-index: 0;
  1817. }
  1818. #Copyrightfooter span{
  1819.     padding-left:10px;
  1820. }
  1821.  
  1822. /**  Footer End **/
  1823. /** New user Start**/
  1824. #Newuserheader2{
  1825.     margin-top: 30px;
  1826. }
  1827. #Newuserlabel2{
  1828.     margin-bottom: 30px;
  1829.     margin-top: 5px;
  1830. }
  1831. /** New user end **/
  1832.            
  1833.             /* custom */
  1834.             /**
  1835.     ec.css
  1836. **/
  1837.  
  1838. /** html elements START**/
  1839. body {
  1840.     color: #666;
  1841.     font-family: Arial;
  1842.     font-size: 12px;    }
  1843. h1 {
  1844.     color: #000;
  1845.     font-size: 22px;
  1846.     font-weight: bold;
  1847.     padding-top: 15px;
  1848. }
  1849.  
  1850. h2 {
  1851.     color: #666;
  1852.     font-size: 15px;
  1853.     font-weight: normal;
  1854. }
  1855. a {
  1856.     color: #AC9E6F;
  1857.     text-decoration: none;
  1858. }
  1859.  
  1860. a:hover {
  1861.     color: #000;
  1862.     text-decoration: underline;
  1863. }
  1864.  
  1865. /** html elements END **/
  1866.  
  1867. /**   Global Start **/
  1868.  
  1869. .nstable thead tr th span{
  1870.    
  1871.     /* For WebKit (Safari, Google Chrome etc) */
  1872.     background: -webkit-gradient(linear, left top, left bottom, from(#DADBD4), to(#F5F5F5));
  1873.     /* For Mozilla/Gecko (Firefox etc) */
  1874.     background: -moz-linear-gradient(top, #DADBD4, #F5F5F5);
  1875.     /* For Internet Explorer 5.5 - 7 */
  1876.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DADBD4, endColorstr=#F5F5F5);
  1877.     /* For Internet Explorer 8 */
  1878.     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DADBD4, endColorstr=#F5F5F5)";
  1879. }
  1880. .nstable thead tr th{
  1881.     border: solid #FFF 2px;
  1882.     color: #666;   
  1883.     font-weight: normal;
  1884.     font-size: 12px;
  1885. }
  1886.  
  1887. .nstable tbody tr td {
  1888.     border: solid #FFF 2px;
  1889.     font-size: 11px;
  1890. }
  1891. .nstable thead tr th:first-child{
  1892.     border-left: 0px;
  1893. }
  1894. .nstable thead tr th:last-child{
  1895.     border-right: 0px;
  1896. }
  1897. .nstable tbody tr td:first-child{
  1898.     border-left: 0px;
  1899. }
  1900. .nstable tbody tr td:last-child{
  1901.     border-right: 0px;
  1902. }
  1903. .preamble{
  1904.     color:#666;
  1905.     font-size: 15px;
  1906.     line-height: 21px;
  1907. }
  1908.  
  1909. .formbg {
  1910.     border-bottom: 0px;
  1911.     border-top: 0px;       
  1912.     /* For WebKit (Safari, Google Chrome etc) */
  1913.     background: -webkit-gradient(linear, left top, left bottom, from(#DADBD4), to(#F5F5F5));
  1914.     /* For Mozilla/Gecko (Firefox etc) */
  1915.     background: -moz-linear-gradient(top, #DADBD4, #F5F5F5);
  1916.     /* For Internet Explorer 5.5 - 7 */
  1917.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DADBD4, endColorstr=#F5F5F5);
  1918.     /* For Internet Explorer 8 */
  1919.     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DADBD4, endColorstr=#F5F5F5)";  
  1920. }
  1921. .startpageformbg {
  1922.     border-bottom: 0px;
  1923.     border-top: 0px;       
  1924.     /* For WebKit (Safari, Google Chrome etc) */
  1925.     background: -webkit-gradient(linear, left top, left bottom, from(#DADBD4), to(#F5F5F5));
  1926.     /* For Mozilla/Gecko (Firefox etc) */
  1927.     background: -moz-linear-gradient(top, #DADBD4, #F5F5F5);
  1928.     /* For Internet Explorer 5.5 - 7 */
  1929.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DADBD4, endColorstr=#F5F5F5);
  1930.     /* For Internet Explorer 8 */
  1931.     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DADBD4, endColorstr=#F5F5F5)";
  1932. }
  1933. .submitbuttondiv div.button {
  1934. /*  background: transparent url('../bg_button_a_ec.gif') no-repeat scroll top
  1935.         right;*/
  1936.     color: #444;   
  1937.     font: bold 12px Arial;
  1938.     height: 29px;
  1939. }
  1940. .submitbuttondiv div.button span {
  1941.     color: #AC9E6F;
  1942.     line-height: 19px;
  1943. }
  1944. .inlinelink {
  1945.     color: #AC9E6F;
  1946.     font-weight: normal;
  1947.     font-size: 12px;
  1948.     text-decoration: underline;
  1949. }
  1950. .inlinelink:hover{
  1951.     color: #000;
  1952.     font-weight: normal;
  1953. }
  1954. .bubblerow {
  1955.     color: #AC9E6F;
  1956.     font-weight: normal;
  1957. }
  1958. .notice {
  1959.     background: #FFF;
  1960.     border-color: #FFBC3A;
  1961.     color: #666;
  1962.     font-size: 15px;
  1963.     font-weight: normal;
  1964. }
  1965. .notice a {
  1966.     color: #AC9E6F;
  1967.     text-decoration: none;
  1968. }
  1969. .success {
  1970.     background: #FFF;
  1971.     border-color: #009B13;
  1972.     color: #009B13;
  1973.     font-size: 15px;
  1974.     font-weight: normal;
  1975. }
  1976. .error {
  1977.     background: #FFF;
  1978.     border-color: #FF0000;
  1979.     color: #FF0000;
  1980.     font-size: 15px;
  1981.     font-weight: normal;
  1982. }
  1983. .tableexportlink{
  1984.     color:#AC9E6F; 
  1985.     font-size: 12px;
  1986.     font-weight: normal;   
  1987. }
  1988. .tableexportlink:hover{
  1989.     color:#AC9E6F; 
  1990.     font-size: 12px;
  1991.     font-weight: normal;   
  1992. }
  1993. /**   Global END **/
  1994. /** Header Start **/
  1995. #Topmenu {
  1996.     font-size: 12px;
  1997.     font-weight: normal;
  1998.     margin-top: 0px;   
  1999. }
  2000. #Topmenu a{
  2001.     color:#AC9E6F; 
  2002.     font-size: 12px;
  2003.     font-weight: normal;
  2004.     text-transform:none;
  2005. }
  2006. #Topmenu a:hover{
  2007.     color:#000;
  2008. }
  2009. #Topmenulist {
  2010.     border-bottom: 1px solid #EDEEEA;
  2011.     border-top: 1px solid #EDEEEA; 
  2012.     background: transparent url(/nis/external/bin?k=img.gradient.menu&i=5) repeat-x scroll top  right;
  2013.     background-position: 10px 0px;
  2014.     font-size: 12px;
  2015.     font-weight:normal;
  2016.     padding-bottom: 5px;
  2017.     padding-top: 5px;
  2018.     margin-left: 5px;
  2019. }
  2020. #Topmenulist ul {
  2021.     margin-left: 0;
  2022.     padding-left: 0;
  2023.     display: inline;
  2024. }
  2025. #Topmenulist ul li {
  2026.     margin-left: 0;
  2027.     padding: 3px 15px;
  2028.     border-left: 0px;
  2029.     border-right: 1px solid #AC9E6F;
  2030.     list-style: none;
  2031.     display: inline;
  2032. }      
  2033. #Topmenulist ul li.firstmenuitem {
  2034.     margin-left: 0;
  2035.     border-left: none;
  2036.     list-style: none;
  2037.     display: inline;
  2038.     padding-left:10px;
  2039. }
  2040. #Topmenulist ul li.lastmenuitem {
  2041.     border-right: 0px;
  2042.     padding-right:0px;
  2043. }
  2044. /** Header End **/
  2045.  
  2046. /**  Menu Start **/
  2047. #Leftmenuesaldo {
  2048.     color: #AC9E6F;
  2049.     font-size: 13px;
  2050.     font-weight: bold;
  2051.     margin-bottom: 5px;
  2052. }
  2053. #Leftmenutop {
  2054.     border-top: 0px;
  2055.     padding-top:0px;
  2056. }
  2057. #Leftmenutop a{
  2058.     color:#AC9E6F;
  2059.     font-weight:normal;
  2060. }
  2061. #Leftmenutop a:hover{
  2062.     color:#000;
  2063. }
  2064. #Leftmenutop li {
  2065.     padding: 5px 0px 5px 10px;
  2066. }
  2067. #Leftmenutop li:first-child{
  2068.     padding: 10px 0px 5px 10px;
  2069. }
  2070. #Leftmenubottom a{
  2071.     color: #AC9E6F;
  2072.     font-weight: bold;
  2073.     font-size: 13px;
  2074. }
  2075. #Leftmenubottom a:hover{
  2076.     color: #000;
  2077. }
  2078. #Leftmenubottom li {
  2079.     background: transparent url(/nis/external/bin?k=img.gradient.menu&i=5) repeat-x scroll top  right;
  2080.     border-bottom: 0px;
  2081.     border-top: 1px solid #EDEEEA;
  2082.     padding: 5px 0px 15px 10px;
  2083. }
  2084. #Leftmenubottom li:first-child{
  2085.     border-top: 1px solid #EDEEEA;
  2086. }
  2087. #Leftmenuesaldo {
  2088.     background: transparent url(/nis/external/bin?k=img.gradient.menu&i=5) repeat-x scroll top  right;
  2089.     border-top: 1px solid #EDEEEA;
  2090.    
  2091. }
  2092. .leftmenutopselecteditem{
  2093.     text-decoration: underline;
  2094.     font-weight: bold;
  2095. }
  2096.  
  2097. /**  Menu End **/
  2098. /** Content End **/
  2099.  
  2100. #Contentbody {
  2101.     border-top: 0px;
  2102.     background: transparent url(/nis/external/bin?k=img.gradient.body&i=5) repeat-x scroll top  right;
  2103. }
  2104. /** Content  End**/
  2105. /**  Kortöversikt START **/
  2106.  
  2107. .invoicecol1{
  2108.     font-weight:normal;
  2109. }
  2110. .invoicesumtext{
  2111.     color: #666;
  2112.     font-size: 15px;
  2113.     font-weight: normal;
  2114. }
  2115. /**  Kortöversikt End **/
  2116. /** External Start **/
  2117. #Externalcontentbody{
  2118.     background: transparent url(/nis/external/bin?k=img.gradient.body&i=5) repeat-x scroll top  right;
  2119. }
  2120. /** External  End**/
  2121.  
  2122. /**  Footer Start **/
  2123. #Copyrightfooter {
  2124.     background: transparent url(/nis/external/bin?k=img.gradient.menu&i=5) repeat-x scroll top  right;
  2125.     border-bottom: 1px solid #EDEEEA;
  2126.     border-top: 1px solid #EDEEEA;
  2127.     color: #333;
  2128.     font-size: 12px;
  2129.     font-weight: normal;   
  2130.     padding-bottom: 5px;
  2131.     padding-top: 5px;
  2132.     text-align: right;
  2133. }
  2134. #Copyrightfooter span{
  2135.     margin-right: 10px;
  2136. }
  2137. /**  Footer End **/
  2138. /** Eid Start **/
  2139. #Registertext .text{
  2140.     color:#666;
  2141.     font-size: 15px;
  2142.     line-height: 21px;
  2143. }
  2144. /** Eid End **/
  2145. /** Login Start **/
  2146. #Submitcancelbuttondiv a{
  2147.     color:#AC9E6F;
  2148. }
  2149. .loginlowertext{
  2150.     font-size: 15px;
  2151. }
  2152. .loginlowertext a{
  2153.     color:#AC9E6F;;
  2154.     font-size: 15px;
  2155.     font-weight: normal;
  2156. }
  2157. /** Login End **/
  2158. /** Login tabs start **/
  2159. /* Component containers
  2160. ----------------------------------*/
  2161. .ui-widget-content {
  2162.     border-bottom: 0px;
  2163.     border-left:0px;
  2164.     border-top:0px;
  2165.     border-right:0px;
  2166.     border-style: solid;
  2167.     border-color: #CCC;
  2168.    
  2169.     /* For WebKit (Safari, Google Chrome etc) */
  2170.     background: -webkit-gradient(linear, left top, left bottom, from(#DADBD4), to(#F5F5F5));
  2171.     /* For Mozilla/Gecko (Firefox etc) */
  2172.     background: -moz-linear-gradient(top, #DADBD4, #F5F5F5);
  2173.     /* For Internet Explorer 5.5 - 7 */
  2174.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DADBD4, endColorstr=#F5F5F5);
  2175.     /* For Internet Explorer 8 */
  2176.     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DADBD4, endColorstr=#F5F5F5)";
  2177. }
  2178. .ui-widget-content a {  }
  2179. .ui-widget-header { border-bottom: 0px; border-left:0px; border-top:0px; border-right:0px; border-style: solid; border-color: #CCC/*{borderColorHeader}*/; background: #ffffff/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; font-size: 15px; }
  2180. .ui-widget-header a {  }
  2181.  
  2182. /* Interaction states
  2183. ----------------------------------*/
  2184. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 0px solid #d3d3d3/*{borderColorDefault}*/; background: #F5F5F5/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #454545/*{fcDefault}*/; te}
  2185. .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #AC9E6F/*{fcDefault}*/; text-decoration: none; font-weight: normal;}
  2186. .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 0px solid #999999/*{borderColorHover}*/;  font-weight: normal/*{fwDefault}*/; color: #AC9E6F/*{fcHover}*/;text-decoration: no; }
  2187. .ui-state-hover a, .ui-state-hover a:hover { color: #AC9E6F/*{fcHover}*/; text-decoration: none; }
  2188. .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 0px solid #CCC/*{borderColorActive}*/; background: #DADBD4/*{bgColorActive}*/ /*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #333/*{fcActive}*/; }
  2189. .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #333/*{fcActive}*/; text-decoration: none; }
  2190. .ui-widget :active { outline: none; }
  2191.  
  2192. /* Interaction Cues
  2193. ----------------------------------*/
  2194. .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
  2195. .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
  2196. .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ /*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
  2197. .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
  2198. .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
  2199. .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
  2200. .ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
  2201. .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
  2202.  
  2203. /* Misc visuals
  2204. ----------------------------------*/
  2205.  
  2206. /* Corner radius */
  2207. .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
  2208. .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
  2209. .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
  2210. .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
  2211. .ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
  2212. .ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
  2213. .ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
  2214. .ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
  2215. /*.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }*/
  2216.  
  2217. /* Overlays */
  2218. .ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*//*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
  2219. .ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ /*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
  2220. /* Tabs
  2221. ----------------------------------*/
  2222. .ui-tabs { position: relative;  zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  2223. .ui-tabs .ui-tabs-nav { margin: 0;  }
  2224. .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin-top:0px; margin-left:0px;margin-right:0px;margin-bottom:1px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
  2225. .ui-tabs .ui-tabs-nav li a { float: left; padding-bottom: 5px;padding-top: 5px; padding-right: 10px;padding-left: 9px; text-decoration: none; }
  2226. .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
  2227. .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
  2228. .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
  2229. .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 20px 10px; background: none; }
  2230. .ui-tabs .ui-tabs-hide { display: none !important; }
  2231. /** Login tabs end **/
  2232.  
  2233. /** border fixes for first & last column for ec only**/
  2234.  
  2235. .nstable thead tr .invoicecol3{
  2236.     border-right: 0px;
  2237. }
  2238. .nstable thead tr .invoicepaycol4{
  2239.     border-right: 0px;
  2240. }
  2241. .nstable thead tr .transcol7{
  2242.     border-right: 0px;
  2243. }
  2244. .nstable thead tr .Welcomepageinvoicecol9{
  2245.     border-right: 0px;
  2246. }
  2247. .nstable thead tr .Welcomepageinvoicecol4{
  2248.     border-right: 0px;
  2249. }
  2250. .nstable thead tr .Welcomepageinvoicecol13header{
  2251.     border-right: 0px;
  2252. }
  2253. .nstable thead tr .Welcomepageinvoicecol13{
  2254.     border-right: 0px;
  2255. }
  2256. .nstable thead tr .Billingunitcardcol4{
  2257.     border-right: 0px;
  2258. }
  2259. .nstable tbody tr .invoicecol3{
  2260.     border-right: 0px;
  2261. }
  2262. .nstable tbody tr .invoicepaycol4{
  2263.     border-right: 0px;
  2264. }
  2265. .nstable tbody tr .transcol7{
  2266.     border-right: 0px;
  2267. }
  2268. .nstable tbody tr .Welcomepageinvoicecol9{
  2269.     border-right: 0px;
  2270. }
  2271. .nstable tbody tr .Welcomepageinvoicecol4{
  2272.     border-right: 0px;
  2273. }
  2274. .nstable tbody tr .Welcomepageinvoicecol13header{
  2275.     border-right: 0px;
  2276. }
  2277. .nstable tbody tr .Welcomepageinvoicecol13{
  2278.     border-right: 0px;
  2279. }
  2280. .nstable tbody tr .Billingunitcardcol4{
  2281.     border-right: 0px;
  2282. }
  2283. /** border fixes **/
  2284.         </STYLE>
  2285.         <!--[if lt IE 9]>
  2286.         <link rel="stylesheet" href="/nis/external/generic/css/ieonly.css" />
  2287.         <![endif]-->       
  2288.  
  2289. <script type="text/javascript">
  2290. <!--
  2291.     $(document).ready(function()
  2292.     {
  2293.       //for table row
  2294.       $(".nstable tr:nth-child(even)").css("background", "#F7F6F4");
  2295.       $(".nstable tr:nth-child(odd)").css("background", "#F7F6F4");
  2296.  
  2297.       // For EC set make sure span elements in table columns are of equal height
  2298.       //     
  2299.         var colheight = 0;
  2300.         var heightdiffers = "false";
  2301.       $(".nstable thead tr th span").each(function (i) {
  2302.           if(i==0){
  2303.               colheight = $(this).height();
  2304.           }
  2305.           if($(this).height() > colheight){
  2306.               colheight = $(this).height();
  2307.               heightdiffers = "true";
  2308.           }    
  2309.       });
  2310.  
  2311.       if(heightdiffers == "true"){
  2312.           $(".nstable thead tr th span").each(function (i) {
  2313.               $(".nstable thead tr th span").css("height",colheight);
  2314.           });
  2315.       }
  2316.        
  2317.     });
  2318.     //-->
  2319. </script>      
  2320.        
  2321.    
  2322.    
  2323.     </head>
  2324.     <body onload="window.focus();">
  2325.    
  2326.    
  2327.        
  2328.      
  2329.            
  2330.     <div id="Gridcontainer" class="container_24">
  2331.         <div id="Header">
  2332.             <div id="Brandingloggo" class="grid_24 alpha omega">
  2333.                 <img alt="Loggo" src="/nis/external/bin?k=img.logo.top&i=0005"/>                   
  2334.             </div>
  2335.             <div class="clear"></div>      
  2336.            
  2337.  
  2338.  
  2339.  
  2340.  
  2341. <script type="text/javascript">
  2342.     $(document).ready(function() {     
  2343.         $('#Topmenulist #StartMenu').addClass('topmenuselecteditem');
  2344.     });                
  2345. </script>
  2346.  
  2347.                 <div id="Topmenu">
  2348.                     <div id="Topmenulist" class="grid_24">  
  2349.                     <ul>
  2350.                         <li class="firstmenuitem"><a class="topmenulink" id="StartMenu" href="startPage.do">Hem</a></li>
  2351.                         <li><a class="topmenulink" id="ProfileMenu" href="myProfile.do">Mina uppgifter</a></li>
  2352.                         <li><a class="topmenulink" id="ContactMenu" href="contactUs.do">Kontakta oss</a></li>
  2353.                        
  2354.                            
  2355.                                 <li class="lastmenuitem"><a class="topmenulink"  href="/nis/external/nisLogout?profile=ecse">Logga ut</a></li>
  2356.                            
  2357.                        
  2358.                     </ul>      
  2359.                     </div>                                 
  2360.                     <div class="clear"></div>                  
  2361.                 </div>
  2362.  
  2363.         </div>
  2364.  
  2365.         <div id="Content">
  2366.  
  2367.             <div id="Menu" class="grid_5">
  2368.                
  2369.  
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376. <script type="text/javascript">
  2377.     $(document).ready(function() {         
  2378.         $('#Leftmenutop #StartMenu').addClass('leftmenutopselecteditem');      
  2379.         $('#Leftmenubottom #StartMenu').addClass('leftmenubottomselecteditem');
  2380.     });                
  2381. </script>  
  2382.  
  2383.  
  2384.     <ul id="Leftmenutop">
  2385.         <li id="Leftmenuesaldo" ><span>e-Saldo</span></li>
  2386.         <li><span><a class="leftmenutoplink" id="BillingMenu" href="getBillingUnits.do">Kortöversikt</a></span></li>
  2387.         <li><span><a class="leftmenutoplink" id="InvoiceMenu" href="getInvoiceList.do">Fakturaöversikt</a></span></li>
  2388.         <li><span><a class="leftmenutoplink" id="TransactionMenu" href="getPendingTransactions.do">Ofakturerat</a></span></li>
  2389.         <li><span><a class="leftmenutoplink" id="SearchMenu" href="searchTransactions.do">Sök transaktioner</a></span></li>
  2390.     </ul>
  2391.     <ul id="Leftmenubottom">       
  2392.        
  2393.         <li><span><a class="leftmenubottomlink" id="SecureCodeMenu" href="secureCode.do?action=view">MasterCard SecureCode
  2394. </a></span></li>       
  2395.        
  2396.         <li><span><a class="leftmenubottomlink" id="OnlineShoppingMenu" href="onlineShoppingInfo.do">Back2u-shopping</a></span></li>       
  2397.     </ul>
  2398.  
  2399.             </div>
  2400.  
  2401.             <div id="Contentbody" class="grid_19">
  2402.                 <div id="Startpage">           
  2403.                    
  2404.  
  2405.  
  2406.  
  2407.  
  2408.     <!--  -->
  2409.      <div id="Welcomepagetext" class="grid_13 suffix_6 alpha omega">
  2410.         <div class="indentationwrapper">
  2411.             <h1>Välkommen Förnamn                    Efternamn                        </h1>
  2412.             <p class="preamble">Med e-Saldo får du enkelt en överblick över din ekonomi. Du kan se dina köp, inbetalningar och fakturor samt aktivera MasterCard SecureCode. När du handlar i vår Back2u-portal får du dessutom pengar tillbaka på din faktura.</p>
  2413.         </div>
  2414.     </div>
  2415.     <div class="clear"></div>
  2416.            
  2417.     <!--  -->
  2418.    
  2419.        
  2420.            
  2421.        
  2422.    
  2423.    
  2424.                
  2425.     <div class="clear"></div>
  2426.    
  2427.     <!-- -->
  2428.     <!--  -->
  2429.    
  2430.        
  2431.        
  2432.         <!-- -->
  2433.         <div class="indentationwrapper">               
  2434.             <h2>Avtal 12345678901          </h2>
  2435.         </div>
  2436.         <div class="clear"></div>
  2437.        
  2438.    
  2439.         <!-- -->   
  2440.         <div id="Welcomepagebillingaccount0" class="grid_19 alpha omega startpageformbg">                              
  2441.  
  2442.             <!-- -->
  2443.             <!--  -->
  2444.            
  2445.                 <!--  -->
  2446.                 <div id="Welcomepagecontracts" class="grid_9 alpha omega">         
  2447.                                            
  2448.                         <!--  -->
  2449.                         <!--  -->
  2450.                         <!--  -->
  2451.                         <div id="Welcomepagecardimagecontainer" class="grid_9 alpha omega" >
  2452.                            
  2453.                            
  2454.                                
  2455.                                
  2456.                                    
  2457.                                     <!--  -->
  2458.                                     <div id="Welcomepagecardimg0" class="grid_2 alpha Welcomepagecardimagecontainer">
  2459.                                         <div class="indentationwrapper">
  2460.                                             <img class="Welcomepagecardimagesmall" src="/nis/external/bin?k=img.startpage.card&i=5&c=123456">
  2461.                                         </div>
  2462.                                     </div>
  2463.                                
  2464.                                     <!--  -->
  2465.                                     <div id="Welcomepagecardinfo0" class="grid_7 omega Welcomepagecardimagecontainer">                         
  2466.                                         Eurocard Företagsupphandlat Privatkort delbet     <br>
  2467.                                         Efternamn Förnamn          <br>
  2468.                                         **** **** **** 1234
  2469.                                     </div>                             
  2470.                                                            
  2471.                              
  2472.                         </div>
  2473.                    
  2474.                 </div>
  2475.                
  2476.            
  2477.                     <!--  -->
  2478.                     <div id="Welcomepagecontractinfo0" class="grid_7 prefix_3 alpha omega Welcomepagecardcontractcontainer">
  2479.                        
  2480.                            
  2481.                             <!--  -->          
  2482.                            
  2483.                    
  2484.                      
  2485.                              
  2486.                                
  2487.                                
  2488.                                
  2489.                                    
  2490.                                    
  2491.                                    
  2492.                                    
  2493.                                                                          
  2494.                                
  2495.                                    
  2496.                                    
  2497.  
  2498.                                                
  2499.                                            
  2500.                                                                              
  2501.                                    
  2502.                                    
  2503.                                    
  2504.                                         <div class="grid_4 alpha Welcomepagebillingunitnonbilledlabel"><div class="indentationwrapper"><a href="getPendingTransactions.do?id=a1b2c3d4e5f6s7b8c9d0">Ofakturerat</a>&nbsp;</div></div>
  2505.                                         <div class="grid_3 omega Welcomepagebillingunitnonbilledamount">&nbsp;2 988,96</div>
  2506.                                    
  2507.                                    
  2508.                                    
  2509.                                    
  2510.                                                                              
  2511.                                         <div class="grid_4 alpha Welcomepagebillingunitcutoffdatelabel"><div class="indentationwrapper">Brytdatum&nbsp;</div></div>
  2512.                                         <div class="grid_3 omega Welcomepagebillingunitcutoffdate">&nbsp;2010-11-07</div>
  2513.                                      
  2514.                                    
  2515.                                    
  2516.                                    
  2517.                                    
  2518.                        
  2519.                                            
  2520.                                        
  2521.                                    
  2522.                                
  2523.                            
  2524.                          
  2525.                     </div>         
  2526.                            
  2527.                 <div class="clear"></div>          
  2528.             <!--  -->
  2529.         </div>
  2530.         <!-- -->
  2531.         <div class="clear"></div>
  2532.                
  2533.         <!-- -->
  2534.         <!--  -->  
  2535.                
  2536.          
  2537.          
  2538.          <div class="Welcomepageaccountfooterspacer"></div>
  2539.          
  2540.                  
  2541.      
  2542.     <!--  -->
  2543.  
  2544.        
  2545.     <!--   -->     
  2546.      
  2547.    
  2548.     <!--  -->
  2549.        
  2550.     <div id="Welcomepagepromoareas" class="grid_19 alpha omega Welcomepagepromoareacontainer">
  2551.         <span><a href="onlineShoppingInfo.do"><img src="/nis/external/bin?k=startpage.promotion.object1&i=5" border="0" alt="Kampanjetilbud"></a> </span>
  2552.     </div>
  2553.    
  2554.     <!--  -->
  2555.                 </div>
  2556.             </div>
  2557.             <div class="clear"></div>
  2558.         </div>
  2559.  
  2560.         <div id="Footer">
  2561.            
  2562. <div id="Copyrightfooter" class="grid_24">            
  2563.     <span>Kundcenter | tel: 08-14 67 37 | fax: 08-14 67 36 | e-post: <A href="mailto:[email protected]">[email protected]</A></span>                  
  2564. </div>
  2565. <div class="clear"></div>
  2566.  
  2567.         </div>
  2568.     </div> 
  2569.      <!-- SiteCatalyst -->
  2570.  
  2571.  
  2572.         <script type="text/javascript">
  2573.         CStitle='/ecse/startPage.do';
  2574.         </script>
  2575.         <script language="JavaScript" type="text/javascript" src="/nis/external/default/js/s_code.js" ></script>   
  2576.         <script type="text/javascript"> s.prop7=document.title;</script>
  2577.         <script language="JavaScript" type="text/javascript" src="/nis/external/default/js/propagate.js" ></script>
  2578.    
  2579.     </body>
  2580. </html>
Advertisement
Add Comment
Please, Sign In to add comment