article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}
audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
body,button,input,select,textarea {
    font-family: sans-serif;
}
a:focus {
    outline: thin dotted;
}
a:hover,a:active {
    outline: 0;
}
h1 {
    font-size: 2em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
pre,code,kbd,samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%;
}
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul,ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul,nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    *margin-left: -7px;
}
button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,input {
    line-height: normal;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
section h1 {
    font-size: 1.6em;
}
section section h1 {
    font-size: 1.4em;
}
html {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
}
noscript p {
    color: red;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    overflow: hidden;
    width: 100%;
}
#leftbar {
    position: absolute;
    width: 295px;
    top: 50px;
    bottom: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
footer {
    position: absolute;
    bottom: 0;
    height: 0px;
    width: 100%;
    overflow: hidden;
}
#center {
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 310px;
    right: 0;
}
header #logo-link {
    float: left;
}
header h1 {
    font-size: 1em;
    margin-left: 150px;
    font-weight: normal;
    line-height: 2.5em;
}
#searchform {
    position: absolute;
    top: 10px;
    right: 20px;
}
#leftbar .tabs {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 30px;
}
#leftbar .tabs li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 24%;
    text-align: center;
    padding-top: 5px;
}
#leftbar > nav {
    position: absolute;
    top: 30px;
    bottom: 0;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}
#leftbar > nav.current {
    display: block;
}
.toc div.loader {
    margin-top: 2em;
    text-align: center;
}
.toc > nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 10px 0 0px;
}
.toc > nav ul {
    margin: 0;
    padding-left: 10px;
}
.toc > nav li.leaf {
    background-image: url(toc-leaf.png);
    background-repeat: no-repeat;
    background-position: .4em .1em;
    padding-left: 27px;
    margin: 5px 0;
}
.toc > nav li.open {
    background-image: url(toc-open.png);
    background-repeat: no-repeat;
    background-position: .4em .1em;
    padding-left: 27px;
    argin-left: 0px;
}
.toc > nav li.open > ul {
    margin-left: -20px;
}
.toc > nav li.closed {
    background-image: url(toc-closed.png);
    background-repeat: no-repeat;
    background-position: .4em .1em;
    padding-left: 27px;
    margin-left: 0px;
}
.toc > nav li.closed > ul {
    display: none;
}
#topnav {
    position: absolute;
    height: 60px;
    overflow: hidden;
    width: 100%;
}
#breadcrumbs {
    margin-top: 10px;
    margin-right: 100px;
    font-size: 0.9em;
    color: #ccc;
}
#breadcrumbs a,#breadcrumbs a:visited {
    color: #ccc;
    text-decoration: none;
}
#topbuttons {
    position: absolute;
    top: 10px;
    right: 30px;
}
#topbuttons span {
    display: none;
}
#topbuttons a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 32px;
    height: 32px;
}
#button-hide-navigation {
    background-image: url(hidenav.png);
}
#button-back {
    background-image: url(back.png);
}
#button-forward {
    background-image: url(forward.png);
}
#button-highlighting {
    background-image: url(highlighting.png);
}
#button-print {
    background-image: url(print.png);
}
a#button-print-all {
    background-image: url(printall.png);
    cursor: pointer;
    display: none;
}
body.ajax a#button-print-all {
    display: inline-block;
}
article {
    position: absolute;
    top: 60px;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
@media (max-width: 600px)  {
    header,#leftbar,footer,#center,#searchform,#leftbar .tabs,#leftbar > nav,.toc > nav,#topnav,#topbuttons,article {
        position: static;
    }
}
#leftbar nav.index .popup {
    display: none;
}
#leftbar nav.index .active > .popup {
    display: block;
    border: 2px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 5px;
    padding-left: 5px;
}
#leftbar nav.index .pop-term {
    cursor: pointer;
}
.hide-nav #leftbar,.hide-nav #dragger {
    display: none;
}
.hide-nav article {
    left: 5px !important;
}
#dragger {
    width: 2px;
    position: absolute;
    left: 295px;
    top: 150px;
    bottom: 0;
    background: black;
    cursor: w-resize;
}
#printall {
    display: none;
}
p.snippet {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    font-style: italic;
    color: black;
    font-size: 70%;
}
.searchtotal {
    display: none;
}
.score {
    display: none;
}
html,body {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #616161;
    line-height: 13pt;
}
h1.topictitle1,h1,h2,h3,h4,h5,h6 {
    margin-top: 1.2em;
    color: black;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
h1.title {
    margin-top: 3px;
    font-size: 24px;
    line-height: 40px;
    font-weight: regular;
}
h2.title {
    font-size: 18px;
    line-height: 20px;
    font-weight: regular;
}
h2.tasklabel,h3.tasklabel {
    font-size: 14px;
    line-height: 20px;
}
h3.title {
    font-size: 14px;
    line-height: 20px;
}
h4.title {
    font-size: 12px;
    line-height: 10px;
}
h5.title {
    font-size: 11px;
    line-height: 10px;
}
h2.sectiontitle {
    font-size: 14px;
    line-height: 20px;
}
*[id ^='known_issues'] h3.title,*[id ^='fixed_issues'] h3.title,*[id ^='faq'] h3.title,#known_issues h3.title,#fixed_issues h3.title,#faq h3.title {
    border-top: thin solid #999;
    padding-top: 4px;
}
*[id ^='known_issues'] h2.title,*[id ^='fixed_issues'] h2.title,*[id ^='faq'] h2.title,#known_issues h2.title,#fixed_issues h2.title,#faq h2.title {
    border-top: 3px solid #0F6A7D;
    padding-top: 0.5em;
    margin-top: 1em;
}
span.figcap,span.tablecap {
    font-weight: bold;
    font-style: italic;
    align: left;
}
th.entry {
    font-size: 14px;
    padding: 10px 10px 0px 10px;
}
thead {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
span.apiname,span.filepath,span.option,span.cmdname {
    font-family: Monospace;
}
#leftbar {
    background-color: #f2f2f2;
    top: 150px;
}
cite {
    font-style: italic;
}
span.uicontrol {
    font-weight: bold;
    color: black;
}
dfn {
    font-weight: bold;
    font-style: normal;
    color: black;
}
ul.sl {
    list-style: none;
    list-style-image: none;
}
pre.codeblock {
    padding: 5pt;
    background-color: white;
    border-style: dashed;
    border-color: #006e89;
    border-width: thin;
    border-radius: 3px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    margin-right: 0.6em;
    pre: nowrap;
}
div.body {
    margin-right: 10px;
}
div.note,div.important,div.tip,div.info,div.warning {
    padding: 5pt;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    margin-right: 0.6em;
    border: 1px solid;
    border-radius: 3px;
}
div.note {
    background-color: #fefaee;
    border-color: #f0b310;
}
div.important {
    background-color: #fef4ec;
    border-color: #f5822a;
}
div.tip {
    background-color: #f1f6d3;
    border-color: #bed62f;
}
div.info {
    background-color: #e8f7fa;
    border-color: #006e89;
}
div.warning {
    background-color: #fff1f7;
    border-color: #b60050;
}
div.related-links,div.parentlink,div.familylinks {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    font-family: Arial, sans-serif;
}
dt.dlterm {
    font-weight: bold;
    color: #006e89;
    font-size: 12px;
    line-height: 10px;
    font-family: Arial, sans-serif;
}
table {
    margin-bottom: 0.6em;
    margin-top: 0.6em;
    scale: 50%;
}
img.image {
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}
#breadcrumbs {
    color: white;
    right: 0;
    width: auto;
    margin-right: 0;
    font-size: 1em;
    background: #01596E;
    background: -moz-linear-gradient(left, #01596E, #01596E);
    background: -webkit-gradient(linear, left top, right top, from(#01596E), to(#01596E));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#01596E', EndColorStr='#01596E', GradientType=1);
}
#breadcrumbs a,#breadcrumbs a:visited {
    text-decoration: none;
    color: white;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}
#breadcrumbs  .arrow {
    padding-right: 4px;
    display: inline-block;
    width: 15.5px;
    height: 15.5px;
    background: url(GreaterThan.png) no-repeat;
}
#leftbuttons a {
    font-weight: bold;
}
#site-head .logo {
    display: block;
    position: absolute;
    width: 560px;
    background-image: radial-gradient(circle at 150px -10px , rgba(3, 146, 178, 0.8), rgba(0, 110, 137, 0) 153px);
    background-size: 100% auto;
    height: 0px;
    margin-left: 0px;
}
#site-head .logo > a {
    display: block;
    height: 0px;
    top: 21px;
    left: 64.2px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 100%;
}
#site-head a,#site-head a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#site-head .nodisplay {
    display: none;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    overflow: hidden;
    width: 100%;
    background: #01596E;
}
#searchform {
    top: 70px;
    left: 26px;
    font-size: 0.9em;
    color: #F7F7F7;
}
input.search {
    width: 250px;
    color: #F7F7F7;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    margin-right: 0.2em;
    text-align: left;
    text-decoration: inherit;
    background: none repeat scroll 0 0 #186B82;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: -3px 3px 30px 0 rgba(0, 0, 0, 0.6) inset;
    height: 1.5rem;
    padding: 1px 3px
;
}
input.icon-search {
    background: transparent url(magnify.png) top left no-repeat;
    height: 21px;
    width: 22px;
}
[class^="icon-"],[class*=" icon-"],[class^="icon-"]:before,[class*=" icon-"]:before {
    display: inline-block;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    width: 1em;
}
#searchform input[class*="icon-"] {
    border-radius: 0;
    color: #0095A3;
    display: block;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
    padding: 0 2px 0 4px;
    position: absolute;
    top: 0;
    left: 257px;
}
input[type="submit"]:hover,input[type="submit"]:active {
    background-image: url(magnify.png);
    background-color: #004D60;
    background-position: 0 0;
    -moz-transition: all 0 ease 0;
    -webkit-transition: all 0 ease 0;
    -o-transition: all 0 ease 0;
    transition: all 0 ease 0;
}
.visuallyhidden {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 50px;
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#center,#topnav {
    position: static;
}
#breadcrumbs {
    position: absolute;
    top: 100px;
    height: 33px;
    width: 100%;
    left: 0;
    padding-top: 5px;
}
#breadcrumbs a:first-child {
    margin-left: 26px;
}
article {
    left: 305px;
    top: 100px;
    bottom: 0px;
    right: 0;
    width: auto;
}
footer {
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #ccc;
}
#collapse-toc {
    font-family: "Arial Narrow";
}
.toc div.loader {
    margin-top: 2em;
    text-align: center;
}
.toc > nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 10px 0 20px;
}
.toc > nav ul {
    margin: 0;
    padding-left: 0px;
}
.toc > nav li.leaf {
    background-image: none;
    background-position: 10px 5px;
}
.toc > nav li.open {
    background-image: url(open.png);
    background-position: 10px 5px;
}
.toc > nav li.open a,.toc > nav li.open a:visited,.toc > nav li.open a:active,.toc > nav li.open a:hover,.toc > nav li.open a::selection,.toc > nav li.open a::-moz-selection,.toc > nav li.open a::-webkit-selection {
    background: none;
}
.toc > nav li.open a.current {
    background-color: #AAD9E6;
}
.toc > nav li.closed {
    background-image: url(closed.png);
    background-position: 10px 5px;
}
.toc > nav li.closed > ul {
    display: none;
}
#tocpane > nav > ul > li > a {
    color: #006e89;
    font-size: 1.2em;
    font-family: Arial, sans-serif;
}
#tocpane > nav > ul > li > ul > li > a {
    color: #006e89;
    font-family: Arial, sans-serif;
    font-size: 1em;
}
#tocpane a {
    color: #006e89;
    font-size: 0.9em;
}
#collapse-toc {
    font-family: Arial, sans-serif;
}
li.ulchildlink {
    font-family: Arial, sans-serif;
}
nav.toc li.odd {
    font-family: Arial, sans-serif;
}
#breadcrumbs a {
    font-size: 1em;
}
header h1 {
    display: none;
}
#topbuttons {
    top: 60px;
    z-index: 1;
}
#topbuttons a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 16px;
    height: 16px;
}
#leftbar > nav {
    top: 0;
    bottom: 60px;
}
.tabs {
    bottom: 0;
}
#leftbar .tabs {
    height: 60px;
}
#leftbar .tabs li {
    display: block;
    width: auto;
    text-align: left;
    padding-top: 1px;
    font-size: 0.9em;
}
#leftbar .tabs li span {
    margin-left: 26px;
}
#leftbar .tabs li a,#leftbar .tabs li a:visited {
    color: white;
    font-weight: bold;
    display: block;
    background: #006e89;
    background: -moz-linear-gradient(left, #006e89, #006e89);
    background: -webkit-gradient(linear, left top, right top, from(#006e89), to(#006e89));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#006e89', EndColorStr='#006e89', GradientType=1);
}
#leftbar .tabs li a:hover {
    background: #006e89;
    background: -moz-linear-gradient(left, #006e89, #006e89);
    background: -webkit-gradient(linear, left top, right top, from(#006e89), to(#006e89));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#006e89', EndColorStr='#006e89', GradientType=1);
}
#leftbar .tabs li a.odd,#leftbar .tabs li a.odd:visited,#leftbar .tabs li a.odd:hover {
    background: #006e89;
    background: -moz-linear-gradient(right, #006e89, #006e89);
    background: -webkit-gradient(linear, right top, left top, from(#006e89), to(#006e89));
    filter: progid:DXImageTransform.Microsoft.Gradient(EndColorStr='#006e89', StartColorStr='#006e89', GradientType=1);
}
#leftbar .tabs li a.odd:hover {
    background: #006e89;
    background: -moz-linear-gradient(right, #006e89, #006e89);
    background: -webkit-gradient(linear, right top, left top, from(#006e89), to(#006e89));
    filter: progid:DXImageTransform.Microsoft.Gradient(EndColorStr='#006e89', StartColorStr='#006e89', GradientType=1);
}
#leftbar .tabs li a.current,#leftbar .tabs li a.current:visited {
    background: #006e89;
    background: -moz-linear-gradient(left, #006e89, #006e89);
    background: -webkit-gradient(linear, left top, right top, from(#006e89), to(#006e89));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#006e89', EndColorStr='#006e89', GradientType=1);
}
#leftbar .tabs li a.current.odd,#leftbar .tabs li a.current.odd:visited {
    background: #006e89;
    background: -moz-linear-gradient(right, #006e89, #006e89);
    background: -webkit-gradient(linear, right top, left top, from(#006e89), to(#006e89));
    filter: progid:DXImageTransform.Microsoft.Gradient(EndColorStr='#006e89', StartColorStr='#006e89', GradientType=1);
}
#dragger {
    width: 1px;
    position: absolute;
    left: 295px;
    top: 150px;
    bottom: 0;
    background: white;
    cursor: w-resize;
}
@media (max-width: 600px)  {
    #breadcrumbs,#topbuttons,#dragger {
        display: none;
    }
    article {
        position: static;
    }
    #leftbar {
        width: auto;
    }
    header {
        height: 68px;
    }
}
.search-term {
    background-color: #f0b310;
}
.no-highlighting .search-term {
    background-color: transparent;
}
html,body {
    position: static;
    color: #666;
}
ul li,ol li {
    margin-bottom: 0;
}
header h2 {
    display: block;
}
#center > article {
    padding-left: 10px;
    top: 105px;
}
#site-head .container {
    clear: both;
    content: "";
    display: table;
    line-height: 0;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}
#site-head {
    color: #FFFFFF;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 105px;
    z-index: 0;
    display: block;
}
#site-head nav.properties {
    font-size: 0.9rem;
    position: relative;
    line-height: 18.98px;
}
#site-head nav ul:after {
    clear: both;
}
#site-head nav ul:before,#site-head nav ul:after {
    content: "";
    display: table;
    line-height: 0;
}
#site-head nav ul:before,#site-head nav ul:after {
    content: "";
    display: table;
    line-height: 0;
}
#site-head nav ul {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#site-head nav li {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1;
    white-space: normal;
}
#site-head nav.properties ul.user {
    position: absolute;
    right: 20px;
    top: 0;
}
#site-head nav.properties li a {
    display: inline-block;
    font-weight: bold;
    padding: 9px 12px;
}
#site-head a,#site-head a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#searchform {
    font-size: 0.9em;
    left: 26px;
    top: 50px;
    font-color: white;
}
#breadcrumbs {
    top: 60px;
    height: 17px;
}
#breadcrumbs a {
    padding: 0 2px 0 2px;
}
a#button-print-all {
    background-image: url();
    cursor: pointer;
    display: none;
}
#leftbar {
    background-color: #F7F7F7;
    border: 1px solid #E5E5E5;
    overflow: inherit;
}
#leftbar,#dragger {
    top: 105px;
}
#leftbar .tabs li {
    line-height: 1.0em;
}
#leftbar .tabs a {
    padding: 9px 0 9px 0px;
}
#leftbar .search .results {
    padding: 5px 15px;
    font-weight: bold;
}
.results > ul {
    margin-top: 0;
    padding: 0 0 0 15px;
}
.results > ul li {
    line-height: 1.4rem;
    background-repeat: no-repeat;
    background-image: url(feature.jpg);
    background-position: 0px 5px;
    padding-left: 13px;
    margin: 5px 0;
}
div.version_message {
    padding: 1pt;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    margin-left: 10%;
    margin-right: 10%;
    border: 1px solid;
    border-radius: 3px;
    background-color: #fefaee;
    border-color: #f0b310;
}
div.beta_message {
    padding: 1pt;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    margin-left: 10%;
    margin-right: 10%;
    border: 1px solid;
    border-radius: 3px;
    background-color: #fff1f7;
    border-color: #b60050;
}
div.version_message p {
    margin: 6px 0px 6px 0px;
}
div.beta_message p {
    margin: 6px 0px 6px 0px;
}
input::-webkit-input-placeholder {
    color: white;
}
input::-moz-placeholder {
    color: white;
}
input:-moz-placeholder {
    color: white;
}
input:-ms-input-placeholder {
    color: white;
}
#footer {
    width: 98%;
    align: center;
    border-style: solid none none none;
    border-collapse: collapse;
    border-top-width: 2px;
    margin-top: 4px;
}
#footer_previous {
    text-align: left;
    padding-top: 4px;
    border: 0;
    width: 50%;
}
#footer_terms {
    text-align: center;
    padding-top: 0px;
    border: 0;
    font-size: smaller;
    white-space: nowrap;
}
#footer_logo_copyright {
    text-align: right;
    padding-top: 4px;
    border: 0;
    padding-bottom: 4px;
}
#footer_logo_copyright .logo {
    text-indent: -119988px;
    margin: 0 auto;
    background-image: url('logo_blue.png');
    background-repeat: no-repeat;
    width: 125px;
    height: 23px;
    display: block;
    margin-bottom: 5pt;
}
#footer_logo_copyright .copyright {
    font-size: smaller;
    white-space: nowrap;
}
#footer_next {
    text-align: right;
    padding-top: 4px;
    border: 0;
    width: 50%;
}
