#wizard-controler {
	width: 73px;
	text-align: center;
	right:0;
	top:120px;
	position:absolute;
}

#wizard-controler a {
	color: white;
}

.wizard-step-title {
	font-weight: bold;
	color: grey;
	text-align: center;
	margin-bottom: 8px;
}

.wizard-step-content {
	font-weight: normal;
}

.noTitle .ui-dialog-titlebar {
	display:none ;
}

.wizard-action {
	opacity: 0.90; 
}

.wizard-action:hover {
	opacity: 1; 
}

.wizard-action.greenbutton  span,
.wizard-action.redbutton    span,
.wizard-action.orangebutton span{
	border-radius: 5px;
	color: white;
 	box-shadow: 0 0 5px grey;
 	display: inline-block;
 	margin-top: 4px;
	padding: 4px 8px 4px 8px;
	font-size:11px;
	font-weight: bold;
}

.wizard-action.greenbutton span{
	background-color: green;
}

.wizard-action.redbutton span{
	background-color: red;
}

.wizard-action.orangebutton span{
	background-color: orange;
}


.wizard-step-content {
	text-align:center;
	font-size:12px;
}
.wizard-step-content > div {
	text-align:left;
}

.wizard-step-content ul.wizard-actions{
	margin:0;
	padding:0;
	list-style-type: none;
	text-align:center;
	display:inline;
}

.wizard-step-content ul.wizard-actions li{
	text-align:center;
	display: inline;
	margin:0;
	padding: 4px;
}

.wizard-step-content .actionmsg {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	color:grey;
	
}

.wizard.ui-dialog{
	border-radius: 5px;
 	box-shadow: 0 0 5px red;
}

#wizard {
	min-height: 82px;
}

#wizard,
.wizard.ui-dialog{
	overflow: visible;	
}

.wizard-arrow-LT {
	background-image: url('/images/wizard-arrow.png');
	width:32px;
	height:42px;
	position:absolute;
	float:left;
	top:-1px;
	left:-34px;
	z-index:2000;
}

.wizard-arrow-TC {
	background-image: url('/images/wizard-arrow.png');
	width:32px;
	height:42px;
	position:absolute;
	float:left;
	top:-1px;
	left:-34px;
	z-index:2000;
}

#wizard-controler a ,
#wizard-controler a:hover {
	text-decoration: none;
	color: transparent;
	
}
a.wizard-controler-open span {
	height: 119px;
	width: 73px;
	background-image: url(/images/wizard-open-EN.png);
	display: block;
	color:transparent;
}

a.wizard-controler-close span {
	height: 108px;
	width: 73px;
	background-image: url(/images/wizard-close-EN.png);
	display: block;
	color:transparent;
}

a.wizard-controler-summary span {
	height: 68px;
	width: 73px;
	background-image: url(/images/wizard-summary-EN.png);
	display: block;
	color:transparent;
}

a.wizard-controler-backtowizard span {
	height: 60px;
	width: 73px;
	background-image: url(/images/wizard-restart-EN.png);
	display: block;
	color:transparent;
}


a.wizard-controler-restart span {
	height: 85px;
	width: 76px;
	background-image: url(/images/wizard-restart-EN.png);
	display: block;
	color:transparent;
}

a.wizard-controler-restart.wizard-lang-FR span {
	background-image: url(/images/wizard-restart-FR.png);
}

a.wizard-controler-pause span {
	height: 65px;
	width: 76px;
	background-image: url(/images/wizard-pause-EN.png);
	display: block;
	color:transparent;
}

a.wizard-controler-pause.wizard-lang-FR span {
	background-image: url(/images/wizard-pause-FR.png);
}

a.wizard-controler-resume span {
	height: 65px;
	width: 76px;
	background-image: url(/images/wizard-resume-EN.png);
	display: block;
	color:transparent;
}

a.wizard-controler-resume.wizard-lang-FR span {
	background-image: url(/images/wizard-resume-FR.png);
}

a.wizard-controler-running span {
	height: 90px;
	width: 76px;
	background-image: url(/images/wizard-running-EN.png);
	display: block;
	color:transparent;
}

a.wizard-controler-running.wizard-lang-FR span {
	background-image: url(/images/wizard-running-FR.png);
}

a.wizard-controler-sleeping span {
	height: 90px;
	width: 76px;
	background-image: url(/images/wizard-sleeping-EN.png);
	display: block;
	color:transparent;
}

a.wizard-controler-sleeping.wizard-lang-FR span {
	background-image: url(/images/wizard-sleeping-FR.png);
}
