/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.nav > ul
{

margin:0px;
padding:0px;
border:0px;
}
.nav {
  margin-left: 0;
  margin-bottom: 0px;
  list-style: none;
  
}
.nav > li > a {
  display: block;
  border:solid 0px;
  margin:0px;padding:0px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;

}
.nav-tabs,
.nav-pills {
  *zoom: 1;
  
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: right;
   margin:4px;padding:0px;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 0px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.nav-tabs > li > a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 0px;
margin-left: 0px;
border-bottom:solid 0px;
border-color:#a6a6a6;
color: #848484;
font: normal 13px calibri;

}
.nav-tabs > li > a:hover {
color:#1ccaff;
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border-bottom:solid 1px;
  cursor: default;
  
}

.tabbable {
border:solid 0px;
  *zoom: 1;
  margin:0px;

  padding:0px;
}
.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;
}