.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 6px;
}
.tabs ul {
	margin: 0;
	padding: 0;
	height: 40px;
	list-style-type: none;
	margin-top: -5px;
	margin-left: 10px;
}
.tabs a {
	cursor: pointer;
	cursor: hand;
	color: #444444;
	display: block;
	float: left;
}
.tabs a:hover {
	color: #000000;
}
.tabs .lside {
	display: block;
	float: left;
}
.tabs .rside {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	padding-right: 10px;
}

.active-tab {
	background: url(images/itab_bk.gif) repeat-x bottom;
	color: #000000;
	font-weight: bold;
}
.active-tab .lside {
	background: url(images/itab_left.gif) no-repeat bottom left;
}
.active-tab .rside {
	background: url(images/itab_right.gif) no-repeat bottom right;
}

/* Table tabs */



.table_tabs li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 6px;
}

.table_tabs ul {
	height: 26px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-bottom: -2px;
	margin-left: 6px;
}

.table_tabs a {
	cursor: pointer;
	cursor: hand;
	color: #444444;
	display: block;
	float: left;
}
.table_tabs a:hover {
	color: #000000;
}
.table_tabs .lside {
	display: block;
	float: left;
}
.table_tabs .rside {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	padding-right: 10px;
}

.table_tabs .active-tab {
	background: url(images/tabletab_bk.gif) repeat-x top;
	color: #000000;
	font-weight: bold;
}
.table_tabs .active-tab .lside {
	background: url(images/tabletab_left.gif) no-repeat top left;
}
.table_tabs .active-tab .rside {
	background: url(images/tabletab_right.gif) no-repeat top right;
}