.classname {
	display:none;		
	padding:15px 10px;
	border-top:0;
	height:125px;
	font-size:14px;
	background-color:#fff;	
	border:1px solid #E2E2E2;
}
#panespage {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	overflow:hidden;

}
/* root element for tabs  */
ul.tabs {
	list-style:none;
	padding:0px;
	height:30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0px;
	list-style-image:none !important;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	
	border:1px solid #E2E2E2;
	background-color:#F7F7F7;
	font-size:11px;
	display:block;
	height: 28px;
	line-height:28px;
	width: 134px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {

}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {	
	cursor:default !important; 
	color:#000 !important;
	border-bottom-style:none;
	background-color:#FFF;
	height:29px;
}




/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
/* root element for scrollable */

