﻿#abcNav
{
	padding-left: 6px;
}
	#abcNavF
	{
		width: 10px;
		float: left;
		display: block;
		border-bottom: 1px solid #c6c6c6;
		height: 27px;
	}
	#abcNavL
	{
		/*width: 119px;*/
		width: 105px;
		float: left;
		display: block;
		border-bottom: 1px solid #c6c6c6;
		height: 22px;
		padding-top: 5px;
		text-align: right;
	}
.dAbcTabDis
{
	position: relative;
	float: left;
	border-bottom: 1px solid #c6c6c6;
	height: 23px;
	padding-left: 2px;
	padding-top: 4px;
}
	.dAbcTabDis div.dAbcTabL
	{
		position: absolute;
		width: 2px;
		height: 2px;
		top: 4px;
		left: 2px;
		background-image: url("../Images/AbcTabBgDisabled.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
		font-size: 1px;
		line-height: 1px;		
	}
	.dAbcTabDis div.dAbcTabR
	{
		position: absolute;
		width: 2px;
		height: 2px;
		top: 4px;
		right: 0;
		background-image: url("../Images/AbcTabBgDisabled.gif");
		background-position: -2px 0;
		background-repeat: no-repeat;
		font-size: 1px;
		line-height: 1px;		
	}
	.dAbcTabDis a
	{
		color: #cdcdcd;
		font-family: Arial;
		border: 1px solid #dddddd;
		border-bottom: 1px solid #c6c6c6;
		background-color: #efefef;
		cursor: default;
		display: block;
		padding: 4px;
		text-decoration: none;
	}
.dAbcTabDef
{
	position: relative;
	float: left;
	border-bottom: 1px solid #c6c6c6;
	height: 23px;
	padding-left: 2px;
	padding-top: 4px;
}
	.dAbcTabDef div.dAbcTabL
	{
		position: absolute;
		width: 2px;
		height: 2px;
		top: 4px;
		left: 2px;
		background-image: url("../Images/AbcTabDefaultBg.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
		font-size: 1px;
		line-height: 1px;		
	}
	.dAbcTabDef div.dAbcTabR
	{
		position: absolute;
		width: 2px;
		height: 2px;
		top: 4px;
		right: 0;
		background-image: url("../Images/AbcTabDefaultBg.gif");
		background-position: -2px 0;
		background-repeat: no-repeat;
		font-size: 1px;
		line-height: 1px;		
	}
	.dAbcTabDef a
	{
		color: #464646;
		font-family: Arial;
		border: 1px solid #c6c6c6;
		background-color: #d4d4d4;
		cursor: pointer;
		display: block;
		padding: 4px;
		text-decoration: none;
	}
	.dAbcTabDef a:hover
	{
		background-color: #ffffff;
	}
.dAbcTabSel
{
	position: relative;
	float: left;
	border-bottom: 1px solid #c6c6c6;
	height: 27px;
	padding-left: 2px;
	padding-top: 0px;
}
	.dAbcTabSel div.dAbcTabL
	{
		position: absolute;
		width: 2px;
		height: 2px;
		top: 0;
		left: 2px;
		background-image: url("../Images/AbcTabDefaultBg.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
		font-size: 1px;
		line-height: 1px;		
	}
	.dAbcTabSel div.dAbcTabR
	{
		position: absolute;
		width: 2px;
		height: 2px;
		top: 0;
		right: 0;
		background-image: url("../Images/AbcTabDefaultBg.gif");
		background-position: -2px 0;
		background-repeat: no-repeat;
		font-size: 1px;
		line-height: 1px;		
	}
	.dAbcTabSel a
	{
		color: #464646;
		font-family: Arial;
		border: 1px solid #c6c6c6;
		border-bottom: 1px solid #ffffff;
		background-color: #ffffff;
		cursor: pointer;
		display: block;
		padding: 6px 4px 6px 4px;
		text-decoration: none;
	}
