    #footer,#fbar,#breadcrumb_listing,#breadcrumb,.content-area-corners,.print img, #header_bg,#article-print, #topic-page-aditional-info,.ui-autocomplete,.background_footer
    {
        display: none
    }

    body,.background_footer{
          background-color: #fff;
          background-image: none;
          float: none;
          text-align: left;
          font-size: 11pt;
          font-family: arial;
          color: black;
          padding: 0;
          min-width: 0;

    }
    
    @media screen {
        body{margin:15px;}
    }


    .content,topic{
        background-color: white;
        text-align: left;

    }
    #topic-page-content-area{
       margin-right: 0px;
       width: auto;
    }

/*Set font size , font color and font family to all elements */
    /*list format text*/
    ul.bullet_list_items li,div.numbered_step_title,.numbered_step_text, div.bullet_list_title, div.internal ul.bullet_list_items li, ul.bullet_list_items li, div.numbered_step_title,

    /*highlight format text*/

    div.highlight_middle, div.highlight_title,div.highlight_text,


    /*light-table format text*/
    div.light-table table tbody tr td.column-right, div.light-table table tbody tr td.column-left, div.light-table table tbody tr td, div.light-table table thead tr th , div.light-table div.light-table-subheadline,

    
    /*other text*/
    div.sub-headline, div.copytext,  span.orphan-text, div.code, div.validity, .content,  div.summary ,   div.image_caption,   pre,p, div.codebox_middle ,

    /*further_information*/
    div.further_information_title,

    /*table format text */
    div.feature-box-content-text, div.regular-table div.regular-table-subheadline, div.regular-table table tbody tr td, span.small-font, div.regular-table table thead tr th

    {
        font-size: 11pt;
        font-family: arial;
        color: black;

    }

    .sub-headline {
        font-weight: bold;
    }


    #headline-text{
       margin-right: 0px;
       padding-right: 0px;
       font-size: 16pt;
       font-family: arial;
    }





   img {
       border: 0;
   }

   img.article-image{
         max-width: 510px;
     }

    #topic-page-content-area a, ul.bullet_list_items li a{
        font-size: 11pt;
    }

    a.external_link{
        padding-right: 0px
    }

    
  pre {font-family:monospace}


   div.internal ul.bullet_list_items li,
   ul.bullet_list_items li {
       list-style-type:disc;
       list-style-position: inside;
    }


    div.codebox_middle{
        color: black;
    }


/* Remove Background image */


.border_dimension.further_top_img,.border_dimension.further_bottom_img,div.further_info_box,span.info_box_title,.headline .headline-border,
.container-type-3a .middle,.container-type-3a .bottom ,.top-article-list li,.container-type-3b .headline,.container-type-3b .middle,.border_dimension.highlight_top_img,
.container-type-3b .bottom, .right-top-article-list li , .border_dimension.highlight_bottom_img, .highlight_box, .feature-box .headline,  #banner,
div.highlight_top,  div.highlight_middle , div.highlight_bottom, div.codebox_top,  div.codebox_middle,  div.codebox_bottom , div.further_information_top,
div.further_information_middle,  div.further_information_bottom,  div.highlight_bottom ,  div.regular-table table thead tr,  div.regular-table table tbody tr td,  div.internal ul.bullet_list_items li,   ul.bullet_list_items li ,  div.further_information_bottom ,  div.further_information_middle,  div.regular-table table,  a.external_link,  tr,td
   {       background-image:none;
   }

    /* Start- Define  Table*/

    div.regular-table table{

        background-color: #fff;
        border:none;
        border-collapse: collapse;
    }

    div.regular-table table thead tr th{
        border: 1px solid #d3d3d3;

    }


    div.regular-table table tbody tr td{
        border: 1px solid #d3d3d3 !important;

    }

    div.regular-table table tbody tr td.first-cell {
      border: 1px solid #d3d3d3 !important;
    }

    div.regular-table table tbody tr.row0{
        background-color: white;
    }


    .contact-feature-box{
        background-image: none;
    }

    .contact-feature-box-content-text .contact-blue-bar{
        background: none repeat scroll 0 0 #FFFFFF;
    }

     /* END Table*/



