body {
	padding-top: 60px;
	padding-bottom: 40px;
}
html, body{
    background: url("/etc/img/background_beige.png") repeat scroll 0 0 transparent;
}

/**
 * 		Border Styles
 */

.border-round{
	background-color: #fff;
	border: 1px solid #aaaaaa;
	padding: 1px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; 
}

 /*
  * http://tvitre.no/etc/css/../img/logo_icon_live.png
  */
.navbar {
    background: url("/etc/img/header.png") repeat-x scroll center top transparent;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.navbar-inverse .navbar-inner {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
}

.navbar .brand {
    background: url("/etc/img/logo_icon_live.png") no-repeat scroll left center transparent;
    display: block;
    height: 80px;
    overflow: hidden;
    text-indent: -9000px;
    width: 250px;
    
    /* Bootstrap overrides */
    margin-left: 0;
    padding: 0 30px 0 0;
}

.hero-unit {
	background-color: transparent;
}
.nav-collapse{
	/*padding-top: 40px;*/
	line-height: 80px;
}
.navbar .nav > li {
	line-height: 60px;
}
.navbar .nav .dropdown-toggle .caret {
    margin-top: 22px;
}


a {
    color: #16AEC5;
}


.sidebar{
	background-color: #ffffff;
	height: 100%;
}

.sidebar .nav-list > .active > a, .sidebar .nav-list > .active > a:hover{
	background-color: #16AEC5;
}
/*
 * 	Tables
 */
.table caption{
	font-weight: bold;
	padding: 5px;
}
.table-footer{
	padding:3px; border-top: 1px solid #DDDDDD;
}



/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  width: 228px;
  /*margin: 30px 0 0;*/
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}