<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {    font-family: lato-black;    src: url(/Lato-Black.ttf);   }
@font-face {    font-family: lato-black-italic;    src: url(./Lato-BlackItalic.ttf);   }
@font-face {    font-family: lato-bold;    src: url(./Lato-Bold.ttf);   }
@font-face {    font-family: lato-bold-italic;    src: url(./Lato-BoldItalic.ttf);   }
@font-face {    font-family: lato-hairline;    src: url(./Lato-Hairline.ttf);   }
@font-face {    font-family: lato-hairline-italic;    src: url(./Lato-HairlineItalic.ttf);   }
@font-face {    font-family: lato-heavy;    src: url(./Lato-Heavy.ttf);   }
@font-face {    font-family: lato-heavy-italic;    src: url(./Lato-HeavyItalic.ttf);   }
@font-face {    font-family: lato-italic;    src: url(./Lato-Italic.ttf);   }
@font-face {    font-family: lato-light;    src: url(./Lato-Light.ttf);   }
@font-face {    font-family: lato-light-italic;    src: url(./Lato-LightItalic.ttf);   }
@font-face {    font-family: lato-medium;    src: url(./Lato-Medium.ttf);   }
@font-face {    font-family: lato-medium-italic;    src: url(./Lato-MediumItalic.ttf);   }
@font-face {    font-family: lato-regular;    src: url(./Lato-Regular.ttf);   }
@font-face {    font-family: lato-semibold;    src: url(./Lato-Semibold.ttf);   }
@font-face {    font-family: lato-semibold-italic;    src: url(./Lato-SemiboldItalic.ttf);   }
@font-face {    font-family: lato-thin;    src: url(./Lato-Thin.ttf);   }
@font-face {    font-family: lato-thin-italic;    src: url(./Lato-ThinItalic.ttf);   }



* {
   -webkit-tap-highlight-color:rgba(0,0,0,0);
   -webkit-tap-highlight-color:transparent;
   outline-style:none;
}

body {
      font-size:100%;
      font-family:"lato-regular", Helvetica, sans-serif;
      margin:0;
      padding:0;
      min-width:250px;
      color:#1A1A1A;
      background-color:#fff;
}

P {
	color: #1A1A1A;
}


div.content {
             background-color:#F2F2F2;
}
div.header {
            background-color:#F2F2F2;
            z-index:110;
}
div.content_top_link {
                      display:none;
                      position:fixed;
                      right:2em;
                      bottom:1em;
                      height:1em;
}
div.content_top_link a {
                        font-weight:bold;
                        text-decoration:none;
                        background-color:transparent;
                        background-image:url(to_top.png);
                        background-repeat:no-repeat;
                        background-position:left center;
                        background-size:contain;
                        padding-left:25px;
                        color:#83CCDF;
}
div.content_top_link a:hover {
                              text-decoration:none !important;
}
div.content_top_link a:active {
                               text-decoration:none !important;
}
div.header a {
              text-decoration:inherit;
}
div.sidebar a {
               color:inherit;
               text-decoration:inherit;
}
div.desktop_functionholder a {
                              color:inherit;
                              text-decoration:inherit;
}
div.searchfieldholdermobile a {
                               color:inherit;
                               text-decoration:inherit;
}
div.wSearchResults a {
                      color:inherit;
                      text-decoration:inherit;
}
div.buttonbar a {
                 color:inherit;
                 text-decoration:inherit;
                 display:block;
                 height:100%;
                 width:100%;
                 text-decoration:none;
}
a.homelink {
            border:none;
            text-decoration:none;
            color:#4d4d4d;
            font-family:"lato-regular", Helvetica, sans-serif;
            font-size:1.9em;
}
a.homelink:hover {
                  text-decoration:none;
                  color:#4d4d4d;
}
div.logo {
          text-align:left;
         
}
div.logo img {
              width:auto !important;
              max-height:100% !important;
              vertical-align:middle;
              
}
div#localisation {
                  display:none;
}
input[type="search"]                        ::-webkit-search-decoration {
                                                                         display:none;
}
input[type="search"]                        ::-webkit-search-cancel-button {
                                                                            display:none;
}
input[type="search"]                        ::-webkit-search-results-button {
                                                                             display:none;
}
input[type="search"]                        ::-webkit-search-results-decoration {
                                                                                 display:none;
}
input[type="search"]                        ::-ms-clear {
                                                         display:none;
}
div.buttonbar {
               background-color:#F2F2F2;
}
div.buttonbarholder {
                     width:45em;
                     height:5em;
                     margin:0 auto;
}
div.buttonbarholder &gt; div {
                           width:5em;
                           height:5em;
                           margin:0 2em 2em;
                           padding:0;
                           float:left;
                           cursor:pointer;
}
div.buttonbar div img {
                       max-width:100%;
}
div.bar_toc {
             background-color:transparent;
             background-image:url(toc_buttonbar.png);
             background-repeat:no-repeat;
             background-position:center center;
}
div.bar_toc:hover {
                   background-color:#ffffff;
                   background-image:url(toc_buttonbar_hover.png);
                   background-repeat:no-repeat;
                   background-position:center center;
}
div.bar_toc:active {
                    background-color:#FDFFFC;
                    background-image:url(toc_buttonbar_hover.png);
                    background-repeat:no-repeat;
                    background-position:center center;
}
div.bar_toc_active {
                    background-color:#FDFFFC;
                    background-image:url(toc_buttonbar_hover.png);
                    background-repeat:no-repeat;
                    background-position:center center;
}
div.bar_index {
               background-color:transparent;
               background-image:url(index_buttonbar.png);
               background-repeat:no-repeat;
               background-position:center center;
               display:none;
}
div.bar_index:hover {
                     background-color:#ffffff;
                     background-image:url(index_buttonbar_hover.png);
                     background-repeat:no-repeat;
                     background-position:center center;
}
div.bar_index:active {
                      background-color:#ffffff;
                      background-image:url(index_buttonbar_hover.png);
                      background-repeat:no-repeat;
                      background-position:center center;
}
div.bar_index_active {
                      background-color:#ffffff;
                      background-image:url(index_buttonbar_hover.png);
                      background-repeat:no-repeat;
                      background-position:center center;
}
div.bar_glossary {
                  background-color:transparent;
                  background-image:url(glo_buttonbar.png);
                  background-repeat:no-repeat;
                  background-position:center center;
                  display:none;
}
div.bar_glossary:hover {
                        background-color:#ffffff;
                        background-image:url(glo_buttonbar_hover.png);
                        background-repeat:no-repeat;
                        background-position:center center;
}
div.bar_glossary:active {
                         background-color:#ffffff;
                         background-image:url(glo_buttonbar_hover.png);
                         background-repeat:no-repeat;
                         background-position:center center;
}
div.bar_glossary_active {
                         background-color:#ffffff;
                         background-image:url(glo_buttonbar_hover.png);
                         background-repeat:no-repeat;
                         background-position:center center;
}
div.bar_search {
                background-color:transparent;
                background-image:url(search_buttonbar.png);
                background-repeat:no-repeat;
                background-position:center center;
}
div.bar_search:hover {
                      background-image:url(search_buttonbar_hover.png);
                      background-repeat:no-repeat;
                      background-position:center center;
}
div.bar_search:active {
                       background-color:#FDFFFC;
                       background-image:url(search_buttonbar_hover.png);
                       background-repeat:no-repeat;
                       background-position:center center;
}
div.bar_search_active {
                       background-color:#FDFFFC;
                       background-image:url(search_buttonbar_hover.png);
                       background-repeat:no-repeat;
                       background-position:center center;
}
div.bar_topic {
               background-color:transparent;
               background-image:url(topic.png);
               background-repeat:no-repeat;
               background-position:center center;
}
div.bar_topic:hover {
                     background-color:transparent;
                     background-image:url(topic.png);
                     background-repeat:no-repeat;
                     background-position:center center;
}
div.bar_topic:active {
                      background-color:transparent;
                      background-image:url(topic.png);
                      background-repeat:no-repeat;
                      background-position:center center;
}
div.specialpagetitle {
                      font-family:"lato-regular", Helvetica, sans-serif;
                      text-align:center;
                      font-size:2em;
                      font-weight:bold;
                      color:#4d4d4d;
                      margin:0;
                      padding:.5em 0;
}
.hidden {
         display:none;
}
div.switch {
            min-height:50px;
            line-height:50px;
            min-height:1.2em;
            line-height:1.2em;
}
label.switch-toggle {
                     background-image:url('switch.png');
                     background-repeat:repeat-y;
                     height:26px;
                     width:52px;
                     line-height:25px;
                     padding:0 12px;
                     font-size:0px;
                     display:block !important;
                     font-weight:bold;
                     cursor:pointer;
                     display:none;
                     float:left;
                     -webkit-user-select:none;
                     -moz-user-select:none;
                     -ms-user-select:none;
                     
}
label.switch-toggle.on {
                        text-align:center;
                        background-position:0px 0px;
                        color:#ffffff;
                        padding:0 10px 0 14px;
}
label.switch-toggle.off {
                         text-align:left;
                         background-position:0px 26px;
                         color:#ffffff;
}
label.switch-toggle.hidden {
                            display:none;
}
@media screen and (max-width: 43.68em) {
body {
      overflow:hidden;
}
}
@media screen and (max-width: 43.68em) {
html {
      overflow:hidden;
}
}
@media screen and (max-width: 43.68em) {
div.floatholder {
}
}
@media screen and (max-width: 43.68em) {
div.phone_scrollarea {
}
}
@media screen and (max-width: 43.68em) {
div.header {
            position:absolute;
            overflow:auto;
            top:0;
            left:0;
            right:0;
            height:3.3em;
            font-size:0.8em;
            z-index:1;
            border-bottom: 1px solid #b8babd;
}
}
@media screen and (max-width: 43.68em) {
table.headertable {
                   height:3.3em;
                   margin:0;
                   padding:0;
                   border-collapse:collapse;
                   border-spacing:0;
                   width:100%;
                   z-index:0;
}
}
@media screen and (max-width: 43.68em) {
table.headertable tr {
                      margin:0;
                      padding:0;
}
}
@media screen and (max-width: 43.68em) {
table.headertable td {
                      margin:0;
                      padding:0;
}
}
@media screen and (max-width: 43.68em) {
table.headertable td.logo {
                           width:1.5em;
                           text-align:center;
                           vertical-align:middle;
                            display:none;
}
}
@media screen and (max-width: 43.68em) {
table.headertable td.logo img {
                               max-width:3em !important;
                               vertical-align:middle;
                                display:none;
}
}
@media screen and (max-width: 43.68em) {
table.headertable td.title {
}
}
@media screen and (max-width: 43.68em) {
table.headertable td.title div {
                                height:2.2em;
                                line-height:2.2em;
                                font-size:0.9em;
                                overflow-y:hidden;
                                overflow-x:hidden;
                                padding-left:.8em;
}
}
@media screen and (max-width: 43.68em) {
table.headertable td.brsNext {
                              width:40px;
                              vertical-align:middle;
                              text-align:center;
}
}
@media screen and (max-width: 43.68em) {
table.headertable td.brsBack {
                              width:40px;
                              vertical-align:middle;
                              text-align:center;
}
}
@media screen and (max-width: 43.68em) {
table.headertable td.brsNext a img {
                                    max-height:100% !important;
                                    vertical-align:middle;
}
}
@media screen and (max-width: 43.68em) {
table.headertable td.brsBack a img {
                                    max-height:100% !important;
                                    vertical-align:middle;
}
}
@media screen and (max-width: 43.68em) {
div.searchholder {
                  margin:0em 5%;
                  margin-top:-1.2em;
                  width:90%;
                  height:6em;
                  float:left;
                  z-index:1;
}
}
@media screen and (max-width: 43.68em) {
div.sidebar {
             display:none;
}
}
@media screen and (max-width: 43.68em) {
div.content {
             position:absolute;
             top:3.4em;
             bottom:2.65em;
             left:0;
             padding-bottom:1em;
             width:100%;
             overflow:auto;
             -webkit-overflow-scrolling:touch;
}
}
@media screen and (max-width: 43.68em) {
div.specialpagetitle {
                      font-size:1.5em;
}


}
@media screen and (max-width: 43.68em) {
div.desktop_functionholder {
                            display:none;
}
}
@media screen and (max-width: 43.68em) {
div.desktop_functionholder.searchpage {
                                       display:block;

}
}
@media screen and (max-width: 43.68em) {
div.desktop_functionholder div.brsNext {
                                        display:none;
}
}
@media screen and (max-width: 43.68em) {
div.desktop_functionholder div.brsPrev {
                                        display:none;
}
}
@media screen and (max-width: 43.68em) {
div.desktop_functionholder div.print {
                                      display:none;
}
}
@media screen and (max-width: 43.68em) {
div.desktop_functionholder div.home {
                                     display:none;
}
}
@media screen and (max-width: 43.68em) {
div.buttonbar {
               position:fixed;
               bottom:0;
               left:0;
               right:0;
               height:2.5em;
}
}
@media screen and (max-width: 43.68em) {
div.buttonbar &gt; div {
                     width:100%;
                     height:2.5em;
                     margin:0 auto;
}
}
@media screen and (max-width: 43.68em) {
div.buttonbar &gt; div &gt; div {
                           width:20%;
                           margin:0;
                           padding:0;
                           height:2.5em;
                           float:left;
}
}
@media screen and (max-width: 43.68em) {
div.bar_toc {
             background-image:url(toc_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_toc:hover {
                   background-image:url(toc_hover_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_toc:active {
                    background-image:url(toc_hover_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_toc_active {
                    background-image:url(toc_hover_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_index {
               background-image:url(index_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_index:hover {
                     background-image:url(index_hover_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_index:active {
                      background-image:url(index_hover_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_index_active {
                      background-image:url(index_hover_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_glossary {
                  background-image:url(glo_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_glossary:hover {
                        background-image:url(glo_hover_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_glossary:active {
                         background-image:url(glo_hover_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_glossary_active {
                         background-image:url(glo_hover_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_search {
                background-image:url(search_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_search:hover {
                      background-image:url(search_hover_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_search:active {
                       background-image:url(search_hover_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_search_active {
                       background-image:url(search_hover_buttonbar_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_topic {
               background-image:url(icon_back_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_topic:hover {
                     background-image:url(icon_back_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_topic:active {
                      background-image:url(icon_back_small.png);
}
}
@media screen and (max-width: 43.68em) {
div.bar_toc.topic_page {
                        width:25%;
}
}
@media screen and (max-width: 43.68em) {
div.bar_index.topic_page {
                          width:25%;
}
}
@media screen and (max-width: 43.68em) {
div.bar_glossary.topic_page {
                             width:25%;
}
}
@media screen and (max-width: 43.68em) {
div.bar_search.topic_page {
                           width:25%;
}
}
@media screen and (max-width: 43.68em) {
div.buttonbarholder.topic_page_holder {
                                       width:80%;
                                       margin:0 0%;
}
}



@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.floatholder {

}
div.bar_toc.topic_page {
                        width:10%;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.phone_scrollarea {
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.header {
            position:absolute;
            overflow:auto;
            top:0;
            left:0;
            right:0;
            height:4em;
            z-index:1;
            border-bottom: 1px solid #b8babd;
            
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
table.headertable {
                   height:4em;
                   margin:0;
                   padding:0;
                   border-collapse:collapse;
                   border-spacing:0;
                   width:100%;
                   overflow:hidden;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
table.headertable td.logo {
                           max-height:4em;
                           width:4em;
                           vertical-align:middle;
                           text-align:center;
                            display:none;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
table.headertable td.logo img {
                               vertical-align:middle;
                               max-height:3.5em !important;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
table.headertable td.title {
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
table.headertable td.title div {
                                height:2.2em;
                                line-height:2.2em;
                                font-size:1.6em;
                                overflow-y:hidden;
                                overflow-x:hidden;
                                white-space:no-wrap;
                                padding-left:.8em;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
table.headertable td.brsNext {
                              width:2.5em;
                              vertical-align:middle;
                              text-align:center;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
table.headertable td.brsBack {
                              width:2.5em;
                              vertical-align:middle;
                              text-align:center;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
table.headertable td.brsNext a img {
                                    min-width:70% !important;
                                    margin-right:.2em;
                                    max-height:100% !important;
                                    vertical-align:middle;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
table.headertable td.brsBack a img {
                                    min-width:70% !important;
                                    margin-right:.2em;
                                    max-height:100% !important;
                                    vertical-align:middle;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
td.title a {
            font-size:1em;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.sidebar {
             display:none;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.content {
             position:absolute;
             top:4.5em;
             bottom:5.5em;
             left:0;
             right:0;
             margin:0;
             overflow:auto;
             -webkit-overflow-scrolling:touch;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.desktop_functionholder {
                            display:none;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.desktop_functionholder.searchpage {
                                       display:block;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.desktop_functionholder div.brsNext {
                                        display:none;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.desktop_functionholder div.brsPrev {
                                        display:none;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.desktop_functionholder div.print {
                                      display:none;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.desktop_functionholder div.home {
                                     display:none;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.buttonbar {
               position:fixed;
               bottom:0;
               left:0;
               right:0;
               height:5em;
               border-top: 1px solid #b8babd;
}
}

@media screen and (max-width: 43.69em) {
div.buttonbar {
               
               border-top: 1px solid #b8babd;
}
}

@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.buttonbarholder.topic_page_holder {
                                       width:36em;
                                       height:5em;
                                       margin:0;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.floatholder {
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.header {
            position:fixed;
            top:0;
            left:0;
            width:100%;
            height:4em;
            overflow:hidden;
            z-index:1;
            font-size:1em;
            border-bottom: 1px solid #b8babd;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
table.headertable {
                   height:4em;
                   margin:0;
                   padding:0;
                   border-collapse:collapse;
                   border-spacing:0;
                   width:100%;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
table.headertable td.logo {
                           max-height:4em;
                           width:4em;
                           text-align:center;
                           vertical-align:middle;
                            display:none;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
table.headertable td.logo img {
                               max-height:3.5em !important;
                               vertical-align:middle;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
table.headertable td.title {
     
}
}


@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
table.headertable td.title div {
                                height:2.2em;
                                line-height:2.2em;
                                font-size:1em;
                                overflow-y:hidden;
                                overflow-x:hidden;
                                white-space:no-wrap;
                                padding-left:.8em;
                                
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
table.headertable td.brsNext {
                              width:40px;
                              vertical-align:middle;
                              text-align:center;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
table.headertable td.brsBack {
                              width:40px;
                              vertical-align:middle;
                              text-align:center;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
table.headertable td.brsNext a img {
                                    min-width:70% !important;
                                    max-height:100% !important;
                                    vertical-align:middle;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
table.headertable td.brsBack a img {
                                    min-width:70% !important;
                                    max-height:100% !important;
                                    vertical-align:middle;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.sidebar {
             display:none;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.content {
             position:fixed;
             top:4em;
             left:5.25em;
             right:.1em;
             bottom:.25em;
             overflow:auto;
             -webkit-overflow-scrolling:touch;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.desktop_functionholder {
                            display:none;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.desktop_functionholder.searchpage {
                                       display:block;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.desktop_functionholder div.brsNext {
                                        display:none;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.desktop_functionholder div.brsPrev {
                                        display:none;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.desktop_functionholder div.print {
                                      display:none;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.desktop_functionholder div.home {
                                     display:none;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.buttonbar {
               position:fixed;
               top:4em;
               left:0;
               bottom:0;
               width:5em;
               overflow-y:auto;
               overflow-x:hidden;
               margin:0;
               padding:0;
               border-right: 1px solid #b8babd;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.buttonbar::-webkit-scrollbar {
                                  display:none;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.buttonbar &gt; div {
                     margin:0;
                     padding:0;
                     width:100%;
                     height:100%;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.buttonbar &gt; div &gt; div {
                           margin-left:0;
                           margin-right:0;
}
}
@media screen and (min-width: 81em) {
::-webkit-scrollbar {
                     width:.5em;
                     height:.5em;
}
}
@media screen and (min-width: 81em) {
::-webkit-scrollbar-button {
}
}
@media screen and (min-width: 81em) {
::-webkit-scrollbar-track {
                           background-color:#f2f2f2;
}
.wTabContentGroup::-webkit-scrollbar-track {
                           background-color:#f2f2f2;
}
}
@media screen and (min-width: 81em) {
::-webkit-scrollbar-track-piece {
}
}
@media screen and (min-width: 81em) {
::-webkit-scrollbar-thumb {
                           background-color:#ccc;
}
}
@media screen and (min-width: 81em) {
::-webkit-scrollbar-corner {
}
}

@media screen and (min-width: 81em) {
::-webkit-resizer {
}
}
@media screen and (min-width: 81em) {
body {
}
}
@media screen and (min-width: 81em) {
div.header {
            width:100%;
            height:4.5em;
            margin:0;
            padding:0;
            position:absolute;
            overflow:hidden;
}
}
@media screen and (min-width: 81em) {
div.title {
     font-size:1.9em;
}
}
@media screen and (min-width: 81em) {
div.content {
             position:absolute;
             top:1.2em;
             right:0%;
             width:78%;
             bottom:0;
             overflow:hidden;
             z-index:220;
}
}
@media screen and (min-width: 81em) {
div.sidebar {
             background-color:#F2F2F2;
             position:absolute;
             top:0.5em;
             left:0%;
             width:22%;
             bottom:0;
             overflow:hidden;
}
}
@media screen and (min-width: 81em) {
div.sidebar .ui-resizable-e {
                             background-color:#F2F2F2;
                             width:3px;
                             right:0;
                             cursor:col-resize;
}
}
@media screen and (min-width: 81em) {
div.desktop_functionholder {
                            background-color:#F2F2F2;
                            height:3.3em;
                            width:100%;
                            overflow:hidden;
                            z-index:100;
}
}
@media screen and (min-width: 81em) {
div.floatholder {
}
}
@media screen and (min-width: 81em) {
table.headertable {
                   height:4.5em;
                   width:100%;
                   margin:0;
                   padding:0;
                   border-spacing:0;
                   border-collapse:collapse;
}
}
@media screen and (min-width: 81em) {
table.headertable tr {
                      padding:0;
                      margin:0;
}
}
@media screen and (min-width: 81em) {
table.headertablde td {
                       padding:0;
                       margin:0;
}
}
@media screen and (min-width: 81em) {
table.headertable td.logo {
                           padding:0 0 0 .5em;
                           width:4em;
                           vertical-align:middle;
                            display:none;
}
}
@media screen and (min-width: 81em) {
table.headertable td.logo img {
                               vertical-align:middle;
                               max-height:4em;
}
}
@media screen and (min-width: 81em) {
table.headertable td.title {
                            font-size:1.0em;
                            vertical-align:top;
                            padding-top:1em;
                            padding-left:1em;
                           
}
}
@media screen and (min-width: 81em) {
table.headertable td.title div {
                                display:inline;
                                
}
}
@media screen and (min-width: 81em) {
table.headertable td.brsNext {
                              display:none;
}
}
@media screen and (min-width: 81em) {
table.headertable td.brsBack {
                              display:none;
}
}
@media screen and (min-width: 81em) {
div.sidebar div.closebutton {
                             position:absolute;
                             right:.1em;
                             top:50%;
                             height:2em;
                             width:.9em;
                             margin:-2em 0 0 0;
                             cursor:pointer;
                             z-index:250;
                             border:none;
                             -webkit-border-radius:.3em;
                             -moz-border-radius:.3em;
                             border-radius:.3em;
                             display:none;
}
}
@media screen and (min-width: 81em) {
div.sidebar .buttonOpened {
                           background-color:#ffffff;
                           background-image:url(close_sidebar.png);
                           background-repeat:no-repeat;
                           background-position:left center;
}
}
@media screen and (min-width: 81em) {
div.sidebar .buttonClosed {
                           background-color:#ffffff;
                           background-image:url(open_sidebar.png);
                           background-repeat:no-repeat;
                           background-position:right center;
}
}
@media screen and (min-width: 81em) {
div.sidebar div.text {
                      text-align:center;
                      font-size:1.8em;
                      font-weight:bold;
                      margin:0;
                      padding:.25em 0;
}
}
@media screen and (min-width: 81em) {
div.sidebar div.text a {
                        color:#006600;
                        text-decoration:none;
                        border:none;
                        display:block;
                        height:4.5em;
                        background:transparent url(topic.png)             no-repeat center 2em;
}
}
@media screen and (min-width: 81em) {
div.sidebar div.text a:hover {
                              background-color:#ffffff;
}
}

@media screen and (min-width: 81em) {
div.content_top_link {
                      display:none;
}
}
@media screen and (min-width: 81em) {
div.searchholder {
                    
                  float:left;
                  height:5em;
                  margin:0 .5em;
}
}
@media screen and (min-width: 81em) {
div.home {
          float:right;
          height:3em;
          width:auto;
          margin:0.45em;
          margin-right:0.25em;
          margin-right:1.5em;
          display:block;
}
}
@media screen and (min-width: 81em) {
div.print {
           float:right;
           height:3em;
           width:3em;
           margin:0 .2em;
           margin-left:0;
}
}
@media screen and (min-width: 81em) {
div.brsBack {
             float:left;
             height:3em;
             width:3em;
             margin:0 .25em;
}
}
@media screen and (min-width: 81em) {
div.brsNext {
             float:left;
             height:3em;
             width:3em;
             margin:0 .25em;
}
}
@media screen and (min-width: 81em) {
div.home a:hover {
                  cursor:pointer;
}
}
@media screen and (min-width: 81em) {
div.print a:hover {
                   cursor:pointer;
}
}
@media screen and (min-width: 81em) {
div.brsBack a:hover {
                     background-color:#ffffff;
                     cursor:pointer;
}
}
@media screen and (min-width: 81em) {
div.brsNext a:hover {
                     background-color:#ffffff;
                     cursor:pointer;
}
}
@media screen and (min-width: 81em) {
div.home a {
            display:block;
            height:100%;
            width:100%;
            margin:0;
            padding:0;
            border:none;
            color:#9d9d9d;
            font:inherit;
}
}
@media screen and (min-width: 81em) {
div.brsBack a {
               display:block;
               height:100%;
               width:100%;
               margin:0;
               padding:0;
               border:none;
}
}
@media screen and (min-width: 81em) {
div.print a {
             display:block;
             height:100%;
             width:100%;
             margin:0;
             padding:0;
             border:none;
}
}
@media screen and (min-width: 81em) {
div.brsNext a {
               display:block;
               height:100%;
               width:100%;
               margin:0;
               padding:0;
               border:none;
}
}
@media screen and (min-width: 81em) {
div.home img {
              margin:25% 25%;
              border:none;
              vertical-align:middle;
}
}
@media screen and (min-width: 81em) {
div.brsBack img {
                 margin:25% 25%;
                 border:none;
                 vertical-align:middle;
}
}
@media screen and (min-width: 81em) {
div.print img {
               margin:25% 25%;
               border:none;
               vertical-align:middle;
               margin:10% 25% 20%;
}
}
@media screen and (min-width: 81em) {
div.brsNext img {
                 margin:25% 25%;
                 border:none;
                 vertical-align:middle;
}
}
@media screen and (min-width: 81em) {
div.buttonbar {
               display:none;
}
}
@media print {
div.header {
            display:none;
}
}
@media print {
div.sidebar {
             display:none;
}
}
@media print {
div.searchfieldholdermobile {
                             display:none;
}
}
@media print {
div.desktop_functionholder {
                            display:none;
}
}
@media print {
div.buttonbar {
               display:none;
}
}
div.wTopic {
            margin:0em;
            padding:2em 1.5em;
            position:absolute;
            top:0;
            bottom:0;
            left:0;
            right:0;
}
div.wGlossary {
}
input.wGloFilter {
                  display:block;
                  width:100%;
                  max-width:30em;
                  font-size:1em;
                  height:2.4em;
                  margin:1.2em auto 1em;
                  padding:0 2%;
                  -webkit-border-radius:.5em;
                  -moz-border-radius:.5em;
                  border-radius:.5em;
                  border-color:#83CCDF;
                  border-width:.1em;
                  border-style:solid;
                  background-color:#ffffff;
                  -moz-box-sizing:border-box;
                  box-sizing:border-box;
}
div.wGloTerm {
              color:#1A1A1A;
              font-weight:normal;
              text-align:left;
              font-size:1.2em;
              border-top-width:1px;
              border-top-style:solid;
              border-top-color:#E6E6E6;
              padding:0.8em 1em;
}
div.wGloTermHover {
                   color:#4D4D4D;
                   font-weight:normal;
                   text-align:left;
                   font-size:1.2em;
                   border-top-width:1px;
                   border-top-style:solid;
                   border-top-color:#E6E6E6;
                   padding:0.8em 1em;
                   cursor:pointer;
                   background-color:#f1ede9;
}
div.wGloTermSelected {
                      color:#1A1A1A;
                      font-weight:normal;
                      text-align:left;
                      font-size:1.2em;
                      padding:0.8em 1em;
                      cursor:pointer;
                      border-top-width: 1px;
                      border-top-style:solid;
                      border-top-color:#E6E6E6;
}
span.wGloTermText {
}
div.wGloDefinition {
                    margin:0 2em 1em 2.5em;
}
div.wGloDefinitionHover {
                         margin:0 2em 1em 2.5em;
                         cursor:pointer;
}
span.wGloDefinitionText {
                         color:#3f4344;
}
div.wGloAlphabet {
                  text-align:center;
                  font-size:1.8em;
                  color:#006600;
                  margin:0;
                  padding:.25em 0 0;
                  border-top-color:#E6E6E6;
}
span.wGloAlphabetText {
}
@media screen and (max-width: 43.68em) {
input.wGloFilter {
                  margin-top:0;
                  max-width:80%;
}

}
@media screen and (max-width: 43.68em) {
div.wGloAlphabet {
                  display:none;
}
}
@media screen and (max-width: 43.68em) {
div.wGloTerm {
              font-size:1.1em;
              padding:.45em .65em;
}
}
@media screen and (max-width: 43.68em) {
div.wGloTermHover {
                   font-size:1.1em;
                   padding:.45em .65em;
                   background-color:#f1ede9;
}
}
@media screen and (max-width: 43.68em) {
div.wGloTermSelected {
                      font-size:1.1em;
                      padding:.45em .65em;
}
}
@media screen and (max-width: 43.68em) {
div.wGloDefinition {
                    margin:0 2em 0.5em;
}
}
@media screen and (max-width: 43.68em) {
div.wGloDefinitionHover {
                         margin:0 2em 0.5em;
}
}
@media screen and (min-width: 81em) {
div.wGlossary {
               width:95%;
               font-size:1em;
}
}
@media screen and (min-width: 81em) {
input.wGloFilter {
                  font-size:.8em;
}
}
@media screen and (min-width: 81em) {
div.wGloTerm {
              font-size:1em;
              font-weight:normal;
              text-align:left;
              border:none;
              padding:0;
              margin:.5em 0 .25em 0;
              min-height:auto;
              line-height:15px;
              color:#1A1A1A;
}
}
@media screen and (min-width: 81em) {
div.wGloTermHover {
                   font-size:1em;
                   text-align:left;
                   font-weight:normal;
                   cursor:pointer;
                   text-decoration:underline;
                   border:none;
                   padding:0;
                   margin:.5em 0 .25em 0;
                   min-height:auto;
                   line-height:15px;
                   color:#4D4D4D;
                   background-color:transparent;
}
}
@media screen and (min-width: 81em) {
div.wGloTermSelected {
                      font-size:1em;
                      text-align:left;
                      font-weight:normal;
                      cursor:pointer;
                      border:none;
                      padding:0;
                      margin:.5em 0 .25em 0;
                      min-height:auto;
                      line-height:15px;
                      color:#1A1A1A;
}
}
@media screen and (min-width: 81em) {
div.wGloDefinition {
                    font-size:.9em;
                    margin:0 .5em 1em;
                    border-left-style:solid;
                    border-left-width:.15em;
                    border-left-color:#E6E6E6;
                    padding-left:.3em;
}
}
@media screen and (min-width: 81em) {
div.wGloDefinitionHover {
                         font-size:.9em;
                         margin:0 .5em 1em;
                         border:none;
                         border-left-style:solid;
                         border-left-width:.15em;
                         border-left-color:#E6E6E6;
                         padding-left:.3em;
}
}
@media screen and (min-width: 81em) {
span.wGloDefinitionText {
                         color:#3f4344;
}
}
@media screen and (min-width: 81em) {
div.wGloAlphabet {
                  margin:.5em 0;
                  color:#006600;
                  border-bottom-width:1px;
                  border-bottom-style:solid;
                  border-bottom-color:#E6E6E6;
}
}
div.wIndex {
}
input.wIdxFilter {
                  display:block;
                  width:100%;
                  max-width:30em;
                  font-size:1em;
                  height:2.4em;
                  margin:1.2em auto 1em;
                  margin-left:0.5em;
                  padding:0 2%;
                  -webkit-border-radius:.5em;
                  -moz-border-radius:.5em;
                  border-radius:.5em;
                  border-color:#B8BABC;
                  border-width:.1em;
                  border-style:solid;
                  background-color:#ffffff;
                  -moz-box-sizing:border-box;
                  box-sizing:border-box;
}
div.wIdxKeyword {
                 color:#1A1A1A;
                 font-weight:normal;
                 text-align:left;
                 font-size:1.2em;
                 border-top-width:1px;
                 border-top-style:solid;
                 border-top-color:#E6E6E6;
                 padding:1em 1em 1em 50px;
                 min-height:33px;
                 line-height:33px;
                 background-color:transparent;
                 background-image:url(TOCNodeOpenBook.png);
                 background-repeat:no-repeat;
                 background-position:10px center;
                 background-size:31px 38px;
}
div.wIdxKeywordHover {
                      color:#4D4D4D;
                      font-weight:normal;
                      text-align:left;
                      font-size:1.2em;
                      border-top-width:1px;
                      border-top-style:solid;
                      border-top-color:#E6E6E6;
                      padding:1em 1em 1em 50px;
                      min-height:33px;
                      line-height:33px;
                      background-color:#f1ede9;
                      background-image:url(TOCNodeOpenBook.png);
                      background-repeat:no-repeat;
                      background-position:10px center;
                      background-size:31px 38px;
}
span.wIdxKeywordText {
                      cursor:pointer;
}
div.wIdxChildBlock {
                    width:95%;
                    margin:0 0 0 5%;
}
div.wIdxLink {
              color:#006600;
              text-align:left;
              font-size:1.2em;
              border-top-width:1px;
              border-top-style:solid;
              border-top-color:#E6E6E6;
              padding:1em 1em 1em 50px;
              min-height:33px;
              line-height:33px;
              background-color:transparent;
              background-image:url(TOCNodePage.png);
              background-repeat:no-repeat;
              background-position:10px center;
              background-size:31px 38px;
}
div.wIdxLinkHover {
                   color:#4D4D4D;
                   text-align:left;
                   font-size:1.2em;
                   border-top-width:1px;
                   border-top-style:solid;
                   border-top-color:#E6E6E6;
                   padding:1em 1em 1em 50px;
                   min-height:33px;
                   line-height:33px;
                   background-color:transparent;
                   background-image:url(TOCNodePage.png);
                   background-repeat:no-repeat;
                   background-position:10px center;
                   background-size:31px 38px;
}
span.wIdxLinkText {
}
div.wIdxAlphabet {
                  text-align:center;
                  font-size:1.8em;
                  color:#B8BABC;
                  margin:0;
                  padding:.25em 0 0;
}
span.wIdxAlphabetText {
}
@media screen and (max-width: 43.68em) {
input.wIdxFilter {
                  margin-top:0;
                  max-width:80%;
}
}
@media screen and (max-width: 43.68em) {
div.wIdxKeyword {
                 font-size:1.1em;
                 min-height:18px;
                 line-height:18px;
                 padding:11px 0 11px 32px;
                 background-image:url(TOCTreePage.png);
                 background-size:14px 18px;
}
}
@media screen and (max-width: 43.68em) {
div.wIdxKeywordHover {
                      font-size:1.1em;
                      min-height:18px;
                      line-height:18px;
                      padding:11px 0 11px 32px;
                      background-image:url(TOCTreePage.png);
                      background-size:14px 18px;
}
}
@media screen and (max-width: 43.68em) {
div.wIdxChildBlock {
                    width:95%;
                    margin:0 0 0 5%;
}
}
@media screen and (max-width: 43.68em) {
div.wIdxLink {
              font-size:1.1em;
              min-height:18px;
              line-height:18px;
              padding:11px 0 11px 32px;
              background-image:url(TOCTreePage.png);
              background-size:14px 18px;
}
}
@media screen and (max-width: 43.68em) {
div.wIdxLinkHover {
                   font-size:1.1em;
                   min-height:18px;
                   line-height:18px;
                   padding:11px 0 11px 32px;
                   background-image:url(TOCTreePage.png);
                   background-size:14px 18px;
}
}
@media screen and (max-width: 43.68em) {
div.wIdxAlphabet {
                  display:none;
}
}
@media screen and (min-width: 81em) {
div.wIndex {
            width:95%;
            font-size:1em;
}
}
@media screen and (min-width: 81em) {
input.wIdxFilter {
                  font-size:.8em;
}
}
@media screen and (min-width: 81em) {
div.wIdxKeyword {
                 font-size:1em;
                 font-weight:normal;
                 text-align:left;
                 border:none;
                 background:none;
                 padding:0;
                 padding-left:0.75em;
                 margin:.5em 0 .25em 0;
                 min-height:1em;
                 line-height:1em;
                 color:#3f4344;
}
}
@media screen and (min-width: 81em) {
div.wIdxKeywordHover {
                      font-size:1em;
                      text-align:left;
                      font-weight:normal;
                      cursor:pointer;
                      text-decoration:underline;
                      border:none;
                      background:none;
                      padding:0;
                      padding-left:0.75em;
                      margin:.5em 0 .25em 0;
                      min-height:1em;
                      line-height:1em;
                      color:#3f4344;
}
}
@media screen and (min-width: 81em) {
div.wIdxLink {
              font-size:1em;
              font-weight:normal;
              text-align:left;
              border:none;
              background:none;
              padding:0;
              margin:.5em 0 .25em 0;
              min-height:1em;
              line-height:1em;
              color:#006600;
}
}
@media screen and (min-width: 81em) {
div.wIdxLinkHover {
                   font-size:1em;
                   text-align:left;
                   font-weight:normal;
                   cursor:pointer;
                   text-decoration:underline;
                   border:none;
                   background:none;
                   padding:0;
                   margin:.5em 0 .25em 0;
                   min-height:1em;
                   line-height:1em;
                   color:#3f4344;
}
}
@media screen and (min-width: 81em) {
span.wIdxLinkText {
}
}
@media screen and (min-width: 81em) {
div.wIdxAlphabet {
                  margin:.5em 0;
                  color:#006600;
                  border-bottom-width:1px;
                  border-bottom-style:solid;
                  border-bottom-color:#E6E6E6;
}
}
@media screen and (min-width: 81em) {
span.wIdxAlphabetText {
}
}
div.wTOCTreePage {
                  line-height:1em;
                  margin:0;
                  padding:7px 7px 7px 27px;
                  text-indent:-20px;
                  color:#1A1A1A;
                  font-size:1em;
                  
                  
}
div.wTOCTreeCloseBook {
                       line-height:1em;
                       margin:0;
                       padding:7px 7px 7px 27px;
                       text-indent:-20px;
                       color:#1A1A1A;
                       font-size:1em;
}
div.wTOCTreeCloseBookHover {
                            line-height:1em;
                            margin:0;
                            padding:7px 7px 7px 27px;
                            text-indent:-20px;
                            cursor:pointer;
                            text-decoration:underline;
                            color:#1A1A1A;
                            font-size:1em;
}
div.wTOCTreeCloseBookSelected {
                               line-height:1em;
                               margin:0;
                               padding:7px 7px 7px 27px;
                               text-indent:-20px;
                               background-color:#33A133;
                               color:#1A1A1A;
                               font-size:1em;
}
span.wTOCTreeCloseBookText {
                            color:#1A1A1A;
}
img.wTOCTreeCloseBookIcon {
                           margin:-3px 4px 0 1px;
                           vertical-align:middle;
                           border:none;
                           height:18px;
                           width:14px;
}
div.wTOCTreeOpenBook {
                      line-height:1em;
                      margin:0;
                      padding:7px 7px 7px 27px;
                      text-indent:-20px;
                      color:#1A1A1A;
                      font-size:1em;
}
div.wTOCTreeOpenBookHover {
                           line-height:1em;
                           margin:0;
                           padding:7px 7px 7px 27px;
                           text-indent:-20px;
                           cursor:pointer;
                           text-decoration:underline;
                           color:#1A1A1A;
                           font-size:1em;
}
div.wTOCTreeOpenBookSelected {
                              line-height:1em;
                              margin:0;
                              padding:7px 7px 7px 27px;
                              text-indent:-20px;
                              background-color:#33A133;
                              color:#1A1A1A;
                              font-size:1em;
}
div.wTOCTreeOpenBookChildBlock {
                                margin-left:1em;
                                min-width:10em;
}
span.wTOCTreeOpenBookText {
                           color:#1A1A1A;
}
img.wTOCTreeOpenBookIcon {
                          margin:-3px 4px 0 1px;
                          vertical-align:middle;
                          border:none;
                          height:18px;
                          width:14px;
                          font-size:1em;
}
div.wTOCTreePageHover {
                       line-height:1em;
                       margin:0;
                       padding:7px 7px 7px 27px;
                       text-indent:-20px;
                       cursor:pointer;
                       text-decoration:underline;
                       color:#1A1A1A;
                       font-size:1em;
}
div.wTOCTreePageSelected {
                          line-height:1em;
                          margin:0;
                          padding:7px 7px 7px 27px;
                          text-indent:-20px;
                          background-color:#33A133;
                          color:#fff;
                          font-size:1em;
}
span.wTOCTreePageText {
                     
}
img.wTOCTreePageIcon {
                      margin:-3px 4px 0 1px;
                      vertical-align:middle;
                      border:none;
                      max-height:18px !important;
                      max-width:14px !important;
}
div.wTOCTreeLink {
                  line-height:1em;
                  margin:0;
                  padding:7px 7px 7px 27px;
                  text-indent:-20px;
                  color:#1A1A1A;
                  font-size:1em;
}
div.wTOCTreeLinkHover {
                       line-height:1em;
                       margin:0;
                       padding:7px 7px 7px 27px;
                       text-indent:-20px;
                       cursor:pointer;
                       text-decoration:underline;
                       color:#1A1A1A;
                       font-size:1em;
}
div.wTOCTreeLinkSelected {
                          line-height:1em;
                          margin:0;
                          padding:7px 7px 7px 27px;
                          text-indent:-20px;
                          background-color:#33A133;
                          color:#1A1A1A;
                          font-size:1em;
}
span.wTOCTreeLinkText {
                       color:#1A1A1A;
}
img.wTOCTreeLinkIcon {
                      margin:-3px 4px 0 1px;
                      vertical-align:middle;
                      border:none;
                      max-height:16px !important;
                      max-width:15px !important;
                      font-size:1em;
}
div.wTOCNode {
}
div.wTOCNodeCloseBook {
                       font-weight:normal;
                       text-align:left;
                       font-size:1.2em;
                       border-top-width:1px;
                       border-top-style:solid;
                       border-top-color:#E6E6E6;
                       padding:1em 1em 1em 50px;
                       min-height:33px;
                       line-height:33px;
                       background-color:transparent;
                       background-image:url(TOCNodeCloseBook.png);
                       background-repeat:no-repeat;
                       background-position:10px center;
                       background-size:31px 37px;
}
div.wTOCNodeCloseBookHover {
                            font-weight:normal;
                            text-align:left;
                            font-size:1.2em;
                            border-top-width:1px;
                            border-top-style:solid;
                            border-top-color:#E6E6E6;
                            padding:1em 1em 1em 50px;
                            min-height:33px;
                            line-height:33px;
                            background-color:#DEF1DD;
                            background-image:url(TOCNodeCloseBook.png);
                            background-repeat:no-repeat;
                            background-position:10px center;
                            background-size:31px 37px;
                            cursor:pointer;
}
div.wTOCNodeCloseBookSelected {
                               font-weight:normal;
                               text-align:left;
                               font-size:1.2em;
                               border-top-width:1px;
                               border-top-style:solid;
                               border-top-color:#E6E6E6;
                               padding:1em 1em 1em 50px;
                               min-height:33px;
                               line-height:33px;
                               background-color:#DEF1DD;
                               background-image:url(TOCNodeCloseBook.png);
                               background-repeat:no-repeat;
                               background-position:10px center;
                               background-size:31px 37px;
                               cursor:pointer;
}
span.wTOCNodeCloseBookText {
                            color:#3f4344;
}
img.wTOCNodeCloseBookIcon {
                           display:none;
}
div.wTOCNodeOpenBook {
                      font-weight:normal;
                      text-align:left;
                      font-size:1.2em;
                      border-top-width:1px;
                      border-top-style:solid;
                      border-top-color:#E6E6E6;
                      padding:1em 1em 1em 50px;
                      min-height:33px;
                      line-height:33px;
                      background-color:transparent;
                      background-image:url(TOCNodeOpenBook.png);
                      background-repeat:no-repeat;
                      background-size:31px 38px;
                      background-position:10px center;
}
div.wTOCNodeOpenBookHover {
                           font-weight:normal;
                           text-align:left;
                           font-size:1.2em;
                           border-top-width:1px;
                           border-top-style:solid;
                           border-top-color:#E6E6E6;
                           padding:1em 1em 1em 50px;
                           min-height:33px;
                           line-height:33px;
                           background-color:#DEF1DD;
                           background-image:url(TOCNodeOpenBook.png);
                           background-repeat:no-repeat;
                           background-position:10px center;
                           background-size:31px 38px;
                           cursor:pointer;
}
div.wTOCNodeOpenBookSelected {
                              font-weight:normal;
                              text-align:left;
                              font-size:1.2em;
                              border-top-width:1px;
                              border-top-style:solid;
                              border-top-color:#E6E6E6;
                              padding:1em 1em 1em 50px;
                              min-height:33px;
                              line-height:33px;
                              background-color:#DEF1DD;
                              background-image:url(TOCNodeOpenBook.png);
                              background-repeat:no-repeat;
                              background-position:10px center;
                              background-size:31px 38px;
                              cursor:pointer;
}
span.wTOCNodeOpenBookText {
                           color:#3f4344;
}
img.wTOCNodeOpenBookIcon {
                          display:none;
}
div.wTOCNodePage {
                  text-align:left;
                  font-size:1.2em;
                  border-top-width:1px;
                  border-top-style:solid;
                  border-top-color:#E6E6E6;
                  padding:1em 1em 1em 50px;
                  min-height:33px;
                  line-height:33px;
                  background-color:transparent;
                  background-image:url(TOCNodePage.png);
                  background-repeat:no-repeat;
                  background-position:10px center;
                  background-size:31px 38px;
}
div.wTOCNodePageHover {
                       text-align:left;
                       font-size:1.2em;
                       border-top-width:1px;
                       border-top-style:solid;
                       border-top-color:#E6E6E6;
                       padding:1em 1em 1em 50px;
                       min-height:33px;
                       line-height:33px;
                       background-color:#DEF1DD;
                       background-image:url(TOCNodePage.png);
                       background-repeat:no-repeat;
                       background-position:10px center;
                       background-size:31px 38px;
                       cursor:pointer;
}
div.wTOCNodePageSelected {
                          text-align:left;
                          font-size:1.2em;
                          border-top-width:1px;
                          border-top-style:solid;
                          border-top-color:#E6E6E6;
                          padding:1em 1em 1em 50px;
                          min-height:33px;
                          line-height:33px;
                          background-color:#DEF1DD;
                          background-image:url(TOCNodePage.png);
                          background-repeat:no-repeat;
                          background-position:10px center;
                          background-size:31px 38px;
}
span.wTOCNodePageText {
                       color:#3f4344;
}
img.wTOCNodePageIcon {
                      display:none;
}
div.wTOCNodeLink {
                  text-align:left;
                  font-size:1.2em;
                  border-top-width:1px;
                  border-top-style:solid;
                  border-top-color:#E6E6E6;
                  padding:1em 1em 1em 50px;
                  min-height:33px;
                  line-height:33px;
                  background-color:transparent;
                  background-image:url(TOCNodeLink.png);
                  background-repeat:no-repeat;
                  background-position:10px center;
                  background-size:33px 33px;
}
div.wTOCNodeLinkHover {
                       text-align:left;
                       font-size:1.2em;
                       border-top-width:1px;
                       border-top-style:solid;
                       border-top-color:#E6E6E6;
                       padding:1em 1em 1em 50px;
                       min-height:33px;
                       line-height:33px;
                       background-color:#DEF1DD;
                       background-image:url(TOCNodeLink.png);
                       background-repeat:no-repeat;
                       background-position:10px center;
                       background-size:33px 33px;
                       cursor:pointer;
}
div.wTOCNodeLinkSelected {
                          text-align:left;
                          font-size:1.2em;
                          border-top-width:1px;
                          border-top-style:solid;
                          border-top-color:#E6E6E6;
                          padding:1em 1em 1em 50px;
                          min-height:33px;
                          line-height:33px;
                          background-color:#DEF1DD;
                          background-image:url(TOCNodeLink.png);
                          background-repeat:no-repeat;
                          background-position:10px center;
                          background-size:33px 33px;
}
span.wTOCNodeLinkText {
                       color:#3f4344;
}
img.wTOCNodeLinkIcon {
                      display:none;
}
div.wTOCNodeUp {
                text-align:left;
                font-size:1.2em;
                border-top-width:1px;
                border-top-style:solid;
                border-top-color:#E6E6E6;
                padding:1em 1em 1em 40px;
                min-height:33px;
                line-height:33px;
                background-color:transparent;
                background-image:url(TOCNodeUp.png);
                background-repeat:no-repeat;
                background-position:12px center;
                background-size:33px 33px;
}
div.wTOCNodeUpHover {
                     text-align:left;
                     font-size:1.2em;
                     border-top-width:1px;
                     border-top-style:solid;
                     border-top-color:#E6E6E6;
                     padding:1em 1em 1em 40px;
                     min-height:33px;
                     line-height:33px;
                     background-color:#DEF1DD;
                     background-image:url(TOCNodeUp.png);
                     background-repeat:no-repeat;
                     background-position:12px center;
                     background-size:33px 33px;
                     cursor:pointer;
}
span.wTOCNodeUpText {
                     text-decoration:none;
                     margin-left:.5em;
}
img.wTOCNodeUpIcon {
                    display:none;
}
@media screen and (max-width: 43.68em) {
div.wTOCNodeCloseBook {
                       font-size:1.1em;
                       line-height:1em;
                       min-height:18px;
                       padding:.6em 0 .6em 32px;
                       background-image:url(TOCTreeCloseBook.png);
                       background-size:15px 16px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodeCloseBookHover {
                            font-size:1.1em;
                            line-height:1em;
                            min-height:18px;
                            padding:.6em 0 .6em 32px;
                            background-image:url(TOCTreeCloseBook.png);
                            background-size:15px 16px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodeCloseBookSelected {
                               font-size:1.1em;
                               line-height:1em;
                               min-height:18px;
                               padding:.6em 0 .6em 32px;
                               background-image:url(TOCTreeCloseBook.png);
                               background-size:15px 16px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodeOpenBook {
                      font-size:1.1em;
                      line-height:1em;
                      min-height:18px;
                      padding:.6em 0 .6em 32px;
                      background-image:url(TOCTreeOpenBook.png);
                      background-size:15px 16px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodeOpenBookHover {
                           font-size:1.1em;
                           line-height:1em;
                           min-height:18px;
                           padding:.6em 0 .6em 32px;
                           background-image:url(TOCTreeOpenBook.png);
                           background-size:15px 16px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodeOpenBookSelected {
                              font-size:1.1em;
                              line-height:1em;
                              min-height:18px;
                              padding:.6em 0 .6em 32px;
                              background-image:url(TOCTreeOpenBook.png);
                              background-size:15px 16px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodePage {
                  font-size:1.1em;
                  line-height:1em;
                  min-height:18px;
                  padding:.6em 0 .6em 32px;
                  background-image:url(TOCTreePage.png);
                  background-size:18px 18px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodePageHover {
                       font-size:1.1em;
                       line-height:1em;
                       min-height:18px;
                       padding:.6em 0 .6em 32px;
                       background-image:url(TOCTreePage.png);
                       background-size:18px 18px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodePageSelected {
                          font-size:1.1em;
                          line-height:1em;
                          min-height:18px;
                          padding:.6em 0 .6em 32px;
                          background-image:url(TOCTreePage.png);
                         background-size:18px 18px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodeLink {
                  font-size:1.1em;
                  line-height:1em;
                  min-height:18px;
                  padding:.6em 0 .6em 32px;
                  background-image:url(TOCTreeLink.png);
                  background-size:18px 18px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodeLinkHover {
                       font-size:1.1em;
                       line-height:1em;
                       min-height:18px;
                       padding:.6em 0 .6em 32px;
                       background-image:url(TOCTreeLink.png);
                       background-size:18px 18px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodeLinkSelected {
                          font-size:1.1em;
                          line-height:1em;
                          min-height:18px;
                          padding:.6em 0 .6em 32px;
                          background-image:url(TOCTreeLink.png);
                          background-size:18px 18px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodeUp {
                font-size:1.1em;
                line-height:1em;
                min-height:18px;
                padding:.6em 0 .6em 22px;
                background-image:url(TOCNodeUpSmall.png);
                background-position:9px center;
                background-size:18px 18px;
}
}
@media screen and (max-width: 43.68em) {
div.wTOCNodeUpHover {
                     font-size:1.1em;
                     line-height:1em;
                     min-height:18px;
                     padding:.6em 0 .6em 22px;
                     background-image:url(TOCNodeUpSmall.png);
                     background-position:9px center;
                     background-size:18px 18px;
}
}
a.wPrintLink {
              color:#83CCDF;
}
a.wPrintLink:hover {
                    text-decoration:underline;
}
a.wPrintLink:active {
                     text-decoration:underline;
}
a.wPrintButton {
                color:#83CCDF;
}
a.wPrintButton:hover {
                      text-decoration:underline;
}
a.wPrintButton:active {
                       text-decoration:underline;
}
img.wPrintButton {
                  border:none;
}
a.wBSBackLink {
               color:#83CCDF;
}
a.wBSBackLink:active {
                      text-decoration:underline;
}
a.wBSNextLink {
               color:#83CCDF;
}
a.wBSNextLink:active {
                      text-decoration:underline;
}
a.wBSBackButton {
                 color:#83CCDF;
}
a.wBSBackButton:active {
                        text-decoration:underline;
}
img.wBSBackButton {
                   border:none;
}
a.wBSNextButton {
                 color:#83CCDF;
}
a.wBSNextButton:active {
                        text-decoration:underline;
}
img.wBSNextButton {
                   border:none;
}
div.wSearchResults {
                    background-color:#fff;
                    padding:4em 2em;
                    position:absolute;
                    top:0;
                    bottom:0;
                    left:0;
                    right:0;
                    
}

@media screen and (min-width: 81em) {
    div.wSearchResults {
        padding: 2em 2em;
    }
}

div.cSearchSettingsToggle {
                           margin:0 0 .5em 0;
}
div.cSearchSettingsToggle a {
                             cursor:pointer;
                             font-size:.9em;
                             color:#006600;
                             padding:0 0 0 24px;
                             background-image:url(search_advanced_open.png);
                             background-repeat:no-repeat;
                             background-position:left top;
                             background-size:contain;
}
div.cSearchSettingsToggle a.opened {
                                    background-image:url(search_advanced_closed.png);
}
div.wSearchResultSettings {
                           margin:0 0 1em 0;
                           display:none;
                           border-top-width:1px;
                           border-top-style:solid;
                           border-top-color:#E6E6E6;
}
div.cSearchAND {
                margin:.5em 0;
}
div.wSearchHighlight {
                      margin:.75em 0;
}
input.wSearchHighlight {
}
span.wSearchHighlight {
                       font-size:.8em;
}
div.wSearchCount {
                  margin:.75em 0;
}
select.wSearchCount {
                     border-width:1px;
                     border-style:solid;
                     border-color:#E6E6E6;
                     margin-right:.6em;
                     height:28px;
                     line-height:28px;
                     width:58px;
                     font-weight:bold;
                     background:no-repeat right;
                     background-color:#fff;
                     color:#4d4d4d;
                     padding-left:0.5em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
select.wSearchCount {
                     background-image:url(select_button.png);
                     appearance:none;
                     -webkit-appearance:none;
}
}
span.wSearchCount {
                   font-size:.8em;
                   margin-left:.3em;
}
div.wSearchMessage {
                    margin:1em 0 1em 0;
                    padding-top:1.5em;
                    font-size:.9em;
                    border-top-width:1px;
                    border-top-style:solid;
                    border-top-color:#E6E6E6;
                    display:block;
}
span.wSearchMessage {
                     color:#bbbaba;
}
div.wSearchResultItemsBlock {
}
div.wSearchResultItem {
                       margin:0 0 1em 0;
}
div.wSearchResultTitle {
                        color:#006600;
                        font-size:1.0em;
}
div.wSearchResultTitleHover {
                             color:#006600;
                             font-size:1.0em;
                             text-decoration:underline;
}
span.wSearchURL {
                 display:none;
                 margin-top:.5em;
                 color:#9D9D9D;
                 word-break:break-all;
                 font-size:.9em;
}
span.wSearchContext {
                     display:block;
                     margin-top:-1em;
                     color:#4D4D4D;
                     font-size:.9em;
}
div#searchResList {
}
div.wSearchNavigation {
                       font-size:2em;
                       overflow:hidden;
                       margin-bottom:.5em;
}
div.wSearchBack {
                 float:left;
}
a.wSearchBack {
               text-decoration:none;
               margin-right:1em;
               padding-right:.5em;
               color:transparent !important;
               background-image:url(searchBack.png);
               background-repeat:no-repeat;
               background-position:left center;
               background-size:contain;
}
a.wSearchBack:hover {
                     text-decoration:underline;
}
a.wSearchBack:active {
                      text-decoration:underline;
}
div.wSearchNext {
                 float:right;
                 margin-left:.5em;
}
a.wSearchNext {
               text-decoration:none;
               padding-left:.5em;
               color:transparent !important;
               background-image:url(searchNext.png);
               background-repeat:no-repeat;
               background-position:left center;
               background-size:contain;
}
a.wSearchNext:hover {
                     text-decoration:underline;
}
a.wSearchNext:active {
                      text-decoration:underline;
}
div.wSearchPageNumbers {
                        float:left;
}
div.wSearchPageNumbers ul li:first-child {
                                          margin-left:0;
                                          padding-left:0;
                                          border-left:none;
}
li.wSearchPageNumberSelected {
                              color:#33A133;
                              margin-left:1em;
                              padding-left:.5em;
}
li.wSearchPageNumberLink {
                          color:#9d9d9d;
                          text-decoration:none;
                          margin-left:1em;
                          padding-left:.5em;
}
li.wSearchPageNumberLink:hover {
                                text-decoration:underline;
}
span.wSearchPageNumberSelected {
}
a.wSearchPageNumberLink {
}
@media screen and (max-width: 43.68em) {
div.wSearchResultItem {
                       font-size:.9em;
}
}
@media screen and (max-width: 43.68em) {
div.wSearchPageNumbers {
                        font-size:.5em;
                        margin-top:.6em;
}
}
@media screen and (max-width: 43.68em) {
a.wSearchBack {
               margin-right:0.5em;
               padding:0;
}
}
@media screen and (max-width: 43.68em) {
a.wSearchNext {
               padding:0;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
a.wSearchNext {
               font-size:.75em;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
a.wSearchBack {
               font-size:.75em;
}
}
@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
div.wSearchPageNumbers {
                        font-size:.6em;
                        margin-top:.6em;
}
}
@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
div.wSearchNavigation {
                       font-size:1.4em;
}
}
@media screen and (min-width: 81em) {
div.wSearchNavigation {
                       font-size:1.2em;
}
}
@media screen and (min-width: 81em) {
div.wSearchNext {
                 float:left;
}
}
@media screen and (min-width: 81em) {
a.wSearchNext {
               color:#3f4344 !important;
               background:none;
}
}
@media screen and (min-width: 81em) {
a.wSearchBack {
               color:#3f4344 !important;
               background:none;
}
}
div.wSearchResultsSmallScr {
                            margin:1em;
                            font-size:1.1em;
}
div.wSearchResultSettingsSmallScr {
                                   margin:0 0 1em 0;
}
div.wSearchHighlightSmallScr {
                              margin:.5em 0;
}
input.wSearchHighlightSmallScr {
}
span.wSearchHighlightSmallScr {
}
div.wSearchCountSmallScr {
                          margin:.5em 0;
}
div.wSearchCountComboSmallScr {
}
select.wSearchCountSmallScr {
}
div.wSearchCountMsgSmallScr {
}
span.wSearchCountSmallScr {
}
div.wSearchMessageSmallScr {
                            margin:0 0 1em 0;
                            font-size:.9em;
                            border-bottom-width:1px;
                            border-bottom-style:solid;
                            border-bottom-color:#a99f95;

}
span.wSearchMessageSmallScr {
}
div.wSearchResultItemsBlockSmallScr {
}
div.wSearchResultItemSmallScr {
                               margin:0 0 1em 0;
}
div.wSearchResultTitleSmallScr {
                                color:#83CCDF;
                                font-size:1.2em;
                                font-weight:bold;
}
div.wSearchResultTitleHoverSmallScr {
                                     color:#83CCDF;
                                     font-size:1.2em;
                                     font-weight:bold;
                                     text-decoration:underline;
}
span.wSearchURLSmallScr {
                         color:#9d9d9d;
                         word-break:break-all;
}
span.wSearchContextSmallScr {
}
div#searchResListSmallScr {
}
div.wSearchNavigationSmallScr {
                               font-size:1.1em;
                               overflow:hidden;
}
div.wSearchBackSmallScr {
                         float:left;
}
a.wSearchBackSmallScr {
                       color:#3f4344;
                       text-decoration:none;
                       margin-right:.5em;
                       padding-right:.5em;
                       display:block;
                       height:42px;
                       line-height:60px;
}
a.wSearchBackSmallScr img {
                           margin-right:15px;
}
div.wSearchNextSmallScr {
                         float:left;
                         margin-left:.5em;
                         padding-left:.5em;
}
a.wSearchNextSmallScr {
                       color:#3f4344;
                       text-decoration:none;
                       display:block;
                       height:42px;
                       line-height:60px;
}
a.wSearchNextSmallScr img {
                           margin-left:15px;
}
div.wSearchPageNumbersSmallScr {
                                float:left;
}
div.wSearchPageNumbersSmallScr ul li:first-child {
                                                  margin-left:0;
                                                  padding-left:0;
                                                  border-left:none;
}
li.wSearchPageNumberSelectedSmallScr {
                                      color:#3f4344;
                                      margin-left:1em;
                                      padding-left:.5em;
}
li.wSearchPageNumberLinkSmallScr {
                                  color:#9d9d9d;
                                  text-decoration:none;
                                  margin-left:1em;
                                  padding-left:.5em;
}
li.wSearchPageNumberLinkSmallScr:hover {
                                        text-decoration:underline;
}
span.wSearchPageNumberSelectedSmallScr {
}
a.wSearchPageNumberLinkSmallScr {
}
a.wShowHide {
             color:#83CCDF;
}
a.wShowHide:hover {
                   text-decoration:underline;
}
a.wShowHide:active {
                    text-decoration:underline;
}
a.wShow {
         color:#83CCDF;
}
a.wShow:hover {
               text-decoration:underline;
}
a.wShow:active {
                text-decoration:underline;
}
a.wHide {
         color:#83CCDF;
}
a.wHide:hover {
               text-decoration:underline;
}
a.wHide:active {
                text-decoration:underline;
}
span.wProjTitle {
}

div.wSearchField {
                  width:100%;
                  max-width:30em;
                  height:5em;
                  margin:0 auto;
                  margin-top:-0.0em;
                  position:relative;
                  z-index:300;
                  
}
input.wSearchField {
                    font-size:1em;
                    height:2.4em;
                    margin:0.0em 2% 0em;
                    padding:0 2%;
                    padding-right:8%;
                    width:96%;
                    outline:0;
                    border-color:#B8BABC;
                    border-width:1px;
                    border-style:solid;
                    background-color:#ffffff;
                    -moz-box-sizing:border-box;
                    box-sizing:border-box;
                    
}

@media screen and (max-width: 43.68em) {
    div.wSearchField {
         margin-top:2em;
         
    }
    div.wSearchField {
                  width:100%;
                  height:3em;
                  margin:0 auto;
                  margin-top:1.2em;
                  position:relative;
                  z-index:300;
}

    a.wSearchLink {
               top:0.7em;

}
}

@media screen and (min-width: 43.69em) and (max-width: 59.49em) {
    div.wSearchField {
         margin-top:0;
    }
    a.wSearchLink {
               top:0.7em;

}
    input.wSearchField {
         width:100%;
    }
}

@media screen and (min-width: 59.5em) and (max-width: 80.99em) {
    div.wSearchField {
         margin-top:0.4em;
    }
    
    a.wSearchLink {
               top:0.7em;

}
}

@media screen and (min-width: 81em) {
    div.wSearchField {
         margin-top:-0.7em;
         margin-left:-0.5em;
    }
    a.wSearchLink {
               top:1.7em;

}
}

a.wSearchLink {
               position:absolute;
               right:4%;
               -webkit-appearance:none;

}
img.wSearchLink {
                 max-width:24px;
                 max-height:24px;
                 width:auto !important;
                 
}
input.wSearchAND {
}
span.wSearchAND {
                 font-size:.8em;
}

/*@media screen and (max-width: 43.68em) {

@media screen and (min-width: 43.69em) and (max-width: 59.49em) {

@media screen and (min-width: 59.5em) and (max-width: 80.99em) {

@media screen and (min-width: 81em) {*/

@media screen and (min-width: 81em) {
div.desktop_functionholder div.wSearchField {
                                             position:relative;
}

}
@media screen and (min-width: 81em) {
div.desktop_functionholder input.wSearchField {
                                               -webkit-appearance:none;
                                               margin:.85em 0 0 0;
                                               font-size:.9em;
                                               height:2.2em;
                                               background-color:#ffffff;
                                               padding:.15em 0.5em .15em 0.5em;
                                               width:20em;
                                               color:#1A1A1A;
}
}
@media screen and (min-width: 81em) {
div.desktop_functionholder a.wSearchLink {
                                          position:absolute;
                                          top:.85em;
                                          right:-.5em;
                                          margin:0;
                                          padding:.18em 0;
                                          font-size:1em;
                                          height:1.4em;
                                          border:none;
                                          display:block;
                                          float:left;
                                          background-color:transparent;
                                          text-align:center;
}


}
@media screen and (min-width: 81em) {
div.desktop_functionholder a.wSearchLink img.wSearchLink {
                                                          margin-top:.2em;
                                                          max-width:100% !important;
                                                          max-height:80% !important;
}

}
div.wSearchOptions {
}
div.wTabbedPanel {
                  min-width:17.5em;
}
ul.wTabGroup {
              background-color:#F2F2F2;
              height:3em;
              color:#ffffff;
              margin:0;
              padding:0;
              font-weight:bold;
              overflow:hidden;
              width:100%;
              display:none;
}
ul.wTabGroup li:first-child {
                             margin-left:.25em !important;
}
ul.wTabGroup li img {
                     margin-top:.6em;
}
.wTabSelected img.normal {
                          display:none;
}
img.hover {
           display:none;
}
img.wTabSelected .hover {
                         display:block;
}
li.wTab {
         display:block !important;
         font-size:1.2em;
         height:2.5em;
         line-height:2.5em;
         margin:0 0.25em;
         width:3em;
         float:left;
         text-align:center;
         cursor:default;
}
li.wTabHover {
              display:block !important;
              font-size:1.2em;
              height:2.5em;
              line-height:2.5em;
              margin:0 0.25em;
              width:3em;
              float:left;
              text-align:center;
              cursor:pointer;
              background-color:#ffffff;
              color:#F2F2F2;
}
li.wTabSelected {
                 display:block !important;
                 font-size:1.2em;
                 height:2.5em;
                 line-height:2.5em;
                 margin:0 0.25em;
                 width:3em;
                 float:left;
                 text-align:center;
                 cursor:default;
                 background-color:#ffffff;
                 color:#F2F2F2;
}
li.wTab img {
             width:auto !important;
             max-width:2em !important;
             max-height:2em !important;
}
li.wTabHover img {
                  width:auto !important;
                  max-width:2em !important;
                  max-height:2em !important;
}
li.wTabSelected img {
                     width:auto !important;
                     max-width:2em !important;
                     max-height:2em !important;
}
span.wTabText {
}
div.wTabContentGroup {
                      position:absolute;
                      top:5.0em;
                      bottom:1em;
                      left:0em;
                      right:0em;
                      overflow:auto;
                      overflow-x:hidden;
                      text-overflow:ellipsis;
}
div.wTabContent {
                 display:none;
}
div.wVTabbedPanel {
}
ul.wVTabGroup {
               background-color:#ffffff;
               color:#F2F2F2;
               margin:0;
               padding:0;
               font-weight:bold;
               overflow:hidden;
               min-width:15em;
}
li.wVTab img {
}
li.wVTabHover img {
}
li.wVTabSelected img {
}
li.wVTab {
          display:block;
          text-align:center;
          font-size:1.5em;
          padding:.5em 0;
}
li.wVTabHover {
               display:block;
               text-align:center;
               font-size:1.5em;
               padding:.5em 0;
               background-color:#ffffff;
               color:#F2F2F2;
               cursor:pointer;
}
li.wVTabSelected {
                  display:block;
                  text-align:center;
                  font-size:1.5em;
                  padding:.5em 0;
                  background-color:#ffffff;
                  color:#F2F2F2;
}
span.wVTabText {
}
div.wVTabContentGroup {
}
div.wVTabContent {
}
div.wLoadingIcon {
                  text-align:center;
}
div.loadingicon {
                 text-align:center;
}
img.wLoadingIcon {
                  border:none;
                  vertical-align:middle;
}
div.wLoadingText {
                  text-align:center;
}
div.loadingtext {
                 text-align:center;
}
.unclickable {
              cursor:default;
}
.handcursor {
             cursor:pointer;
             cursor:hand;
}
.unselectable {
               -webkit-user-select:none;
               -moz-user-select:none;
}
div.treeitem {
              clear:both;
              margin:0px;
              padding:0px;
              white-space:nowrap;
}
li.hlist {
          display:inline;
}
a.nolink {
          color:inherit;
          text-decoration:none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9f9f9f;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9f9f9f;
}
::-ms-input-placeholder { /* IE 10+ */
  color: #9f9f9f;
}
::-moz-placeholder { /* Firefox 18- */
  color: #9f9f9f;
}

::-webkit-search-cancel-button {
    display:none;
}
::-ms-clear {
    display: none;
}

td {
	padding:15px;
}

table.headertable,
div.header {
    overflow:hidden;
}

td.title {
    padding:0;
}

div.contentholder {
                   position:absolute;
                   top:0em;
                   bottom:0em;
                   left:.0em;
                   right:0em;
                   overflow:auto;
                   border:0px solid #b8babd;
                   background-color:#ffffff;
                   padding-bottom:15px;
                   }

@media screen and (min-width: 81em) {
div.contentholder {
                   position:absolute;
                   top:3.3em;
                   bottom:1.0em;
                   left:.0em;
                   right:1.0em;
                   overflow:auto;
                   border:1px solid #b8babd;
                  background-color:#ffffff;
}
}</pre></body></html>