.tabfolder-table {
}
.tabfolder-table td {
	font: 11px Tahoma;
}
.tabfolder-tab-filler {
	border-bottom: 1px solid black;
}

.tabfolder-tab-space {
	border-bottom: 1px solid black;
}

.tabfolder-tab-left, .tabfolder-tab-left-selected {
	width: 8px;
	background-repeat: no-repeat;
}

.tabfolder-tab-right, .tabfolder-tab-right-selected {
	width: 8px;
	background-repeat: no-repeat;
}
.tabfolder-tab, .tabfolder-tab-selected {
	border-top: 1px solid black;
	padding: 2px;
	cursor: pointer;
}

.tabfolder-tab-left {
	background: url('img/ltab.gif');
}
.tabfolder-tab-right {
	background: url('img/rtab.gif');
}
.tabfolder-tab-left-selected {
	background: url('img/ltab-selected.gif');
}
.tabfolder-tab-right-selected {
	background: url('img/rtab-selected.gif');
}

.tabfolder-tab-left, .tabfolder-tab-right, .tabfolder-tab {
	border-bottom: 1px solid black;
}

.tabfolder-tab-left-selected, .tabfolder-tab-right-selected, .tabfolder-tab-selected {
	border-bottom: 1px solid #efefef;
}

.tabfolder-tab-selected {
	background-color: #efefef;
}

.tabfolder-tab-selected span {
	font-weight: bold;
}

.tabfolder-tab {
	background-color: #dfdfdf;
}


.tabfolder-tab, .tabfolder-tab-selected {
	text-align: center;
	width: 90px;
}

.tabfolder-content {
	background-color: #efefef;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.tabfolder-content td {
	font: 11px Tahoma;
}