/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 2px;
 border-bottom: 1px solid #ddd;
 font: bold 14px Verdana, sans-serif;
 letter-spacing:0.1em;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 5px;
 margin-left: 3px;
 border:0px solid #778;
 border-bottom: none;
 background: #cad3ea;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color:#fff;
 background: #e5ecf3;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 color:#ffff;
 background-color: #0d55a7;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 background:#0d55a7 ;
 border-bottom: 0px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#tab {}


.tabbertab {
 padding:5px;
 border:0px solid #aaa;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
 /* height:200px; 
	overflow:auto;*/
	overflow-x:hidden;
	overflow-y:auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabbertab h2 {
 display:none;
}

.tabbertab h3 {
 display:;
}

h4 {font-size:10px;}

#info {
	overflow-x:hidden;
	overflow-y:auto;
	clear:both;
}

html>body #info {

	width:150px;
}

.st {letter-spacing:0.2em;}

.st span {letter-spacing:0.6em;}
.st .en{ border: 0px solid #fff;padding-left:3.8em;letter-spacing:0.2em;display:block;}
