﻿	.transactionsteps
	{
		margin: 0px 10px 0px 10px;
		font-family: Arial;
		font-weight: bold;
	}
	.transactionsteps div
	{
		position: relative;
		vertical-align: middle;
		white-space:nowrap; 
	}
	.transactionsteps p
	{
		margin: 0px 18px 10px 0px;
		position: relative;
		background: #cccccc;
		line-height: 24px;
		width: auto;
		height: 24px;
		padding: 5px 10px 5px 10px;
		font-size: 11px;
		color: #fff;
		text-decoration: none;
		float: left;
		display: block;
		border-radius: 5px;
	}
	/*.transactionsteps p:before
	{
		border-top: 12px solid #F0EEE3;
		border-bottom: 12px solid #F0EEE3;
		border-left: 12px solid transparent;
		width: 0px;
		height: 0px;
		top: 0px;
		position: absolute;
		left: -12px;
		content: "";
	}
	.transactionsteps p:after
	{
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
		border-left: 12px solid #F0EEE3;
		width: 0;
		height: 0;
		top: 0px;
		position: absolute;
		right: -12px;
		content: "";
	}*/
	/* step number */
	/*.transactionsteps span
	{
		line-height: 15px;
		width: 15px;
		display: block;
		font-size: 10px;
		margin: 2px 6px 0px 1px;
		text-align: center;
		background: #FFF;
		border: 2px solid #CCC;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		float: left;
		color: #ccc;
	}*/
	/* completed step */
	.transactionsteps .completed p
	{
		color: #163038;
		background: #AAAAAA;
	}
	/*.transactionsteps .completed p:before
	{
		border-top: 12px solid #AAAAAA;
		border-bottom: 12px solid #AAAAAA;
	}
	.transactionsteps .completed p:after
	{
		border-left: 12px solid #AAAAAA;
	}*/
	/*.transactionsteps .completed span
	{
		border: 2px solid #A3C1C9;
		color: #163038;
	}*/
	/* current step */
	.transactionsteps .current p
	{
		color: #fff;
		background: #54AA44;
	}
	/*.transactionsteps .current p:before
	{
		border-top: 12px solid #54AA44;
		border-bottom: 12px solid #54AA44;
	}
	.transactionsteps .current p:after
	{
		border-left: 12px solid #54AA44;
	}*/
	/*.transactionsteps .current span
	{
		color: #54AA44;
		border: 2px solid #A3C1C9;
	}*/

 /* Wizard Styles */

/*
.WizardButton
{
	background-color: #eee;
	background: -moz-linear-gradient(top, #eee, #999);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#999));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eee, endColorstr=#999, GradientType=1)";
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eeeeee', EndColorStr='#999999', GradientType=0);
	
	min-height: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 5px 2px 5px;
	overflow: visible;
	color: #797b92;
	border: 1px solid #86b4d5;
	min-width:120px;
	min-height:30px;
}
.WizardButton:hover
{
	min-height: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	padding: 2px 5px 2px 5px;
	min-width:120px;
	min-height:30px;
	background-color: #eee;
	background: -moz-linear-gradient(top, #eee, #999);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#999));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eee, endColorstr=#999, GradientType=1)";
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eeeeee', EndColorStr='#999999', GradientType=0);
	 color: #000000;
	border: 1px solid #000;
}
*/

#WizardFrame
{
	padding:0px; 
	border:0px none;
	background-color: #303233;	
}
DIV.frame TABLE TD.WizardSteps
{
	background-color: #303233; 
	width: 220px; 
	vertical-align:top;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	border-top: 1px solid #303233;
} 
.WizardSteps .header
{
	color: #b0b1b3; font-weight: bold
}
.wizardstepdesc
{
	color: #a8a094;
	font-weight: normal; 
	font-size:12px;
	padding: 0px 10px 0px 10px;
	width:180px;
}

.WizardFrameContent
{
	background-color: #f0faf3; 
	margin-bottom: 0; 
	padding: 20px 25px;
	border: #accbe2 1px solid;
	vertical-align: top;
}
.WizardFrameContent .TitleImage
{
	width: 40px; 
	padding-left: 5px; 
	white-space: nowrap; 
	vertical-align: middle;
	text-align:left;
}
.WizardFrameContent .TitleContent
{
	padding-left: 5px; 
	white-space: nowrap; 
	vertical-align: middle;
	text-align:left;
}

.ActiveStep
{
	color:White;
	font-weight:bold;
	font-size: 13px;
}
DIV.frame TABLE TD.wizardFooter
{
	padding:0px; 
	height:16px; 
	background-color:#f3f3f3;
}
.wizardFooter .wizardFooterLeft
{
	padding:0px; 
	height:16px; 
	width:9px; 
	background: url(../images/wizard/wizardfooter-left.png) no-repeat bottom left;
}
.wizardFooter .wizardFooterCenter
{
	padding:0px; 
	height:16px; 
	background: #dbf0e4 url(../images/wizard/wizardfooter.png) repeat-x;
}
.wizardFooter .wizardFooterRight
{
	padding:0px; 
	height:16px; 
	width:10px; 
	background: url(../images/wizard/wizardfooter-right.png) no-repeat bottom right;
}


/*New steps*/
.newsteps 
{
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color:#f7f7f7;
}

.newsteps .step {
    display: table-cell;
}

.newsteps .step .steptext {
    vertical-align: middle;
    background-color: #c2ced1;
    float: left;
    width: 85%;
    display: table-cell;
    color: white;
}

	.newsteps .step .steprightarrow {
		border-bottom: 24px solid transparent;
		border-left: 24px solid #c2ced1;
		border-top: 24px solid transparent;
		float: left;
		height: 0;
		display: table-cell;
		margin-right: -24px;
	}

.newsteps .step .stepleftarrow {
   border-bottom: 24px solid #c2ced1; /*#EFF8FF - New #d8eeff*/
	border-left: 24px solid transparent;
	border-top: 24px solid #c2ced1;
    float: left;
    height: 0;
    display: table-cell;
    margin-left: -24px;
}

.newsteps .step .outer {
    width: 100%;
    display: table;
}

.steptext p {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.steptext .innertext {
    padding: 10px 20px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    /*word-wrap: break-word;*/ /* Internet Explorer 5.5+ */
    /*word-break: break-all;*/
    white-space: normal;
    overflow: hidden;
	text-align:center;
}

.newsteps .completed .steptext {
	background-color: #c2ced1;
	color: white;
}

.newsteps .completed .stepleftarrow {
	border-bottom-color: #c2ced1;
	border-top-color: #c2ced1;
}

.newsteps .completed .steprightarrow {
	border-left-color: #c2ced1;
}

.newsteps .current .steptext {
	background-color: #57b157;
	color: white;
}

.newsteps .current .stepleftarrow {
	border-bottom: 24px solid #57b157;
	border-top: 24px solid #57b157;
}

.newsteps .current .steprightarrow {
	border-left-color: #57b157;
}

.newsteps .step:first-child .stepleftarrow {
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-top-width: 0 !important;
    margin-left: 0 !important;
}

.newsteps .step:last-child .steprightarrow {
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-top-width: 0 !important;
    margin-right: 0 !important;
}

.newsteps .step:last-child .outer {
	background-color: #c2ced1;
	border-radius: 0px 8px 8px 0px;
}
.newsteps .current:last-child .outer {
	background-color: #57b157;
}
.newsteps .completed:last-child .outer
{
	background-color:#57b157;
}


