.swaptab_navigation
{
	height: 20px;
	_height: 20px;
	margin-bottom: 0px;
	clear: both;
}

.swaptab_navigation div
{
	float: left;
	min-width: 130px;
	height: 20px;
	_height: 24px;
	margin: 0px 1px 0px 0px;
	padding: 4px 5px 0px 5px;
	text-align: center;
	white-space: nowrap;

	color: white;
	cursor: pointer;
	font-weight: bold;
/*
	border-left: 1px solid beige;
	border-top: 1px solid beige;
	border-right: 1px solid gray;*/
}

.swaptab_tab
{
	background: #A8A8A8;
}

.swaptab_tab_current
{
	background: #B3071B;
}

.swaptab_container
{
	/*
	border: 1px outset gray;
		padding: 10px;
	background: #FAFAF8;
	*/
	border-top: 1px outset gray;
	clear: both;
	margin-left: 1px;
	min-height: 300px;
	padding: 10px 0;
}

.swaptab_content
{
	display: none;
}

.swaptab_content_current
{
	display: block;
	color: black;
	/*background: yellow;
	border: 1px solid gray;*/
}