/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
  Ceros Support
*/
/* Variables, etc. */
.centerMain {
  width: 1000px;
  margin: auto;
}
.hmenu {
  padding: 0;
}
.hmenu > li {
  display: block;
  float: left;
  margin-left: 5px;
  padding-left: 10px;
}
html,
body {
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 12pt;
  line-height: 1.4;
}
#main-body {
  width: 1000px;
  margin: auto;
}
a {
  color: #009ad2;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  border-bottom: 1px solid #009ad2;
}
#page-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
}
h2 {
  font-size: 18px;
}
/* Header CSS */
body {
  padding-top: 133px;
}
#header {
  margin-bottom: 36px;
  font-size: 13px;
}
#header-content,
#search-content {
  width: 1000px;
  margin: auto;
}
#header-panel {
  background: #333333;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  --webkit-box-shadow: 0px 2px 8px 0px #aaa;
  box-shadow: 0px 2px 8px 0px #aaa;
}
#header-panel a {
  color: #009ad2;
}
#header-panel a:hover {
  text-decoration: none;
  border-bottom: 2px solid #009ad2;
}
#header-panel img {
  margin-right: 9px;
}
#header-panel-left {
  float: left;
  overflow: hidden;
}
#header-panel-left a:hover {
  border: 0;
}
#header-panel-left img {
  margin-top: 25.5px;
}
#header-panel-right {
  float: right;
}
#header-panel-right ul {
  height: 53px;
  line-height: 53px;
}
#header-panel-right li:first-child {
  background: none;
}
#header-panel-right li {
  background: url("../images/bullet.png") no-repeat 0% 50%;
  padding-right: 2px;
}
#search-panel {
  padding: 0 40px 0 40px;
  margin-top: 81px;
  height: 53px;
  background: #eeeeee;
}
#search-panel .hmenu {
  margin: 0;
}
#search-panel #search-panel-left {
  height: 53px;
  line-height: 53px;
  float: left;
  padding: 0;
  margin: 0;
  display: inline-block;
}
#search-panel #search-panel-left li a:hover {
  border-bottom: 2px solid #009ad2;
}
#search-panel #search-panel-left li:first-child {
  margin: 0;
  padding-left: 20px;
  background: url('../images/breadcrumb-home.png') no-repeat 0 47%;
}
#search-panel #search-panel-left li {
  margin-left: 8px;
  padding-left: 15px;
  background: url('../images/breadcrumb-spacer.png') no-repeat 0 49%;
  float: left;
  color: #666;
}
#search-panel #search-panel-right {
  height: 53px;
  line-height: 53px;
  float: right;
  overflow: hidden;
}
#search-panel #search-panel-right input:focus {
  outline: none;
}
#search-panel #search-panel-right #searchBox {
  background: url("../images/search.png") no-repeat 2% 50% #ffffff;
  border: 1px solid #aaa;
  margin-top: 11px;
  width: 293px;
  padding: 4px;
  padding-left: 25px;
  color: #aaa;
}
/* Sidebar CSS */
#content-panel-left {
  width: 300px;
  float: left;
  overflow: hidden;
  margin-right: 40px;
  font-size: 14px;
}
#content-panel-left hr {
  margin: 22px 0 22px 0;
  border: 1px solid #ddd;
  border-bottom: 0;
}
#content-panel-left ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
#content-panel-left li {
  font-weight: 700;
}
#content-panel-left .section-nav-panel > ul li {
  padding-left: 30px;
}
#content-panel-left .section-nav-panel > ul > ul li {
  padding-left: 50px;
}
#content-panel-left .section-nav-panel > ul > ul > ul li {
  padding-left: 70px;
}
#content-panel-left .section-nav-panel > ul > ul > ul > ul li {
  padding-left: 90px;
}
#content-panel-left .section-nav-panel > ul > ul > ul > ul > ul li {
  padding-left: 110px;
}
#content-panel-left .section-nav-panel {
  margin-bottom: 20px;
}
#content-panel-left .section-nav-panel li {
  backround: #333;
  min-height: 12px;
  text-indent: -20px;
  padding: 10px;
}
#content-panel-left .section-nav-panel li:hover {
  background: #c6eff7;
}
#content-panel-left .section-nav-panel .section a {
  color: #fff;
}
#content-panel-left .section-nav-panel li:hover {
  background: #e6f5f8;
}
#content-panel-left .section-nav-panel li:hover a div {
  color: #333;
}
#content-panel-left .section-nav-panel .section {
  background: #333;
  list-style-image: url('../images/category-arrow-right.png');
  border-bottom: 1px solid #fff;
  color: #fff;
}
#content-panel-left .section-nav-panel .section.selected {
  list-style-image: url('../images/category-arrow-down.png');
}
#content-panel-left .section-nav-panel .section:hover {
  color: #333;
}
#content-panel-left .section-nav-panel li {
  color: #009ad2;
  background: #eee;
  list-style-image: url('../images/topic-arrow-right.png');
  border-bottom: 1px solid #ddd;
  position: relative;
}
#content-panel-left .section-nav-panel .topic.selected,
#content-panel-left .section-nav-panel .sub-topic.selected {
  color: #666;
  list-style-image: url('../images/topic-arrow-down.png');
}
#content-panel-left .section-nav-panel .topic li:hover {
  color: #009ad2 !important;
}
#content-panel-left .section-nav-panel .article {
  color: #009ad2;
  background: #eee;
  list-style-image: url('../images/article-bullet.png');
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
#content-panel-left .section-nav-panel .article.selected {
  background: #009ad2;
  list-style-image: url('../images/article-bullet-current.png');
  color: #fff !important;
}
#content-panel-left .section-nav-panel span {
  margin-top: 30px;
  font-weight: bold;
  font-size: 13px;
  color: #aaa;
  text-transform: uppercase;
}
#content-panel-left .section-nav-panel .vmenu {
  font-size: 14px;
}
#content-panel-left .section-nav-panel .vmenu li {
  background: none;
  list-style: none;
  padding: 0;
  margin-top: 10px;
  text-indent: 0;
  border: 0;
}
#content-panel-left .section-nav-panel .vmenu .nav-panel-items > li {
  margin-left: 20px;
  padding-left: 10px;
  background: url('../images/bullet.png') no-repeat 0% 47%;
}
/* Content area styling */
#content-panel-right {
  margin-left: 340px;
  line-height: 22px;
}
#footer {
  width: 1000px;
  margin: auto;
  clear: both;
  border-top: 1px solid #ddd;
  margin-top: 50px;
  padding-top: 15px;
  height: 65px;
  font-size: 12px;
}
#footer ul {
  padding: 0;
  margin: 0;
}
#footer #footer-left {
  margin-top: 2px;
  float: left;
}
#footer #footer-left li {
  display: inline;
  padding: 0 2px 0 10px;
}
#footer #footer-left li:first-child {
  background: none;
  padding: 0 5px 0 0;
}
#footer #footer-left ul li {
  background: url('../images/bullet.png') no-repeat 0% 50%;
}
#footer #footer-right {
  float: right;
}
#footer #footer-right li:first-child {
  margin-top: 2px;
}
#footer #footer-right img {
  padding-left: 0;
  vertical-align: middle;
  padding-bottom: 3px;
}
#footer #footer-right a:hover {
  border: 0;
}
/* Homepage styling */
.home {
  text-align: center;
  border: 1px solid #ededed;
  background: #f9f9f9;
  margin-bottom: 30px;
  width: 516px;
  padding: 45px;
  -webkit-box-shadow: 0px 8px 20px 5px #ccc;
  box-shadow: 0px 8px 20px 5px #ccc;
}
.home hr {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.home .content-title {
  margin-top: 8px;
  color: #009ad2;
  font-size: 26px;
}
.home .content-sub-title {
  color: #000;
  font-size: 18px;
}
.home .content-box {
  margin-bottom: 0;
  overflow: hidden;
}
.home .content-box-nav {
  overflow: hidden;
}
.home .content-box-nav .column {
  overflow: hidden;
  width: 252px;
  float: left;
}
.home .content-box-nav #column-right {
  float: right;
}
.home .content-box-nav .content-box-nav-item {
  overflow: hidden;
  text-align: left;
  background: #009ad2;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 4px 0px #bbb;
  box-shadow: 0px 2px 4px 0px #bbb;
}
.home .content-box-nav .content-box-nav-item p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.home .content-box-nav .content-box-nav-item h3 {
  margin: 0;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  background: url('../images/homepage-arrow.png') no-repeat 100%;
  height: 25px;
  line-height: 25px;
}
#content-panel-right .section-content h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
#content-panel-right .section-item {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 30px;
}
#content-panel-right .section-item h2 {
  font-size: 18px !important;
}
#content-panel-right .article-item {
  border: 1px solid #ccc;
  padding: 20px;
}
#content-panel-right .article-item h2 {
  font-size: 18px;
  margin-top: 0;
}
#content-panel-right .article-item .last-modified-text {
  font-size: 12px;
  color: #666;
}
.article {
  font-size: 16px;
  line-height: 22px;
}
.article ul {
  padding-left: 20px;
}
.article ul li {
  list-style: none;
  padding-left: 15px;
  background: url('../images/article-ul-bullet.png') no-repeat 0% 8px;
}
.article h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.article h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.article h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #999;
}
.article h4 {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: #999;
}
.article code {
  line-height: 1;
  white-space: pre;
  font-size: 14px;
}
.article .last-modified-text {
  color: #666 !important;
  font-size: 12px;
  margin-bottom: 20px;
}
.article .blockquote,
.article .code {
  background: #eee;
  border-left: 5px solid #009ad2;
  margin-left: 20px;
  padding: 20px;
}
.article .caption {
  color: #666;
  font-size: 12px;
}
.article .signoff {
  margin-top: 40px;
  color: #666;
  font-size: 12px;
}
#content-panel-right #glossary-menu-container {
  background: #eee;
  text-align: center;
  height: 44px;
}
#content-panel-right .glossary-menu {
  margin: 30px 0 30px 0;
  padding: 10px;
  margin: 0;
  overflow: hidden;
  display: inline-block;
}
#content-panel-right .glossary-menu li {
  font-style: normal;
  font-size: 13px;
  overflow: hidden;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 2px;
}
#content-panel-right .glossary-menu li:hover {
  border-radius: 2px;
  background: #dbdbdb;
}
#content-panel-right .glossary-menu .inactive:hover {
  background: none;
}
#content-panel-right .glossary-menu a:hover {
  text-decoraton: none !important;
}
#content-panel-right #glossary-content-container .glossary-main {
  border: 1px solid blue;
}
#content-panel-right #glossary-content-container .back-to-top {
  font-size: 13px;
}
#content-panel-right #glossary-content-container hr {
  margin-top: 20px;
}
#content-panel-right #glossary-content-container h2 {
  margin: 29px 0 26px 0;
}
#content-panel-right #glossary-content-container .term-group:last-child {
  border: 0;
}
#content-panel-right #glossary-content-container .anchor {
  padding-top: 5px;
  color: #333;
  font-size: 18px;
}
#content-panel-right #glossary-content-container .anchor:hover {
  border: 0;
}
#content-panel-right #glossary-content-container .glossary-contents h5 {
  font-size: 18px;
  font-weight: 700;
  color: #999;
  margin: 0 0 10px 0;
}
#submissionForm {
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  color: #666;
}
#submissionForm .form-button {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #007b9d;
  color: #fff;
  background: #00a2cf;
  /* Old browsers */

  background: -moz-linear-gradient(top, #00a2cf 0%, #007b9d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a2cf), color-stop(100%, #007b9d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #00a2cf 0%, #007b9d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #00a2cf 0%, #007b9d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #00a2cf 0%, #007b9d 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #00a2cf 0%, #007b9d 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2cf', endColorstr='#007b9d', GradientType=0);
  /* IE6-9 */

}
#submissionForm .form-button:active {
  background: #007b9d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #007b9d 0%, #00a2cf 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007b9d), color-stop(100%, #00a2cf));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #007b9d 0%, #00a2cf 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #007b9d 0%, #00a2cf 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #007b9d 0%, #00a2cf 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #007b9d 0%, #00a2cf 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007b9d', endColorstr='#00a2cf', GradientType=0);
  /* IE6-9 */

}
#submissionForm .required-flag {
  color: #c00 !important;
}
#submissionForm table {
  width: 100%;
}
#submissionForm tr {
  width: 100%;
  margin: 10px 0 10px 0;
}
#submissionForm th {
  width: 170px;
  text-align: right;
  padding-right: 12px;
  vertical-align: top;
  padding-top: 15px;
}
#submissionForm td {
  padding: 8px 0 8px 0;
}
#submissionForm td .text-input {
  border: 1px solid #666;
  padding: 8px;
  width: 100%;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-results-title {
  font-size: 20pt;
  font-weight: 700;
  float: left;
  margin: 0 10px 10px 0;
}
.search-term {
  font-size: 20pt;
  color: #aaa;
  display: block;
  margin-bottom: 10px;
}
.no-search-results {
  font-size: 12pt;
}
.search-result-count {
  font-size: 12pt;
  color: #666;
}
#search-term {
  color: #aaa;
}
.search-results-paging {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
  overflow: hidden;
}
.search-results-paging span {
  padding: 4px;
  min-width: 22px;
  text-align: center;
  display: block;
  float: left;
}
.search-results .search-result-item {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 10px;
}
.search-results .result-path {
  font-size: 12pt;
  padding: 0;
  margin: 0;
  clear: right;
  overflow: hidden;
}
.search-results .result-path li:first-child {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
  margin-right: 6px;
}
.search-results .result-path li {
  list-style: none;
  background: url('../images/search-result-divider.png') no-repeat 0% 45%;
  padding-left: 20px;
  margin-right: 6px;
  float: left;
}
#serverstatus #server-info {
  margin-top: 20px;
  background: #eee;
  padding: 20px;
}
#content-panel-right .release-note-item {
  padding-top: 20px;
}
#content-panel-right .release-note-item hr {
  margin-top: 0;
}
#content-panel-right .release-note-item h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
#content-panel-right .release-note-item li {
  font-style: italic;
  color: #999;
}
#content-panel-right .release-note-item li > .title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
#content-panel-right .release-note-item li > .description {
  font-style: normal;
  color: #333;
  margin-left: -20px;
  font-size: 16px;
}
#content-panel-right #release-notes-container h2 {
  margin-bottom: 0;
}
#content-panel-right #release-notes-container hr {
  margin-bottom: 30px;
}
#content-panel-right .last-modified-text {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
}
#content-panel-right p > strong {
  color: #999;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#content-panel-right ol {
  padding-left: 20px;
}
.not-found-info {
  background: #eee;
  padding: 30px 100px 30px 100px;
  text-align: center;
  line-height: 1.4;
}
.not-found-info h1 {
  font-size: 26px;
}
#menu-container {
  position: relative;
}
#menu-container hr {
  padding: 0;
  margin: 5px 0 5px 0;
  border: 0;
  border-top: 1px #aaa solid;
}
#menu-container #selected {
  margin-top: 20px;
}
#menu-container #menu-icon {
  background: url("../images/selectarrows.png") no-repeat 50% 50%;
  width: 34px;
  height: 34px;
  border-left: 1px solid #898989;
  position: absolute;
  right: 0;
  z-index: 1000;
}
#menu-container #menu-button {
  padding: 5px;
  border: 1px solid #898989;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f1f1f1;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f1f1f1 0%, #c9c9c9 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #c9c9c9));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f1f1f1 0%, #c9c9c9 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f1f1f1 0%, #c9c9c9 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f1f1f1 0%, #c9c9c9 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f1f1f1 0%, #c9c9c9 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#c9c9c9', GradientType=0);
  /* IE6-9 */

}
#menu-container #menu-button:active {
  background: #c9c9c9;
  /* Old browsers */

  background: -moz-linear-gradient(top, #c9c9c9 0%, #f1f1f1 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9c9c9), color-stop(100%, #f1f1f1));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #c9c9c9 0%, #f1f1f1 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #c9c9c9 0%, #f1f1f1 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #c9c9c9 0%, #f1f1f1 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #c9c9c9 0%, #f1f1f1 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#f1f1f1', GradientType=0);
  /* IE6-9 */

}
#menu-container #menu {
  border: 1px solid #999;
  position: absolute;
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
#menu-container .menu-open {
  color: #aaa !important;
}
#menu-container .menu-item {
  padding: 5px 15px 5px 15px;
}
#menu-container .menu-item-selected {
  background: #fff !important;
}
#menu-container .optgroup {
  font-weight: 700;
  font-size: 14px;
  color: #aaa;
}
#menu-container .option {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}
#menu-container .option:hover {
  cursor: pointer;
  background: #009ad2;
  color: #fff;
}


