/*_________________________________________________________________  Content  */
div#wrapper {
  margin: 18px auto;
  padding: 0 10px;
  width: 620px;
  text-align: left;
  border: 1px solid #1e3551;
  background: #fff;
}
div#wrapper h1 span {
  font-size: 12px;
  color: #fff;
}

/*______________________________________________________________  Navigation  */
#nav {
  padding-left: 10px;
  padding-bottom: 22px;
  margin-left: 0;
  border-bottom: 1px solid #1e3551;
  background: #fff;
}
#nav li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
#nav li a {
  border: 1px solid #1e3551;
  float: left;
  font-size: small;
  font-weight: normal;
  line-height: 14px;
  margin-right: 8px;
  padding: 2px 10px 5px;
  text-decoration: none;
  cursor: pointer;
  color: #aaa;
}
#nav li a.selected {
  border-bottom: 1px solid #09111a;
  color: #fff;
}
.tab-content {
  display: none;
}

/*__________________________________________________________________  Tables  */
table {
  width: 50%;
  margin: 0 0 20px 0;
}
table tr td, table tr th {
  padding: 5px 15px 5px 0px;
  vertical-align: top;
}
table tr td.option {
  font-weight: bold;
  color: #ffb;
  padding-left: 0;
  width: 120px;
}
table#motivation-table tr td {
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
}
table#motivation-table tr td.strong {
  width: 96px;
  font-weight: bold;
  color: #e62721;
  text-align: center;
}
table.thumbs {
  margin: 0 auto;
  width: 450px;
}
table.thumbs td {
  text-align: center;
  width: 150px;
}

/*__________________________________________________________________  Images  */
img {
  border: none;
}

/*___________________________________________________________________  Demos  */
div.inline-sample-content {
  padding: 10px;
}
#hongkong {
  text-align: center;
}
#advanced-pane {
  display: none;
}

/*___________________________________________________________________  Forms  */
#tip_button {
  border: 1px solid #04070c;
  background-color: #bed333;
  padding: 4px 2px;
  cursor: pointer;
}

/*__________________________________________________________________  Footer  */
p.footer {
  border-top: 1px solid #1e3551;
  padding-top: 9px;
  color: #aaa;
  text-align: center;
  font-size: x-small;
}
