#wizard_ui {
	display:none;
	background-color:#d6e03d;
	margin-bottom:20px;
}
#wizard_ui .wizard_ui_top {
	display:block;
	background-image:url(../images/green_top.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
#wizard_ui .wizard_ui_bottom {
	display:block;
	background-image:url(../images/green_bottom.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#wizard_ui div.alert_box {
	position:absolute;
	display:none;
	background-color:#d6e03d;
	z-index:10;
	margin:10px;
	margin-top:0;
	width:970px;
	overflow:hidden;
}
#wizard_ui div.alert_box .alert_content {
	display:block;
	padding:20px;
	padding-right:0;
	margin-left:auto;
	margin-right:auto;
}
#wizard_ui div.alert_box div.image {
	display:block;
	float:right;
	margin-left:20px;
	background-color:#fff;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #d6e03d;
}
#wizard_ui div.alert_box .alert_content .actions {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#wizard_ui div.alert_box .alert_content .actions a {
	margin:10px;
	display:block;
	float:left;
	color:#173059;
}
#wizard_ui div.alert_box .alert_content .actions a:hover {
	/*text-decoration:underline;*/
	color:#004472;
}
#wizard_ui div.alert_box .alert_content .message {
	display:block;
	float:left;
	width:400px;
}
#wizard_ui div.alert_box .alert_content .info {
	color:#333;
}
#wizard_ui div.alert_box .alert_content .machine {
	display:block;
	float:right;
	width:500px;
	padding-left:20px;
	border-left:1px solid #DCE5A4;
}

#wizard_ui div.stats {
	display:none;
	margin:10px;
	margin-top:0;
	margin-bottom:0;
	padding:3px;
	font-size:10px;
	color:#fff;
	line-height:normal;
}
#wizard_ui div.stats .found_machines {
	display:block;
	float:left;
}
#wizard_ui div.stats .found_machines span {
	font-weight:bold;
}
#wizard_ui div.stats .actions {
	display:block;
	float:right;
}
#wizard_ui div.stats a {
	color:#173059;
}
#wizard_ui div.stats .actions a {
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	color:#173059;
}
#wizard_ui div.stats .actions a.reset {
	background-image:url(../images/reset_white_icon.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-left:5px;
	padding-left:18px;
	border:0px;
}
#wizard_ui div.stats .actions a.help {
	background-image:url(../images/help_white_icon.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-left:5px;
	padding-left:18px;
	border:0px;
}
#wizard_ui div.stats .actions a.list {
	background-image:url(../images/list_white_icon.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-left:5px;
	padding-left:18px;
	border:0px;
}
#wizard_ui div.stats a.list:hover,
#wizard_ui div.stats a.reset:hover,
#wizard_ui div.stats a.help:hover {
	background-position:top left;
}
#wizard_ui div.stats a:hover {
	text-decoration:underline;
}

#wizard_ui .wizard_module {
	display:block;
	padding-top:5px;
}
#wizard_ui .wizard_module .list h3 {
	color:#173059;
	font-size:12px;
	font-weight:normal;
	background-color:#d6e03d;
}
#wizard_ui .wizard_module .list div.step {
	display:block;
	width:153px;
	float:left;
	margin-left:10px;
	overflow:hidden;
}
#wizard_ui .wizard_module .list div.step div.options {
	display:block;
	height:110px;
	font-size:10px !important;
	border:1px solid #fff;
	background-color:#E6EB97;
}
#wizard_ui .wizard_module .list div.step div.not_available {
	display:block;	
	width:151px;
	background-color:#E6EB97;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/not_available_wizardUI.gif);
}
#wizard_ui .wizard_module .list div.step .step_background {
	display:none;
	height:0px;
	border:1px solid #fff;
	background-color:#E6EB97;
	overflow:hidden;
	width:151px;
}
#wizard_ui .wizard_module .list div.step .step_background .selected_images {	
	width:151px;
	height:100px;
	overflow:hidden;
	background-color:#E6EB97;
	background-image:url(../images/make_a_selection.gif);
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
}
#wizard_ui .wizard_module .list div.step .step_background .selected_images .selected {
	background-color:#E6EB97;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:100px;
	width:151px;
	float:left;
}
#wizard_ui .wizard_module .list div.step .step_background .image {
	position:relative;
	top:-100px;
	display:block;
	height:0px;
	background-color:#E6EB97;
	background-position:center center;
	background-repeat:no-repeat;
}
#wizard_ui .wizard_module .list div.step .step_background b {
	display:block;
	position:relative;
	top:30px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	overflow:hidden;
	background-color:#d6e03d;
	color:#fff;
	background-color:#fff;
	color:#000;
}
#wizard_ui .wizard_module .list div.step div.options .overlay {
	display:block;
	height:110px;
	z-index:1000;
	overflow:auto;
	color:#666;
}
#wizard_ui .wizard_module .list div.step div.options .answer {
	display:block;
	border-top:1px solid #fff;
}
#wizard_ui .wizard_module .list div.step div.options .answer label {
	display:block;
	padding-left:5px;
}
#wizard_ui .wizard_module .list div.step div.options .option label{
	display:block;
}
#wizard_ui .wizard_module .list div.step div.options .answer label:hover {
	color:#000;
	background-color:#F2F6D0;
}
#wizard_ui .wizard_module .list div.step div.option span.checkbox {
	display:block;
	float:left;
	width:17px;
	height:17px;
	margin-right:3px;
}
#wizard_ui .wizard_module .list div.step div.option span.name {
	display:block;
	float:left;
	color:#333;
	width:105px;
}
#wizard_ui .wizard_module .list div.step div.option span.checked {
	background-image:url(../images/checked.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#wizard_ui .wizard_module .list div.step div.options span.tooltip {
	display:none;
	position:absolute;
	z-index:10000;
}
