
/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin:16px 0 0 0;
    padding:0;
    border-bottom:1px solid #ddd;
    height:30px;
}

/* single tab */
ul.tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background:url(../images/table-head.png) repeat-x top;
	border-radius:3px 3px 0 0;
	font-size:11px;
	display:block;
	height: 29px;
	line-height:29px;
	text-align:center;
	text-decoration:none;
	padding:0px 5px;
	margin:0 3px 0 0;
	position:relative;
	top:1px;
}

ul.tabs a.current {
	background-image:none;
	border:1px solid #dddddd;
	height:28px;
	border-bottom:1px solid white;
}

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