/* START: Skinned file input */
div.fileinputs input {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-color: #d7d7d7;
	border: solid 1px #666666;
	width: 241px;
}

div.fileinputs input:focus {
	background-color: transparent;
}

div.fileinputs {
	position: relative;
	width: 300px;
}

div.fileinputs input.file {
	width: 300px;
	margin: 0;
}

div.fileinputs input.file.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

div.fileinputs div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}

div.fileinputs div.fakefile input {
	margin-bottom: 5px;
	margin-left: 0;
}
/* END: Skinned file input */

/* Start Transfer Wizard */
.transferwizard#wizardsteps li {
	width: 20%; /* transfer wizard has 5 steps, so 5x20% */
	min-width: 100px;
}
.transferwizard#wizardsteps li.mainNavNoBg {
}
.transferwizard#wizardsteps li a {
}
.transferwizard#wizardsteps li.current {
	background-image: url(Images/Wizard/WizNavCurrentButton.gif);
}

.transferwizard#wizardsteps li.prev {
	background-image: url(Images/Wizard/WizNavLastDoneButton.gif);
}

.transferwizard#wizardsteps li.currentlast {
	background-image: url(Images/Wizard/WizNavCurrentButtonEnd.gif);
	background-color: #FFD633;
}


/* End Transfer Wizard */

/* START: Wizard steps */
.importwizard#wizardsteps li {
	width: 24%; /* Importer has 4 steps, so 4x25% */
}
.importwizard#wizardsteps li.mainNavNoBg {
}
.importwizard#wizardsteps li a {
}


.wizardstep {
	margin-top: 35px;
	display: none;
}
.wizardstepbuttons {
	border-top: 3px solid #cecece;
	margin-top: 12px;
	padding-bottom: 4px;
	width: 100%;
}

#wizardsteps {
	margin: 0;
	padding: 0;
}

#wizardsteps li {
	background-position: right top;
	float: left;
	background-image: url(Images/Wizard/WizNavButton.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 25px;
	background-color: #CCCCCC;
}
#wizardsteps li.current {
	background-image: url(Images/Wizard/WizNavCurrentButton.gif);
	background-color: #FFD633;
}
#wizardsteps li.lastDone {
	background-image: url(Images/Wizard/WizNavLastDoneButton.gif);
	background-color: #CCCCCC;
}
#wizardsteps li.done {
	background-image: url(Images/Wizard/WizNavDoneButton.gif);
	background-color: #CCCCCC;
}

#wizardsteps li.current em,
#wizardsteps li.lastDone em,
#wizardsteps li.done em {
	color: black;
}

.#wizardsteps li.last {
	background-image: url(Images/Wizard/WizNavButtonEnd.gif);
	background-color: #FFD633;
}

#wizardsteps li em {
	display: block;
	font-weight: bold;
	margin: 5px 2px 0px 5px;
	font-style: normal;
	color: black;
}

#wizardsteps li.mainNavNoBg {
	background-image: none;
}

.exportwizard#wizardsteps li {
	width: 33%; /* Importer has 4 steps/
}
/* END: Wizard steps */