/* root element for tabs  */
.tab {
	clear:both;
	margin-top:10px;
	float:left;
	width:100%;
}
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:30px;
}
/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 6px 0 0 !important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */

ul.tabs a {
	text-decoration:none;
	display:block;
	margin:0px;
	position:relative;
	background:url(../images/tab-r.jpg) no-repeat right -35px;
}
ul.tabs a span {
	background:url(../images/tab-l.jpg) no-repeat left -35px;
	color: #000000;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 6px 12px;
}
ul.tabs span {
	text-decoration:none;
	display:block;
	margin:0px;
	position:relative;
	background:url(../images/tab-r.jpg) no-repeat right -35px;
}

ul.tabs span  label {
	background:url(../images/tab-l.jpg) no-repeat left -35px;
	color: #000000;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 6px 12px;
}

ul.tabs a.current, ul.tabs a:hover {
	background-position:right 0;
}
ul.tabs a.current span, ul.tabs a:hover span {
	background-position:left 0;
	color:#FFFFFF;
}
/* initially all panes are hidden */ 
.panes {
	border-top:1px solid #e4e6e2;
	background:url(../images/tab-body-bg.png) repeat-x 0 0;
	padding:10px 12px;
	min-height:70px;
}
.panes .one-colu-table-list{ margin-top:8px; }
.panes .pane {
	display:none;
}
.panes img[align="right"] { float:right; margin:0 0 10px 10px; }
.panes .title {
	font-size:13px;
	font-weight:bold;
	color:#1C669C;
	margin-bottom:5px;
	line-height:normal;
}


