#tabber-widget {
	width: 99%;
	float:left;
	margin-bottom: 2em;
		border:1px solid #c5c5c5;
}
#sidebar #tabber-widget {
	width: 100%;
	float:left;
}
/*--------------------------------------------------
  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: 0px;
	padding: 0px;
	display: block;
	width: 100%;
    float:left;

}
#tabber-widget .tabbertab ul li ul li ul li {
}

#tabber-widget .tabbertab ul li {

}
#tabber-widget .tabbertab ul li ul {
  	border: 0 none;
	padding: 0 !important;
	width: 100%;
}

#tabber-widget .tabbertab ul li ul li {
}

#tabber-widget .tabbertab  {
margin: 0px;
	padding: 4%;
	float: left;
	width: 92%;
background:#FFF;

     
	 -webkit-border-bottom-right-radius: 8px;
     -moz-border-bottom-right-radius: 8px; 
          border-bottom-right-radius: 8px; 
}

#container #tabber-widget aside, #container #tabber-widget aside > ul, #container #tabber-widget .avatar-block, #container #tabber-widget .extra-block {
	padding:0;
	border: 0 none;
	margin:0 !important;
	width:100%;
}
#container #tabber-widget aside li:last-of-type {margin:0;}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	padding: 6% 4% 0% !important;
	margin: 0px;
	float: left;
	width: 92% !important;
	letter-spacing: normal;
	color: #fff;
	text-transform: uppercase;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #028bcf;
}

#container ul.tabbernav li
{
	list-style: none;
	padding: 0px;
	width:auto !important;
	display: inline;
	font-size: 1.2em;
	margin-bottom: 0em;
	float: left;
     text-transform: uppercase;
}

ul.tabbernav li a,ul.tabbernav li a:hover
{
	text-decoration: none;
	color: #ccc;
	padding: 0.6em;
	margin: 0px;
	
}

ul.tabbernav li.tabberactive a,ul.tabbernav li.tabberactive a:hover
{
	color: #111 !important;
	background: #FFF;
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
		 -webkit-border-top-left-radius: 6px;
     -moz-border-top-left-radius: 6px; 
          border-top-left-radius: 6px; 
     
	 -webkit-border-top-right-radius: 6px;
     -moz-border-top-right-radius: 6px; 
          border-top-right-radius: 6px; 
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	position: relative;
	

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {

}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 overflow:auto;
}
