.tabTD {
	padding-right: 7px;
	cursor: hand;
	border-style: solid; border-width: 0px 0px 0px 0px; border-color: black;
}

.tabTD .tabLeft {
	font-size: 11px;
	background: url(/images/left.gif) left top no-repeat;
	padding-left: 8px;
}

.tabTD .tabText {
	background: #888888 url(/images/black.gif) left top repeat-x;
	color: #eeeeee;
	padding-right: 0px;
	margin-right: 0px
}

.tabTD .tabRight {
	background: url(/images/right.gif) left top repeat-x;
	padding-left: 5px;
	margin-left: 0px
}

.tabTDSel {
	padding-right: 7px;
	border-style: solid; border-width: 0px 0px 0px 0px; border-color: black;
}

.tabTDSel .tabLeft {
	font-size: 11px;
	background: url(/images/left-s.gif) left top no-repeat;
	padding-left: 9px;
}

.tabTDSel .tabText {
	font-size: 11px;
	font-weight: bold;
	background: white url(/images/black.gif) left top repeat-x;
	padding-right: 0px;
	margin-right: 0px
}

.tabTDSel .tabRight {
	background: url(/images/right-s.gif) left top no-repeat;
	padding-left: 5px;
	margin-left: 0px
}



