.ffp-tab-row {
	color:		rgb(0,66,174);
	border:		1px solid;
	border-color:	rgb(120,172,255);
	background:	rgb(234,242,255);
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	cursor:		Default;
	margin:		1px -5px 1px 5px;
	border-bottom:	0;
	padding:		2px 6px 5px 6px;
	cursor:		hand;
	cursor:		pointer;
	margin:		1px -6px -2px 0px;
	top:		0;
/* Netscape7 and Opera does not like this:
	display:	inline; */
}

.ffp-tab-row-selected {
	font-family:		Verdana, Helvetica, Arial;
	font-size:			14px;
	color:			white;
	background:		#4E88C5;
}

/* This is the small "bump" above the currently selected tab */
.ffp-tab-row-selected-top {
	height:			0.1em;
	/* background:		rgb(0,66,174); */
	background:		#4E88C5;
}

a.ffp-tab-row-selected {
	color:			white;
	text-decoration:		none;
	border:			0px;
}

a.ffp-tab-row {
	color:			rgb(0,66,174);
	font-family:		Verdana, Helvetica, Arial;
	font-size:			11px;
	text-decoration:		none;
	border:			0px;
	font-weight:		normal;
}

.ffp-tab-main-table {
	border-width:		2px;
	border-style:		solid;
	border-color:		#4E88C5;
	padding:		2px 6px 5px 6px;
	margin:			1px -6px -2px 0px;
	top:			-2px;
	background:		white;
}
