
._tabs_table {
	font: 8pt verdana,tahoma,arial;
	position: relative;
	top: 1px;
	z-index: 2;
	}

._tabs_cell {
	border: none;
	padding: 0;
	margin: 0;
	}

._tabs_table a {
	color: #838383;
	text-decoration: none;
	}

._tabs_table a:hover {
	color: black;
	text-decoration: underline;
	}

._tabs_cell {
	background: url('../images/gTabs/nBbg.gif') repeat-x;
	}

._tabs_cell_cur {
	background: url('../images/gTabs/nWbg.gif') repeat-x;
	}

._tabs_sep_first_inactive {
	width: 8px;
	height: 16px;
	background: url('../images/gTabs/nBL.gif') no-repeat;
	}

._tabs_sep_last_inactive {
	width: 8px;
	height: 16px;
	background: url('../images/gTabs/nBR.gif') no-repeat;
	}

._tabs_sep_first_active {
	width: 8px;
	height: 16px;
	background: url('../images/gTabs/nWL.gif') no-repeat;
	}

._tabs_sep_last_active {
	width: 8px;
	height: 16px;
	background: url('../images/gTabs/nWR.gif') no-repeat;
	}

._tabs_sep_middle_inactive {
	width: 10px;
	height: 16px;
	background: url('../images/gTabs/nBB.gif') no-repeat;
	}

._tabs_sep_left_active {
	width: 10px;
	height: 16px;
	background: url('../images/gTabs/nBW.gif') no-repeat;
	}

._tabs_sep_right_active {
	width: 10px;
	height: 16px;
	background: url('../images/gTabs/nWB.gif') no-repeat;
	}

._tabs_area {
	background: #EFEFDE;
	border: 1px solid #808080;
	padding: 5px;
	position: relative;
	z-index: 1;
	}
