/*! $Id: MDS-webform-navigation.css 6811 2009-10-29 16:34:00Z bhillebrand $ */
/* FONT */
.btnActiveLeft span.gradient, .btnActiveMiddle span.gradient, .btnActiveRight span.gradient{
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}
.btnInactiveLeft span.gradient, .btnInactiveMiddle span.gradient, .btnInactiveRight span.gradient{
	color: #999;
	font-size: 0.8em;
	font-weight: bold;
}
.button {text-decoration: none !important;}
.btnDefaultLeft span.gradient, .btnDefaultMiddle span.gradient, .btnDefaultRight span.gradient{
	color: #ccc;
	font-size: 0.8em;
	font-weight: bold;
}

/* POSITION */
.btn {
	float: left;
	padding: 0 0 0 10px;
	margin: 5px 0;

}
.btn span.gradient{
	float: left;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	text-decoration: none;

}
.btn span.right {
	float: left;
	width: 10px;
	height: 23px;
}

.btnActiveLeft{
	background-image: url(/assets/images/global/webform/navigation/active-left-01-10x23.png);
	background-repeat: no-repeat;
}
.btnActiveLeft span.gradient {
	background-image: url(/assets/images/global/webform/navigation/active-gradient-1x23.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.btnActiveLeft span.right {
	background-image: url(/assets/images/global/webform/navigation/active-right-01-10x23.png);
	background-repeat: no-repeat;
}

.btnActiveMiddle{
	background-image: url(/assets/images/global/webform/navigation/active-left-02-10x23.png);
	background-repeat: no-repeat;
}
.btnActiveMiddle span.gradient {
	background-image: url(/assets/images/global/webform/navigation/active-gradient-1x23.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.btnActiveMiddle span.right {
	background-image: url(/assets/images/global/webform/navigation/active-right-02-10x23.png);
	background-repeat: no-repeat;
}

.btnActiveRight{
	background-image: url(/assets/images/global/webform/navigation/active-left-03-10x23.png);
	background-repeat: no-repeat;
}
.btnActiveRight span.gradient {
	background-image: url(/assets/images/global/webform/navigation/active-gradient-1x23.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.btnActiveRight span.right {
	background-image: url(/assets/images/global/webform/navigation/active-right-03-10x23.png);
	background-repeat: no-repeat;
	position:absolute;/* needed for IE */
}

.btnInactiveLeft {
	background-image: url(/assets/images/global/webform/navigation/inactive-left-01-10x23.png);
	background-repeat: no-repeat;
}
.btnInactiveLeft span.gradient {
	background-image: url(/assets/images/global/webform/navigation/inactive-gradient-1x23.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.btnInactiveLeft span.right {
	background-image: url(/assets/images/global/webform/navigation/inactive-right-01-10x23.png);
	background-repeat: no-repeat;
}

.btnInactiveMiddle {
	background-image: url(/assets/images/global/webform/navigation/inactive-left-02-10x23.png);
	background-repeat: no-repeat;
}
.btnInactiveMiddle span.gradient {
	background-image: url(/assets/images/global/webform/navigation/inactive-gradient-1x23.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.btnInactiveMiddle span.right {
	background-image: url(/assets/images/global/webform/navigation/inactive-right-02-10x23.png);
	background-repeat: no-repeat;
}

.btnInactiveRight {
	background-image: url(/assets/images/global/webform/navigation/inactive-left-03-10x23.png);
	background-repeat: no-repeat;
}
.btnInactiveRight span.gradient {
	background-image: url(/assets/images/global/webform/navigation/inactive-gradient-1x23.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.btnInactiveRight span.right {
	background-image: url(/assets/images/global/webform/navigation/inactive-right-03-10x23.png);
	background-repeat: no-repeat;
	position:absolute;/* needed for IE */
}



.btnDefaultLeft {
	background-image: url(/assets/images/global/webform/navigation/default-left-01-10x23.png);
	background-repeat: no-repeat;
}
.btnDefaultLeft span.gradient{
	background-image: url(/assets/images/global/webform/navigation/default-gradient-1x23.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.btnDefaultLeft span.right {
	background-image: url(/assets/images/global/webform/navigation/default-right-01-10x23.png);
	background-repeat: no-repeat;
}

.btnDefaultMiddle {
	background-image: url(/assets/images/global/webform/navigation/default-left-02-10x23.png);
	background-repeat: no-repeat;
}
.btnDefaultMiddle span.gradient{
	background-image: url(/assets/images/global/webform/navigation/default-gradient-1x23.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.btnDefaultMiddle span.right {
	background-image: url(/assets/images/global/webform/navigation/default-right-02-10x23.png);
	background-repeat: no-repeat;
}

.btnDefaultRight {
	background-image: url(/assets/images/global/webform/navigation/default-left-03-10x23.png);
	background-repeat: no-repeat;
}
.btnDefaultRight span.gradient{
	background-image: url(/assets/images/global/webform/navigation/default-gradient-1x23.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.btnDefaultRight span.right {
	background-image: url(/assets/images/global/webform/navigation/default-right-03-10x23.png);
	background-repeat: no-repeat;
	position:absolute;/* needed for IE */
}
