.tabberlive .tabbertabhide{
display:none;
}
.tabber{
	background:#333;
}
.tabberlive{
	margin:5px;
}
ul.tabbernav{
	margin:0;
	padding:5px;
	font:10pt tahoma;
	background:#fff;
}
ul.tabbernav li{
	list-style:none;
	margin:0;
	display:inline;
	color:#5b5b5b;
}
ul.tabbernav li a{
	padding:5px;
	margin-left:1px;
	border-bottom:none;
	background:#dfdfdf;
	text-decoration:none;
	border:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
}
ul.tabbernav li a:link{ 
	color:#5b5b5b;
}
ul.tabbernav li a:visited{ 
	color:#5b5b5b; 
}
ul.tabbernav li a:hover{
	color:#f00;
	background:#fff
}
ul.tabbernav li.tabberactive a{
	color:#f00;
	background:#fff;
	border-bottom: 1px solid #fff;

}
ul.tabbernav li.tabberactive a:hover{
	color:#5b5b5b;
	background:#fff
}
.tabberlive .tabbertab{
	background:#fff;
	font:9pt tahoma;
	color:#333;
	line-height:18pt;
	border:1px solid #d3d3d3;
	padding:10px;
	direction:rtl;
	min-height:300px;
	overflow:auto;
}
.tabberlive .tabbertab a{
	color:#374554;
}
.tabberlive .tabbertab p{
	margin:0px 0;
}
.tabberlive .tabbertab a:hover{
	color:#f00;
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2{
	display:none;
}
.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{
	height:200px;
	overflow:auto;
}
