.balltab{
	padding-top:2px;
	margin:0;
	list-style-type: none;
	text-align:center; /*set to left, center, or right to align the menu as desired*/
}

.balltab ul{
	/* remove the list style and spaces*/
		margin:0; 
		padding:0; 
		list-style:none; 
		display:inline;
}

.balltab li{
	display:inline;
	margin:0;
	padding:0;
}

.balltab li a{
	text-decoration: none;
	position: relative;
	color:#555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:2px 5px;
	border:1px solid #cccccc;
}

.balltab li a.selected{ /*selected main tab style */
	position: relative;
	background:#dddddd;
}

.balltab li a.last{ /*selected main tab style */
	border-right:none;
}




.tabbody {
	width:auto;
}

.tabcontent{
	display:none;
	border:1px solid #ebe3e3; 
	background-color:white;
}

@media print {
.tabcontent {
	display:block !important;
	border:1px solid #ebe3e3; 
	background-color:white;
}
}



