@CHARSET "ISO-8859-1";

.wizard_box {
	width: 100%;
	height: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
}
.wizard_steps_box {
	height: 200px;
	vertical-align: top;
	background-color: #c2cdd3;
	width: 300px;
	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: #999999;
}

.wizard_content_box {
	height: 100%;
	padding: 10px; 
	padding-left: 20px;
	font-size: 13px;
	min-width: 400px;
}

.wizard_content_header {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.wizard_message_header {
	
}

.wizard_content_panel {
	height: 100%;
	vertical-align: top;
}

.step {
	color: black;
	font-size: 11px;
	font-weight: bold;
}

.stepLink {
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.stepLink a {
	color: black;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

.valueLink {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.currentStep {
	color: white;
	background-color: #ff8a44;
	font-size: 11px;
	font-weight: bold;
}

.step-completed {
	color: black;
	font-style: normal;
	font-size: 10px;
}

.step-current {
	background-color: #ff8a44;
	color: white;
	font-style: normal;
	font-size: 10px;
}

.step-future {
	color: black;
	font-style: normal;
	font-size: 10px;
}

.panel-wizard {
	border-collapse: collapse;
	width: 100%;
}

#wizard-panel ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #c2cdd3;
	color: White;
	float: left;
	width: 100%;
	vertical-align: middle;
}

#wizard-panel ul li {
	display: block;
}

#wizard-panel ul li a {
	display: block;
	background-color: #c2cdd3;
	color: White;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

#wizard-panel ul li a:hover {
	font-style: normal;
	border-bottom: 1px solid #A8CCD9;
	display: block;
	background-color: #5483A2;
	color: #fff;
}