/*____________________________________________________________________  Body  */


/*_________________________________________________________________  Content  */
div#wrapper {
  margin: 18px auto;
  padding: 0 10px;
  width: 620px;
  text-align: left;
  border: 1px solid #1e3551;
  background: #04070c url(images/gradient.png) repeat-x top left;
}
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;
}
#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  */

/*___________________________________________________________________  Links  */


/*__________________________________________________________________  Images  */


/*_________________________________________________________________  Headers  */


/*____________________________________________________________________  Text  */


/*___________________________________________________________________  Demos  */


/*___________________________________________________________________  Forms  */


/*__________________________________________________________________  Footer  */

