﻿/* Styles for the Solutions-BA.aspx page */
.buttongroup {
	clear: both;
	font-size: 11px;
	background-color: #efefef;
	width: 304px;
	height: 22px;
	border: 1px solid #DCDCDC;
	border-top-style: none;
	padding-left: 16px;
}
.stepbuttons {
	font-weight: bold;
	color: #404040;
	text-align: center;
	float: left;
	height: 14px;
	cursor: pointer;
}
.stepbuttons a {
	padding: 4px;
	padding-left: 5pt;
	padding-right: 5pt;
	display: block;
}
.stepbuttons a:hover {
	background-color: #dcdcdc;	
	text-decoration: none;
	color: #c41230;
}
/* End styles for the Solutions-BA.aspx page */