﻿.tab-content {
    overflow: auto;
}

.well {
  clear: both;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}


.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

.nav-pills {
	margin-top: 20px;
	padding:0px;
}

.nav-tabs > li, .nav-pills > li {
    float: left;
}

.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}


.nav > li > a {
    display: block;
}

.nav > li > a:hover {
    background-color: #eeeeee;
    text-decoration: none;
}

.nav-pills > li > a {
    background-color: #eeeeee;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.nav-tabs > li > a, .nav-pills > li > a {
    line-height: 14px;
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #0088CC;
    color: #FFFFFF;
}

div.quote {
	width: 480px;
	height: 120px;
	margin: 20px 0 0 0;
	padding: 40px 45px 0 30px;
	background-image: url("/images/icons/quote_bg.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 20px;
	font-size: 14px;
	font-style: italic;
	color: #999999;
	text-align: center;
}

p.support {
	margin: 20px 0;
}

p.support img {
	margin: 0 20px 0 0;
}

.container p {
	clear: both;
}


#cookie-opt-in-footer {
	display: block;
	bottom: 0px; 
	width: 100%; 
	min-height: 25px; 
	position: fixed; 
	color: rgb(255, 255, 255); 
	text-align: center; 
	padding: 7px 0pt 0pt; 
	background-image: url("/images/icons/grey_bg.png");
	font-size: 12px; 
	z-index: 2147483646;
}

#cookie-opt-in-button {
	height: 16px; 
	padding: 3px 10px 3px 10px; 
	margin-right: 5px; 
	cursor: pointer; 
	position: fixed; 
	bottom: 5px; 
	z-index: 2147483647; 
	right: 0; 
	color: rgb(255, 255, 255);
	background-color: rgb(0,0,0);
	text-align: left; 
	font-size: 12px; 
	line-height: 14px;
}

#cookie-opt-in-message {
	margin-right: 100px;
}

#cookie-opt-in-message a {
	color: rgb(255, 255, 255); 
	text-decoration: underline;
}
.tab-content ol {
	padding:0 0 0 30px;
}