div.panes div {
	display:none;		
	padding: 10px;
}
 
.panes {
	border: 1px solid #ccc;
	margin-bottom:5px;
	}
ul.tabs {
	font-weight: normal;
	font-size: 20px;
	list-style:none; 
	margin:0 !important; 
	padding:0px;	
	height:34px;


}

.tabsBorder {

	
	border-left-width: 1px;

	border-left-style: solid;
	
	border-left-color: #CCC;
	}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;

	margin:0 !important;
	list-style-image:none !important; 
	border-right: #ccc solid 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-top-width: 1px;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	display:block;
	text-align:center;	
	text-decoration:none;
	padding:5px;
	margin:0px;	
	position:relative;

}

ul.tabs a:active {
	outline:none;	
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color:#C36;	
}

/* 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:#C36 !important;
}

/* width 1 */
ul.tabs a.w1 			{ background-color: #eee }
ul.tabs a.w1:hover 	{ background-color: #eee; }
ul.tabs a.w1.current  { background-color: #fff; 	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #fff;}

/* width 2 */
ul.tabs a.w2 			{ background-color: #eee }
ul.tabs a.w2:hover 	{ background-color: #eee; }
ul.tabs a.w2.current  { background-color: #fff; border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #fff;}


/* width 3 */
ul.tabs a.w3 			{ background-color: #eee }
ul.tabs a.w3:hover 	{ background-color: #eee; }
ul.tabs a.w3.current { background-color: #fff; border-bottom-width: 1px;

	border-bottom-style: solid;
	
	border-bottom-color: #fff;}


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


