/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.nav {
  text-align: center;
  background: #053f7b;
  font-size: 11pt;
}
.nav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  zoom: 1;
  list-style: none;
  line-height: 35px;
}
.nav li {
  display: inline-block;
}
.nav li a {
  transition: all 0.2s ease 0s;
  color: #fff;
  padding: 0 10px;
  display: block;
  text-decoration: none;
  border-bottom: 3px solid #053f7b;
}
.nav li a:hover {
  background-color: #fff;
  color: #000;
  border-bottom: 3px solid #909090;
  text-decoration: none;
}
.downloads_table td,
th {
  padding: 8px 0;
}
body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  background: url(/images/subtle_dots.png) #fff;
}
body a {
  color: #053f7b;
  text-decoration: none;
}
body a:hover {
  color: #909090;
  text-decoration: underline;
}
body,
html {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
}
.footer,
.push {
  height: 80px;
  clear: both;
  margin-bottom: 0;
}
ul {
  padding: 0;
}
.leftbar img {
  border: 1px dotted #ccc;
  padding: 5px;
}
.comment {
  font-size: 80%;
}
.js_download_page_sanny_link {
  display: none;
}
.comment2 {
  font-size: 80%;
  color: #999;
}
footer {
  clear: both;
  text-align: center;
}
footer hr {
  border-top: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.75),
    transparent
  );
  background-image: -moz-linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.75),
    transparent
  );
  background-image: -ms-linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.75),
    transparent
  );
  background-image: -o-linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.75),
    transparent
  );
}
#listSwitch {
  text-decoration: none;
  border-bottom: 1px dashed navy;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
  font-weight: 700;
}
h1 {
  text-align: center;
}
.block {
  clear: both;
  margin: 20px 0;
  zoom: 1;
}
.block:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.block h3 {
  margin: 0;
}
.block p {
  margin: 0 0 20px;
}
.block p.meta {
  color: #888;
  font-size: 80%;
  margin: 0;
}
#downloadblock {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  text-align: center;
}
.article,
.leftbar,
.rightbar,
footer {
  display: block;
  margin: 20px 0;
  padding: 0;
}
@media all and (min-width: 720px) and (max-width: 959px) {
  .leftbar {
    clear: left;
    float: left;
    width: 24.9%;
  }
  .article {
    clear: none;
    float: left;
    margin: 20px 0;
    width: 75%;
  }
  .article #article_inner {
    margin: 0 0 0 20px;
  }
  .rightbar {
    clear: both;
    float: none;
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  .leftbar {
    clear: left;
    float: left;
    width: 17.5%;
  }
  .article {
    clear: none;
    float: left;
    margin: 20px 0;
    width: 63.9%;
  }
  .article #article_inner {
    margin: 0 40px;
  }
  .rightbar {
    clear: none;
    float: right;
    width: 18.5%;
  }
}
.leftbar ul {
  margin: 20px 0;
  padding: 0;
}
.leftbar ul li,
.rightbar ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
}
.leftbar ul li ul {
  margin: 0 0 0 40px;
}
.article .block img {
  clear: left;
  float: left;
  width: 20%;
  zoom: 1;
}
.article .block .block_content {
  clear: right;
  margin-left: 20.1%;
}
.article .block .block_content a,
.article .block .block_content h3,
.article .block .block_content p {
  margin-left: 20px;
}
.article .block p.summary,
.rightbar .block img,
.rightbar .block p.main {
  display: none;
}
@media all and (min-width: 720px) and (max-width: 959px) {
  .rightbar .block img {
    clear: left;
    display: block;
    float: left;
    width: 20%;
    zoom: 1;
  }
  .rightbar .block .block_content {
    clear: right;
    margin-left: 20.1%;
  }
  .rightbar .block .block_content a,
  .rightbar .block .block_content h3,
  .rightbar .block .block_content p {
    margin-left: 20px;
  }
  .rightbar .block p.summary {
    display: none;
  }
  .rightbar .block p.main {
    display: block;
  }
}
@media all and (max-width: 719px) {
  .rightbar .block img {
    clear: left;
    display: block;
    float: left;
    width: 20%;
    zoom: 1;
  }
  .rightbar .block .block_content {
    clear: right;
    margin-left: 20.1%;
  }
  .rightbar .block .block_content a,
  .rightbar .block .block_content h3,
  .rightbar .block .block_content p {
    margin-left: 20px;
  }
}
#page_wrapper {
  margin: 0 auto;
}
@media all and (max-width: 479px) {
  #page_wrapper {
    width: 280px;
  }
}
@media all and (min-width: 480px) and (max-width: 719px) {
  #page_wrapper {
    width: 440px;
  }
}
@media all and (min-width: 720px) and (max-width: 959px) {
  #page_wrapper {
    width: 680px;
  }
}
@media all and (min-width: 960px) and (max-width: 1279px) {
  #page_wrapper {
    width: 920px;
  }
}
@media all and (min-width: 1280px) {
  #page_wrapper {
    width: 1240px;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner,
.fancybox-outer {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: url(blank.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}

.external-link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIxNCIgc3Ryb2tlPSIjMDUzZjdiIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4IDEzdjZhMiAyIDAgMCAxLTIgMkg1YTIgMiAwIDAgMS0yLTJWOGEyIDIgMCAwIDEgMi0yaDYiLz48cG9seWxpbmUgcG9pbnRzPSIxNSAzIDIxIDMgMjEgOSIvPjxsaW5lIHgxPSIxMCIgeDI9IjIxIiB5MT0iMTQiIHkyPSIzIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 2px -1px;
  padding-left: 5px;
}

.external-link:hover:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIxNCIgc3Ryb2tlPSIjOTA5MDkwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4IDEzdjZhMiAyIDAgMCAxLTIgMkg1YTIgMiAwIDAgMS0yLTJWOGEyIDIgMCAwIDEgMi0yaDYiLz48cG9seWxpbmUgcG9pbnRzPSIxNSAzIDIxIDMgMjEgOSIvPjxsaW5lIHgxPSIxMCIgeDI9IjIxIiB5MT0iMTQiIHkyPSIzIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 2px -1px;
  padding-left: 5px;
}
