@CHARSET "ISO-8859-1";
@IMPORT url("navigation.css");
div.Wizard #description{
	color: gray;
	padding: 0.5em;
}
div.Wizard .WizardSteps{
}
div.Wizard .WizardSteps dl dt{
	display: inline;
}
div.Wizard .WizardSteps dl dd{
	display: none;
}
.HelpContext {
	float: right;
}
.HelpContext a {
	text-decoration: none;
	display: block;
	background-image: url("../images/help.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
.HelpContext a span {
	display: none;
}
div.Wizard .WizardSteps .WizardStep a{
	background-color: #dfddd9;
	color: #fff;
	font-weight: bold;
	border: 1px solid #ccc;
	padding-left: 5px;
	padding-right: 5px;
    text-decoration: none;    
}
div.Wizard .WizardSteps .WizardStep a:hover{
	/*background-color: #dddd00;
	color: white;*/
	text-decoration: none;
	cursor: default;
}
div.Wizard .WizardSteps .WizardCurrentStep a {
	background-color: #044d8a;
    color: #FFFFFF;
	cursor: default;
}
div.Wizard .WizardSteps .WizardCurrentStep a:hover {
	background-color: #0565b6;
    color: #FFFFFF;
}
div.Wizard .WizardSteps .WizardStepExecutedDone a{
}
div.Wizard .WizardSteps .WizardStepExecutedDone a:hover{
}
div.Wizard .WizardSteps .WizardStepExecutedError a{
}
div.Wizard .WizardSteps .WizardStepExecutedError a:hover{
}
div.Wizard .WizardSteps .WizardStepNotDone a{
}
div.Wizard .WizardSteps .WizardStepNotDone a:hover{
}
div.Wizard div#wizardMainBlock {
	border: 1px solid white;
}
div.Wizard .InputTimeBox{
	width: 5em;
	text-align: center;
	font-size: 0.9em;
}
div.Wizard .CommandWrapper{
	text-align: right;
	
}
div.Wizard #wizardFooter{
	text-align: right;
	margin: 10px 190px 10px 0px ;
}

.CommandButton{
	color: #000000;
	text-align:center;
	font-weight: bold;
	border: solid #dfddd9 1px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	overflow: visible;
}
div.Wizard .CommandWrapper #previousButton{
	float: left;
	padding-left: 0.5em;
	_padding-left: 0;
}
.Row {
	margin-top: 5px;
}
.Follow {
	display: block;
	float: left;
	width: 9em;
}

div.Wizard .InnerBox{
	border-top: none;
	margin-right: .4em;
}

