/* this styles can also be found on general.css/fundfinder.css */

.ffLowLeft,
.ffLowMiddle,
.ffLowRight,
.ffHighLeft,
.ffHighMiddle,
.ffHighRight,
.fsSingleTabLeft,
.fsSingleTabMiddle,
.fsSingleTabRight
{
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 2px;
	cursor: pointer;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.ffLowMiddle,
.ffHighMiddle,
.fsSingleTabMiddle
{
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-left: 13px;
	padding-right: 13px;
	width: auto;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.ffLowLeft
{
	background-image: url(/images/navigation/fundFinder_low_left.gif);
}

.ffLowMiddle
{
	background-image: url(/images/navigation/fundFinder_low_middle.gif);
	color: #0A3D79;
}
.ffLowMiddle a
{
	color: #0A3D79;
}

.ffLowRight
{
	background-image: url(/images/navigation/fundFinder_low_right.gif);
}

.ffHighLeft
{
	background-image: url(/images/navigation/fundFinder_high_left.gif);
}

.ffHighMiddle
{
	background-image: url(/images/navigation/fundFinder_high_middle.gif);
	color: #000000;
}
.ffHighMiddle a
{
	color: #000000;
}

.ffHighRight
{
	background-image: url(/images/navigation/fundFinder_high_right.gif);
}

.fsSingleTabLeft
{
	background-image: url(/images/buttons/button_singletab_left.gif);
	width:2px;
}

.fsSingleTabMiddle
{
	background-image: url(/images/buttons/button_singletab_middle.gif);
	color:#000;
	overflow:hidden;
}
.fsSingleTabMiddle img
{
	left:2px;
	position:absolute;
	top:0px;
}
.fsSingleTabMiddle span
{
	position:relative;
	z-index:3;
}

.fsSingleTabRight
{
	background-image: url(/images/buttons/button_singletab_right.gif);
}

.fsLowLeft, .fsLowMiddle, .fsLowRight, .fsHighLeft, .fsHighMiddle, .fsHighRight {
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 1px;
	cursor: pointer;
	text-decoration: none;
}

.fsLowMiddle {
	background-image: url(/images/navigation/factSheet_low_middle.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	text-decoration: none;
	font-weight: bold;
	color: #0A3D79;
	font-size: 11px;
}

.fsLowRight {
	background-image: url(/images/navigation/factSheet_low_right.gif);
	width: 2px;
}

.fsHighLeft {
	background-image: url(/images/navigation/factSheet_high_left.gif);
}

.fsHighMiddle {
	background-image: url(/images/navigation/factSheet_high_middle.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
} 

.fsHighRight {
	background-image: url(/images/navigation/factSheet_high_right.gif);
	width: 2px;
}

.buttonBlueLeft, .buttonBlueMiddle, .buttonBlueRight, .buttonGreyLeft, .buttonGreyMiddle, .buttonGreyRight
{
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	cursor: pointer;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: normal;
	display: block;
}
.buttonBlueMiddle, .buttonGreyMiddle
{
	background-image: url(/images/buttons/button_blue_middle.gif);
	color: #FFFFFF;
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
	font-weight: bold;
	font-size: 12px;
}
.buttonBlueLeft
{
	background-image: url(/images/buttons/button_blue_left.gif);
	width: 8px;
}
.buttonBlueRight
{
	background-image: url(/images/buttons/button_blue_right.gif);
	width: 10px;
}

.buttonGreyLeft
{
	background-image: url(/images/buttons/button_grey_left.gif);
	width: 8px;
}

.buttonGreyMiddle
{
	background-image: url(/images/buttons/button_grey_middle.gif);
	color: #666666;
}
.buttonGreyRight
{
	background-image: url(/images/buttons/button_grey_right.gif);
	width: 10px;
}